@media (max-width: 1399.98px) {
    .small-services .image-column .inner-column .overlay-5 {
        width: 100%;
        background-size: cover;
    }
}
@media (max-width: 1199.98px) {
    .about-block-three .inner-box .content {
        padding-right: 0;
    }
    .about-block-three .inner-box .content .text {
        margin-right: 0;
    }
    .about-block-three .inner-box .content .text br {
        display: none;
    }
    .about-section .content-column .inner-column {
        padding-right: 0;
        margin-left: 30px;
    }
}
@media (max-width: 1120px) {
    .header-top-center{
        display:none
    }
}
@media (max-width: 991.98px) {
    .page-wrapper{
        padding-top: 85px;
    }
    header{
        height: 85px;
        margin-top: -85px;
    }
    .header-bottom{

    }
    .header-top{
        display: none;
    }
    nav.main-menu{
        display:none
    }
    .nav-toggler{
        display: flex
    }
    .header-bottom > .auto-container > *:nth-child(3) {
        /*margin-left: auto; */
    }
    .header-call-now .btn-title{
        font-size: 15px!important;
    }
    .logo-img{
        max-height: 65px;
        width: auto;
    }
    .home-banner-content{
        width: 100%;
    }
    .banner-image img{
        /*display: none;*/
    }
    .home-banner-content h1{
        font-size: 22px!important;
    }
    .home-banner-content .inner-column {
        padding: 0;
        margin-bottom: 30px;
    }
    .home-banner-margin {
        margin-top: calc(30px - var(--home-banner-height));
        text-align: center;
    }
    .home-banner-content-background {
        width: 100%;
        top: 85px;
        height: var(--home-banner-height);
    }
    .customize-support .home-banner-content-background{
        top: calc(85px);
    }
    .about-section .auto-container {
        padding-left: 0;
        padding-right: 0;
    }
    .about-section .outer-box {
        padding: 0 15px;
    }
    .about-section .image-column {
        display: none;
    }
    .about-section .image-column .inner-column .image-box .image {
        width: 100%;
        max-width: none;
    }
    .about-section .image-column .inner-column .image-box .image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .about-section .content-column .inner-column {
        padding-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .page-wrapper{
        padding-top: 85px;
    }
    header{
        height: 85px;
        margin-top: -85px;
    }
    .header-bottom .logo{
        padding-left: 0;
    }
    .header-bottom .header-call-now{
        margin-right: 10px;
    }
    .header-bottom .header-call-now .btn-title{
        font-size: 13px !important;
        line-height: 22px;
    }
    .header-bottom .nav-toggler{
        margin-right: 0
    }
    .header-bottom .phone-blue-icon{
        height: 45px;
        width: 45px;
        background: var(--white);
        color: var(--blue);
        border-radius: 50%;
        padding: 0px 10px;
        line-height: 45px;
        margin-right: 10px;
        font-size:35px
    }
    .header-bottom .phone-blue-icon{
        font-size: 25px!important
    }
    .banner-image{
        height: 400px;
    }
    .home-banner-content-background{
        width: 100%;
        height: var(--home-banner-height);
        top: 0;
    }
    .customize-support .home-banner-content-background{
        top: calc(0px);
    }
    .home-banner-margin{
        margin-top: calc(125px - var(--home-banner-height));
    }
    .home-banner-content{
        text-align: center;
        width: 100%;
    }
    .home-banner-content h1{
        font-size: 30px!important
    }
    .service-block-three .inner-box {
        text-align: center;
    }
    .service-block-three .inner-box .icon-box:before {
        right: 17px;
        margin: 0 auto;
    }
    .service-block-three .inner-box .title::before {
        right: 0;
        margin: 0 auto;
    }
}
@media (max-width: 575.98px) {
    .small-services .image-column .inner-column {
        padding: 20px;
    }
    .small-services .image-column .inner-column .content .title {
        font-size: 20px;
        margin-top: 10px;
    }
    .small-services .image-column .inner-column .content .title br {
        display: none;
    }
    .about-block-three .inner-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about-block-three .inner-box .icon {
        margin-bottom: 20px;
        width: 65px;
        height: 65px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .about-block-three .inner-box .content {
        margin-left: 0;
    }
    .sec-title h2, .slogan-info{
        font-size: 25px!important;
        margin-bottom: 20px;
    }

}

