* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(245, 245, 255) !important;
}
p{
    font-size: 14px;
    font-weight: 500;
}
a {
    text-decoration: none !important;
    color: #1B8174 !important;
}

ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

li {
    list-style: none;
}
.chatbot{
    position: fixed;
    bottom: 20px;
    right: 20px;
    animation:jumping 2s linear infinite;
z-index: 999;

}
@keyframes jumping {
    0%, 100%{
        transform: translateY(0);
    }
    50%{
 transform: translateY(-10px);
    }
}
.chatbot .mainimg{
width: 50px;
 filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.4));
 cursor: pointer;
}
.box1{
    background-color: #fff;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    display: none;
}

.box1 .closingchatbot{
    background-color: #1B8174;
    color: #fff;
    text-align: end;
    padding:10px;
    cursor: pointer;
}
.box1 .divbg{
    width: 280px;
    height: 300px;
    background-image: url(../images/assistant.png);
background-position: center;
background-repeat: no-repeat;
background-size: 50%;
padding: 1rem 0.5rem;
}
.box1 .divbg > div{
    background-color: rgba(255, 255, 255, 0.75);
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100%;
    width: 100%;
}
.box1 .divbg .msgpart{
    display: flex;
    align-items: end;
    justify-content: start;
    gap: 16px;
   margin-bottom: 16px;
}

.box1 .divbg .msgpart .msg{
background-color: #f3fcff;
width: fit-content;
padding: 4px;
position: relative;
border-radius: 5px 5px 5px 0;
}
.box1 .divbg .msgpart .msg::before{
content: "";
position: absolute;
left: -10px;
bottom: 0px;
height: 10px;
width: 10px;
background-color: #f3fcff;
border-top: 10px solid white;
border-right: 10px solid transparent;
}
.box1 .divbg .msgpart-reply{
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 16px;
    margin-bottom: 16px;
}
.box1 .divbg .msgpart-reply .msg{
background-color: #f3fcff;
width: fit-content;
padding: 4px;
position: relative;
border-radius: 5px 5px 0 5px;
}
.box1 .divbg .msgpart-reply .msg::before{
content: "";
position: absolute;
right: -10px;
bottom: 0px;
height: 10px;
width: 10px;
background-color: #f3fcff;
border-top: 10px solid white;
border-left: 10px solid transparent;
}
.box1 .divbg i{
    color: #1B8174;
    transform: translateY(50%);
}

.box1 form div input{
    border: none;
    background-color: unset;
    width: 100%;
}
.box1 form div input:focus-visible{
    outline: none;
}
.box1 form div i{
    display: inline-block;
    transform: rotate(45deg);
    color:#1B8174;
    cursor: pointer;
}
.box1 form div{
    background-color: lightgray;
    padding:10px;
    display: flex;
}
/* headerr */
.headingsection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1.5rem;
}

.nav-links ul{
    display: flex;
    gap: 15px;
    
}
.nav-links ul li a{
    color: grey;
    font-size: 15px;
}

.headingsection p {
    max-width: 600px;
    width: 100%;
}

.headingcapital {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    /* color: #01596c; */
    color: #0089a8;
}

.headingmid {
    color: #01596c;
    font-weight: 700;
}

.ap-booking {
    background: #1B8174;
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    
}

.ap-booking:hover {
    transition: .5s ease;
    background: linear-gradient(135deg,#0D1C3F ,#1A4A40 ); 
}

.ap-booking a {
    color: #fff !important;
}

@media (max-width:576px) {
   .button{
    padding: 8px 10px;
   } 
   .button a {
   font-size: 12px;
}
}
/* header start */
header {
    /* padding: 1rem 0; */
    position: sticky;
    top: 0;
    z-index: 999;
    background: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.276);
}

header .container {
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

header .logodiv img {
    width: 200px;
    cursor: pointer;
}

@media (max-width:576px) {
  header .logodiv img {
    width: 150px;
}

}
/* banner hero */
.herobanner {
    padding: 1rem 0;
    background: linear-gradient(135deg,#0D1C3F 70%,#1A4A40 ); 
    padding: 40px 0;
}

.bannerheading {
    font-weight: 700;
    text-transform: uppercase;
    /* color: #01596c; */
    color: white;
}
 .herobannertext .row {
        font-size: 14px;
        font-weight: 500;
        color: white;
    }
    .herobannertext p{
        color: white;
    }
    .hero-image{
        background-color: white; border-radius: 10px;
        overflow: hidden;
    }

@media (max-width:992px) and (min-width:576px) {
    .herobannerdiv>div {
        width: 50%;
    }

}



/* after banner */
/* ⭐ make slick track stretch items */
.autoplay .slick-track {
    display: flex !important;
    align-items: stretch;
}

/* ⭐ very important */
.autoplay .slick-slide {
    height: auto !important;
    display: flex !important;
}

/* ⭐ wrapper div inside slide */
.autoplay .slick-slide>div {
    display: flex;
    width: 100%;
}

/* ⭐ your card */


.afterdives {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;

}

.afterdives img {
    width: 100px;
    border-radius: 50%;
}

.afterdiv1 {
    background-color: hsl(191, 100%, 39%);
    border-radius: 4px;
}

.afterdiv2 {
    background-color: hsl(191, 100%, 32%);
    border-radius: 4px;
}

.afterdiv3 {
    background-color: hsl(191, 100%, 24%);
    border-radius: 4px;
}

.afterdiv4 {
    background-color: hsl(191, 100%, 16%);
    border-radius: 4px;
}

.afterdiv5 {
    background-color: hsl(191, 100%, 8%);
    border-radius: 4px;
}



.afterdives .content {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.afterdiv p {
    color: #fff;
    font-size: 14px;
    margin-top: 1rem;
    margin-bottom: auto;
}

@media (min-width:992px) {

    
   

    .afterdiv1 {
        border-radius: 4px 0 0 4px;
    }

    .afterdiv2,
    .afterdiv3,
    .afterdiv4 {
        border-radius: 0;
    }

    .afterdiv5 {
        border-radius: 0 4px 4px 0;
    }
}

@media (max-width:576px) {
    .afterdives {
        padding: 1rem 0.5rem;
        margin: 0 4px;
    }
}

/* menu start */
.menu {
    position: fixed;
    top: 0;
    left: -350px;
    background-color: #fff;
    height: 100vh;
    z-index: 99;
    width: 260px;
    overflow-y: scroll;
    transition: 0.3s ease;
}

.menu.active {
    left: 0;
}

.menu .bi-x {
    font-size: 1.5rem;
    color: rgb(176, 191, 201);
}

.menu ul li a {
    color: black;
    background-color: #fff;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(176, 191, 201);
    padding: 0.5rem 1rem;
}

.menu ul li a:hover {
    color: #fff;
    background-color: #1B8174;
}

.menu ul li a.active {
    color: #fff;
    background-color: #1B8174;
}

.menusublist {
    display: none;
}

.menusublist.active {
    display: block;
}


/* service cards of the home */
.servicesCardsHome {
    box-shadow: 0px 2px 10px rgb(176, 191, 201);
    border-radius: 4px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 8px;
}

.servicesCardsHomeimg {
    background-color: #1B8174;
    width: fit-content;
    padding: 1.5rem;
    border-radius: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.servicesCardsHome .headingcapital {
    font-size: 18px;
    margin: 1rem 0;
}

.servicesCardsHome p {
    margin-bottom: 0;
    text-align: justify;
}

.slick-dots {
    bottom: -45px !important;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px !important;
    height: 10px !important;
    content: '•';
    text-align: center;
    opacity: 1 !important;
    color: transparent !important;
    background-color: transparent;
    border: 2px solid #1B8174;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #1B8174;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.content-section{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* Best Practices */

.contentlist li i {
    font-size: 12px;
    color: #1B8174;
}

.contentlist .bi::before {
    font-weight: 900 !important;

}

.qualifieddocleft {
    background-image: url(../images/info-6.jpg);
    background-position: center;
    background-size: cover;
    height: 60vh;
}

.qualifieddocright {
    background-color: #1B8174;
    color: #fff !important;
    padding: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qualifieddocright .headingcapital {
    color: #fff;
}

.qualifieddocright .headingmid {
    color: #fff;
}

.qualifieddocright .contentlist li i {
    color: #fff !important;
}

@media (min-width:992px) {

    .qualifieddocleft,
    .qualifieddocright {
        width: 50%;
        height: 80vh;
    }
}

/* testimonial */

.testimonial_card{
    padding-bottom: 20px ;
    display: flex !important;
    background-color: #ffffff10;
    border-radius: 10px;
    align-items: center;
    color: white;
    justify-content: center;
    flex-direction: column;
}
.testimonial_card p{

padding: 2rem;
font-size: 18px;
text-align: center;
font-weight: 400;

font-family: Geneva, Verdana, sans-serif;
}
.testimonial_card p span{
    color: #1B8174;
}

.testimonial_card span:nth-child(2){
font-weight: 700;

}
.testimonial_card :nth-child(3){
color: #016c84;
font-weight: 500;
}
.slick-next{
    right: -10px !important;
    
}
.slick-prev{
    left: -23px !important;
    z-index: 999;
}

.slick-next::before, .slick-prev::before{
    font-size: 32px !important;
    color: #feffff7e !important;
}

@media (max-width:576px) {
    .testimonial_card p{
        padding: 1rem 0.5rem;
        font-size: 14px;
    }
    .slick-next::before, .slick-prev::before{
    font-size: 20px !important;
}
.slick-prev{
    left: -10px !important;
}
}
/* key featured */
.keyfeatured .row ul li {
    margin-bottom: 2.5rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.keyfeatured .row ul li img{
    width: 40px;
}
@media (max-width:400px) {
    .keyfeatured .row ul li img{
    width: 30px;
}
.keyfeatured .row ul li {
    font-size: 12px;
    gap: 4px;
}
}
/* map */
#map {
    height: 450px;
    width: 100%;
}

@media (max-width:992px) {
    #map {
        height: 350px;
    }

    .nav-links{
        display: none;
        position: absolute;
        height: 100vh;
        top: 0;
        left: 0;
        min-width: 300px;
        width: 100%;
        padding: 40px;
        background-color: rgba(255, 255, 255, 0.459);
    }
    .nav-links ul{
        flex-direction: column;
    }
}

 .clients h1{
font-size: 3vmax;
/* color: #01596c; */
color: #fff;
    }
     .clients .col-6{
display: flex;
align-items: center;
justify-content: center;
text-align: center;
    }
/* why choose us */
.wcus {
    padding: 1.5rem;
    /* background-color: #01596c; */
    background: linear-gradient(135deg,#1A4A40 40%,#0D1C3F ); 
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100%;
    color: #fff;
    transition: 0.3s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.wcus:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    transform: translateY(-5px);
}

.wcus h4 {
    margin-top: 1rem;
}

/* .wcus img{
    margin-bottom: 0;
} */
.wcus p {
    margin-bottom: auto;
}

@media (max-width:768px) {
    .wcus p {
        font-size: 14px;
    }
}

/* trusted by */
.trustedby>div>img {
    width: 200px;
}

/* faqs */
.accordion-item {
    margin: 0.5rem 0;
}

.accordion-button {
    color: #01596c !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.accordion-header:hover {
    background-color: var(--bs-accordion-active-bg) !important;

}

.accordion-button:not(.collapsed) {
    background-color: #01596c !important;
    box-shadow: none !important;
    color: #fff !important;
}

.accordion-body ul {
    padding-left: inherit !important;
}

.accordion-body ul li {
    list-style: disc;
}

.accordion-button::after {
    background-image: url(../images/icons8-down-30.png) !important;
}


/* footer bottom */

.appointment-section {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;

}

.appointment-section.active {
    display: flex;
}

.appointment-div {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
}

.contact-form {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form input,
textarea,
select {
    width: 100%;
    margin-bottom: 1rem !important;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    border-style: solid;
    border-color: #01596c !important;
    box-shadow: none !important;
    border-width: 2px;
    color: #01596c;
}

.contact-form input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: none;
    color: #01596c;
}
footer{
    border-top: 3px solid #01596c;
}

footer ol li{
list-style: disc;
font-size: 14px;
}
.footer-bottom{
     /* border-top: 3px solid #01596c; */
     /* background: #1B8174; */
     background: linear-gradient(135deg,#0D1C3F 40%,#1A4A40 ); 
     color: white;
}
.footer-bottom p {
    font-size: 14px;
}

.footer-bottom a {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

/* terms and condition page */
.terms-section .container {
    background-color: #fff;
}

.terms-section h4 {
    margin-top: 25px;
    font-weight: 600;
}

.terms-section p {
    color: #555;
    line-height: 1.7;
}

.terms-section ul {
    padding-left: 18px;
}

.terms-section li {
    margin-bottom: 8px;
}


/*packages section */
.packages-section {
    position: relative;
    z-index: 1;
    background: linear-gradient(#ffffff, rgb(51, 138, 157));
}

.packages-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-image: url(../images/ribbonfinal.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.my-package-card {
    background-color: #fff;
    border-radius: 30px;
    padding: 1rem;
    position: relative;
    z-index: 2;
    border: 2px solid #01596c;
    /* margin-bottom: 2rem; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: transform 0.3s ease;
}

.my-package-card:hover {
    transform: translateY(-5px);
}

.prices span:nth-child(1) {
    font-size: 2rem;
    color: #01596c;
}

.prices span:nth-child(2) {
    font-size: 3rem;
    color: #01596c;
    font-weight: 700;
}

.month {
    color: #01596c;
}

.packages-list li {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0.5rem 0;
    /* margin-bottom: 0.75rem; */
    border-bottom: 1px solid rgb(202, 202, 202);
}

.packages-list li p {
    margin-bottom: 0;
    font-weight: 500;
    margin-left: 0.5rem;
}

.icons8div {
    background-color: #1B8174;
    padding: 2px 4px;
    border-radius: 50%;
    width: fit-content;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons8div img {
    width: 20px;
}

.featuredd {
    background: linear-gradient(to right, #ffffff, rgba(51, 138, 157, 0.667), #ffffff);
    margin-top: 1rem;
    padding: 0.5rem 0;

    display: flex;
    align-items: center;
    justify-content: center;
}

.featuredd p {
    margin-bottom: 0;
    color: #01596c;
    font-weight: 700;
    position: relative;
}

.featuredd p::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #01596c;
    top: 50%;
    right: -10px;
    transform: translateX(100%);
}

.featuredd p::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #01596c;
    top: 50%;
    left: -10px;
    transform: translateX(-100%);
}


/* services section */
.servicesweprovide {
    display: flex;
    align-items: flex-start;
    /* align-items: center;
                    justify-content: space-between; */
}

.leftmenusection {
    background-color: #fff;
    padding: 2rem;
    align-items: center;
    align-self: flex-start;
    justify-content: start;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    position: sticky;
    top: 0;

}

.leftmenusection ul {
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    /* padding-bottom: 5rem; */
}


.leftmenusection ul li a {
    padding: 0.5rem 1rem;
    font-weight: 500;
    color: #000;
    border-bottom: 4px solid transparent;
    transition: color 0.3s;
    width: 100%;
    display: inline-block;
}


.leftmenusection ul li:hover a,
.leftmenusection ul li a.active {
    color: #01596c;
    border-bottom: 4px solid #01596c;
}

.bi-chevron-double-right {
    /* color: #01596c; */
    color: white;

}
@media (min-width:992px) {
    .rightdescsection {
    margin-left: 2rem;
}
.rightdescsection>div {
    padding: 1.5rem 2rem;
}
}