/*
====================================
large Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /*=== banner area start ===*/

    .banner-left h1 {
        font-size: 42px;
    }

    .banner-left h1 span {
        background-position: left 100%;
    }

    .banner-left p {
        max-width: 410px;
    }

    .banner-right {
        width: calc(100% - 410px);
        margin-bottom: -180px;
    }

    /*=== main content start ===*/

    .offer-area .container {
        max-width: 960px;
    }

    .offer-item p br {
        display: none;
    }

    /*=== choose area start ===*/

    .choose-item {
        padding: 40px 20px;
    }

    .choose-item .title-medium {
        font-size: 23px;
    }

    .choose-item-second {
        padding: 52px 30px;
        min-height: 548px;
    }






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {

    .title-large {
        font-size: 42px;
    }

    /*=== banner area start ===*/

    .banner-left {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    /*=== main content start ===*/

    .offer-area .container {
        max-width: 720px;
    }

    .offer-item {
        padding: 30px 16px;
    }

    .offer-item p br {
        display: none;
    }

    /*=== choose area start ===*/

    .choose-item-second {
        min-height: 450px;
    }

    /*=== footer area start ===*/

    .footer-right {
        padding-top: 20px;
    }

    .footer-item-second > div.footer-item-second-inner:nth-of-type(1) {
        padding-right: 100px;
    }

    .footer-item-second > div.footer-item-second-inner:nth-of-type(1)::after {
        right: 49px;
    }





}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    .title-large {
        font-size: 28px;
    }

    /*=== Header area start ===*/

    .header-top {
        padding: 20px 0 10px;
    }

    .header-logo a {
        font-size: 16px;
    }

    /*=== banner area start ===*/

    .banner-left {
        padding-top: 50px;
    }

    .banner-left h1 {
        font-size: 32px;
    }

    .banner-left h1 span {
        background-position: left 100%;
    }

    .banner-right {
        width: 100%;
        padding-top: 30px;
        margin-bottom: -0px;
    }

    /*=== main content start ===*/

    .offer-area {
        padding: 70px 0 38px;
    }

    .offer-area .container {
        max-width: 540px;
    }

    .offer-title {
        margin-bottom: 40px;
    }

    .offer-item {
        padding: 30px 15px;
    }

    .offer-item img {
        margin-bottom: 30px;
    }

    .offer-item p br {
        display: none;
    }

    /*=== choose area start ===*/

    .choose-area {
        padding: 70px 0 38px;
    }

    .choose-title {
        margin-bottom: 40px;
    }

    .choose-item {
        padding: 30px 15px;
    }

    .choose-item-second {
        padding: 50px 20px;
        min-height: 540px;
    }

    /*=== serve area start ===*/

    .serve-area {
        padding: 70px 0 42px;
    }

    /*=== footer area start ===*/

    .footer-area {
        background-size: cover;
    }

    .footer-right {
        padding-top: 20px;
    }

    .footer-item-second {
        padding: 50px 0;
    }

    .footer-item-second > div.footer-item-second-inner:nth-of-type(1) {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-item-second > div.footer-item-second-inner:nth-of-type(1)::after {
        display: none;
    }

    .footer-bottom {
        padding-top: 32px;
    }

    .footer-bottom-left {
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }

    .footer-bottom-right {
        width: 100%;
    }

    .footer-bottom-right ul {
        justify-content: center;
    }

    .footer-bottom-right ul li a {
        margin: 0 10px;
    }
                





}