* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */
.btn {
    background-color: #006A71;
    border-color: #006A71;
    color: #fff;
}

.btn:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.text-primary {
    color: #006A71 !important;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: #006A71 !important;
}

/* imp css end */


/* header start */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #ffffff;
}

.navbar-nav .nav-link:hover {
    color: #0077b6;
    transform: scale(1.05);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #ffffff;
    border: var(--bs-border-width) solid rgb(255 255 255 / 0%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

/* header end  */

.contact-banner {
    background-image: url('../images/contact_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner {
    background-image: url('../images/about_banner.jpg');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}


.privacy-banner {
    background-image: url('../images/privacy-banner.png');
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}


/* footer section start */
footer {
    background-color: whitesmoke;
    color: #000;
}

footer ul {
    list-style: none;
    padding-left: 0px;
    line-height: 35px;
}

footer a {
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #006A71;
}

/* footer section end */


/*  */

.mobile_nav {
    background-color: #006A71;
    color: white;
}


.mobile_call {
    background-color: #006A71;
    color: white;
    display: none;
}

 .mobile-icon {
    align-items: center;
    border-radius: 50%;
    width: 50px;
    background: #198754;
    height: 50px;
    justify-content: center;
    display: flex;
}

.nav-phone {
    display: none;
}

@media (max-width:767px){
.mobile_call {
    display: block;
}

.nav-phone {
    display: block;
}
    .home-banner2 {
        background-image: url(../images/home-banner22.png);
        width: 100%;
        height: 815px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .mobile_call {
        display: block;
    }

    .nav-phone {
        display: block;
    }
}
/*  */

.home-banner2 {
    background-image: url('../images/home-banner22.png');
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
}


.mobile_call {
    background-color: #AF3E3E;
    color: white;
    display: none;
}

.mobile-icon {
    align-items: center;
    border-radius: 50%;
    width: 50px;
    background: #198754;
    height: 50px;
    justify-content: center;
    display: flex;
}

.nav-phone {
    display: none;
}
