/* registration */

.nurseSec{
   background-image: url(../Images/nurse.svg);
    background-position:bottom !important;
}

.hero_section{
background-position:center;
background-size: cover;   

}

.hero_cntr{
    padding: 100px 0px 130px 0px;
}


.hero_cntr h3{
    color: #FFF;
    font-size: 28px;
    font-family: 'Montserrat-SemiBold';

}

.langSec p,.nurseSec p{
    width:100%;
}

.explore_btn,.call_btn {
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    width: 180px;
    padding:12px;
    border-radius: 25px;
}

.explore_btn {
    background-color: #7C4EE4;
    color: white;
    border: 2px solid var(--purple);

}

.call_btn{
    background-color: #FFF;
    border: none;
    border: 2px solid #FFF;

}

.hero_btn {
    display: flex;
    gap: 20px;
}

.explore_btn:hover,.explore_btn:focus {
    background-color: transparent;
}

.call_btn:hover,.call_btn:focus{
    background-color: transparent; 
    color: #FFF;
}

/* registration sec */

.exp{
    background-color: var(--purple);
    border-radius: 16px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 90px;
    color: white;
}

.exp h3{
    font-family: 'Montserrat-SemiBold';
    font-size: 35px;
}

.exp h6{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat-Medium';

}

.regstnContent .nurseSub{
    color: var(--purple);
    font-family: 'Montserrat-SemiBold';


}

.regstnContent .more_btn{
    border: 2px solid var(--purple);
    padding: 20px 35px;
    border-radius: 50px;
display: flex;
align-items: center;
gap: 10px;
font-family: 'Montserrat-Medium';
font-size: 14px;
}

.needHelp i{
    background-color:var(--purple) ;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    color: #FFF;
    flex-shrink: 0 !important;
}

.needHelp h5{
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
}

.needHelp h6{
    font-size: 16px;
font-family: 'Montserrat-Medium';

}

/* PARTNERS */

.owl-carousel .owl-item img{
    width: 150px !important;
    /* height: 100px; */
}

/* tab */

.nurseTabs{
    border-radius:24px;
background: #F4F1FC;
box-shadow: 0px 0px 72.266px 0px rgba(0, 0, 0, 0.05);
padding: 40px 30px;
}

.nurseTabs .tab{
    width: 100%;
    border-top: 2px solid #E3DBD8;
    display: flex;
    padding: 20px 5px;
    justify-content: space-between;
    align-items: center;
    color: #7C4EE4;
    opacity: .5;
    font-family: 'Montserrat-Bold';
    text-align: start;
    font-size: 15px;
}

.nurseTabs .tab i{
    font-size: 12px;
}

.nurseTabs .tab.active{
    opacity: 1;
}

.tabBottom p{
    font-size: 14px;
    width: 60%;
}
  
.appInputs{
    background: #F7F4FF;
border-radius: 24px 24px 0px 0px;
padding: 30px;
}

.appInputs h6{
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    padding-bottom: 10px;

}

.nameInp{
padding: 10px 20px;
border: 1px solid lightgray;
    border-radius: 999px;
    display: flex;
    justify-content: space-between;
   align-items: center;
}

.nameInp input::placeholder,.nameInp i{
    font-size: 13px;
}

.nameInp i{
    color: #727272;
}


.nameInp input{
    border: none;
    background: transparent;
    width: 95%;
}


.serLangBtn{
    color: #FFF;
    background: var(--purple);
    border-radius: 10px;
    padding: 10px 20px;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
 }

 .serLangBtn:hover{
    background: transparent;
    outline: 2px solid #7C4EE4;
    color: #000;
 }

 .applicationBox button{
    background-color: var(--purple);
    width: 100%;
    padding: 20px;
    border-radius: 0px 0px 24px 24px;
    color: #FFF;
    font-family: 'Montserrat-SemiBold';
    
 }

.tick{
    background-color: #7C4EE4;
    height: 15px;
    width: 15px;
    color: #FFF;
    font-size: 8px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
     }
    

/* end */


/* difference */

.diff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}



.services-card {
    background: white;
    border-radius: 12px;
    padding: 30px;
    width:90%;
    margin: 40px auto;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}


.services-title {
    font-size: 20px;
    color: #81A4AE;
    font-family: 'Montserrat-SemiBold';

}

.check-icon {
    color: #28C76F;
    font-size: 20px;
}


.faded {
    color: #7deeb090;
    font-size: 20px;

}

.services-card .tableContent{
    font-size:  18px;
    font-family: 'Montserrat-Medium';

}

.services-card .tableTick{
    text-align: center;
}

.services-card table{
   border-collapse: separate;
   border-spacing: 0 20px;
}

.colOne{
    width: 80%;
}

.colTwo,.colThree{
    width: 10%;
}

/* end */

/* why choose inteligen */
  
  .reason{
    color:  #294DB6;
  font-size: 16px;
  background-color:#E9EDF9;
  padding: 8px 16px;
  border-radius: 15px;
  width: max-content;
  font-family: 'Montserrat-Medium';
  }
  
  .service-box {
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  }
  
  .service-box2{
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    }

    .service-box,.service-box2{
        border-radius:24px;
    }

    .service-box h4,.service-box2 h4{
        font-size: 19px;
        line-height: 29px;
  font-family: 'Montserrat-SemiBold';
    }
  
  .number {
  color: #D3E3FD;
  font-size: 80px;
  transform: rotate(-10deg);
  font-family: 'Montserrat-ExtraBold'; 
  }


  
 
/* end */

/* q&A */
.quesAns{
    width: 70%;
}

.faq {
    /* width: 900px; */
    margin: 20px auto;
    background: white;
    border-radius:  24px;
    background: #FFF;
    padding: 20px;
  }

  .faq-toggle {
    font-size: 18px;
    color: #777;
    transition: transform 0.3s ease;
  }
  
  .faq-answer {
    display: none;
    padding-top: 10px;
    font-size: 16px;
    color: #555;
  }
  
  .show {
    display: block;
  }
  
  .faq-box.active .faq-answer {
    display: block;
  }
  
  .faq-box.active .faq-toggle i {
    transform: rotate(180deg);
  }
  
  .faq.active {
    background: white;
  }
  
  .faq .question {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq .answer {
    display: none;
    font-size: 14px;
    margin-top: 10px;
    color: #31474D;
  }
  
  .faq .icon {
    transition: transform 0.3s ease;
    color: gray;
  }
  
  .faq.active .icon {
    transform: rotate(180deg);
  }
  
  .faq.active .question ,.faq.active .icon{
    color: var(--purple);
  }
  


/* ====LANGUGE ACADEMY=== */

.langSec{
    background-image: url(../Images/langImg.svg);
}

.lavender{
    border-radius: 51px;
    background: #F7F4FF;
    padding: 70px 0px;
}

.supportCard .image{
    background-color: var(--purple);
    border-radius: 20px 0px 0px 20px;
}

.supportContent h6{
    font-family: 'Montserrat-SemiBold';

}

.supportContent button i{
    transform: rotate(45deg);
    margin-left: 10px;
}

.supportContent button{
    color: var(--purple);
    font-family: 'Montserrat-SemiBold';
  font-size: 13px;
}

.supportContent{
   padding:30px 50px 30px 10px;
   background-color: #FFF;
   border-radius: 0px 20px 20px 0px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: start;
}

.supportCard,.supportContent{
    height: 100%;
}

.supportContent p{
    font-size: 14px;
    line-height: 22px;
}

.allBtn{
background-color: var(--purple);
border-radius: 50px;
color: #FFF;
padding: 15px 25px;
width: 220px;
font-size: 13px;
font-family: 'Montserrat-Medium';

}

.line{
    background: #E3DBD8;
    height: 1px;
    width: 60%;
}



/* ROUND */

.round{
    position: absolute;
  z-index: -3;
  left: 0%;
  top: 60%;
  width: 28%;
}

.round2{
    position: absolute;
    z-index: -3;
    right: 0%;
    top: 10%;
    width: 28%;
}

/* collapse */

/* Hidden rows */
.collapsible-content {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease-in-out;
}

/* When expanded */
.collapsible-content.expanded {
    height: auto;
}


/* ===DOCUMENTATION=== */

.docHero{
    background-color: #F1E9FB;
}

/* .docContent{
    width: %;
} */

.docCard{
    border-radius: 28.569px;
background: #7622D7;
}

.docBadge{
    border-radius: 7.142px;
background: #85B0FF;
width: max-content;
font-size: 13.5px;
padding: 3px 4px;
font-family: 'Montserrat-Medium';
}

.docCard h3{
    font-family: 'Montserrat-Medium';
    color: #FFF; 
}


.trackBtn a , .trackBtn p{
    color: #7622D7;
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
}

.trackText h3 {
    color: #000;
    font-family: 'Montserrat-SemiBold';
    /* font-size: 37px; */

}
.trackRow, .trackRowTwo{
    display: flex;
}


.docBanner{
    background: #7C4EE4;
}

.docBanner h5{
    font-family: 'Montserrat-Light';
color: #FFF;
font-size: 17px;}

.stars{
    font-size:20px;
}


.trackSec h2{
    width: 70%;
    margin-left:15% !important;
}

/* Faq */
/* .can_faq_title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
} */

.can_faq_container {
    width: 100%;
  

}

.can_faq_item {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);

}

.can_faq_item.active button {
    border: 1px solid #E3DBD8;
    border-radius: 15px;
}

.can_faq_question {
    width: 100%;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.can_faq_answer {
    display: none;
    padding: 15px 20px;
    color: #666;
    font-size: 14px;
}

.can_faq_item.active .can_faq_answer {
    display: block;
}

.can_icon {
    font-size: 20px;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    flex-shrink: 0;
    background: #F1F5EB;
    color: #6c3bc1;
}

.can_icon:hover {
    background: #6c3bc1;
    color: white;
}

.can_faq_item.active .can_icon {
    background: #6c3bc1;
    color: white;
}

/* Carousel Wrapper */
#customCarousel {
   
    padding: 30px;
    border-radius: 20px;
    position: relative;
  }
  
  /* Slide Content */
  .custom-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #7a30e3;
    border-radius: 20px;
    padding: 40px;
    color: #fff;
  }
  
  .custom-slide .left {
    max-width: 50%;
  }
  
  .custom-slide .badge {
    background: #c2d9ff;
    color: #000;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 14px;
    display: inline-block;
  }
  
  .custom-slide h3 {
    font-size: 28px;
    margin-top: 15px;
  }
  
  .custom-slide p {
    margin-top: 10px;
    font-size: 16px;
    color: #f0f0f0;
  }
  
  .custom-slide .right {
    position: relative;
  }
  
  .custom-slide .right img {
    max-width: 300px;
    border-radius: 20px;
  }
  
  .guide-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #000;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    border: none;
  }
  
  /* Arrows */
  .custom-arrow {
    background: transparent;
    border: none;
    font-size: 32px;
    color: #444;
    position: absolute;
    top: 100%;
    /* transform: translateY(-50%); */
    z-index: 10;
  }
  
  .carousel-control-prev.custom-arrow {
    left: 220px;
  }
  
  .carousel-control-next.custom-arrow {
    right: 220px;
  }
  
  /* Dots */
  .carousel-indicators.custom-dots {
    position: absolute;
    bottom: -20px;
    
  }
  
  .carousel-indicators.custom-dots button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
 
    border: 2px solid #000;
  }
  
  .carousel-indicators.custom-dots button.active {
    background-color: #000;
  }

  .benContent li i{
color: #7a30e3;
  }


  .lavender .container{
    width: 80%;
  }


  #customCarousel .docCard {
    min-height: 400px; 
  }  

  .tabHide{
    display: none;
  }

  .nurseIcon{
    width: 25px;
  }


@media only screen and (min-width : 1400px) {}

@media only screen and (max-width: 1400px) and (min-width : 1200px) {
/* ===LANGUAGE ACADEMY== */


.supportContent{
    padding:30px 30px 30px 10px;
 }

 /* q qnd  a */

.quesAns .heading{
    font-size: 38px !important;
}

.tabBottom p{
    width: 100%;
}

.carousel-control-prev.custom-arrow {
    left: 160px;
  }
  
  .carousel-control-next.custom-arrow {
    right:160px;
  }
 
.docCard h3{
    font-size: 24px !important;
}

.lavender .container{
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) and (min-width : 992px) {
  /* hero sec */
.hero_cntr{
    padding: 70px 0px 90px 0px;
}

.hero_cntr h1 {
    font-size: 50px;
    line-height:60px;
    }
    
.hero_cntr h3{
font-size: 20px;
}

.call_btn,.explore_btn{
    width: 150px;
}

/* end */
   
  /* nurse registration */

  .exp{
    border-radius: 10px;
    height: 60px;
}

.exp h3{
    font-size: 25px;
}

.exp h6{
    font-size: 12px;
    line-height: 18px;
}

.nurseSub{
    font-size: 14px;
}



.regstnContent .more_btn{
    padding:15px 30px;

}



/* end */
    

/* why choose us */

.chooseSec{
    width: 80% !important;
}

    .service-box h4,.service-box2 h4{
        font-size: 16px;
        line-height: 23px;
    }
  
  .number {
  font-size: 60px;
  }

  /* end */

 /* ===LANGUAGE ACADEMY=== */

 .lavender .container{
    width: 80% !important;
}

.supportContent{
    padding:30px 30px 30px 10px;
 }

 .tabBottom p{
    width: 100%;
}

/* .docBadge{
    font-size: 10px;
  } */
  
  .docCard h3{
     font-size: 19px;
     line-height: 29px;
  }

  .carousel-control-prev.custom-arrow {
    left: 130px;
  }
  
  .carousel-control-next.custom-arrow {
    right:130px;
  }
 
.docCard{
    min-height: 300px;
}


.line{
    width: 40%;
   }

   /* documentation */
   #customCarousel .docCard {
    min-height: 300px;
}


}

@media only screen and (max-width: 992px) and (min-width : 768px) {
    /* hero sec */
    .hero_cntr{
        padding: 70px 0px 90px 0px;
    }

    .hero_cntr h1 {
        font-size: 38px;
        line-height: 48px;
        }
        
.hero_cntr h3{
    font-size: 20px;
    text-align: center;
    }

    .hero_cntr p{
        width: 100%;
    }

    .hero_btn{
        justify-content: center;
    }
    
    .call_btn,.explore_btn{
        width: 150px;
        padding: 10px;
    }


    /* nurse registration */

    
    .exp{
        height:130px;
    }
    
    .exp h3{
        font-size: 40px;
    }
    
    .exp h6{
        font-size: 20px;
        line-height: 22px;
    }

    /* tab */

    
 /* ===scrolling==== */


 .nurseTab .scrolling_wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    display: inline-flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.nurseTab .scrolling_wrapper::-webkit-scrollbar {
    display: none;
  }

.nurseTab .scrolling_wrapper .scrollcard{
    flex: 0 0 20%;
    margin-right: 20px;
    box-shadow: 1px 1px 2px var(--purple);
    padding: 10px 10px;

}

.nurseTabs{
    padding: 10px 5px;
}

.nurseTabs .tab i{
    display: none;
}
    
/* why choose us */

.chooseSec{
    width: 100% !important;
}

    .service-box h4,.service-box2 h4{
        font-size: 16px;
        line-height: 23px;
    }
  
  .number {
  font-size: 60px;
  }


/* end */

      /* difference sec */


.services-card .tableContent{
    font-size:  15px;

}

  /* q&A */
  .quesAns{
    width: 100%;
}


  
  .faq-answer {
    font-size: 15px;
  }

  .faq .question {
    font-size: 16px;
  }
  
  .faq .answer {
    font-size: 14px;
  }


    /* ===LANGUAGE ACADEMY=== */

    .lavender .container{
        width: 100% !important;
    }

    .line{
        width: 50%;
    }

    .tabBottom p{
        width: 100%;
    }

    /* ===DOCUMENTATION */

  
    
  

    .trackRow{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .trackRowTwo{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .carousel-control-prev.custom-arrow {
        left: 240px;
      }
      
      .carousel-control-next.custom-arrow {
        right:240px;
      }

      .supportContent {
        padding: 20px 20px 20px 10px;
      }
      #customCarousel .docCard {
        min-height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .faQsec .container{
        width: 100% !important;
    }

/* hero sec */

.nurseSec{
    background-position:80% 30% !important;
}
 .hero_cntr{
    padding: 70px 0px 50px 0px;
}

.hero_btn {
    gap: 10px;
}

.hero_cntr h3{
font-size: 20px;
text-align: center;
}

.langSec p,.nurseSec p{
    width: 100%;
}


.hero_btn{
    justify-content: center;
}

.hero_btn button{
    padding: 10px;
}
/* tab */



 /* ===scrolling==== */


 .nurseTab .scrolling_wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    user-select: none;
    display: inline-flex;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.nurseTab .scrolling_wrapper::-webkit-scrollbar {
    display: none;
  }

.nurseTab .scrolling_wrapper .scrollcard{
    flex: 0 0 20%;
    margin-right: 20px;
    box-shadow: 1px 1px 2px var(--purple);
    padding: 10px 10px;

}

.nurseTabs{
    padding: 10px 5px;
}

.nurseTabs .tab i{
    display: none;
}


  /* difference sec */




.services-card {
    padding: 20px;
    width:100%;
   
}

.services-title {
    font-size: 16px;
  
}

.services-card .tableContent{
    font-size:  15px;

}

.check-icon,.faded{
    font-size: 16px;
}
 

  /* q&A */
  .quesAns{
    width: 100%;
}

.faq {
   
    margin: 20px auto;
    padding: 20px;
  }

  
  .faq-answer {
    font-size: 15px;
  }

  .faq .question {
    font-size: 16px;
  }
  
  .faq .answer {
    font-size: 14px;
  }

/* why choose us */

.chooseSec{
    width: 100% !important;
}

.reason{
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  }

    .service-box,.service-box2{
        border-radius:15px;
    }

    .service-box h4,.service-box2 h4{
        font-size: 16px;
        line-height: 23px;
    }
  
  .number {
  font-size: 60px;
  }

  .round,.round2{
    display: none;
  }
  
  .regstnContent p{
    text-align: center;
  }

  .tabBottom p{
    width: 100%;
}

/* ===DOCUMENTATION=== */

.caroContent{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.trackRowTwo{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.docBanner .container{
    width: 100% !important;
    
    }
    
    .docBanner h5{
        font-size: 15px;
    }

    .carousel-control-prev.custom-arrow ,
      .carousel-control-next.custom-arrow {
        display: none;
      }

   .line{
    width: 20%;
   }
   #customCarousel .docCard {
    min-height: 310px;
}
.num{
    font-size: 40px !important;
}
    
}

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

    /* hero sec */
     .hero_cntr{
        padding: 70px 20px 50px 20px;
    }

    .hero_cntr h3{
        font-size: 16px;
        text-align: center;
    }

    .trackSec h2{
        width: 100%;
       margin-left: 0 !important;
    }
   

    .explore_btn,.call_btn {
        width: 150px;
        padding: 8px;
    }

/* end */

    /* nurse registration */

    .exp{
        border-radius: 10px;
        height: 54px;
    }
    
    .exp h3{
        font-size: 25px;
    }
    
    .exp h6{
        font-size: 12px;
        line-height: 18px;
    }

    .nurseSub{
        font-size: 14px;
    }
    
   
    
    .regstnContent .more_btn{
        padding:8px 16px;
    gap:5px;
    }
    
    .needHelp i{
        height:40px;
        width: 40px;
    }
    
    .needHelp h5{
        font-size: 16px;
    }
    
    .needHelp h6{
        font-size: 15px;
    
    }

    /* end */

    /* partner */

    .partSec .partners{
      flex: 0 0 20%;
      gap: 10px;
    }

    .partners img{
        width: 150px;
    }

    /* tab */

    .nurseTab .scrolling_wrapper .scrollcard{
        flex: 0 0 30%;
    }

  

    /* end */

    /* difference sec */




/* end */

/* why choose intelligen */

.chooseSec{
    width: 100% !important;
}

.reason{
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 10px;
  }

    .service-box,.service-box2{
        border-radius:15px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
       
    }

    .service-box h4,.service-box2 h4{
        font-size: 15px;
        line-height: 23px;
    }
  
  .number {
  font-size: 50px;
  }

  .service-box2 .col-11{
    padding-left: 20px !important;
  }

  .service-box2 .col-1{
    padding-left: 5px;
  }

  .service-box  .col-1{
    padding-left: 0 !important;
  }

  /* q&A */
.quesAns{
    width: 100%;
}

.faq {
   
    margin: 20px auto;
    border-radius:  20px;
    padding: 10px 15px;
  }

  
  .faq-answer {
    font-size: 14px;
  }

  .faq .question {
    font-size: 15px;
  }
  
  .faq .answer {
    font-size: 14px;
  }

    /* ====LANGUGE ACADEMY=== */


.lavender{
    padding:20px 0px;
}

.lavender .container{
    width: 100% !important;
}


.allBtn{
width: 220px;
}

.line{
width: 30%;
}

.supportContent{
    padding:15px 15px 15px 20px;
}


.docBanner .container{
width: 100% !important;

}

.docBanner h5{
    font-size: 15px;
}

.stars{
    font-size: 16px;
}

#customCarousel {
   
    padding: 0px;

}

.carousel-indicators.custom-dots{
    bottom: -40px ;
}

.docCard{
   min-height: 630px;
}

.german{
    font-size: 15px !important;
}
.num{
    font-size: 40px !important;
}
}













