.circle-items-wrapper img {
   aspect-ratio: 250/276;
}

.banner-container,
.banner-container img {
   aspect-ratio: 1600/445 !important;
}

@media only screen and (max-width: 600px) {

   .banner-container,
   .banner-container img {
      aspect-ratio: 1600/900 !important;
   }
}

html,
body {
   overflow-x: hidden !important;
   width: 100% !important;
   max-width: 100vw !important;
}

.owl-carousel {
   overflow: hidden !important;
}

.owl-stage-outer {
   overflow: hidden !important;
}

.lazyframe__title {
   display: none;
}

.question {
   transition: 100ms all;
   border: 1px solid #ddd;
   padding: 1.5rem 2rem;
   border-radius: 1rem;
   margin: 1rem 0;
   cursor: pointer;
   width: 100%;
}

input[type=radio].question__option,
input[type="radio"].question__option {
   display: none;
}

.question>label {
   font-weight: bold;
}

.question:has(> input[type=radio]:checked),
.question:has(> input[type="radio"]:checked) {
   border-color: rgba(52, 152, 219, 0.5);
   background: rgba(52, 152, 219, 0.25);
}

.question:hover {
   border-color: rgba(52, 152, 219, 0.5);
   background: rgb(116, 185, 255, 0.15);
}

.question .option {
   font-weight: bold;
}

.question .option::after {
   content: ")";
   font-weight: bold;
}

.question-card {
   color: var(--color-primary);
   border-radius: 20px;
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
   margin-left: 8px;
   margin-right: 8px;
   margin-bottom: 15px;
   padding: var(--inner-gap);
   flex-direction: column;
   position: relative;
   overflow: hidden;
}

.contains-phone-field {
   overflow: unset;
}

.contains-phone-field .iti {
   display: block;
}

.section-title.section-title-light {
   color: aliceblue;
   padding-bottom: 0;
   margin-bottom: 0;
   font-size: 2em;
}

.section-title.section-title-light::after {
   height: 0;
}

.h2-look {
   font-size: 2rem;
   font-weight: 600;
   margin-bottom: 1rem;
}

.h4-look {
   font-size: 1.25rem;
   font-weight: 600;
   margin-bottom: 0.5rem;
}

.m-sec {
   text-align: center;
}

.kimler-block {
   border-radius: 18px;
   padding: 14px 18px;
   margin: 12px auto 18px auto;
   box-shadow: 0 4px 24px 0 rgba(70, 115, 229, 0.07);
   background: #e0eafa !important;
   display: inline-block;
   min-width: 0;
   max-width: 100%;
   text-align: left;
}

.kimler-list {
   margin-bottom: 0 !important;
}

.kimler-list li {
   font-size: 1.07rem;
   margin-bottom: 10px;
   line-height: 1.5;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
}

@media (max-width: 991px) {
   .kimler-block {
      padding: 10px 6px;
      margin-top: 8px;
   }

   .kimler-list li {
      font-size: 1rem;
   }
}

@media (max-width: 575px) {
   .kimler-list {
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
   }

   .kimler-list li {
      font-size: 1rem !important;
      margin-bottom: 0 !important;
      display: block !important;
      background: #e0eafa !important;
      padding: 16px !important;
      border-radius: 12px !important;
      box-shadow: 0 4px 24px 0 rgba(70, 115, 229, 0.07) !important;
   }

   .kimler-list li a {
      display: inline-block !important;
      margin: 0 !important;
      font-size: inherit !important;
      padding: 0 !important;
      border-radius: 0 !important;
      background-color: transparent !important;
      color: #202844 !important;
      text-align: inherit !important;
      white-space: nowrap !important;
      font-weight: bold !important;
      text-decoration: none !important;
   }

   .kimler-block {
      background: transparent !important;
      box-shadow: none !important;
      padding: 0 !important;
   }
}

.sm-card-wrapper {
   background-color: rgb(224, 234, 250);
   border-radius: 8px;
   padding: 10px;
}

.sm-cards-container {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
}

.sm-cards-container.work-steps.slider-light .work-steps__step {
   min-height: 100px !important;
   width: auto !important;
   margin-bottom: 30px !important;
   box-shadow: 0 0 18px -8px rgba(0, 0, 0, .6) !important;
}

.sm-cards-container .work-steps__step .step-header {
   text-align: center;
   margin: 0;
   width: 100%;
   border-radius: 0;
   border-top-right-radius: 20px;
   border-top-left-radius: 20px;
   overflow: hidden !important;
   font-weight: bold;
}

@media only screen and (min-width: 768px) {
   .sm-cards-container {
      grid-template-columns: repeat(2, 1fr);
   }
}

@media only screen and (min-width: 990px) {
   .sm-cards-container {
      grid-template-columns: repeat(3, 1fr);
   }

   .sm-cards-container .work-steps__step {
      margin-bottom: 60px !important;
   }
}

@media only screen and (min-width: 1200px) {
   .sm-cards-container {
      grid-template-columns: repeat(4, 1fr);
   }
}

.sm-cards-container.work-steps .step-bottom {
   margin-top: auto;
}

.sm-cards-container .step-header {
   font-size: 16px !important;
   background-color: #272F4E !important;
}

.btn-c {
   background-color: rgb(39, 47, 78) !important;
   border: 1px solid rgb(39, 47, 78);
   color: #fff !important;
   display: flex;
   font-size: 12px;
   border-radius: 5px;
   transition: all .15s;
}

.btn-c:hover {
   background-color: rgb(40, 56, 118) !important;
   border: 1px solid rgb(36, 47, 91);
   color: #fff;
}

.btn-c.btn-c-primary {
   background-color: rgb(209, 42, 46) !important;
   border: 1px solid #DE1318;
   color: #fff;
}

.btn-c.btn-c-primary:hover {
   background-color: rgb(209, 42, 46) !important;
   border: 1px solid #DE1318;
}

.sm-cards-container ul.ul-circle {
   list-style-type: disc !important;
   margin-bottom: 45px;
}

.btn.btn-c.btn-c-left {
   margin-right: 20px;
}

.sm-btn-bottom {
   width: 100%;
   padding: 0 7px;
   margin-top: 35px;
   margin-bottom: 30px;
}

.sm-cards-container.work-steps .work-steps__step .step-bottom .price-discount {
   color: gray;
   font-weight: 300;
   text-decoration: line-through;
}

@media only screen and (max-width: 767px) {
   section.d-block.d-md-none {
      width: 100% !important;
      max-width: 100vw !important;
      overflow-x: hidden !important;
      margin: 0 !important;
      padding: 0 !important;
   }

   .container,
   .container-fluid {
      max-width: 100% !important;
      overflow-x: hidden !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
   }

   #whatsappIcon {
      right: 20px !important;
   }

   #applyButton {
      left: 20px !important;
   }

   .kimler-block {
      max-width: calc(100vw - 30px) !important;
      margin-left: auto !important;
      margin-right: auto !important;
   }

   .sm-cards-container.work-steps.slider-light .work-steps__step {
      margin-top: 0;
   }

   .sm-cards-container.work-steps .work-steps__step .step-header {
      text-align: center;
      font-size: 12px !important;
      height: 40px;
      line-height: 16px;
   }

   .sm-cards-container.work-steps .work-steps__step .step-bottom .price {
      font-size: 20px !important;
   }

   .sm-cards-container.work-steps .work-steps__step .step-bottom .price-info {
      max-width: 90%;
      font-size: 11px;
   }

   .sm-cards-container ul.ul-circle {
      list-style-type: disc !important;
      margin-bottom: 25px;
   }

   .sm-cards-container ul.ul-circle li {
      margin-top: 8px;
      margin-left: 0px !important;
      font-size: 11px;
   }

   .sm-cards-container.work-steps .btn.btn-c {
      padding: 3px 2px;
   }

   .btn.btn-c.btn-c-left {
      margin-right: 5px;
   }

   .sm-btn-bottom {
      padding: 0 7px;
      margin-top: 25px;
      margin-bottom: 15px;
   }

   .sm-cards-container .work-steps__step {
      margin-left: 3px !important;
      margin-right: 3px !important;
   }

   .w-50-m-100 {
      width: 100% !important;
   }

   .w-50-m-100>span {
      font-size: 12px !important;
      font-weight: 300;
      color: gray;
   }

   .syllabus span {
      font-size: 14px;
   }

   a.btn.btn-c.btn-c-primary.goto-form {
      font-size: 12px;
   }

   .schedule-accordion-item span {
      font-size: 12px !important;
   }

   .schedule-accordion-item span b {
      font-size: 14px;
   }

   .ad-container {
      margin-bottom: 0;
   }
}

.accordion.accordion-flush {
   border-radius: 20px;
}

.price-and-button .price {
   font-size: 28px;
   font-weight: 600;
   line-height: 1;
   color: var(--slider-color-info);
}

.schedule-accordion-item {
   display: flex;
   flex-direction: column;
}

.schedule-accordion-item span {
   font-size: 20px;
   font-weight: 300;
   color: gray;
}

.w-50-m-100 {
   width: 50%;
}

.schedule-accordion-item span b {
   font-weight: bold;
   color: gray;
}

.schedule-accordion-item a.btn.btn-c.btn-c-primary.goto-form {
   float: right;
}

.dark-blue {
   color: #202844;
}

.responsive-iframe-container {
   position: relative;
   overflow: hidden;
   width: 100%;
   padding-bottom: 56.25%;
}

.responsive-iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.form-container label,
.form-container input,
.form-container a {
   font-weight: 600 !important;
}

.form-container {
   max-height: 500px;
}

@media (max-width: 600px) {
   .form-container {
      min-height: 575px;
   }
}

.hero-image .container {
   margin-left: 0.5%;
   margin-right: 0.5%;
}

.container-custom-form-web {
   padding: 5% !important;
}

.banner-container {
   background-size: auto 100%;
   background-position: center;
   background-repeat: no-repeat;
   width: 100%;
   height: auto;
   max-width: 100;
   position: relative;
   overflow: hidden;
}

.banner-container img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.banner-wrapper {
   width: 100%;
}

.iti {
   display: block !important;
}

.form-container {
   padding: 25px !important;
}

.container-custom-form-web {
   padding: 20px 12px !important;
   position: absolute;
   transform: translateY(-50%) translateX(0%) scale(0.9);
   max-width: 500px;
   width: 100%;
   max-height: 500px;
}

@media (min-width: 1600px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(10%) scale(1.1);
   }
}

@media (min-width: 1800px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(15%) scale(1.2);
   }
}

.hero-image {
   position: relative;
}

.video-wrapper {
   position: relative;
   width: 100%;
   max-width: 1000px;
   margin: 0 auto;
   aspect-ratio: 16 / 9;
}

.video-wrapper iframe {
   width: 100%;
   height: 100%;
   border-radius: 10px;
   display: block;
}

#ad-container {
   margin-bottom: 1em;
}

.syllabus span {
   font-size: 20px;
   font-weight: bolder;
}

#whatsappIcon {
   position: fixed !important;
   bottom: 35px !important;
   right: 45px !important;
   z-index: 999 !important;
}

#whatsappIcon img {
   width: 70px !important;
   height: 70px !important;
}

h1.section-title {
   font-size: 50px;
   margin-top: 0;
   margin-bottom: 40px;
   padding-bottom: 20px;
   text-align: center;
   font-weight: 700;
   font-family: "Duru Sans", sans-serif;
   color: var(--color-main);
   text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 1199px) {
   .banner-container {
      display: none !important;
   }

   section.d-block.d-xl-none {
      display: block !important;
   }

   section.d-block.d-xl-none .form-container {
      max-width: 600px;
      margin: 20px auto;
      background-color: #d0d5df !important;
      border-radius: 8px;
      padding: 25px;
      box-shadow: rgba(0, 0, 0, 0.74) 0px 3px 8px;
   }
}

@media (min-width: 1200px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(0%) scale(0.8);
      max-width: 450px;
   }
}

@media (min-width: 1400px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(5%) scale(0.85);
      max-width: 470px;
   }
}

@media (min-width: 1600px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(10%) scale(0.9);
      max-width: 490px;
   }
}

@media (min-width: 1800px) {
   .container-custom-form-web {
      transform: translateY(-50%) translateX(15%) scale(0.95);
      max-width: 510px;
   }
}

h1.section-title {
   font-size: 50px;
   margin-top: 0;
   margin-bottom: 20px;
   padding-bottom: 20px;
   text-align: center;
   font-weight: 700;
   font-family: "Duru Sans", sans-serif;
   color: var(--color-main);
   text-transform: capitalize;
   position: relative;
}

@media (max-width: 767px) {
   h1.section-title {
      font-size: 30px;
   }
}

h1.section-title::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 120px;
   height: 5px;
   background-color: #de1318;
}

.m-sec h1.section-title {
   margin-bottom: 30px;
}