
.header-container {
    max-width: 1390px;
    margin: auto;
    padding: 0px 0px;
    display: flex;
    align-items: center;
}
header {
    /* background: transparent; */
    position: absolute;
    width: 100%;
    top:0px;
}
.header-logo {
    width: 240px;
    float: left;
    margin-right: 10px;
}

.header-logo .desktop_logo {
    width:100%;
}
.header-nav-dv {
    float: left;
    width: calc(100% - 240px);
}
.offcanvas-end {
    width: 250px;
}
.donation-btn {
    background: #1E1E1E;
    color: #fff;
}
.nav-link {
    padding:8px 0px 1px 0px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3 ease;
}
.nav-link:hover {
    color: #00b0c8;
    border-bottom: 1px solid;
}
.hdr_call_btn {
    text-decoration: none;
    font-size: 15px;
    color: #231F20;
    display: flex;
    text-align: left;
    padding: 10px 24px;
    border: 1px solid #231F20;
    border-radius: 50px;
    width: fit-content;
    height: 51px;
    justify-content: space-between;
    align-items: center;
    line-height: 19px;
    gap: 7px;
}
.hdr_call_btn small {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 600;
}
.hdr_call_btn img {
    width: 20px;
}
.hdr_donation_btn {
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    background-color:#231F20;
    display: flex;
    text-align: left;
    padding: 12px 24px;
    border: 1px solid #231F20;
    border-radius: 50px;
    width: fit-content; 
    height: 51px;
    gap: 7px;
    align-items: anchor-center;
    justify-content: space-between;
}
.hdr_donation_btn img {
    width: 20px;
}
.offcanvas-backdrop {
    height: 100%;
}
.hdr_nav_inner {
    gap: 20px;
    justify-content: end;
}
.hdr_nav {
    gap:25px;
}
.mob_logo{
    display: none;
}

@media only screen and (min-device-width: 1080px) and (max-device-width: 1280px) {

    .hdr_nav {
        gap:10px;
    }
}
@media only screen and (min-device-width: 1080px) and (max-device-width: 1366px) {
    .header-container {
        padding: 0px 20px 0 10px;
    }

}
@media only screen and (min-device-width: 1080px) and (max-device-width: 1280px) {
    .header-logo {
        margin-right: 0px;
    }
    .nav-link {
        padding: 8px 7px;
    }
}
@media only screen and (min-device-width: 200px) and (max-device-width: 680px) {

    .desktop_logo{
        width: 175px !important;
        height: 63px;
        object-fit: cover;
    }    
}
@media only screen and (min-device-width: 681px) and (max-device-width: 992px) {

    .desktop_logo{
        width: 175px !important;
        height: 63px;
        object-fit: cover;
    }    
}
@media only screen and (min-device-width:993px) and (max-device-width: 1024px) {

    .desktop_logo{
        width: 185px !important;
    }    
}
@media only screen and (min-device-width: 200px) and (max-device-width: 1024px) {
    .offcanvas-header {
        padding: 26px 26px 10px;
    }
    .mob_logo{
        display: none;
    }
    .desktop_logo{
        display: block;
    }
    .hdr_call_btn{
        display: none;
    }
    div#mobileMenu {
        width: 85%;
    }
    .header-container {
        padding: 10px 15px 10px 5px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
        background: #fff;
        box-shadow: -3px 3px 26px -14px #00000070;
    }
    .header-logo {
        width: 50px;
    }
    .header-nav-dv {
        width: calc(100% - 50px);
    }
    .mm_main_dv {
        width: 100%;
        justify-content: end;
    }
    .hdr_donation_btn {
        width: fit-content;
        height: 45px;
        padding: 0 17px;
        display:none;
    }
    .mob_menu_icon {
        background-color: #16B5C5;
        border-radius: 50%;
        height:45px;
        width:45px;
    }
    .mob_menu_icon img{
        width: 100%;
        margin-top: -5px;
    }
    .mob_menu_icon:active {
        background-color: #16B5C5 !important;
        border:0px;
    }

    .mob_hdr_call_btn {
        text-decoration: none;
        font-size: 15px;
        color: #231F20;
        display: flex;
        text-align: left;
        padding: 10px 24px;
        border: 1px solid #231F20;
        border-radius: 50px;
        width: 100%;
        height: 56px;
        justify-content: space-between;
        align-items: center;
        line-height: 19px;
        margin-bottom: 13px;
        margin-top: 15px;
    }
    .mob_hdr_call_btn small {
        color: #7E7E7E;
        font-size: 11px;
        font-weight: 600;
    }
    .mob_hdr_donate_btn {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        background-color:#231F20;
        display: flex;
        text-align: left;
        padding: 12px 24px;
        border: 1px solid #231F20;
        border-radius: 50px;
        width: 100%; 
        height: 56px;
        align-items: anchor-center;
        justify-content: space-between;
    }
    .nav-link {
        font-size: 15px;
        margin: 11px 0;
    }
    .mob_hdr_call_btn img , .mob_hdr_donate_btn img  {
        width: 20px;
    }
}


@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {

    .header-nav-dv nav {
        display: none !important;
    }
    .header-logo {
        width: 240px;
    }
    .mob_menu_icon {
        display: block !important;
    }
    .mob_logo {
        display: none;
    }
    .header-logo .desktop_logo {
        display: block;
    }
}