
/* =====Custom Menu===== */
@media only screen and (max-width: 1339px){
    body.scroll-disable{
        overflow: hidden !important;
    }
    .mobile-menu-container{
        display: block;
        width: 100vw;
        height: 100vh;
        background-color: #53a3e0;
        position: fixed;
        top: -110%;
        left: 0;
        overflow-y: auto;
        transition: top 0.6s ease-in-out;
    }
    .mobile-menu-container.show{
        top: 0;
    }
    .et_pb_section{
        background-color: transparent !important;
    }
    .et_pb_section.et_pb_section_0_tb_header.et_section_regular.et_pb_section--with-menu{
        display: none;
    }
    .mobile-menu-container ul{
        list-style-type: none !important;
    }
    .custom_menu{
        padding: 20px !important;
        margin-top: 70px;
    }
    .custom_menu li a{
        color: #ffffff !important;
        font-weight: bold;
        font-size: 20px;
        padding: 5px 0;
        margin-bottom: 7px;
        display: block;
        /* position: relative !important; */
    }
    .custom_menu .menu-item-has-children{
        position: relative !important;
    }
    .custom_menu .menu-item-has-children.active::after{
        transform: rotate(180deg);
        top: 9px;
    }
    .custom_menu .menu-item-has-children::after{
        font-family: ETmodules;
        content: "3";
        font-size: 19px;
        position: absolute;
        top: 6px;
        /* right: 0; */
        left: 115px;
        font-weight: 800;
        width: 30px;
        text-align: center;
        color: #fff;
        transition: all 0.3s ease;
    }
    .custom_menu .menu-item-has-children>a{
        display: inline-block;
        width: fit-content;
    }
    .custom_menu .sub-menu li a{
        font-weight: 400;
        width: fit-content;
        display: inline-block;
    }
    .custom_menu .sub-menu{
        padding-bottom: 0 !important;
    }
    .custom_menu .dropdown-arroww{
        position: absolute;
        top: 3px;
        /* right: 0; */
        left: 115px;
        width: 50px;
        height: 30px;
        cursor: pointer;
        z-index: 900;
    }
    .sub-menu{
        display: none;
    }
    /* Menu Icon */
    .menu-btn {
        width: 20px;
        height: 15px;
        cursor: pointer;
        position: relative;
        z-index: 1000;
    }
    .menu-btn span {
        position: absolute;
        background: #222;
        width: 100%;
        height: 20%;
        transition: .4s .4s top, .4s .4s bottom, .3s transform;
        border-radius: 100px;
    }
    .menu-btn span:nth-of-type(1) {
        top: 0;
    }
    .menu-btn span:nth-of-type(2) {
        top: 40%;
        opacity: 1;
        transition: opacity .1s .4s;
    }
    .menu-btn span:nth-of-type(3) {
        bottom: 0;
    }
    
    /* Animation */
    .close span {
        transition: .4s top, .4s bottom, .4s .4s transform , 0.4s background-color;
        background-color: #ffffff;
    }
    .close span:nth-of-type(1) {
        top: 40%;
        transform: rotate(45deg);
    }
    .close span:nth-of-type(2) {
        opacity: 0;
        transition: opacity .1s .4s;
    }
    .close span:nth-of-type(3) {
        bottom: 40%;
        transform: rotate(-45deg);
    }
    /* ------------------------------------ */
    .first-roww{
        display: flex;
        align-items: center;
        padding: 20px 0;
    }
    .first-roww>*{
        width: 33.33333%;
    }
    .second-roww{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .call-us-sec P{
        font-weight: bold;
        margin-bottom: 10px;
        color: #000000;
        font-size: 15px;
    }
    header{
        box-shadow: rgba(0,0,0,.25) 0 3px 11px 0!important;
        position: sticky;
        left: 0;
        top: 0;
        background-color: #ffffff;
        z-index: 99;
    }
    .small-logo{
        display: block;
        max-width: 100%;
        margin: auto;
    }
    #topbARNAV, #dextopvisibleOn, #tabmenu{
        display: none;
    }
    .et_pb_section_4_tb_header, #tabmenu{
        display: none !important;
    }
    #menuforbntmsas12324{
        color: #ffffff !important;
    }
    .call-us-sec br{
        display: none;
    }
    .call-us-sec a{
        color: #000000;
    }
    #custom_menu_ID{
        padding-left: 45px !important;
    }
    .mt-0{
        margin-top: 0 !important;
    }
    
    }
    /* --------------------------------------------------------------------- */
    /* .for-physician-btn{
        min-width: 164px;
    } */
    /* .et_pb_menu_0_tb_header{
        width: 100%;
    }
    .desk-menu{
        width: calc( 100% + 164px ) !important;
    } */
    @media only screen and (min-width: 1340px){
        #mobile-menu{
            display: none !important;
        }
    }
    @media only screen and (max-width: 600px){
        .first-roww .col:first-child, .first-roww .col:last-child{
            width: 20% !important;
        }
        .first-roww .col:nth-child(2){
            width: 60% !important;
        }
        .small-logo{
            max-width: 100% !important;
            width: 167px !important;
        }
    }
    @media only screen and (min-width: 768px){
        .common-rows1, .et_pb_row_5.et_pb_row.common-rows1{
            margin-top: 30px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin-bottom: 0 !important;
        }
    }
    @media only screen and (max-width: 767px){
        .common-rows1, .et_pb_row_5.et_pb_row.common-rows1{
            margin: 0 !important;
            padding: 0 !important;
        }
        .common-card1{
            margin: 0 !important;
            padding: 0 15px !important;
            padding-top: 30px !important;
        }
    
    }
    @media only screen and (max-width: 1222px){
        #insurance-sec .et_pb_column .et_pb_column_3_5 .et_pb_column_9  .et_pb_css_mix_blend_mode_passthrough{
            display: flex;
        }
        #insurance-sec{
            justify-content: space-between;
        }
        #insurance-sec .et_pb_button_module_wrapper{
            margin-left: 0 !important;
        }
    }
    @media only screen and (max-width: 1339px){
        #mobile-menu, #mobile-menu.et_pb_section_2_tb_header{
            display: block !important;
        }
    }