@media only screen and (min-width: 0px) and (max-width: 667px) {}

/********** iPhone SE portrait ********/
@media only screen and (min-width: 320px) and (max-width: 568px) {}

/********** iPhone SE landscape ********/
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {}

/********** iPhone 6,7,8  portrait********/
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {}

/********** iPhone 6,7,8 landscape ********/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {}

/********** Galaxy S9+ portrait ********/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/********** Galaxy S9+ landscape ********/
@media screen and (min-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/********** iPhone 6+,7+,8+ portrait ********/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {}

/********** iPhone 6+,7+,8+ landscape ********/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {}

/********** Custom media quries ********/
@media only screen and (min-width: 1200px) {
    .nav-tabs {
        width: 53.5%;
    }
}

@media only screen and (min-width: 992px) {
    .wce-section {
        background-image: url(../images/background/color-web.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left -500px center;
        padding-bottom: 300px;
    }

    .contact-section {
        margin-top: -130px;
    }

    .contact-section .divider-banner {
        margin-bottom: 300px;
    }

    .contact-section .divider-banner .divider-banner-img img {
        position: absolute;
        bottom: -18%;
        width: 100%;
    }

    .contact-section .contact-info-link {
        width: 86%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nav-tabs {
        width: 64%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wce-section {
        background-image: url(../images/background/color-web.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left -380px center;
    }
    
    .contact-section .contact-info a {
        width: 50%;
        display: inherit;
        float: left;
    }
    
    .contact-section .contact-info a:nth-child(1) {
        padding-right: 10px;
    }
    
    .contact-section .contact-info a:nth-child(2) {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
    .navbar-nav {
        margin-top: 25px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        padding-right: 0rem;
        padding-left: 0rem;
    }

    .contact-section .divider-banner .divider-banner-img img {
        position: absolute;
        width: 150%;
        height: 100%;
    }

    .contact-section .contact-info-section {
        margin-bottom: 290px;
    }

    .contact-section h2 {
        font-size: 40px !important;
        line-height: 1.13 !important;
        text-align: center;
    }
    
    .contact-section .contact-info-link {
        display: flex;
    }
    
    .contact-section form h4 {
        text-align: center;
    }
}

@media only screen and (min-width: 948px) and (max-width: 991px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-section {
        margin-top: -60px;
    }

    .nav-tabs {
        width: 86%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 666px) {}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    body {
        background-image: url(../images/background/color-wave.svg);
        background-size: 700px 2200px;
        background-position: bottom right;
    }
    
    h1 {
        font-size: 35px;
        line-height: 1.29;
    }

    h2 {
        font-size: 30px;
        line-height: 1.33;
    }

    p {
        font-size: 16px;
        line-height: 1.25;
    }

    .hero-section {
        margin-top: -60px;
    }

    .nav-tabs {
        width: 97.5%;
    }
    
    .contact-section form h4 {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
    .carousel-container {
        position: static;
        margin-top: 40px;
    }
}

/********** iPad ********/

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {}

@media only screen and (min-width: 569px) and (max-width: 767px) {}

@media only screen and (min-width: 723px) and (max-width: 767px) {}