.form-group {
  margin-bottom: 20px;
}
.d-flex.justify-cntent-center a {
  margin-right: 10px;
  margin-left: 10px;
}
ul li {
  direction: rtl;
  text-align: right;
  list-style: circle;
}
form#ticket_form {
  direction: rtl;
}
label {
  text-align: right;
}
h1.slider-section-title {
  text-align: right;
}
ins {
  display: block;
}
video {
  max-width: 80% !important;
  display: block;
  margin: 0 auto;
}

.dropdown a {
  text-align: right !important;
}
.collapse.navbar-collapse {
  direction: rtl;
}
img.logo-header {
  margin: 0 auto;
  clear: both;
  display: block;
}
label.error {
  color: rgb(255, 0, 0) !important;
}
.pointer {
  cursor: pointer;
}
.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 970px;
  padding: 85px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
  box-shadow: 0px 8px 10px 0px #d8dfeb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plans .plan {
  cursor: pointer;
  width: 100%;
}

.plans .plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plans .plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan .plan-content img {
  margin-right: 30px;
  height: 50px;
}

.plans .plan .plan-details span {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #252f42;
  margin-right: 10px;
}

.plans .plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plan-details p {
  margin-right: 10px;
  font-size: 11px !important;
}
.btn-primary-dark,
.btn-primary-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

p {
  text-align: justify;
  direction: rtl;
}
h2.section-title {
  text-align: right;
}
.section-bg::after {
  height: 78% !important;
}
.section-bg_light::after {
  height: 78%;
}
a.section-link {
  margin-right: 20px;
}
a.skin-link {
  text-align: center;
  min-height: 82px;
  font-size: 15px !important;
}
h3.skin-section_title {
  text-align: right;
}
.col-lg-10.mx-auto {
  direction: rtl;
}
h4,
h2,
h3,
h1 {
  text-align: right;
}
.alert {
  text-align: right;
}
.dropdown.__head {
  z-index: 99999;
  border: 1px solid silver;
}

@media screen and (max-width: 991px) {
  .col-lg-7.d-flex.align-items-end.flex-column.flex-sm-row div {
    width: 100% !important;
    display: block !important;
    padding: 10px;
  }

  .col-lg-6.d-flex.align-items-center {
    display: block !important;
    margin-top: 50px;
    padding: 20px !important;
  }

  #accordian ul li a {
    text-align: right !important;
    direction: rtl;
  }
  #accordian a:not(:only-child):after {
    left: 14px;
    right: unset;
  }
  a.primary-btn {
    margin-bottom: 20px;
  }
  .select-skin-section::after {
    height: 0 !important;
  }
}
