/* Starting - HTML Template */

@media only screen and (max-width: 1800px) {
    .main-slider .slider-wrapper .image img {
        width: auto;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 1199px) {
    .contact-section .contact-right .default-form-area {
        max-width: 490px;
    }
}

@media only screen and (max-width: 1034px) {
    .footer-full-width .outer-box .footer-left {
        position: relative;
        width: 100%;
    }
    .footer-full-width .outer-box .map-column {
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .contact-section .contact-right .default-form-area {
        max-width: 720px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
    .contact-section .contact-right .default-form-area {
        max-width: 540px;
    }
}

@media only screen and (max-width: 650px) {
    .slider-area .owl-nav i.fa {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .main-slider h1 {
        font-size: 48px;
        line-height: 50px;
    }
}