/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.cdnfonts.com/css/times-new-roman');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@700&display=swap');
/* Logo-7 */
.logo-holder {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 12px;
    padding-top: 12px;
}

.logo-holder .logoleft {
    width: 20%;
}

.logo-holder .logoleft img {
    width: 100%;
}

.logo-holder .logoright {
    width: 80%;
}

.logo-holder .logoright a .left img {
    width: 100%;
}



.logo-holder .social-icons {
    display: flex;
    padding-right: 12px;
}

.logo-holder .social-icons a,
.header_main_menu .social-icons2 a {
    margin-right: 10px;
}

.header_main_menu .social-icons2 {
    display: none;
    padding: 0px;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    border-bottom: 2px solid gainsboro;
    padding-bottom: 7px;
}

.header_main_menu .social-icons2 p {
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 16px;
    font-family: times-new-roman;
    font-weight: bold;
    color: #333;
}




.header .header_main_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0% 8%;
    background: white;
    margin-top: 0px;
}

.header .header_main_menu .header_logo {
    padding: 10px 12px;
}

.header .header_main_menu .header_logo .header_name {
    color: #121733;
    font-size: 25px;
    font-family: times-new-roman;
    text-align: left;
    font-weight: bold;
    margin-bottom: -2px;
}

.header .header_main_menu .header_logo .social-icons a {
    margin-right: 7px;
}

.header .header_main_menu .header_logo .header_designation {
    color: #121733;
    font-size: 16px;
    font-family: times-new-roman;
    text-align: left;
    margin-bottom: 8px;
}


.header .header_main_menu .header_logo,
.header .header_main_menu .header_clinics {
    width: 30%;
    z-index: 999999999;
    background: white;
}

.header .header_main_menu .header_clinics {
    padding: 10px 12px;
    /* padding-bottom: 0px; */
}

.header .header_main_menu .header_clinics div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.header .header_main_menu .header_clinics div .icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 25px;
    margin-bottom: 0px;
    color: #FF974B;
}

.header .header_main_menu .header_clinics .clinic_name h3 {
    color: #062a4d;
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: times-new-roman;
    font-weight: 700;
}

.header .header_main_menu .header_clinics .clinic_location .text {
    color: #333;
    font-size: 13px;
    text-align: justify;
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-family: times-new-roman;
    margin-left: 2px;
}

.header .header_main_menu .header_clinics .clinic_phone .phone_class {
    color: #FF974B;
    font-size: 14px;
    text-align: left;
    margin: 0px;
    padding: 0px;
    font-family: times-new-roman;
    font-weight: bold;
}

.header .header_main_menu .header_clinics .clinic_phone .phone_class:hover {
    color: blue;
}





/* nav {
    height: 40px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    font-family: PT Sans;
    white-space: nowrap;
} */

nav .navbar {
    height: 100%;
    /* max-width: 1250px; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: auto;
    padding: 0 30px;
}

.navbar .logo a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

nav .navbar .nav-links .my_name {
    height: 42px;
    transition: color .11s ease-in-out;
    display: block;
    text-decoration: none;
    color: #121733;
    font-family: Roboto Slab;
    font-size: 25px;
}

nav .navbar .nav-links .my_name span {
    color: #DC143C;
}

nav .navbar .my_name2 {
    transition: color .11s ease-in-out;
    display: none;
    text-decoration: none;
    color: #121733;
    font-family: times-new-roman;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0px;
    width: 90%;
    text-align: center;
}

nav .navbar .my_name2 span {
    color: #DC143C;
}

nav .navbar .nav-links {
    line-height: 30px;
    /* height: 100%; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .navbar .links {
    display: flex;
}

nav .navbar .links li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0 14px;
}

nav .navbar .links li a {
    height: 100%;
    text-decoration: none;
    white-space: nowrap;
    /* color: rgb(54, 53, 53); */
    color: #4c4c4c;
    font-size: 15px;
    /* font-family: Lato; */
    text-transform: uppercase;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    font-family: Montserrat;
    font-weight: 600;

}

nav .navbar .links li a:hover {
    color: #FF974B;
}

.links li:hover .htmlcss-arrow,
.links li:hover .pub-arrow,
.links li:hover .more-arrow {
    transform: rotate(180deg);
}

nav .navbar .links li .arrow {
    /* background: red; */
    height: 100%;
    width: 22px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    color: #121733;
    transition: all 0.3s ease;
}

nav .navbar .links li .sub-menu {
    position: absolute;
    top: 30px;
    left: 0;
    line-height: 40px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
}

nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .pub-sub-menu,
nav .navbar .links li:hover .more-sub-menu {
    display: block;
}

.navbar .links li .sub-menu li {
    padding: 0 22px;
    border-bottom: 1px solid rgb(15, 15, 15, 0.1);
}

.navbar .links li .sub-menu a {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 600;
}

.navbar .links li .sub-menu .more-arrow,
.navbar .links li .sub-menu .pub-arrow {
    line-height: 40px;
}


.navbar .links li .sub-menu .more-sub-menu,
.navbar .links li .sub-menu .pub-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    border-radius: 0 4px 4px 4px;
    z-index: 1;
    display: none;
}

.links li .sub-menu .more:hover .more-sub-menu .links li .sub-menu .more:hover .pub-sub-menu {
    display: block;
}

.navbar .search-box {
    position: relative;
    height: 40px;
    width: 40px;
}

.navbar .search-box i {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.navbar .search-box .input-box {
    position: absolute;
    right: calc(100% - 40px);
    top: 80px;
    height: 60px;
    width: 300px;
    background: #3E8DA8;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.navbar.showInput .search-box .input-box {
    top: 65px;
    opacity: 1;
    pointer-events: auto;
    background: #3E8DA8;
}

.search-box .input-box::before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #3E8DA8;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
}

.search-box .input-box input {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
    height: 35px;
    width: 280px;
    outline: none;
    padding: 0 15px;
    font-size: 16px;
    border: none;
}

.navbar .nav-links .sidebar-logo {
    display: none;
}

.navbar .bx-menu {
    display: none;
}

/* @media (max-width:920px) {
    nav .navbar {
        max-width: 100%;
        padding: 0 25px;
    }

    nav .navbar .logo a {
        font-size: 27px;
    }

    nav .navbar .links li {
        padding: 0 10px;
        white-space: nowrap;
    }

    nav .navbar .links li a {
        font-size: 15px;
    }
} */

@media (max-width:950px) {

    .header .logo-holder,
    .header .header_main_menu .header_clinics .clinic_location .text,
    .header .header_main_menu .header_clinics .clinic_phone .icon {
        display: none;
    }

    .header .header_main_menu {
        flex-direction: column;
        align-items: center;
        padding-top: 10px;
    }

    .header .header_main_menu .header_clinics .clinic_location {
        width: 10px;
    }

    .header .header_main_menu .header_clinics {
        width: 70%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 2px;
    }

    .header .header_main_menu .header_clinics.Custom_border {
        margin-bottom: 5px;
        /* border-bottom: 2px solid gainsboro; */
    }

    .header_main_menu .social-icons2 {
        display: flex;
    }


    nav .navbar {
        justify-content: flex-start;
    }

    .navbar .bx-menu {
        display: block;
    }

    .fa-solid.fa-bars.bx.bx-menu {
        color: black;
    }

    .my_name {
        display: none !important;
    }

    nav .navbar .my_name2 {
        display: block;
    }

    nav .navbar .nav-links {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -100%;
        display: block;
        max-width: 270px;
        width: 100%;
        background: white;
        line-height: 40px;
        padding: 20px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        transition: all 0.5s ease;
        z-index: 1000;
    }

    /* nav .navbar .links li a{
        color: white;
    } */

    .navbar .nav-links .sidebar-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sidebar-logo .logo-name {
        font-size: 25px;
        color: black;
    }

    .sidebar-logo i,
    .navbar .bx-menu {
        font-size: 25px;
        color: black;
    }

    nav .navbar .links {
        display: block;
        margin-top: 20px;
    }

    nav .navbar .links li .arrow {
        line-height: 40px;
    }

    nav .navbar .links li {
        display: block;
    }

    nav .navbar .links li .sub-menu {
        position: relative;
        top: 0;
        box-shadow: none;
        display: none;
    }

    nav .navbar .links li .sub-menu li {
        border-bottom: none;

    }

    .navbar .links li .sub-menu .more-sub-menu,
    .navbar .links li .sub-menu .pub-sub-menu {
        display: none;
        position: relative;
        left: 0;
    }

    .navbar .links li .sub-menu .more-sub-menu li,
    .navbar .links li .sub-menu .pub-sub-menu li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .links li:hover .htmlcss-arrow,
    .links li:hover .pub-arrow,
    .links li:hover .more-arrow {
        transform: rotate(0deg);
    }

    .navbar .links li .sub-menu .more-sub-menu,
    .navbar .links li .sub-menu .pub-sub-menu {
        display: none;
    }

    .navbar .links li .sub-menu .more span {
        /* background: red; */
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .links li .sub-menu .more:hover .more-sub-menu,
    .links li .sub-menu .more:hover .pub-sub-menu {
        display: none;
    }

    nav .navbar .links li:hover .htmlCss-sub-menu,
    nav .navbar .links li:hover .more-sub-menu,
    nav .navbar .links li:hover .pub-sub-menu {
        display: none;
    }

    .navbar .nav-links.show1 .links .htmlCss-sub-menu,
    .navbar .nav-links.show3 .links .pub-sub-menu,
    .navbar .nav-links.show2 .links .more-sub-menu {
        display: block;
    }

    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .pub-arrow {
        transform: rotate(180deg);
    }

    .navbar .nav-links.show2 .links .more-arrow {
        transform: rotate(180deg);
    }
}

@media (max-width:550px) {
    .header .header_main_menu .header_clinics {
        width: 90%;
    }

    .header_main_menu .social-icons2 {
        width: 90%;
    }
}

@media (max-width:450px) {
    nav .navbar .my_name2 {
        font-size: 20px;
    }

    .header .header_main_menu .header_clinics .clinic_name h3,
    .header .header_main_menu .header_clinics .clinic_phone .phone_class {
        font-size: 12px;
    }

    .header_main_menu .social-icons2 p {
        font-size: 14px;
    }
}

@media (max-width:370px) {
    nav .navbar .nav-links {
        max-width: 100%;
    }
}


.menu {
    background: #F6F6F6;
    /* background: #F67280; */
    height: 3rem;
    /* border: 1px solid black;
    border-left: 50px solid black;
    border-right: 50px solid black; */
    /* border-top: 1px solid black; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu ol {
    list-style-type: none;
    /* margin: 0 auto; */
    padding: 0;
}

.menu>ol {
    /* max-width: 1000px; */
    padding: 0 1.5rem;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.menu>ol>.menu-item {
    /* flex: 1; */
    padding: 0.25rem 1rem;
    
}

ol{
    margin-bottom: 0rem;
}

.menu>ol>.menu-item:after {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    bottom: 5px;
    left: calc(50% - 2px);
    background: #FECEAB;
    will-change: transform;
    transform: scale(0);
    transition: transform 0.2s ease;
}

.menu>ol>.menu-item:hover:after {
    transform: scale(1);
}

.menu-item {
    position: relative;
    line-height: 2.5rem;
    text-align: center;
}

.button_box{
    display: none;
}

.menu-item a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #363636;
    text-decoration: none;
    font-family: "Exo 2";
    /* font-family: 'Fira Mono', monospace; */
}

.menu-item a:hover{
    color: #FF974B;
}

.menu .menu-item .sub-menu .menu-item a:hover{
    color: black;
}

.sub-menu .menu-item {
    padding: 0.1rem 0;
    /* background: #F67280; */
    background: white;
    /* background: #1C2938; */
    opacity: 0;
    transform-origin: bottom;
    animation: enter 0.2s ease forwards;
}

.sub-menu .menu-item:nth-child(1) {
    animation-duration: 0.2s;
    animation-delay: 0s;
}

.sub-menu .menu-item:nth-child(2) {
    animation-duration: 0.3s;
    animation-delay: 0.1s;
}

.sub-menu .menu-item:nth-child(3) {
    animation-duration: 0.4s;
    animation-delay: 0.2s;
}
.sub-menu .menu-item:nth-child(4) {
    animation-duration: 0.5s;
    animation-delay: 0.3s;
}
.sub-menu .menu-item:nth-child(5) {
    animation-duration: 0.6s;
    animation-delay: 0.4s;
}
.sub-menu .menu-item:nth-child(6) {
    animation-duration: 0.7s;
    animation-delay: 0.5s;
}

.sub-menu .menu-item:hover {
    background: #F8B195;
}

.sub-menu .menu-item a {
    padding: 0 0.75rem;
}

.menu .menu-item a i{
    display: inline-block;
    width: 20px;
    height: 20px;
}

/* .menu .social-icons2{
    margin-right: 2.6rem;
} */

.menu .social-icons2 a{
    padding: 0px 5px;
}
.blankbox{
    display: none;
}
@media screen and (max-width:1115px){
    .menu-item a{
        font-size: 12px;
    }
}

@media screen and (max-width: 950px) {
    .sub-menu .menu-item {
        /* background: #1C2938; */
        background: #C06C84;
    }
}

@media screen and (max-width: 950px) {
    .menu {
        position: relative;
        border: 1px solid black;
        justify-content: space-between;
        margin-top: 5px;
        /* border-right: 46px solid black; */
        /* display: block; */
    }

    #menu_button {
        /* position: absolute; */
        /* top: calc(20%); */
        /* left: 0rem; */
        color: white;
        padding: 0px 10px;
        font-size: 30px;
        /* width: 30px;
        height: 4px;
        background: #FFF;
        box-shadow: 0 10px #FFF, 0 -10px #FFF; */
    }

    .button_box{
        height: 46px;
        background-color: black;
        display: flex;
        align-items: center;
    }

    .blankbox{
        background-color: black;
        display: block;
        height: 46px;
        width: 46px;
    }

    .menu .social-icons2 a img{
        width: 24px;
        height: 24px;
    }

    .menu>ol {
        display: none;
        /* background: #1C2938; */
        background: #F67280;
        flex-direction: column;
        justify-content: center;
        /* align-items: flex-start; */
        height: 100vh;
        padding: 0 3rem;
        animation: fade 0.2s ease-out;
    }

    .menu>ol>.menu-item {
        flex: 0;
        opacity: 0;
        animation: enter 0.3s ease-out forwards;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .menu>ol>.menu-item:nth-child(1) {
        animation-delay: 0s;
    }

    .menu>ol>.menu-item:nth-child(2) {
        animation-delay: 0.1s;
    }

    .menu>ol>.menu-item:nth-child(3) {
        animation-delay: 0.2s;
    }

    .menu>ol>.menu-item:nth-child(4) {
        animation-delay: 0.3s;
    }

    .menu>ol>.menu-item:nth-child(5) {
        animation-delay: 0.4s;
    }
    .menu>ol>.menu-item:nth-child(6) {
        animation-delay: 0.5s;
    }

    .menu>ol>.menu-item+.menu-item {
        margin-top: 0.75rem;
    }

    .menu>ol>.menu-item:after {
        left: auto;
        right: 1rem;
        bottom: calc(50% - 2px);
    }

    .menu>ol>.menu-item:hover {
        z-index: 1;
    }

    /* .menu:hover>ol {
        display: flex;
    } */

    .menu:hover:after {
        box-shadow: none;
    }
}

.sub-menu {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    z-index: 1;
}

.menu-item:hover>.sub-menu {
    display: block;
}

#menu_button{
    display: none;
}

@media screen and (max-width: 950px) {
    .sub-menu {
        width: 100vw;
        left: -3rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #menu_button{
        display: block;
    }
    .menu-item:hover>.sub-menu {
        display: none;
    }
    .header .header_main_menu{
        padding: 10px 2%;
        padding-bottom: 0px;
    }
    .menu-item a{
        font-size: 1rem;
        color: white;
    }
    
}

@keyframes enter {
    from {
        opacity: 0;
        transform: scaleY(0.98) translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


