@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
.mentor-sec1background{
    background-image: url('https://img.freepik.com/free-photo/vivid-blurred-colorful-wallpaper-background_58702-3773.jpg?semt=ais_hybrid&w=740');
    background-repeat: no-repeat;
    background-position: center;
    /* padding: 15% 0; */
    background-size: cover;
    position: relative;
}


.mentor-sec1container {
    display: flex;
    padding: 6% 5%;
}

.mentor-sec1left {
    color: #fff;
    width: 48%;
    padding: 10% 0 0 0;
}

.mentor-sec1left>p:nth-of-type(1) {
    font-size: 24px;
    padding: 4% 0;
}

.mentor-sec1left>p:nth-of-type(2) {
    font-size: 19px;
    padding: 3% 0% 3% 0;
    line-height: 1.8;
    font-weight: 200;
}

.mentor-sec1left>h1 {
    color: #EB512B;
    font-size: 58px;

}

.mentor-sec1rightimg >img {
    width: 50%;
    position: absolute;
    bottom: 0;
}

.mentor-sec1rightimg {
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.mentor-sec1reqbutton>button {
    box-shadow: 0px 0px 10px #eb512ba6;
    border-radius: 5px;
    background-color: #EB512B;
    color: #fff;
    text-decoration: none;
    padding: 2% 4%;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin: 5% 0 0 0;
}

/* sec2 */
.mentor-sec2container {
    display: flex;
    width: 100%;
    padding: 0 5% 5% 5%;
    gap: 10%;
    background-image: url("../../assets/mentorpage/sec2back.svg");
    background-color: #FFFAEC;
}
.mentor-sec2containerform{
    
}

.mentor-formParent {
    width: 100%;
    padding: 5% 0 0 0;
}

.mentor-form {
    background-color: #FFF2EF;
    box-shadow: 0px 3px 11px #00000029;
    border-radius: 8px;
    padding: 0 0 10% 0;
}

/* #down {
    margin-top: 10%;
    padding-bottom: 0%;
} */

.ContactField>input {
    box-shadow: inset 0px 0px 6px #00000029;
    border-radius: 3px;
    border: none;
    padding: 5%;
    width: 100%;
    color: #dd5b5b;
    font-size: 15px;
}

.mentor-forminfo {
    font-size: 12px;
    color: #707070;
    font-weight: 500;
    text-align: inherit;
    padding: 2% 0;
}

.mentor-reqbutton {
    background-color: #EB512B;
    border-radius: 7px;
    padding: 3% 8%;
    cursor: pointer;
    border: none;
    color: #ffff;
    font-size: 16px;
}

.mentor-reqcallbutton {
    margin: -5% auto;
    text-align: center;
}

.mentor-sec2right {
    padding: 5% 0 0;
    width: 90%;
}

.mentor-callreqflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5% 0 0;
    gap: 5%;
}

.mentor-form>.mentor-formhead {
    text-align: center;
    font-weight: 900;
    padding: 5% 0;
    font-size: 20px;
}

.ContactField {
    padding: 2% 0;
}
.mentor-formmain{
    padding: 2% 10%;
}

.mentor-reqinfo {
    padding: 7% 10% 0 0;
}

.mentor-reqinfo>p:nth-of-type(1) {
    color: #00182F;
    font-size: 26px;
    font-weight: 900;
}

.mentor-reqinfo>p:nth-of-type(2) {
    color: #00182F;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 5% 32% 5% 0;
}
.mentorinner-formlink{
    color: #00182F;
font-weight: 900;
text-decoration: none;
}


.mentor-reqcallone>p,
.mentor-reqcalltwo>p {
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 7px;
    /* width: 300px; */
    margin: 10% 0 0;
    text-align: center;
}
.mentor-reqcallone,
.mentor-reqcalltwo{
width: 50%;
}

.mentor-reqcallone>p:nth-of-type(1) {
    background-color: #BBE0E6;
    box-shadow: -5px 8px 7px lightgrey;
}

.mentor-reqcallone>p:nth-of-type(2) {
    background-color: #FFCC90;
    box-shadow: -5px 8px 7px lightgrey;
}

.mentor-reqcalltwo>p:nth-of-type(1) {
    background-color: #FFCBBE;
    box-shadow: -5px 8px 7px lightgrey;
}

.mentor-reqcalltwo>p:nth-of-type(2) {
    background-color: #D9B8E0;
    box-shadow: -5px 8px 7px lightgrey;
}

/* sec3 */
.mentor-sec3container {
    background-image: url("../../assets/mentorpage/sec2back.svg"), linear-gradient(to bottom, #000000, #ffff);
    display: flex;
    padding: 6%;
    justify-content: space-between;
}

.mentor-pointparent {
    display: flex;
    padding: 4% 0 0;
    justify-content: space-between;
    gap: 5%;
}
.mentor-sec3overview {
    width: 50%;
}
.mentor-sec3overview>p:nth-of-type(1) {
    color: #EB512B;
    font-size: 16px;
    font-weight: 600;
}
.mentor-Curr {
    cursor: pointer;
    padding: 1% 0;
    border-bottom: 0.05px solid #ffffff17;
}
.mentor-sec3overview>p:nth-of-type(2) {
    color: #ffff;
    font-size: 30px;
    padding: 6% 0 4%;
    font-weight: 500;
}

.mentor-sec3overview>p:nth-of-type(3) {
    color: #ffff;
    font-size: 15px;
    padding: 0 32% 0 0;
    line-height: 1.5;
}
.mentor-pointchild {
    width: 50%;
}

.mentor-points {
        font-size: 16px;
    background-color: #7a766c;
    color: #FFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 2px;
    /* width: 250px; */
    padding: 7%;
    margin: 10% 0 0 0;
    position: relative;
    z-index: 1;
}
.mentor-index{
    position: relative;
}
.mentor-sec3rightimg {
    padding: 7% 0 0 0;
}

.mentor-border {
    position: absolute;
    bottom: -4px;
    left: -3px;
    width: 0;
    height: 0;
    border-bottom: 42px solid #EB512B;
    border-right: 46px solid transparent;
    z-index: 0;
    /* opacity: 1; */
}
.mentor-sec3rightimg>img{
    width: 100%;
}
/* sec4 */
.mentor-sec4container{
    background-color: #FFFAEC;
}
.mentor-sec4containerchild{
    background-image: linear-gradient(to bottom,#0000009e,transparent),url("../../assets/mentorpage/sec4.png");
    background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 padding: 0 10% 5% 10%;
 margin: 0 5%;
}
.mentor-curriculumparent{
    background-color: #090909;
}
.mentor-sec4child>p:nth-of-type(1){
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 5% 0 0 0;
}
.mentor-sec4child>p:nth-of-type(2){
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding: 2% 0 5%;
    line-height: 1.5;
}
.mentor-curriculum{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.mentor-currqn,.mentor-currans{
    color: #fff;
}
.mentor-currqn>p {
    color: #ffff;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 1%;
    cursor: pointer;
    width: max-content;
}
.mentor-currans{
    height: 0px;
    overflow: hidden;
    margin: 2% auto 0;
    width: 82%;
    transition: all 0.5s;
}

.mentor-Curr.active .mentor-currans{
    /* border: 1px solid #707070; */
    border-radius: 5px;
    padding: 1% 4%;
    height: fit-content;
    background-color: #2F2F2F; 

    line-height: 1.3;
}
.mentor-Curr.active .mentor-currans li{
    padding: 8px 0;
}

.mentor-currans>p {
    color: #fff;
    opacity: 59%;
    font-size: 15px;
    line-height: 23px; 
    padding: 1%;
}
.mentor-Curr.active .mentor-currarrows>img {
    transform: rotate(180deg);
}

.mentor-curriculumchild {
    height: 400px;

    width: 100%;
    padding: 2% 6% 0% 0%;
    overflow-y: scroll;
    margin: 0 0 0 2%;
}
::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    background: #FFB4A1;
}

::-webkit-scrollbar-thumb {
    background: #EB512B;
}

.mentor-curriculumflex{
    display: flex;
    gap: 15px;
    align-items: center;
}

/* sec5 */

.mentor-teamparent{
    background-color:#FFFAEC ;
    padding: 5%;
    position: relative;
}

.mentor-teamleft>p:nth-of-type(1){
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
.mentor-teamleft>p:nth-of-type(2),.mentor-teamleft>p:nth-of-type(3){
    color:#6F6F6F;
    font-weight: 400;
    padding: 10% 0% 0 0;
    font-size: 20px;
}
.mentor-teamchild{
    display: flex;
    gap: 5%;
}
.teamcardflex{
    display: flex;
    gap: 10%;
    width: 100%;
    /* padding: 0 10%; */
}
.team-cardparent {
    display: flex;
    gap: 8%;
    width: 60%;
}
.mentor-teamleft {
    width: 35%;
}
.team-cardparent.owl-stage-outer {
    width: 100%;
    padding: 2% 5%;
}
.team-cards {
    position: absolute;
    background-color: #FF9F87;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 22px;
    left: -34px;
    padding: 1%;
}
.team-cardchild{
    box-shadow: 0px 3px 17px #00000029;
border-radius: 10px;
padding: 4%;
    position: relative;
    width: 100%;
}
.team-card>p:nth-of-type(1){
    font-size: 18px;
    padding: 2%  0 0 0;
    font-weight: 500;
}
.team-card>p:nth-of-type(2){
    color: #6F6F6F;
    font-size: 15px;
    padding: 2% 0;
}

/* owl */
.team-cardparent .owl-carousel.owl-drag .owl-item {
    padding: 5%;
}
.team-cardparent .owl-carousel .owl-nav button.owl-prev span,.team-cardparent .owl-carousel .owl-nav button.owl-next span{
    display: none;
}
.team-cardparent .owl-carousel .owl-nav button.owl-prev{
    height: 56px;
    width: 100px;
       position: absolute;
       bottom: 25%;
       left: -65%;
    background-image: url('../../assets/mentorpage/owlleftactive.svg');
    background-size: 100% 100%;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next{
    height: 56px;
    width: 100px;
    position: absolute;
    left: -56%;
    bottom: 25%;
    background-image: url(' ../../assets/mentorpage/owlrightactive.svg ');
    background-size: 100% 100%;
}
.team-cardparent .owl-theme .owl-nav button.owl-prev.disabled{
    background-image: url('../../assets/mentorpage/owlleftdisable.svg');
    position: absolute;
    bottom: 25%;
    left: -65%;
    border: none;
}
.team-cardparent .owl-theme .owl-nav button.owl-next.disabled{
    background-image: url('  ../../assets/mentorpage/owlrightdisable.svg'); 
    position: absolute;
    left: -56%;
    bottom: 25%;
    border: none;

}
.team-cardparent .owl-theme .owl-nav [class*='owl-']:hover{
    background-color: unset;
}
/* certificate */
.mentor-certiparent{
    background-image: url("../../assets/mentorpage/certificateback.svg"),linear-gradient(to top,#FFD2B4,#FFFAEC);
    padding: 0 0 3%;
}
.mentor-certiimg {
    width: 50%;
}
.mentor-certichild{
    display: flex;
    padding: 0 5%;
}
.mentor-certiinfo{
    text-align: center;
}
.mentor-certiinfo>p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 600;
    padding: 5% 0;
}
.mentor-certiinfo>p:nth-of-type(2){
    font-size: 18px;
    font-weight: 400;
    padding: 0 24%;
    text-align: center;
    line-height: 1.6;
}
.mentor-certiimg>img{
    width: 100%;
}

/* sec6 */
.mentor-planprice{
    background-color: #FFFAEC;
    padding: 5%;
}
.price-planparent{
background-color: #000000;
border-radius: 11px;
}
.price-planchild{
    display: flex;
    padding: 5% 5% 2%;
        gap: 2%;
}
.priceplanleft{
    width: 50%;
}
.priceplanleft>p{
    color: #fff;
    
}
.priceplanleft>p:nth-of-type(1){
    font-size: 25px;
    text-align: center;
    font-weight: 500;   
}
.priceplanleft>p:nth-of-type(2){
    font-size: 16px;
    padding: 5% 12% 0 0;
    font-weight: 300;
    line-height: 1.5;
}
.pricebox{
        background-color: #262626;
        padding: 11% 11% 10%;
    box-shadow: 0px 3px 9px #00000029;
border: 1px solid #FFD8CF;
border-radius: 5px;
width: 90%;
}

 .owl-carousel .owl-item .price-content>img {
    width: 6%;
}
.pricetop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5%;
}
.pricetop>img{
    width: 35%;
}
.pricetop-amount>p:nth-of-type(1){
    color: #ffff;
    font-size: 20px;
    padding: 0 0 12%;
    font-weight: 600;
}
.pricetop-amount>p:nth-of-type(2) {
    color: #EB512B;
    font-size: 22px;
    font-weight: 700;
}
.price-content{
    display: flex;
}
.price-content>p{
    color: #fff;
    font-size: 15px;
    padding: 4%;
}
.price-planright{
    display: flex;
    width: 80%;
    gap: 5%;
}
.price-planowl .owl-stage-outer {
    width: 100%;
    padding: 2% 0%;
}
.register-button{
    font-size: 17px;
text-decoration: none;
border-radius: 20px;
background-color: #EB512B;
padding: 10px 45px;
border: none;
color: #fff;
cursor: pointer;
}
.priceplanchild {
    width: 100%;
}
.priceplan-register {
    width: 95%;
    text-align: center;
    margin: -5% 0 0 0;
}

 .owl-carousel .owl-item .pricetop>img{
    width: 25%;
}
/* sec7 */
.faqsparent{
    background-color: #FFFAEC;
    margin-bottom: 5%;
}
.faqslottie>.lottiefaqs{
    width: 400px ;
    height: 400px ;
}
.faqschild{
    display: flex;
    justify-content: space-between;

}
.faqsright {
    position: relative;
    width: 50%;
    padding: 0 5% 0 0;
}
.item {
    margin: 73px 0 0 13%;
}
.faqs-circle{
    box-shadow: inset 0px 3px 10px #00000029;
    justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  position: absolute;
  transform: translate(50%, 50%);
}
.faqs-circle>img{
    width: 70%;
}
.faqsright{
    display: flex;
    justify-content: space-between;
}
.faqleft {
    width: 70%;
}
.faqsqns{
    background-color: #000000;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2% 3%;
    border-radius: 10px;
    position: relative;
    align-items: center;
}

.faqleft>p:nth-of-type(1){
    font-weight: 600;
    font-size: 25px;
    text-align: center;
}
.faqleft>p:nth-of-type(2){
    font-size: 18px;
    text-align: center;
    padding:3% 14% 5%;
    font-weight: 400;
}

.faqsans>p{
    height: 0px;
    overflow: hidden;
    margin: 0.2% auto 0;
    width: 82%;
    color: #000000;
    transition: all 0.3s;
}
.faqsopen {
    padding: 0% 10%;
    cursor: pointer;
}

.faqsmainchild.active .faqsans>p{
    padding: 0% 10% 1% 0;
    height: 65px;
    width: 100%;
    font-size: 16px;
background-color: #FFE1D9;
color: #000000;
opacity: 75%;
font-size: 15px;
line-height: 23px; 
}
.faqsmainchild.active .faqsopen{
    box-shadow: 0px 0px 18px #00000029;
    border: 1px solid #FFAD99;
    border-radius: 10px;
    background-color: #FFE1D9;
    color: #000000;
   padding:  1.5% 3%;
    margin: 1% 10%;
}
.faqsmainchild.active .faqsqns{
    padding: 0;
    background-color: #FFE1D9;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
img.faqsdownarrow {
    position: absolute;
    right: 5%;
}
.faqsuparrow{
    visibility: hidden;
}
.faqsmainchild.active .faqsqns>.faqsuparrow{
visibility: visible;
}
.faqsmainchild.active .faqsqns>.faqsdownarrow{
    visibility: hidden;
    }

.faqsrobotparent {
    padding: 22% 0 0 0;
}
.circle {
    border-radius: 50%;
    border:5px solid #FEC317 ;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
  animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
  }

  .containerwidth{
    width: 300px;
    height:300px;
    position: relative;
  }

  @keyframes scaleIn {
    from {
      transform: scale(.5, .5);
      opacity: 1;
    }
    to {
      transform: scale(1, 1);
      opacity: 1;
    }
  }


  /* mobile */
  @media screen and (max-width:1500px){
  /* .mentor-sec1right {
    padding: 9.3% 0 0 0;
  } */
  .mentor-sec1reqbutton>button {
    padding: 3% 5%;
}
  }
  @media screen and (max-width:1405px){
    .team-cardparent .owl-carousel .owl-nav button.owl-next,  .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
        bottom: 22%;
  }
  .team-cardparent .owl-carousel .owl-nav button.owl-prev,.team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: 22%;
  }
  .priceplanleft>p:nth-of-type(2) {
    padding: 5% 8% 0 0;
  }
  .mentor-callreqflex {
    padding: 0;
}
}
@media screen and (max-width:1400px){
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-carousel .owl-nav button.owl-prev{
        bottom: 10%;
  }
  .team-cardparent .owl-theme .owl-nav button.owl-next.disabled ,.team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: 10%;
  }
}
@media screen and (max-width:1350px){
   
    .mentor-sec1rightimg {
        width: 100%;
    }
    .mentor-sec1left {
        padding: 10% 0 0 0;
    }
    .mentor-sec1left>h1 {
        font-size: 52px;
    }
    .mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
        padding: 5% 5% 0 0;
}
.price-planright{
    width: 75%;
}

}
@media screen and (max-width:1300px){
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
        left: -52%;
    }
    .priceplanleft>p:nth-of-type(2) {
        padding: 5% 0% 0 0;
    }
    .price-content>p {
        font-size: 15px;
    }
    .faqleft>p:nth-of-type(2) {
        font-size: 17px;
    }
    .mentor-curriculumchild {
        height: 380px;}
        .mentor-reqcallone>p, .mentor-reqcalltwo>p {
            font-size: 17px;
        }
        .mentor-certiimg {
            width: 60%;
        }
        .priceplan-register {
            width: 90%;
            margin: -6% 0 0 0;
        }
}
@media screen and (max-width:1250px){
    .mentor-sec1left>h1 {
        font-size: 48px;
    }
    .mentor-sec1left>p:nth-of-type(2) {
        padding: 3% 0% 3% 0;
    }   
    .mentor-sec1reqbutton>button {
        padding: 2% 4%;
    }
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
        left: -52%;
    }
    .mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
        padding: 5% 0% 0 0;
    }
    .team-cardparent {
        width: 58%;
    }
    .mentor-certiinfo>p:nth-of-type(2) {
        padding: 0 15%;
    }
    .mentor-certiimg {
        width: 70%;
    }
    .pricetop>img {
        width: 25%;
    }
    .mentor-teamleft>p:nth-of-type(1) {
        font-size: 29px;
    }
    .priceplanleft>p:nth-of-type(2) {
        font-size: 15px;
    }
    .pricetop {
        padding-bottom: 7%;
    }
    .mentor-sec3overview>p:nth-of-type(3) {
        padding: 0 20% 0 0;
}
.mentor-sec3rightimg {
    padding: 10% 0 0 0;
    width: 42%;
}
.mentor-sec3overview {
    width: 52%;
}
.mentor-curriculumchild {
    height: 354px;
}
}
@media screen and (max-width:1200px){
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
        bottom: 20%;
    }
   
.mentor-teamleft {
    width: 45%;
}
.team-cardchild {
    width: 85%;
}
.mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
    font-size: 18px;
}
.team-cardparent {
    width: 53%;
}
.team-cardparent .owl-stage-outer {
    padding: 2% 7%;
}

.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
    left: -44%;
}
.team-cardparent .owl-theme .owl-nav button.owl-prev.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev {
    left: -56%;
}
.mentor-teamchild {
    gap: 0;
}
.team-cardparent {
    width: 65%;
}
.faqsrobotparent {
    padding: 56% 0 0 0;
}
.faqsrobotparent>img {
    width: 80%;
}
.circle {
    width: 200px;
    height: 200px;
}
.faqs-circle {
    width: 100px;
    height: 100px;
}
}
@media screen and (max-width:1150px){
    .mentor-sec1left>h1 {
        font-size: 40px;
    }
    .team-cardparent .owl-carousel.owl-drag .owl-item {
        padding: 0%;
    }
    .mentor-sec1left>p:nth-of-type(2) {
        font-size: 18px;
    }
    .mentor-sec1left>p:nth-of-type(1) {
        font-size: 22px;
    }
    .mentor-sec1left {
        padding: 8% 0 0 0;
    }
  
    .mentor-reqcallone>p, .mentor-reqcalltwo>p {
        padding: 23px 16px;
    }
   
    .mentor-sec4child>p:nth-of-type(2) {
        color: #fff;
        font-size: 18px;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled ,
    .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: 15%;
}
.owl-stage-outer {
    padding: 2% 6%;
    width: 92%;
}
.mentor-certiimg {
    width: 80%;
}
.faqsmainchild.active .faqsans>p {
    font-size: 14px;
}

}
@media screen and (max-width:1100px){
    .mentor-sec2container {
        gap: 4%;
    }
    .mentor-sec2right {
        padding: 5% 0 0;
        width: 100%;
    }
}
@media screen and (max-width:1050px){
.mentor-reqcallone>p, .mentor-reqcalltwo>p {
    padding: 23px 8px;
}

.mentor-callreqflex {
gap:3%
}

.mentor-reqinfo>p:nth-of-type(2) {
    padding: 5% 8% 5% 0;
}

.mentor-sec3rightimg {
    padding: 16% 0 0 0;
}
.mentor-sec3overview>p:nth-of-type(3) {
    padding: 0 2% 0 0;
}
.owl-carousel .owl-item .team-cards>img {
    width: 80%;
}
.team-cards {
    left: -32px;
    padding: 2% 1%;
}
.mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
    font-size: 16px;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: 18%;
    width: 8%;
}
button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
    left: -44%;
}
.team-card>p:nth-of-type(1) {
    font-size: 17px;
}
.team-card>p:nth-of-type(2) {
    font-size: 14px;
}
.mentor-certiinfo>p:nth-of-type(2) {
    font-size: 17px;
}
.price-planright {
    width: 100%;
    gap: 2%;
}
.faqleft>p:nth-of-type(2) {
    font-size: 16px;
}
img.faqsdownarrow {
    width: 5%;
}
.price-planchild {
    flex-direction: column;
    align-items: center;
}
.price-planlottie{
    display: none;
}
}
@media screen and (max-width:950px){
    .mentor-sec1rightimg {
        padding: 22% 0;
    }
    .mentor-sec1rightimg >img {
        width: 70%;

    }
    .mentor-sec1container {
        flex-direction: column;
    }
    .mentor-sec1left {
        width: 100%;
        padding: 15% 10% 0 0;
    } 
    .mentor-sec1left>h1 {
        font-size: 40px;
    }
    .mentor-sec1left>p:nth-of-type(1) {
        font-size: 20px;
    }
    .mentor-sec1left>p:nth-of-type(2) {
        font-size: 16px;
    }
    .mentor-sec1left>p:nth-of-type(2) {
        padding: 3% 0% 3% 0;
    }

    .mentor-formParent ,  .mentor-sec2right{
        width: 70%;
        margin: 0 auto;
    }
    .mentor-sec2container {
        flex-direction: column;
        align-items: center;
    }
    .mentor-sec3container {
        flex-direction: column;
        align-items: center;
    }
    .mentor-sec3overview,.mentor-sec3rightimg {
        width: 70%;
    }
    .mentor-curriculumchild {
        height: 315px;
    }
    .mentor-teamchild {
        flex-direction: column;
    }
    .owl-stage-outer {
        padding: 2% 6%;
        width: 100%;
    }
    .team-cardparent {
        margin: 0 auto;
    }
    .team-cardparent {
        margin: 5% auto;
    }
    .team-cardparent .owl-theme .owl-nav {
        margin-top: 10%;
    }
    .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev {
        left: 38%;
    }
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
        left: 50%;
    }
    .team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
        bottom: -13%;
        width: 7%;
    }
    .mentor-teamleft {
        width: 57%;
    }
    .mentor-certiimg {
        width: 60%;
    }
    .mentor-certichild {
        align-items: center;
        flex-direction: column-reverse;
    }
    .mentor-certiinfo>p:nth-of-type(2) {
        padding: 0% 15% 5%;
    }
    .price-planchild {
        flex-direction: column;
        align-items: center;
    }
    .price-planlottie{
        display: none;
    }
    .priceplanleft {
            width: 100%;
            padding: 0 5% 5%;
        }
    
    .faqsright {
        display: none;
    }
    .faqleft {
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
    }
    .pricebox {
            padding: 5% 5% 5%;
        width: 55%;
        margin: 0 auto;
    }
    .priceplan-register {
        width: 100%;
        margin: -3% 0 0 0;
    }
}
@media screen and (max-width:850px){
.owl-stage-outer {
    padding: 2% 12%;
    width: 100%;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: -16%;
    width: 9%;
}
.pricebox {
    width: 60%;
    margin: 0 auto;
}


}
@media screen and (max-width:870px){
  
    .pricebox {
        width: 70%;
        margin: 0 auto;
    }
   
        .priceplan-register {
            margin: -5% 0 0 0;
        }
    
    .register-button {
        padding: 12px 52px;
        font-size: 15px;

    }
    .price-planright .owl-nav .owl-prev>span,.owl-nav .owl-next>span{
        display: none;
    }
     .price-planright  .owl-carousel .owl-nav button.owl-prev{
        border: 1px solid #EB512B !important;
        border-radius: 50px;
        width: 30px;
        height: 10px;
        background-color: #EB512B !important;
 
    }
    .price-planright .owl-carousel .owl-nav button.owl-next  {
        border: 2px solid white !important;
        border-radius: 50px;
        width: 10px;
        height: 10px;
        background-color: #fff !important;
    } 
}
@media screen and (max-width:750px){
    /* .mentor-sec1background{
        background-image: url("../../assets/mentorpage/Group\ 27327@2x.png");
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: cover;
    } */
    .mentor-curriculumchild {
        height: 295px;
    }
    .mentor-sec1rightimg >img {
        width: 90%;
    }
    .mentor-sec1rightimg {
        padding: 40% 0;
    }
 .mentor-sec2right {
        width: 100%;
        padding: 0 5%;
    }
    .mentor-forminfo {
        font-size: 10px;
}
.mentor-sec3overview {
    width: 100%;
    padding: 0 5% ;
}
 .mentor-sec3rightimg{
    width: 80%;
 }

 .mentor-Curr {
    padding: 3% 0;
}

.mentor-sec4child>p:nth-of-type(2) {
    font-size: 16px;
}
.mentor-sec4child>p:nth-of-type(1) {
    font-size: 24px;
}
.mentor-curriculumchild {
    height: 370px;
}
.mentor-teamleft {
    width: 100%;
}
.mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
    padding: 5% 28% 0 0;
}
.team-cards {
    left: -34px;
}
.mentor-certiimg {
    width: 75%;
}
.team-cardchild {
    width: 85%;
}
.pricebox {
    width: 70%;
}
.priceplanleft {
    width: 100%;
    padding: 0 5% 5%;
}

}
@media screen and (max-width:650px){
.mentor-formParent, .mentor-sec2right {
    width: 100%;
    padding: 8%;
}
.team-cardparent .owl-carousel.owl-drag .owl-item {
    padding: 1%;
}
.mentor-teamleft {
    width: 85%;
}
.mentor-reqinfo>p:nth-of-type(1) {
    font-size: 24px;
}
.mentor-sec3overview>p:nth-of-type(2) {
    font-size: 28px;
}
.mentor-currans>p {
    font-size: 12px;
}
.mentor-curriculumchild {
    margin: 0 0 0 3%;
        height: 340px;
}
.faqsmainchild.active .faqsans>p {
    font-size: 12px;
}
.faqsmainchild.active .faqsans>p {
    font-size: 12px;
}
.faqsmainchild.active .faqsopen {
    padding: 1.5% 2%;
    margin: 1% 10%;
}
.faqsopen {
    padding: 0.3% 10%;
    cursor: pointer;
}
.faqleft>p:nth-of-type(2) {
    font-size: 16px;
    padding: 5% 5%;
}
.faqsmainchild.active .faqsqns>.faqsuparrow {
    width: 10%;
}
img.faqsdownarrow {
    width: 9%;
}
.faqleft>p:nth-of-type(1) {
    font-size: 24px;
}
.mentor-sec1left>p:nth-of-type(2) {
    padding: 3% 8% 3% 0;
}
.mentor-sec1reqbutton>button {
    padding: 3% 6%;
}
}
@media screen and (max-width:550px){
    .team-cardparent {
        margin: 5% auto;
        width: 300px;
    }
 
    .mentor-teamleft {
        width: 100%;
    }
    .mentor-forminfo {
        font-size: 12px;
        text-align: inherit;
        line-height: 1.4;
    }
    .mentor-sec1left>h1 {
        font-size: 34px;
    }
   
    .mentor-formParent, .mentor-sec2right {
        padding: 5%;
    }
    .mentor-reqinfo>p:nth-of-type(2) {
        padding: 5% 0% 5% 0;
    }
    .mentor-sec1left>p:nth-of-type(2) {
        padding: 3% 0% 3% 0;
    }
    .mentor-sec1reqbutton>button {
        padding: 4% 8%;
    }
    .mentor-reqinfo {
        padding: 7% 0% 0 0;
    }
    .mentor-reqcallone>p, .mentor-reqcalltwo>p {
        font-size: 14px;
    }
    .mentor-sec3overview>p:nth-of-type(2) {
        font-size: 26px;
    }
    .mentor-sec3overview>p:nth-of-type(1) {
        font-size: 14px;
    }
    .mentor-points {
        font-size: 14px;
    }
    .mentor-sec4containerchild {
        padding: 5%;
        margin: 0;
}
.mentor-teamleft>p:nth-of-type(1) {
    font-size: 22px;
}

.team-cards {
    left: -32px;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev, .team-cardparent .owl-theme .owl-nav button.owl-prev.disabled {
    bottom: -18%;
    width: 13%;
}
.team-cardparent .owl-carousel .owl-nav button.owl-next, .team-cardparent .owl-theme .owl-nav button.owl-next.disabled {
    left: 53%;
}
.team-cardparent .owl-theme .owl-nav button.owl-prev.disabled, .team-cardparent .owl-carousel .owl-nav button.owl-prev {
    left: 35%;
}
.team-cardparent .owl-theme .owl-nav {
    margin-top: 30px;
}
.mentor-certiinfo>p:nth-of-type(2) {
    padding: 0% 5% 5%;
    font-size: 16px;
}
.mentor-certiimg {
    width: 85%;
}
.pricebox {
    width: 90%;
}
.priceplan-register {
    margin: -6% 0 0 0;
}
.faqleft {
    padding: 0%;
}
.faqleft>p:nth-of-type(2) {
    font-size: 14px;
    padding: 5% 10%;
}
.mentor-border {
    border-bottom: 30px solid #EB512B;
    border-right: 29px solid transparent;
}
}
@media screen and (max-width:450px){
    .mentor-sec1rightimg >img {
        width: 93%;
    }
    .mentor-sec1rightimg {
        width: fit-content;
        padding: 40% 0;
    }
    .mentor-form>.mentor-formhead {
        font-size: 18px;
    }
    .team-cardchild {
        width: 100%;
    }
    .mentor-sec1container {

        text-align: center;
    }
    .team-cardparent  .owl-carousel.owl-drag .owl-item {
        padding-right: 6%;
    }
    .mentor-sec1left>h1 {
        font-size: 30px;
    }
    .mentor-sec1left {
        width: 100%;
    }
    .mentor-sec1left {
        padding: 16% 0 0 0;
    }
    .ContactField>input {
        font-size: 12px;
    }
    .mentor-forminfo {
        font-size: 11px;
    }
    .mentor-reqbutton>button {
        font-size: 14px;
        padding: 5% 10%;
    }
    .mentor-reqcallbutton {
        margin: -6% auto;
    }
    .mentor-reqinfo>p:nth-of-type(1) {
        font-size: 20px;
    }
    .mentor-reqinfo>p:nth-of-type(2) {
        color: #00182F;
        font-size: 14px;
    }
    .mentor-sec2container ,.mentor-sec3overview {
        padding: 0;
    }
    .mentor-callreqflex {
        gap: 8px;
}
.mentor-sec3overview>p:nth-of-type(2) {
    font-size: 20px;
}
.mentor-sec3overview>p:nth-of-type(3) {
    font-size: 13px;
    padding: 0;
}
.mentor-points {
    font-size: 13px;
}
.mentor-sec4child>p:nth-of-type(2) {
    font-size: 14px;
}
.mentor-currarrows>img{
    width: 80%;
}
.mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
    padding: 5% 5% 0 0;
    font-size: 14px;
}
.team-card>p:nth-of-type(1) {
    font-size: 14px;
}
.team-card>p:nth-of-type(2) {
    font-size: 12px;
}
.mentor-certiinfo>p:nth-of-type(2) {
    padding: 0% 2% 5%;
    font-size: 14px;
}
.mentor-certiinfo>p:nth-of-type(1) {
    font-size: 20px;
}
.owl-stage-outer {
    padding: 2% 14%;
}
.priceplanleft>p:nth-of-type(1) {
    font-size: 20px;
}
.priceplanleft>p:nth-of-type(2) {
    font-size: 13px;
}
.pricebox {
    width: 90%;
}
.pricetop-amount>p:nth-of-type(2) {
    font-size: 20px;
}
.faqleft>p:nth-of-type(1) {
    font-size: 20px;
   
}
.faqsqns {
    font-size: 15px;
    padding: 3% 3%;
}
.faqsmainchild.active .faqsans>p {
    font-size: 14px;
    padding: 0;
}
.faqleft>p:nth-of-type(2) {
    font-size: 12px;
    padding: 3% 5% 5%;
}
.faqsmainchild.active .faqsqns {
    padding: 0 0 2%;
    font-size: 15px;
}
.price-content>p {
    font-size: 13px;
}
.mentor-sec1left {
    padding: 33% 0 0 0;
}
.mentor-sec1reqbutton>button {
    margin: 10% 0 0 0;
}
}
@media screen and (max-width:400px){
.mentor-reqcallone>p, .mentor-reqcalltwo>p {
    font-size: 12px;
}

.mentor-points {
    font-size: 12px;
}
.mentor-curriculumchild {
    height: 299px;
}
.mentor-curriculumflex>img{
    width: 20%;
}
.mentor-Curr {
    padding: 4% 0;
}
.owl-carousel .owl-item .team-cards>img {
    width: 70%;
}
.team-cardparent {
    width: 100%;
}
.owl-stage-outer {
    padding: 2% 12%;
    width: 100%;
}
.mentor-certiinfo>p:nth-of-type(1) {
    padding: 15% 0 5%;
}
.mentor-reqcallone>p, .mentor-reqcalltwo>p {
    padding: 18px 8px;
}

.mentor-certiimg {
    width: 100%;
}


.mentor-sec3container {
    padding: 6%;
}
.mentor-sec4child>p:nth-of-type(2) {
    font-size: 13px;
}
.mentor-sec4child>p:nth-of-type(1) {
    font-size: 22px;
}
.mentor-teamleft>p:nth-of-type(1) {
    font-size: 20px;
}
.mentor-teamleft>p:nth-of-type(2), .mentor-teamleft>p:nth-of-type(3) {
    font-size: 13px;
}
.mentor-certiinfo>p:nth-of-type(2) {
    font-size: 13px;
}


}
@media screen and (max-width:350px){
.mentor-sec1left {
    padding: 30% 0 0 0;
}
.mentor-sec1left>p:nth-of-type(2) {
    font-size: 13px;
}
.mentor-sec1left>h1 {
    font-size: 26px;
}
.mentor-sec1left>p:nth-of-type(1) {
    font-size: 16px;
}
.mentor-sec1reqbutton>button {
    padding: 4% 8%;
    font-size: 14px;
    margin: 10% 0 0 0;
}
.mentor-callreqflex {
    padding: 0 8%;
}

}