/* Extra Large */
@media (min-width: 1851px) {
    .container {
        width: 1200px;
    }

    /*Header*/
}

/* -------------------------------------------------
    Large Screen. 
  ---------------------------------------------------*/

@media (min-width: 1367px) and (max-width: 1850px) {
    .container {
        width: 1200px;
    }

    /*Header*/
    .logo {
        padding-right: 40px;
    }

    .right-text h1 {
        font-size: 64px;
    }

    /* Footer */
    .footer-logo img {
        width: 300px;
    }

    .footer-text {
        width: calc(100% - 300px);
    }

    .footer-text h1 {
        font-size: 52px;
    }
}


/* -------------------------------------------------
    Laptop Screen 
  ---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1366px) {
    .container {
        width: 1200px;
    }

    /*Header*/
    .logo {
        padding-right: 40px;
    }

    .right-text h1 {
        font-size: 50px;
    }

    /*Footer*/
    .footer-logo img {
        width: 300px;
    }

    .footer-text {
        width: calc(100% - 300px);
    }

    .footer-text h1 {
        font-size: 40px;
    }
}



/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }

    /* Header */
    .right-text h1 {
        font-size: 40px;
    }

    .logo {
        padding-right: 40px;
    }

    /* Footer */
    .footer-area {
        padding: 0 40px;
    }

    .footer-logo img {
        width: 250px;
    }

    .footer-text {
        width: calc(100% - 250px);
    }

    .footer-text h1 {
        font-size: 36px;
    }
}



/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }

    /* Header */
    .pmi img {
        width: 40px;
        margin-top: 20px;
        margin-left: 20px;
    }

    .pmi {
        width: 70px;
    }

    .logo {
        padding: 30px;
        padding-right: 30px;
        padding-left: 0;
    }

    .logo::before,
    .logo::after {
        height: 15px;
    }

    .right-text h1 {
        font-size: 40px;
        line-height: 1.3;
        text-align: center;
    }

    .header-right::before {
        left: 60px;
    }

    .logo::before,
    .logo::after {
        left: 40px;
    }

    /* Footer */
    .footer-area {
        padding: 0 20px;
    }

    .footer-logo img {
        width: 250px;
    }

    .footer-text {
        width: calc(100% - 250px);
    }

    .footer-text h1 {
        font-size: 38px;
        line-height: 1.3;
    }

}



/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 300px
    }

    /* Header */
    .header-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pmi {
        width: auto;
    }

    .pmi img {
        width: 50px;
        margin-top: 20px;
        margin-left: 0;
    }

    .right-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-right::before {
        top: 50px;
        left: 0;
    }

    .logo {
        padding: 30px;
        padding-top: 0;
        text-align: center;
    }

    .logo::before {
        top: 30px;
        left: 0px;
    }

    .logo::after {
        right: 0px;
        top: 30px;
        left: auto;
        background: #01B5AB;
    }

    .logo img {
        width: 350px;
        margin: 0 auto;
    }

    .right-text h1 {
        font-size: 30px;
        text-align: center;
        padding: 30px 0;
        line-height: 1.3;
    }

    /*Promo*/
    .section-padding {
        padding: 50px 0;
    }

    .sec-title h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .insta-wrapper {
        width: 100%;
    }

    .share-step h2,
    .share-info h2 {
        font-size: 18px;
        padding-left: 30px;
    }

    .insta-wrapper {
        margin-top: 20px;
    }

    .share-step h2:before,
    .share-info h2:before {
        top: 0;
        -webkit-transform: translateY(-0%);
        transform: translateY(-0%);
    }

    .share-info p {
        font-size: 16px;
        padding-left: 30px;
    }

    /*Slider*/

    .slick-next.slick-arrow {
        width: 30px;
        height: 30px;
        right: 10px;
    }

    .slick-prev.slick-arrow {
        width: 30px;
        height: 30px;
        left: 10px;
        z-index: 999;
    }

    .slick-prev:before,
    .slick-next:before {
        line-height: 17px;
        font-size: 30px;
    }

    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        background: rgba(13, 115, 110, 0.3);
        border: 1px solid rgba(13, 115, 110, 0.3);
    }

    .slick-next.slick-arrow:hover,
    .slick-prev.slick-arrow:hover {
        background: #0D736E;
    }

    /* Footer */
    .footer-area {
        padding: 0 20px;
    }

    .footer-wrap {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer-logo img {
        width: 350px;
    }

    .footer-text {
        width: calc(100% - 0px);
    }

    .footer-text h1 {
        font-size: 32px;
        line-height: 1.3;
    }
}



/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
}