.header-section {
    position: sticky !important;
    top: 0 !important;
    background-color: #fff !important;
    /* Adjust as needed */
    z-index: 1000 !important;
    /* Adjust as needed */
}

.header-section .header-main .top-header {
    background-color: #066db3;
    padding: 5px 0px;
    margin: 0;
}

.header-section .header-main .top-header .top-main {
    display: flex;
    justify-content: space-between;
}

.header-section .header-main .top-header .topheader-image {
    width: 18px;
    height: 18px;
    opacity: 1;
    margin-right: 5px;
}

.header-section .header-main .top-header .topheader-im {
    color: #c9c9c9;
    width: 19px;
    height: 19px;
    margin-left: 10px;
}

.header-section .header-main .top-header .right-cont {
    display: inline-flex;
}

.header-section .header-main .top-header .cont {
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #ffffff;
}

.header-section .header-main .second-header {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}

.header-section .header-main .second-header .header-logo {
    width: 267px;
    height: 68px;
    background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
    opacity: 1;
}

.header-section .header-main .second-header .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.header-section .header-main .second-header .second-main a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.header-section .header-main .second-header .second-main a::before {
    display: block;
    content: "";
    z-index: 1;
    background: white;
    position: absolute;
    width: 18px;
    top: 45%;
    right: 100%;
    height: 3px;
}

.header-section .header-main .second-header .second-main a.active:before {
    background: #252d72;
}

.header-section .header-main .second-header .second-main a:hover::before {
    background: #252d72;
}

.header-section .header-main .second-header .second-main li {
    margin-left: 65px;
    position: relative;
}

.social-icon .icon-img {
    bottom: 12%;
    height: auto;
    padding: 12px;
    position: fixed;
    right: 27px;
    top: auto;
    width: 80px;
    z-index: 999;
}

.social-icon .second-icon-img {
    bottom: 0%;
    height: auto;
    padding: 12px;
    position: fixed;
    right: 27px;
    top: auto;
    width: 80px;
    z-index: 999;
}

.webwhats {
    display: block;
}

.mobwhats {
    display: none;
}

@media(min-width:0px) and (max-width:992px) {
    .webwhats {
        display: none;
    }

    .mobwhats {
        display: block;
    }

}

@media (min-width: 0px) and (max-width: 320px) {
    .header-section .header-main .top-header .top-main {
        display: contents;
        justify-content: space-between;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin-right: 3px;
    }

    .header-section .header-main .top-header .topheader-im {
        width: 13px;
        height: 13px;
        margin-left: 8px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 170px;
        height: 50px;
        background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .header-section .header-main .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header-section .header-main .second-header .second-main li {
        margin-left: 35px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 13px;
    }
}

@media (min-width: 321px) and (max-width: 485px) {
    .header-section .header-main .top-header .top-main {
        display: contents;
        justify-content: space-between;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin-right: 3px;
    }

    .header-section .header-main .top-header .topheader-im {
        width: 13px;
        height: 13px;
        margin-left: 8px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 170px;
        height: 50px;
        background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .header-section .header-main .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header-section .header-main .top-header .right-cont {
        margin-right: 10px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 14px;
    }

    .header-section .header-main .second-header .second-main li {
        margin-left: 35px;
    }
}

@media (min-width: 486px) and (max-width: 575px) {
    .header-section .header-main .top-header .top-main {
        display: contents;
        justify-content: space-between;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin-right: 3px;
    }

    .header-section .header-main .top-header .topheader-im {
        width: 13px;
        height: 13px;
        margin-left: 8px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 170px;
        height: 50px;
        background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .header-section .header-main .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header-section .header-main .top-header .right-cont {
        margin-right: 18px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 12px;
    }

    .header-section .header-main .second-header .second-main li {
        margin-left: 35px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .social-icon .second-icon-img {
        bottom: 4%;
        width: 69px;

    }

    .social-icon .icon-img {
        width: 69px;

    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header-section .header-main .top-header .top-main {
        display: contents;
        justify-content: space-between;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin-right: 3px;
    }



    .header-section .header-main .top-header .topheader-im {
        width: 13px;
        height: 13px;
        margin-left: 8px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 170px;
        height: 50px;
        background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .header-section .header-main .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header-section .header-main .top-header .right-cont {
        margin-right: 28px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 13px;
    }

    .header-section .header-main .second-header .second-main li {
        margin-left: 35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin-right: 3px;
    }

   
    .header-section .header-main .top-header .topheader-im {
        width: 13px;
        height: 13px;
        margin-left: 8px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 170px;
        height: 50px;
        background: transparent url("img/FOCUSPOINT-_-Logo.html") 0% 0% no-repeat padding-box;
        opacity: 1;
    }

    .header-section .header-main .navbar-toggler-icon {
        width: 20px;
        height: 20px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 14px;
    }

    .header-section .header-main .second-header .second-main li {
        margin-left: 35px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-section .header-main .second-header .second-main li {
        margin-left: 30px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 11px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 180px;
        height: 45px;
    }

    .header-section .header-main .top-header .topheader-im {
        width: 14px;
        height: 14px;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 14px;
        height: 14px;
    }

}

@media (min-width: 1201px) and (max-width: 1400px) {
    .header-section .header-main .second-header .second-main li {
        margin-left: 40px;
    }

    .header-section .header-main .second-header .second-main a {
        font-size: 12px;
    }

    .header-section .header-main .second-header .header-logo {
        width: 220px;
        height: 58px;
    }

    .header-section .header-main .top-header .topheader-im {
        width: 15px;
        height: 15px;
    }

    .header-section .header-main .top-header .topheader-image {
        width: 18px;
        height: 18px;
    }

}