html {
    scroll-behavior: smooth !important;
}

.reverse-box {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -30px;
}

.expertise-container {
    background-image: url(../img/sections/expertise/expertise-1.jpg);
    background-position: right;
    background-repeat: no-repeat;
    height: 300px;
    overflow: visible;
    margin-top: -20px;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    padding-top: 0;
}

.custom-section-size {
    padding-bottom: 20px;
}

.carousel-bg1 {
    background-image: url(../img/sections/slides/slide-1.jpg);
    background-size: cover;
    background-position: center;
}

.carousel-bg2 {
    background-image: url(../img/sections/slides/slide-2.jpg);
    background-size: cover;
    background-position: center;
}

.owl-item-custom {
    width: 100%;
}

.step-content p {
    padding-left: 20px;
} 

.span-label{
    background-color: white;
    padding: 5px 5px 2px 5px;
}

.main-carousel-height{
    height: 90vh;
}

.carousel-header-text {
    width: 300px;
}

.custom-section-padding {
    padding: 60px 0 0 0;
}

.aboutus-padding {
    padding: 80px 0;
}

.services-padding {
    padding: 170px 0 0 0;
}

.contact-bg {
    background: url(../img/sections/contact/contact-background.jpg)!important; 
    background-size: cover!important;
    height: 70vh;
}

.contact-bg-sign {
    background: url(../img/sections/contact/contact-background.jpg)!important; 
    background-size: contain!important;
    height: 50vh;
}

.signing-container {
    height: 300px;
    overflow: visible;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
    padding-top: 0;
}


.signing-container p {
color: #333;
    font-size: 16px;
    margin: 20px 20px 0 0;
    text-align: center;
}


/* @media only screen 
    and (width: 375px) 
    and (height: 667px) 
    and (-webkit-device-pixel-ratio: 2) { 
        .custom-section-size {
            padding-bottom: 0px;
        }
          
    } */

    @media (max-width: 430px) {
        .carousel-header-text {
            margin-top: 370px;
        }

        .services-padding {
            padding: 60px 0 0 0;
        }

        .contact-bg {
            height: auto;
        }

        .p-size {
            font-size: 18px!important;
        }
        
        .expertise-container {
            height: 180px;
            overflow: visible;
            margin-top: -60px;
            padding-bottom: 0;
            margin-bottom: 10px;
            float: none;    
        }    
    
    }


@media (max-width: 375px) {



    .custom-section-size {
        padding-bottom: 0px;
    }

    .carousel-bg1, .carousel-bg2 {
        background-size: cover;
    }

    .expertise-container {
        height: 180px;
        overflow: visible;
        margin-top: -60px;
        padding-bottom: 0;
        margin-bottom: 10px;
        float: none;    
    }

    .mb-4 {
        margin-bottom: 0!important;
    }

    .aboutus-padding {
        padding: 0;
    }
    
    .carousel-header-text {
        margin-top: 300px;
    }

    .contact-bg {
        height: auto;
    }

    .p-size {
        font-size: 18px!important;
    }    
    
}
