*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btn-green{
    background-color: #86E145;
    color: #000000;
}
.btn-green:hover{
    background-color: #86E145;
    color: #000000;
}
.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;
}
.main-header .navbar .nav-item .nav-link{
    color: #000000;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0px 20px;
    border-bottom: 1px solid #fff;
}
.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;
    }
    /* .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;
}
.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; */
}
@media (max-width:575px) {
    .footer-middle .newsleter .subscribe-btn{
        right: 3%;
    }
}
@media (max-width:450px) {
    .footer-middle .newsleter .subscribe-btn{
        top: 32%;
    }
}


/* 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%;
}

.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;
}


/* ======Tags Css======= */

.tags h4 {
    color: #dc3545;
    text-transform: uppercase;
}

.tags ul li {
    background-color: #efefef;
    display: inline-block;
    text-transform: capitalize;
    padding: 4px 10px;
    margin-right: 10px;
    color: #000;
    border: 1px solid #c3c3ff !important;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
/* ======Tags Css======= */