.btn-green {
    background-color: #86E145;
    color: #000000;
}
header{
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 4;
    background: #ffffff;
    box-shadow: 0 15px 15px -15px #b8b8b8;
}
header .navbar-light{
    position: relative;
}
.btn-green:hover {
    background-color: #86E145;
    color: #000000;
}
header .navbar-light .navbar-nav {
    justify-content: center;
    width: 100%;
  }
.main-header {
    align-items: center;
}

/* .navbar {
    border-bottom: 1px solid #051435;
} */

.header-top p {
    background-color: #051435;
    color: #fff;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
}

.main-header .navbar .nav-item .nav-link {
    color: #000000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0px 6px;
    border-bottom: 1px solid #fff;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
}

.main-header .navbar .nav-item .nav-link:hover {
    border-bottom: 1px solid #051435;
}

@media (max-width:991px) {
    .main-header .navbar .nav-item .nav-link {
        margin-bottom: 10px;
        padding: 0;
    }
}

.social-links {
    display: flex;

}

@media (max-width:991px) {
    /* .social-links{
        float: right;
    }
    .navbar-brand{
        text-align: center;
    } */
}

.social-links li {
    list-style: none;
    margin-left: 10px;
}


@media (max-width:991px) {
    .desktop-header {
        display: none;
    }

}

.mobile-view-header {
    display: none;
}

@media (max-width:991px) {
    .mobile-view-header {
        display: flex;
        justify-content: space-between;
    }

    /* .appoint{
        margin-left: 20px;
    } */
}

@media (max-width:450px) {
    .mobile-view-header .social-links .btn-green {
        padding: 5px 10px;
    }

    .navbar-brand img {
        width: 100px;
    }
}


/* Footer  */

.main-footer .content {
    display: flex;
    align-items: center;
}

.main-footer .content .image {
    /* margin-right: 10px; */
    font-size: 24px;
}

.main-footer .content .text {
    margin-left: 10px;
}

.main-footer .content .image i {
    /* margin-right: 10px;
    font-size: 24px; */
}

/* .main-footer .content .image svg{
    margin-right: 10px;
} */
.main-footer .content p {
    margin-bottom: 0;
}
@media(max-width:767px){
    .main-footer .content p{
        margin-bottom: 12px;
    }
    .main-footer .address .icons{
        margin-right: 15px;
    }
    .main-footer .content p, .main-footer .email .content a, .main-footer .phone .content a{
        font-size: 1rem;
    }
}
.main-footer .content .title {
    font-weight: 600;
}

/* footer middle  */
.footer-middle {
    background-color: #051435;
}

.footer-middle .subscribe h2 {
    color: #fff;
    font-size: 22px;
    /* margin-bottom: 0; */
    text-align: center;
}

.main-footer .content {
    display: flex;
    align-items: center;
    justify-content: start;
}

/* newsleter */
.footer-middle .newsleter input {
    padding: 25px 20px;
    border-radius: 30px;
}

.footer-middle .newsleter .subscribe-btn {
    background-color: red;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    /* top: 31%; */
    right: 0;
    padding: 14px 25px;
    border: 1px solid red;
}

.footer-middle .newsleter .subscribe-btn:hover {
    color: red;
    background-color: #fff;
    /* border: 1px solid red; */
}



/* footer-bottom */
.footer-bottom {
    background-color: #051435;
}

.footer-bottom .copyright p {
    color: #fff;
}

.footer-bottom .menus h5 {
    color: #fff;
}

.footer-bottom .menus li a {
    color: #fff;
}

.connect .address,
.connect .email,
.connect .phone {
    color: #fff;
    display: flex;
    margin-bottom: 10px;
}

.connect .address .icon,
.connect .email .icon,
.connect .phone .icon {
    margin-right: 5px;
}

.connect .email a {
    color: #fff !important;
}

.connect .phone a {
    color: #fff !important;
}

/* ====================================================================================== */

@media (max-width:991px) {
    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 0;
        /* height: 100vh; */
        width: 100%;
        background-color: white;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        margin-top: 90px;
        /* margin-left: 20px; */
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, .15);
    }
}


/* Overlay styles */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /* top: 7%; */
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.closebtn {
    position: absolute;
    /* top: 16px; */
    right: 20px;
    font-size: 27px;
    cursor: pointer;
    /* color: white; */
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
}

/* Ensure navbar items are hidden initially on mobile view */
.navbar-collapse {
    display: none;
}

/* Display the overlay content properly */
.overlay .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 20px;
}


.overlay a {
    color: #000000 !important;
}

.overlay .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.overlay .nav-item {
    border-bottom: 1px solid gray;
    width: 100%;
}

.overlay .navbar-nav .nav-link {
    text-align: left;
}

@media (max-width:991px) {
    .overlay .navbar-nav .nav-link {
        display: flex;
        justify-content: space-between;
    }
}

.overlay .appoint {
    margin-top: 20px;
}

.overlay .dropdown-menu.show {
    width: 100%;
}
.navbar-nav .nav-item::after{
    background-color: none !important;
}
.navbar-nav .nav-item:hover::after{
    width: 0% !important;
}
header{
    margin-bottom: 0%;
}
.overlay .menu-close-btn {
    display: flex;
    align-items: center;
    position: relative;
    top: 0%;
    justify-content: space-between;
}

.overlay .menu-close-btn h6 {
    position: relative;
    top: 10px;
    left: 19px;
    font-size: 20px;
}

.overlay .dropdown-menu.show {
    position: relative !important;
    transform: translate3d(0px, 0px, 0px);
    top: -42px !important;
    left: 0px;
    will-change: transform;
}

.navbar-brand{
    width: 150px;
}
.navbar-brand img{
    width: 100%;
}
.navbar-nav .dropdown-item:active{
    background-color: #db1505;
}

@media (max-width:767px){
    .navbar-brand{
        width: 107px;
    }
}