:root {
    --size-divisor: 3;
  }
::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
  
::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
    background-color: #fc4889;
}
::after, ::before {
    box-sizing: inherit;
}
.hero-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2A1454;
    background-size: cover;
  }
  
  .hero-section::before {
    content: "";
    position: absolute;
    /*background-image: url(../img/hero-section/layer1.png);*/
    inset: 0;
    background-repeat: no-repeat;
    background-position: left top;
    /*background-color: #2A1454;*/
  }
  
  .hero-section::after {
    content: "";
    position: absolute;
    /*background-image: url(../img/hero-section/card1bg.png);*/
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
    background-size: 850px;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
  }
  
  .hero-section .hero_left_heading {
    font-size: 74px;
    font-weight: 800;
    display: -ms-grid;
    display: grid;
    line-height: 70px;
    color:#0c2e60;
  }
  
  .hero-section .hero_left_heading span {
    font-size: 43px;
    font-weight: 700;
  }
  
  .hero-section .hero_left_subTitle {
    width: 90%;
  }
  
  .hero-section .hero_left_subTitle p {
    font-size: 24px;
    font-weight: 500;
    color:#2b4daa;
  }
  
  .hero-section .hero_getStarted {
    background: #fff;
    border: 1px solid #e9ecef;
    -webkit-box-shadow: 5px 23px 30px 0px #dee2e6;
            box-shadow: 5px 23px 30px 0px #dee2e6;
    border-radius: 50px;
    padding: 7px;
    position: relative;
  }
  
  .hero-section .hero_getStarted label {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
  
  .hero-section .hero_getStarted a {
    height: 100%;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 9px 25px;
    font-weight: 600;
    font-size: 14px;
  }
  
  .hero-section .hero_getStarted input {
    border: none;
    outline: none;
    height: 50px;
    width: 282px;
    background: transparent;
    border-radius: 50px;
    padding-left: 30px;
    font-size: 14px;
  }
.main-section{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    
}
.main_heading {
    line-height: 3.6rem;
    font-size: 50px;
    font-weight: 610;
    /*background: linear-gradient(to right, #9130F4, #4646F9,#cf23cf);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
    font-weight: 500;
    line-height: 1;
    padding-top: 45px;
}
.main_heading1 {
    line-height: 3.6rem;
    font-size: 50px;
    font-weight: 610;
    color: #ffff;
    font-weight: 500;
    line-height: 1;
}

.main_para{
    font-size: 24px;
    color:#2B4DAA;
    font-weight: 500;
    line-height: 2.4rem;
}
/* .main_button{ */
    /*position: absolute; */
    /*bottom:0px; */
/* } */
.main_button input{
    border: none;
    outline: none;
    height: 50px;
    width: 250px;
    background: #5853f5;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.6);
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main_button input:hover{
    background: #fc4889;
}
.startline,.endline{
    width:100px;
    align-self: center;
    border: 4px solid #fc4889;
}
.main-section-2{
    /* min-height: 100vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.head-section-2 h4{
    color: #0C2C60;
    font-weight: 610;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
}
.textsection2{
    border-radius: 10px;
    height: 12rem;
    webkit-box-shadow: 0 0px 19px #68686821;
            box-shadow: 0 0px 19px #68686821;
    cursor: pointer;
    transition: ease-out;
}
.textsection4{
    border-radius: 10px;
    height: 12rem;
    /*-webkit-box-shadow: 0 0px 19px #68686821;
            box-shadow: 0 0px 19px #68686821;*/
    cursor: pointer;
    transition: ease-out;
}
.textcontent2 h5{
    font-size: 1rem;
}
.textcontent2 p{
    font-size: 13px;
}
.textsection3{
    border-radius: 10px;
    height: 20rem;
    -webkit-box-shadow: 0 0px 19px #68686821;
            box-shadow: 0 0px 19px #68686821;
    cursor: pointer;
    transition: ease-out;
}
.instruction-section-head div h4{
    color: #0C2C60;
    font-weight: 610;
    font-size: 32px;
}
.instruction-section-img img{
    text-align: center;
}
.instruction-section-text div label{
    cursor: pointer;
}
#instruction-section-img-2,#instruction-section-img-3,#instruction-section-img-4,#instruction-section-img-5,#instruction-section-img-6{
    display: none;
}
#icon-btn-1{
    transform:scale(1.2);
    background-color: #ffb5d0;
    color: #fc4889;
}
#icon-btn-11{
    font-size: 110%;
    font-weight: 560;
}
.i-2::before,.i-3::before,.i-4::before,.i-5::before,.i-6::before{
    content: '';
    position: absolute;
    margin-left: 22px;
    margin-bottom: 60px;
    width:0.4px;
    height:60px;
    background-color: #000;
    z-index: -1;
}
.icon-btn{
    border-radius: 50%;
    border:none;
    outline: none;
    background-color: #d8d6ff;
    color:#5853f5;
    width:auto;
    height:auto;
    padding:10px;
    transition: 0.5s;
}
.icon-btn-label{
    transition: 0.5s;
}
.main-h1{
    font-weight: 700;
}
.main_para{
    font-size: 24px;
    color:#2B4DAA;
    font-weight: 500;
    line-height: 2.4rem;
}
.video-section{
    position: relative;
}
/*--extra--*/
.form-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-image: url(assets/img/doubt-sessions/Frame\ 144.png);
    background-size: cover;
    height: 450px;

}

  .form-content {
    max-width: 40%;
  }

  .form-content h1 {
    font-size: 36px;
    margin: 0 0 10px 0;
    color:#ffff
  }

  .form-content p {
    font-size: 18px;
    margin: 0 0 20px 0;
    color:#ab9c9c
  }

  .form-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 80%;
  }

  .form-row {
    display: flex;
    gap: 10px;
  }

  .form-container input {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #2d2d2d;
    background-color: #ffffff;
  }

  .form-container input::placeholder {
    color: #ccc;
  }

  .form-container input:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  }

  .form-container button {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    font-size: 15px;
    color: #ffffff;
    background-color: #5853f5;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .form-container button:hover {
    background-color: #fc4889;
  }
  @media (min-width:100rem){
    .form-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 25%;
    }
  }
  @media (max-width: 768px) {
    .form-section {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .form-content {
      max-width: 100%;
      margin-bottom: 0px;
    }

    .form-container {
      max-width: 100%;
    }

    .form-row {
      flex-direction: column;
      gap: 10px;
    }
  }
/*.video-section::before{
    content: 'Will i get into a good B-School ?';
    position: absolute;
    padding:10px;
    text-align: center;
    top:25px;
    left:50px;
    width: 10rem;
    background: rgb(29, 29, 29);
    color: rgb(37, 38, 71);
    -webkit-box-shadow: 0 0px 19px #5d58f580;
            box-shadow: 0 0px 19px #5d58f580;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
}*/
.videoiframe {
    margin-top: 50px;
}
.videoiframe1 {
    margin-top: 50px;
}
.our_founder {
    background-image: url(./assets/img/about-us/bg2.png);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    position: relative;
  }
  
  .our_founder::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background-color: #f5f5ff;
    z-index: -1;
  }
  
  .our_founder_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .our_founder_box img {
    max-width: 100%;
  }
  
  .our_founder_box img {
    max-width: 100%;
    border-radius: 60px;
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  
  .our_founder_box {
    text-align: center;
    width: 100%;
    max-width: 28%;
    margin: 0 50px;
  }
  
  .founder_content h3 {
    font-size: 18px;
    color: #0c2c60;
    margin-bottom: 12px;
  }
  
  .founder_content {
    padding: 24px 20px;
  }
  
  .founder_content span {
    color: #0c2c60;
    font-size: 14px;
    display: block;
  }
  
  .founder-heading h2 {
    font-size: 36px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #0c2c60;
    margin-bottom: 10px;
  }
  
  .founder-heading span {
    color: #0c2c60;
    font-size: 15px;
  }
  
  .founder-heading {
    margin-bottom: 30px;
  }
  
  .founder_img_part {
    overflow: hidden;
    border-radius: 60px;
  }
/*.videoiframe::before{
    content:'How much score should I have in GD and WAT?';
    position: absolute;
    display: flex;
    text-align: center;
    padding:20px;
    width: 12rem;
    top:19rem;
    left:-5.75rem;
    color: rgb(37, 38, 71);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0px 19px #5d58f580;
            box-shadow: 0 0px 19px #5d58f580;
    z-index: 1;
    font-size: 12px;
    font-weight: bold;
}*/

/*.videoiframe::after{
    content: 'Scoring Low in Mock Tests ? I dont have a prep strategy';
    position: absolute;
    background: rgb(255, 251, 251);
    -webkit-box-shadow: 0 0px 19px #f558d380;
        box-shadow: 0 0px 19px #f558d380;
    width: 14rem;
    padding:20px;
    font-size: 12px;
    top:21rem;
    left:20rem;
    color: rgb(19, 21, 48);
    font-weight: bold;

}*/
/* .main_button{ */
    /*padding-top: 60px; */
/* } */
.main_button input{
    border: none;
    outline: none;
    height: 50px;
    width: 250px;
    background: #5853f5;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;

}
.main_button input:hover{
    background: #fc4889;
}
.video{
    border-radius: 20px;
}
.main2_para{
    font-size: 18px;
    color: #a5adb6;
    font-weight: 500;
}
.main2_heading{
    font-size: 34px;
    font-weight: 700;
    color:#0C2C60;
}
.main-lists ul li{
    font-size: 24px;
    font-weight: 700;
    line-height: 3rem;
    color:#0C2C60;
}
.main-lists ul p{
    font-size: 16.5px;
    line-height: 1.7rem;
    font-weight: 500;
    color: #a5adb6;
}
.main2-content{
    padding-top: 6%;
}

.main-section-3{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.main3-content{
    min-height: 35vh;
    padding:24px;
    border: 0;
    background-color: white;
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
} 
.step-head{
    font-size: 34px;
    font-weight: 700;
    color:#0C2C60;
}
.circle {
    border-radius: 50%;
    background-color: #0C2C60;
    color: white;
    width: 15%;
}

.step-content h5{
    font-weight: 700;
    font-size: 22px;
}
.step-content p{
    line-height: 1.8rem;
    font-weight: 500;
    font-size: 16.5px;
    color: #a5adb6;
}
.main-section-4{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.main4-content{
    padding-top: 1%;
}
.supportingtextp {
    max-width: 300px;
    font-size: 12px;
}
.main-lists4 h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 2.8rem;
    color:#0C2C60;
}
.main-lists4 ul li{
    font-size: 16.5px;
    line-height: 1.7rem;
    font-weight: 500;
    color: #a5adb6;
}
.trail-img{
    width: 90%;
}
.main4_button input{
    border: none;
    outline: none;
    height: 50px;
    width: 220px;
    background: #5853f5;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.6);
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main4_button input:hover{
    background: #fc4889;
}
.main-section-5{
    min-height: 75vh;
}
.main5-content{
    padding-top: 2%;
}
.question{
    border: 0;
    background-color: white;
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
    border-bottom: 2px solid #5853f5;
    transition: 1s;
}   
.question div {
    cursor: pointer;
}
.question div h6{
    padding-left: 12px;
    font-weight: 700;
    font-size: 22px;
    color:#0C2C60;
}

.answer{
    text-align: justify;
    font-weight: 500;
    font-size: 16.5px;
    color: #a5adb6;
    display: none;
    position:relative;
    z-index: -1;
    animation: shwAns 1s;
}
.feedback-btn{
    border-radius: 50%;
    border: none;
    background-color: white;
    width:40px;
    height: 40px;
    transition:1s;
}
.feedbackSection{
    background-image: url(./assets/img/doubt-sessions/construction_10.png);
    background-size: cover;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
            border: 1px solid rgba(197, 197, 197, 0.795);
    border-radius: 4px;
}

.feedback-info{
    /*background-image: url(./assets/img/doubt-sessions/construction_10.png);
    background-size: cover;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
            border: 1px solid rgba(197, 197, 197, 0.795);
    border-radius: 4px;*/
}
.feedback-info div h4{
    color: #ffffff;
    font-weight: 610;
}
.feedback-review{
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    right: 0px;
    height: auto;
    top:40px;
    bottom:40px;
    /*text-align: justify;*/
    background-color: white;
    -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
    border-radius: 10px;
    /*background: linear-gradient(22deg,#ffffff90,#0000,70%,#ffffff90), linear-gradient(30deg, #cddeee40, #0000, #ffffff99);*/
    backdrop-filter: blur(10px);
    transition: 0.7s linear;
}
.feedbackdetails h4{
    font-size: 20px;
    padding-top:15px;
    color: #0c2c60;
    font-weight: bold;
}
.feedbackdetails p{
    font-size: 13px;
}
#feedback-btn-right{
    background-color: #5853f5;
    color: white;
}
.review-2{
    right:-70rem;
}
.review-3{
    right:-70rem;
}
.review-4{
    right:-70rem;
}
.textsection6 h4{
    font-weight: 610;
    font-size: 32px;
    color: #0C2C60;
}
.textsection6 p{    
    line-height: 1.8rem;
}
.contact-input{
    width: 54%;
    outline: none;
    border-radius: 4.5px;
    /* border:none; */
    border: 1px solid #23223d36;
    background-color: #5853f509;
    /* box-shadow: 0px 0px 6px -2.8px #5853f5; */
}
.req-btn{
    border: none;
    outline: none;
    background: #5853f5;
    box-shadow: 0 1px 10px rgb(0 0 0 / 0.6);
    font-size: 20px;
    font-weight: 500;
    color: white;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.req-btn:hover{
    background: #fc4889;
}

@keyframes shwAns {
    0%{
        transform: translateY(-100%);
        opacity: 0;
    }   
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}
.plusicon{
    padding-right:20px;
}

@media (max-width: 1366px) {
    .circle {
        width: 17%;
    }
    .video-config video{
        width:100%;
        height: 100%;
    }
    .main-section{
        min-height: 100vh;
    }
    .main-section-2{
        min-height: auto;
    }
    .main2-content{
        padding-top: 20px;
    }
    .videoiframe::before,.videoiframe::after{
        content: none;
    }
    .videoiframe1::before,.videoiframe1::after{
        content: none;
    }
    .video-section::before{
        content: none;
    }

}

@media (max-width: 1280px) {
    .main-section{
        min-height: 100vh;
    }
}
@media (max-width: 1199px){
    .main-section{
        min-height: 80vh;
        padding-top: 30px;
    }
    .main_para{
        font-size: 18px;
        color:#2B4DAA;
        font-weight: 500;
        line-height: 2rem;
    }
    .contact-input{
        width: 80%;
    }
    .main_heading{
        font-size: 55px;
    }
}

@media (max-width: 1023px) {
    .hero-section{
        margin-top: 60px;
        background-color: #2A1454;

    }
    .main_para{
        font-size: 17.5px;
        color:#2B4DAA;
        font-weight: 500;
        line-height: 2rem;
    }
    .main2_heading{
        font-size: 26px;
        line-height: 2.6rem;
    }
    .main2_para{
        font-size: 16px;
        line-height: 1.5rem;
    }
    .circle {
        width: 20%;
    }
    .main-lists ul li{
        font-size: 20px;
        font-weight: 700;
        line-height: 2rem;
        color:#0C2C60;
    }
    .main-lists ul p{
        font-size: 16px;
        line-height: 1.6rem;
    }    
    .main-lists4 h4{
        font-size: 20px;
        font-weight: 700;
        color:#0C2C60;
    }
    .main-lists4 ul li{
        font-size: 15.5px;
        line-height: 1.6rem;
        font-weight: 500;
        color: #a5adb6;
    }
    .main4_button input{
        width: 140px;
        height: 40px;
        font-weight: 500;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1198px)  {
    .textsection3{
        border-radius: 10px;
        height: 24rem;
        -webkit-box-shadow: 0 0px 19px #68686821;
                box-shadow: 0 0px 19px #68686821;
        cursor: pointer;
        transition: ease-out;
    }
}
@media (max-width: 992px) {
    .hero-section{
        margin-top: 0px;
        background-color: #2A1454;
    }
    .main-section{
        min-height: 70vh;
        padding-top:30px;
    }    
    .videoiframe{
        margin-top: 0px;
        left: 40px;

    }
    .videoiframe1{
        margin-top: 0px;
        left: 40px;

    }
    .main-btn{
        padding-top: 60px;
        position: relative;
        justify-content: center;
    }
    .feedbackSection{
        background-image: url(./assets/img/doubt-sessions/construction_mobile1.png);
        background-size: cover;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0 0px 19px #5d58f521;
                box-shadow: 0 0px 19px #5d58f521;
                border: 1px solid rgba(197, 197, 197, 0.795);
        border-radius: 4px;
    }
    .form-content {
        max-width: 90%;
    }
    .form-content h1 {
        font-size: 23px;
        margin: 0 0 10px 0;
        color: #ffff;
    }
    .form-container {
        display: flex;
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
        align-items: center;
    }
    .work_img{
        width: 90%;
    }
    .trail-img{
        width:110%;
    }
    .step-content{
        text-align:justify;
    }
    .step-content h5{
        font-size: 20px;
    }
    .step-content p{
        line-height: 1.5rem;
    }
    .step-img1,.step-img2,.step-img3{
        width:80%;
    }
    .circle {
        width: 8%;
    }
    .main4_button input{
        width: 150px;
        height: 40px;
        font-weight: 500;
        font-size: 17px;
    }
    .question div h6{
        font-weight: 700;
        font-size: 20px;
        color:#0C2C60;
    }
    .answer{
        font-weight: 500;
        font-size: 15.5px;
        color: #a5adb6;
    }
    .feedback-section{
        max-height: 420px;
    }
    .feedback-review{
        position: relative;
        bottom:0;
    }
    .review-1{
        top:-40px;
    }
    .review-2{
        top:-25px;
        transform: translateY(-100%);
    }
    .review-3{
        top:-60px;
        transform: translateY(-200%);
    }
    .review-4{
        top:-60px;
        transform: translateY(-300%);
    }
    .textsection2 .textcontent2{
        text-align: center;
    }
    .textsection4 .textcontent4{
        text-align: center;
    }
    .textsection3 .textcontent2{
        text-align: center;
    }
    .textsection2{
        -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
    }
    .textsection4{
        /*-webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;*/
    }
    .textsection3{
        -webkit-box-shadow: 0 0px 19px #5d58f521;
            box-shadow: 0 0px 19px #5d58f521;
    }
    .supportingtextp {
        max-width: 100%;
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .hero-section {
        min-height: auto;
        padding: 140px 0 100px;
        background-color: #2A1454;
    }
}

@media (max-width: 767px) {    
    .main-section{
        min-height: auto;
        padding-top:30px;
        padding-bottom: 20px;
    }
    .main-section{
        text-align: center;
    }
    .main-btn{
        padding-top: 80px;
        position: relative;
        justify-content: center;
    }
    .main_para{
        font-size: 16px;
        color:#2B4DAA;
        font-weight: 500;
        line-height: 2rem;
    }
    .circle {
        width: 10%;
    }
    .supportingtextp {
        max-width: 100%;
    }
    .main_button input{
        width: 200px;
        height: 40px;
        font-weight: 500;
        font-size: 12px;

    }
    .main-section-2{
        text-align: center;
    }
    .work_img{
        width: 100%;
    }
    .question{
        text-align: justify;
    }
    .main-lists4{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .trail-img{
        width: 90%;
    }
    .main4_button input{
        width: 150px;
        height: 40px;
        font-weight: 500;
        font-size: 18px;
    }
    .hero-section{
        background-color: #2A1454;
    }
    .feedbackSection{
        background-image: url(./assets/img/doubt-sessions/construction_mobile1.png);
        background-size: cover;
        background-color: rgb(255, 255, 255);
        -webkit-box-shadow: 0 0px 19px #5d58f521;
                box-shadow: 0 0px 19px #5d58f521;
                border: 1px solid rgba(197, 197, 197, 0.795);
        border-radius: 4px;
    }
    .videoiframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 40px;

    }
    .videoiframe1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 40px;

    }
    .feedback-info{
        /*background-image: url(./assets/img/doubt-sessions/construction_mobile2.png);
        background-size: cover;
        background-color: white;
        -webkit-box-shadow: 0 0px 19px #5d58f521;
                box-shadow: 0 0px 19px #5d58f521;
                border: 1px solid rgba(197, 197, 197, 0.795);
        border-radius: 4px;*/
    }
    .feedback-section{
        padding-top: 1.5rem !important;
    }
    
}

@media (max-width: 576px) {
    .trail-img{
        width:100%;
    }
    .icon-btn-label{
        font-size: 15px !important;
    }
    h4{
        font-size: 1.4rem !important;
    }
    p{
        font-size: 0.9rem !important;
    }
    .textcontent2 h5{
        font-size: 1.06rem !important;
    }
    .icon-btn-label{
        line-height: 1.24rem;
    }
    .hero-section .textarea h5{
        font-size: 2.5rem;
        font-weight: 600;
    }
    .videoiframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 25px;

    }
    .videoiframe1 {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0px;

    }
    .feedbackdetails h4 {
        font-size: 1rem !important;;
    }
    .feedbackdetails p{
        font-size: 0.8rem !important;
    }
}

@media (max-width: 520px) {    
    .main-lists{
        text-align: justify;
    }
}

@media (max-width: 480px) {
    .main_para{
        line-height: 1.6rem;
        font-size: 15px;
    }
    .main2_heading{
        font-size: 21px;
        line-height: 2rem;
    }
    .main2_para{
        font-size: 15px;
        line-height: 1.6rem;
    }
    .main-lists ul li{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6rem;
        color:#0C2C60;
    }
    .main-lists ul p{
        font-size: 14px;
        line-height: 1.4rem;
    }   
    .step-head{
        font-size: 28px;
    }
    .step-content h5{
        font-size: 18px;
        line-height: 1.8rem;
    }
    .step-content p{
        line-height: 1.4rem;
        font-size: 14px;
    }
    .step-img1,.step-img2,.step-img3{
        width:100%;
    }
    .main-lists4 h4{
        line-height: 1.6rem;
        font-size: 18px;
    }
    .main-lists4 ul li{
        line-height: 1.4rem;
        font-size: 14px;
    }
    .question div h6{
        line-height: 1.5rem;
        font-weight: 700;
        font-size: 15.5px;
        color:#0C2C60;
    }
    .answer{
        font-weight: 500;
        font-size: 14px;
        line-height: 1.4rem;
        color: #a5adb6;
    }
    .req-btn{
        font-size: 18px;
    }
    .feedback-section{
        max-height: 560px;
    }
}

@media (max-width: 449px) {
    .circle {
        width: 12%;
    }
    .feedback-section{
        max-height: 600px;
    }
}
@media (max-width: 374px) {
    .circle {
        width: 15%;
    }
    .req-btn{
        font-size: 16px;
    }
    .hero-section .textarea h5{
        font-size: 2rem;
        font-weight: 600;
    }
    .feedback-section{
        max-height: 610px;
    }
}

@media (max-width: 349px) {
    .circle {
        width: 18%;
    }
    .main-btn{
        padding-top: 60px;
    }
    .main_button input{
        width: 110px;
        height: 30px;
        font-size: 14px;
    }
    .main4_button input{
        width: 120px;
        height: 35px;
        font-size: 14px;
    }
    .i-2::before,.i-3::before,.i-4::before,.i-5::before,.i-6::before{
        height:6rem;
    }
    .feedback-section{
        max-height: 615px;
    }
}
@media (max-width: 336px) {
    .feedback-section{
        max-height: 640px;
    }
}
@media (max-width: 326px) {
    .feedback-section{
        max-height: 720px;
    }
}
@media (max-width: 322px) {
    .feedback-section{
        max-height: 725px;
    }
}
@media (max-width: 300px) {
    .i-2::before,.i-3::before,.i-4::before,.i-5::before,.i-6::before{
        display: none;
    }
}
