
/* 
@media (min-width: 320px){
    .container{
        padding: 60px 30px;
    }
    .container-fluid{
        padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));
    }
    
    footer .site-url {
        font-size: 22px;
    }
    footer .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .read-mr-container{
        flex-direction: column;
    }
    .read-mr-container button,.read-mr-container a{
        width:100%;
    }
    .read-mr-container button{
        margin-bottom:15px;
    }
} */

@media (max-width: 767px){
    
    .container{
        padding: 30px 30px;
    }
    .container-fluid{
        padding: 0 calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));
    }
    
    .read-mr-container{
        flex-direction: column;
    }
    .read-mr-container button,.read-mr-container a{
        width:100%;
    }
    .read-mr-container button{
        margin-bottom:15px;
    }

    .good-news-module .gnm-row > div:nth-of-type(1) {
        width: 100%;
        margin-right: 2%;
    }
    .good-news-module .gnm-row > div:nth-of-type(2) {
        width: 100%;
    }
    .good-news-module .gnm-row .content-block {
       margin-top: 24px;
    }
    .good-news-module .gnm-row .content-block .userImg img {
        width: 100%;
    }

    .hw-ds-this-wrk .container {
        padding: 60px 30px;
    }
    .hw-ds-this-wrk img {
        width: 100%;
    }

    .proprietary-module .container {
        padding: 60px 30px;
    }
    .proprietary-module .centerImg img {
        width: 100%;
    }
    .proprietary-module .custom-col {
        flex-direction: column-reverse;
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    .proprietary-module .pm-left .content-container {
        text-align: center !important;
    }
    .proprietary-module .pm-right .custom-col {
        flex-direction: column;
    }
    .proprietary-module .pm-right .content-container {
        text-align: center !important;
    }
    .proprietary-module .custom-col .icon-background {
        margin-bottom: 12px;
    }
    .proprietary-module .pm-center .custom-col {
        width: 100% !important;
        margin-bottom: 2rem;
    }
    .proprietary-module .pm-center .centerImg {
        margin-bottom: 2rem;
    }

    .packagesCard .packageImg img {
        width: 100%;
    }
    .packages-module .twoBottle {
        margin-top: 24px;
    }

    .challenge-section .container {
        padding: 60px 30px;
    }

    .testimonialRow {
        margin-top: 94px;
        padding: 0;
    }
    .testimonialCard.margin-sm-bottom {
        margin-bottom: 94px;
    }

    .challenge-section .ctaImgBlock {
        display: none;
    }

    footer .container {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    footer .site-url {
        font-size: 22px;
    }
    .importantContent {
        display: block !important;
        text-align: center;
    }
    .importantContent .site-logo {
        margin: 14px 0;
    }
    .termsSocial {
        text-align: center;
        display: block !important;
        justify-content: center;
    }
    .termsPrivacy {
        justify-content: center !important;
        margin-bottom: 16px;
    }

    .call-us-container {
        margin-top: 8px;
    }
    .call-us-container .accountDetails {
        justify-content: start !important;
    }
    .call-us-container .call-section {
        padding-left: 0;
    }

}
@media (min-width: 768px) and (max-width: 1023px){
    .container{
        /* padding: 60px; */
        padding: 60px calc(12px + (160 - 12) * ((100vw - 320px) / (1920 - 320)));
    }

    .good-news-module .gnm-row > div:nth-of-type(1) {
        width: 100%;
        margin-right: 2%;
    }
    .good-news-module .gnm-row > div:nth-of-type(2) {
        width: 100%;
    }
    .good-news-module .gnm-row .content-block {
       margin-top: 24px;
    }
    .good-news-module .gnm-row .content-block .userImg img {
        width: 100%;
    }

    .hw-ds-this-wrk .container {
        padding: 60px 30px;
    }
    .hw-ds-this-wrk img {
        width: 100%;
    }

    .proprietary-module .container {
        padding: 60px 30px;
    }
    .proprietary-module .centerImg img {
        width: 100%;
    }
    .proprietary-module .custom-col {
        flex-direction: column-reverse;
        text-align: center !important;
        margin-bottom: 2rem !important;
    }
    .proprietary-module .pm-left .content-container {
        text-align: center !important;
    }
    .proprietary-module .pm-right .custom-col {
        flex-direction: column;
    }
    .proprietary-module .pm-right .content-container {
        text-align: center !important;
    }
    .proprietary-module .custom-col .icon-background {
        margin-bottom: 12px;
    }
    .proprietary-module .pm-center .custom-col {
        width: 100% !important;
        margin-bottom: 2rem;
    }
    .proprietary-module .pm-center .centerImg {
        margin-bottom: 2rem;
    }

    .packagesCard .packageImg img {
        width: 100%;
    }
    .packages-module .twoBottle {
        margin-top: 0;
    }

    .challenge-section .container {
        padding: 60px 30px;
    }

    .testimonialRow {
        margin-top: 94px;
        padding: 0;
    }

    .challenge-section .ctaImgBlock {
        display: none;
    }

    footer .container {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    footer .site-url {
        font-size: 22px;
    }
    .importantContent {
        display: block !important;
        text-align: center;
    }
    .importantContent .site-logo {
        margin: 14px 0;
    }
    .termsSocial {
        text-align: center;
        display: block !important;
        justify-content: center;
    }
    .termsPrivacy {
        justify-content: center !important;
        margin-bottom: 16px;
    }

    /* .call-us-container {
        margin-top: 8px;
    }
    .call-us-container .accountDetails {
        justify-content: start !important;
    }
    .call-us-container .call-section {
        padding-left: 0;
    } */

    .container-fluid {
        padding: 0 60px;
    }
    .call-section {
        padding-left: 0 !important;
        padding: 8px 18px;
    }
    .call-us-container .accountDetails {
        justify-content: start !important;
    }

    footer .container {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .container-fluid {
        padding: 0 60px;
    }
    .container {
        padding: 60px 60px;
    }

    .hw-ds-this-wrk .container {
        padding: 60px 60px;
    }

    .proprietary-module .centerImg img {
        width: 100%;
    }
    .proprietary-module .container {
        padding: 60px 60px;
    }
    .proprietary-module .pm-center .custom-col {
        width: 85% !important;
    }

    .challenge-section .container {
        padding: 32px 60px;
        position: relative;
    }

    .testimonialRow {
        margin-top: 94px;
        padding: 0 40px;
    }

    .good-news-module .gnm-row > div:nth-of-type(1) {
        width: 30%;
        margin-right: 1%;
    }
    .good-news-module .gnm-row > div:nth-of-type(2) {
        width: 68%;
    }
    .good-news-module .gnm-row .content-block .userImg img {
        width: 100%;
    }
    .good-news-module .btn-container button.btn-outline {
        margin-left: 0 !important;
        margin-top: 8px;
    }
}

@media (min-width: 1440px){
    .container{
        padding: 60px 160px;
    }
    .container-fluid{
        padding:0 160px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 48px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.icon .nav-link {
        margin-left: 18px;
    }
    /* .copyright-col{
        justify-content:flex-end !important;
    } */
    footer .site-url {
        font-size: 28px;
    }
    footer .container {
        padding-top: 22px;
        padding-bottom: 22px;
    }
    .about-module .am-container .aboutContent {
        padding: 50px 40px 50px 200px;
    }
    .om-img {
        position: absolute;
        width: 70%;
        right: 0;
        top: 0;
        left: unset;
    }
}


@media (min-width: 1600px) {
    .about-module .am-container .aboutContent {
        padding: 50px 40px 50px 400px;
    }
}


@media (min-width: 2000px) {
    .about-module .am-container .aboutContent {
        padding: 50px 40px 50px 720px;
    }
    .om-img {
        position: absolute;
        width: 45%;
        right: 0;
        top: 0;
        left: unset;
    }
}