*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    padding-left: 0;
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1E498E;
    border-radius: 6px;
  }
body{
    font-family: "Montserrat", sans-serif;
}
.list-item li a{
    /* font-family: Montserrat; */
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: -4%;
color: #000000;
}
.get-started-btn{
    text-align: end;
}
.get-started-btn a{
    background-color: #1E498E;
    padding: 14px 40px;
    /* font-family: Montserrat; */
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: -4%;
color: #FEBE00;
border-radius: 4px;
}
.box-service{
    border: 3px solid #1F488E;
    border-radius: 13px;
    padding: 20px 20px;
    text-align: center;
}
.box-service h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    color: #1F488E;
}
.box-service h3 span{
    color: #FEBE00;
}
.box-service p{
    font-weight: 400;
    font-size: 20px;
    /* line-height: 100%; */
    letter-spacing: -4%;
    text-align: center;
    color: #000;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.border-img {
    border: 3px solid #1F488E;
    border-radius: 13px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: -70px;
    margin-bottom: 27px;
}
.border-img img {
    width: 70px;
    height: auto;
}
.best-service-content h2{
font-weight: 800;
font-size: 44px;
line-height: 100%;
letter-spacing: -4%;
color: #1F488E;
}
.best-service-content h2 span{
    color: #FEBE00;
}
.best-service-content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -4%;
    color: #000;
}
.best-service{
    padding: 70px 0;
}
.best-service-row {
    margin-top: 8pc;
    margin-bottom: 6pc;
}
.best-service-img img {
    width: 95%;
    height: auto;
    margin: auto;
    display: block;
}
.brand-logo img {
    width: 100%;
    height: auto;
}
.our-endorsement{
    padding-top: 70px;
}
.item {
    border: 1px solid #1F488E;
    border-radius: 21px;
    padding: 1;
    padding: 25px;
    width: 95% !important;
    margin: auto !important;
    display: block !important;
}
html,body{
    overflow-x: hidden;
}
.item h4 {
    color: #1F488E;
    font-size: 28px;
    font-weight: 800;
    /* letter-spacing: -4%; */
}
.item p{
color: #000000;
font-size: 16px;
font-weight: 400;
}
.star i{
    color: #FEBE00;
}
.accordion-button {
    border: 1px solid #1F488E;
    border-radius: 11px;
}
.accordion-item:not(:first-of-type) {
    margin-bottom: 15px;
}
.accordion-item {
    border: none;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
border-radius: 11px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1f488e;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    margin-bottom: 15px;
}
.circle-icon {
    background-color: #1F488E;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.circle-icon i {
    color: #fff;
}
.contact-detail h4 {
    color: #F78B04;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.contact-detail a {
    color: #1F488E;
    font-size: 16px;
    font-weight: 400;
}
.contact-left-content h2 {
    color: #1F488E;
    font-size: 40px;
    font-weight: 800;
}
.contact-left-content h2 span{
    color: #FEBE00;  
}
.contact-left-content h5 {
    color: #1F488E;
    font-size: 16px;
    font-weight: 400;
}
.contact-left-content p{
color: #000000;
font-size: 16px;
font-weight: 400;
}
.contact {
    gap: 31px;
}
.signup-detail {
    border: 1px solid #FEBE00;
    border-radius: 30px;
    padding: 30px;
}
.signup-detail h2 {
    font-size: 35px;
    font-weight: 700;
    color: #1F488E;
}
.signup-detail h2 span{
    color: #FEBE00;    
}
.form-group input {
    border: 1px solid #FEBE00;
    border-radius: 47px;
    padding: 15px;
    color: #1F488E;
    font-size: 14px;
    font-weight: 400;
}
.form-group input::placeholder{
    color: #1F488E;
}
.form-group textarea {
height: 190px;
resize: none;
border: 1px solid #FEBE00;
    border-radius: 47px;
    padding: 15px;
    color: #1F488E;
    font-size: 14px;
    font-weight: 400;
}
.form-group textarea::placeholder{
    color: #1F488E;  
}
.submit {
    border: none;
    background-color: #1F488E;
    width: 100%;
    border-radius: 34px;
    padding: 10px 0;
    color: #FEBE00;
    font-size: 24px;
    font-weight: 400;
}
.box-nurse p{
    height: 135px;
    overflow: auto;
    margin-bottom: 0;
}
.margin-b{
    margin-bottom: 80px;
}
.box-service h4 {
    color: #FEBE00;
    font-size: 20px;
    font-weight: 500;
}
.cta-bg{
    background-image: url("../images/cta-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0;
}
.cta-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}
.cta-content h2 span{
    font-weight: 700;
}
.cta-content p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.our-service-hd h2 {
    font-size: 50px;
    font-weight: 800;
    color: #1F488E;
}
.our-service-hd h2 span{
    color: #FEBE00;
}
.our-service-hd p{
    font-size: 18px;
    font-weight: 400;
    color: #1F488E;
}
.our-service-hd{
    margin-bottom: 40px;
}
.home-service h3,li{
    text-align: left !important;
    font-weight: 400;
}
.home-service li{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.home-service h5{
    color: #1F488E;
    font-size: 70px;
    font-weight: 700;
}
.home-hds h3{
    font-size: 23px;
}
.home-hds{
    width: 95%;
    margin: auto;
}
.quick-links h4{
color: #1F488E;
font-size: 24px;
font-weight: 800;
}
.lnk li a{
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.address-link a {
    font-size: 16px;
    font-weight: 400;
    color: #1F488E;
    display: flex;
    gap: 20px;
    align-items: baseline;
}
.textcenter h3{
    text-align: center !important;
}
.address-link a i{
    color: #F78B04;
}
.cc{
    border-bottom: 1px solid #1f488e;
}
.contact-sec{
    padding-bottom: 70px;
}
.bottom-bar {
    background-color: #1F488E;
    padding: 12px 0;
}
.bottom-bar p{
color: #FEBE00;
font-size: 20px;
font-weight: 400;
}
.footer {
    padding-bottom: 50px;
}
.hero-banner{
    background-image: url("../images/banner-bg-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

/* banner-check */

.main-slider {
    position: relative;
    width: 100%;
    height: 35vh;
    /* Full-screen height */
    overflow: hidden;
}

.main-slider .slick-slide {
    position: relative;
    height: 35vh;
    /* Full-screen height */
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .slick-slide .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-slider .slick-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background: rgba(0, 0, 0, 0.7);
    /* Overlay with transparency */
    z-index: 2;
}

.main-slider .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 3;
    /* Above overlay */
    color: #fff;
}

.main-slider .slider-content h1 {
    font-family: "Playfair Display", serif;
    text-transform: capitalize;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.main-slider .slider-content p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}

.main-slider .slider-content a {
    padding: 10px 20px;
    background: #ff6500;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 5px;
    transition: 0.3s ease;
}

.main-slider .slider-content a:hover {
    background: #ff4500;
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 30px;
    /* Position dots above the bottom */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 1rem;
    z-index: 3;
    /* Float above the slider */
}

.main-slider .slick-dots li button {
    width: 20px;
    /* Smaller size for a cleaner look */
    height: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    /* Transparent white */
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.main-slider .slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 1);
    /* Full white on hover */
    transform: scale(1.2);
    /* Slight zoom effect */
}

.main-slider .slick-dots li.slick-active button {
    background-color: #1F488E;
    color: #ffffff;
    transform: scale(1.4);
    /* Enlarge active dot */
}




.banner-ryt img {
    width: 100%;
    height: auto;
}
.banner-content h1 {
    color: #fff;
    font-size: 55px;
    font-weight: 400;
    line-height: 80px;
}
.banner-content h1 span{
    font-weight: 700;
}
.cta-btn{
    gap: 20px;
}
.cta-btn a{
    font-size: 18px;
    font-weight: 600;
    background-color: #1F488E;
    color: #fff;
    padding: 8px 25px;
    border-radius: 7px;
}
.learn{
background-color: #FEBE00  !important;
color: #000000 !important;


}
.margin-inner{
    margin-top: 5pc;
}
.margin-outer{
    margin-bottom: 8pc;
}
.legal-img img {
    width: 100%;
    height: auto;
}
.low .box-service p{
    height: 200px;
    overflow: auto;
}
.last-service{
    margin-bottom: 80px;
}
.dropdown-menu.show {
    padding: 17px 0px;
}
a.dropdown-item {
    margin-bottom: 16px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1F488E;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border: none;
}
.about-banner{
    background-image: url("../images/banner-bgs.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-banner-content h2{
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: 700;

}
.about-content-para{
    padding: 80px 0;
}
.content-ab p{
    color: #000;
    font-weight: 400;
}
.contact-section .main-box h3 {
    
   color: #1F488E;
   font-size: 20px;
   font-weight: 700;
  }
  .contact-section .box-item .text-box {
    margin-left: 25px;
}
.contact-section .box-item .text-box h4 {
    
    color: #151515;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact-section .box-item .text-box p {
    color: #151515;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 398px;
}
.contact-section .box-item {
    margin-bottom: 30px;
}
.main-box h2 {
    padding-bottom: 20px;
    color: #151515;
    font-size: 40px;
    font-weight: 500;
    line-height: 60px;
}
.img-box {
    background-color: #1f488e;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1;
    border-radius: 100%;
}
.img-box i{
    color: #febe00;
    font-size: 25px;
}
.contact-section .form-part .form-control {
    border: none;
    background: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    margin-bottom: 32px;
    padding-bottom: 16px;
}
.contact-section .form-part .global-button {
    border: none;
    padding: 10px 50px;
}
.global-button {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 32px;
    background: #1f488e;
    text-decoration: none;
    padding: 10px 25px;
}
.contact-section .form-part h3 {
    color: #151515;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
}
.margin-int {
    margin-bottom: 40px;
}
.margin-ints{
     margin-top: 64px;  
}
.inner-service-detailed-contents h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #1f488e;
}
.inner-service-detailed-contents p {
    color: #000;
    font-size: 20px;
    margin-bottom: 35px;
}
ul.benefits-innner-service li {
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
}
ul.benefits-innner-service li i {
    color: #1f488e;
    margin-right: 10px;
}
.margin-ints {
    margin-top: 0px !important;
}
p.textjustify {
    text-align: justify;
   font-size: 16px;
}
@media(max-width:1600px){
    .box-service h3 {
        font-size: 16px;
      
    }
    .less-offer .box-service h3{
        font-size: 18px;
    }
    .less-offer .box-service h4{
        font-size: 16px;
    }
}
@media(max-width:1440px){
    .home-hds h3{
        font-size: 23px;
    }
    .home-service h5{
        font-size: 50px;
    }
    p.textjustify {
    font-size: 15px;
}
    .home-hds h3 {
        font-size: 18px;
    }
}
@media(max-width:1399px){
    .banner-content h1 {
        font-size: 48px;
        line-height: 69px;
    }
    .list-item li a{
       
        font-size: 17px;
    }
    
    .box-service p {
margin-bottom: 0;
        /* height: 260px;
        overflow: auto; */
    }
    .best-service-content h2 {
       
        font-size: 35px;
       
    }
    .box-service h3 {
        font-size: 20px;
    }
    .lowings .box-service h3{
        font-size: 14px;
    }
    .serv3 .box-service h3{
        font-size: 13px;
    }
    .lnk li a {
        font-size: 14px;
    }
    .box-service h3 {
        font-size: 17px;
    }
}
@media(max-width:1280px){
    .home-hds h3 {
        font-size: 20px;
    }
    .list-item li a{
       
        font-size: 17px;
    }
}
@media(max-width:1199px){
    .banner-content h1 {
        font-size: 40px;
        line-height: 60px;
    }
    .list-item li a {
        font-size: 16px;
    }
    .quick-links h4 {
        font-size: 18px;
    }
    .best-service-content h2 {
        font-size: 35px;
    }
    .box-service h3 {
        font-size: 20px;
    }
    .home-service h5 {
        font-size: 35px;
    }
    .lowings .box-service h3 {
        font-size: 12px;
    }
    .box-service h4 {
        font-size: 16px;
    }
    .serv55 .box-service h3{
        font-size: 15px;
    }
    .less-offer .box-service h4 {
        font-size: 12px;
    }
}
@media(max-width:767px){
    .banner-content h1 {
        font-size: 29px;
        line-height: 42px;
    }
    .banner-ryt img {
        margin-top: 25px;
    }
    .mbl-mergin {
        margin-top: 54px;
    }
    .box-service h3 {
        font-size: 18px;
    }
    .padding-bottoms{
        padding-bottom: 0;
    }
    .bottom-bar p {
        font-size: 18px;
    }
    .footer-content a img {
        margin-bottom: 19px;
    }
    .footer-content {
        margin-bottom: 35px;
    }
    .quick-links {
        margin-bottom: 35px;
    }
    .bts-ser {
        margin-bottom: 25px;
    }
    .best-service-row {
        margin-top: 3pc;
        margin-bottom: 0pc;
    }
    .lowings .box-service h3 {
        font-size: 18px;
    }
    .border-img {
      
        width: 90px;
        height: 90px;
    }
    .border-img img {
        width: 60px;
    }
    .margin-mbl-outer{
        margin-bottom: 6pc;
    }
    .margin-outer {
        margin-bottom: 6pc;
    }
    .serv3 .box-service h3 {
        font-size: 18px;
    }
    .we-offer{
        margin-top: 3pc;   
    }
    .serv55 .box-service h3 {
        font-size: 18px;
    }
    .margin-bb{
        margin-bottom: 80px;
    }
    .less-offer .box-service h4 {
        font-size: 16px;
    }
    .get-started-btn a {
        display: none;
    }
    .logo a img {
        display: block;
        margin: auto;
        margin-bottom: 13px;
    }
    .logo a img {
    display: block;
    margin: auto;
    margin-bottom: 13px;
}
header.header{
    padding: 20px ;
}
}