@media (max-width:1440px) {
    .container {
        max-width: 1170px;
    }
    #hero {
        background-image: url(../images/img-home-hero-1440.jpg);
        background-position: top center;
    }
    #hero h1 {
        font-size: 80px;
        letter-spacing: -3px;
    }
    #hero h3 {
        font-size: 26px;
        max-width: 400px;
    }
    #hero p {
        font-size: 18px;
        max-width: 400px;
    }
    ul.nav>li>a {
        padding: 12px 14px;
    }
    .intro-box {
        column-gap: 40px;
    }
    .intro-desc h2 {
        font-size: 48px;
    }
    .intro-list ul li .icon-star {
        top: -3px;
    }
    .btn {
        font-size: 16px;
    }
    #tt-main {
        padding-top: 190px;
    }
    .tt-text {
        font-size: 22px;
    }
    .intro-list ul {
        font-size: 16px;
    }
    .forecaster-img {
        width: 50%;
        flex: 0 0 50%;
        max-width: 520px;
    }
    .forecaster-text {
        padding: 45px;
    }
    .ftr-col-2 {
        max-width: 620px;
    }
}

@media (max-width:1240px) {
    .hide-on-desktop {
        display: block !important;
    }
    .nav-box {
        display: flex;
        align-items: center;
        order: -1;
        margin: 0;
    }
    .logo {
        margin-left: auto;
        margin-right: auto;
    }
    #header {
        background: #fff;
        border-bottom: 1px solid #E0E0E0;
        box-shadow: 0px 1px 10px rgb(0 0 0 / 16%);
        position: static;
    }
    #header .logo {
        padding: 14px 0;
    }
    #header .icon-cart {
        background: url(../images/ic_outline-shopping-cart.svg) no-repeat;
    }
    #header .logo-img {
        background-image: url(../images/logo-mobile.svg);
        width: 171px;
        height: 46px;
    }
    header.sticky .nav-box {
        margin-left: 0;
    }
    .hide-on-mobile {
        display: none;
    }
    body.has-push-left #mnav-box {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .has-push-left #mnav-overlay {
        display: block;
    }
    #mnav-box {
        background: var(--mw-white);
        height: 100vh;
    }
    #mnav-hdr {
        padding: 16px;
        display: flex;
    }
    .mbl-login {
        margin-left: auto;
        color: var(--mw-primary-700);
        font-weight: 600;
    }
    #mbl-cta {
        padding: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top: 1px solid var(--mw-grey-300);
        border-bottom: 1px solid var(--mw-grey-300);
    }
    #mbl-cta a {
        flex: 0 0 48%;
        width: 48%;
        text-align: center;
        padding-left: 12px;
        padding-right: 12px;
    }
    .mbl-cart .icon-cart {
        background: url(../images/ic_outline-shopping-cart.svg) no-repeat;
    }
    ul.mnav,
    ul.mnav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul.mnav li {
        display: block;
        margin: 0;
        border-bottom: 1px solid var(--mw-grey-300);
    }
    ul.mnav li:last-child {
        border-bottom: none;
    }
    ul.mnav li a {
        color: var(--mw-primary-700);
        padding: 16px 16px;
        font-weight: 700;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul.mnav .dropdown li a {
        font-weight: 400;
        padding: 16px 0;
    }
    ul.mnav li.open>a {
        color: var(--mw-link);
    }
    ul.mnav .dropdown {
        display: none;
        background: #F6F8FA;
        padding: 0 16px;
        z-index: 10;
    }
    ul.mnav .dropdown li a {
        font-weight: 400;
    }

    .dropdown-toggle{
        background-color: #888;
    }


    /* .mnav .dropdown-toggle>a::after {
        display: none;
    } */
    ul.mnav .subm-arr {
        width: 24px;
        height: 24px;
        display: inline-block;
        text-align: center;
    }
    ul.mnav li.open.dropdown-toggle>a>.subm-arr::after {
        background: url(../images/ic-nav-arr-orange.svg) no-repeat;
    }
    ul.mnav .dropdown-toggle>a>.subm-arr::after {
        background: url(../images/ic-nav-arr-grey.svg) no-repeat;
        content: '';
        width: 10px;
        height: 5px;
        display: inline-block;
    }
    #intro {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .intro-video {
        width: 480px;
    }
    .tt-text {
        font-size: 16px;
        line-height: 1.16;
    }
    .qr-heading {
        font-size: 48px;
    }
    .ftr-col-2 {
        max-width: 430px;
    }
    #ftr-top .ftr-col-1 {
        order: 3;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #ftr-top .ftr-col {
        margin-bottom: 15px;
    }
    .ftr-logo {
        margin-bottom: 0;
    }
    .ftr-call {
        margin-bottom: 11px;
    }
    .ftr-cont {
        text-align: right;
    }
    .ftr-addr {
        text-align: left;
    }
}

@media (max-width:835px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }
    .container {
        max-width: 764px;
    }
    #mnav-box {
        width: 100%;
    }
    #hero {
        text-align: center;
        background-image: url(../images/img-home-hero-834.jpg);
        padding-top: 440px;
        padding-bottom: 65px;
    }
    #hero h1 {
        font-size: 78px;
        letter-spacing: -2.5px;
    }
    #hero h3,
    #hero p {
        margin-left: auto;
        margin-right: auto;
    }
    #hero p {
        max-width: 556px;
    }
    .intro-box {
        margin-bottom: 40px;
    }
    .intro-video {
        width: 300px;
    }
    .intro-desc h2 {
        font-size: 37px;
        letter-spacing: -1px;
    }
    .intro-desc p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .intro-list {
        grid-column: 1 / span 3;
        grid-row: 3;
        margin-top: 40px;
        padding: 20px 0;
        border-top: 1px solid #BDBDBD;
        border-bottom: 1px solid #BDBDBD;
    }
    .intro-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .intro-list ul li {
        flex: 0 0 33.33%;
        text-align: center;
        border-bottom: none;
        padding: 0 15px;
        margin: 0;
    }
    .intro-list ul li .icon-star {
        position: static;
        display: block;
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-col,
    .service-col.full {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 8px;
    }
    .service-col.full {
        margin-top: 0;
    }
    .service-img img {
        width: 100%;
    }
    .service-quiz {
        height: 100%;
        display: flex;
        padding: 24px;
    }
    .service-quiz-in {
        margin-top: auto;
        margin-bottom: auto;
    }
    .quiz-col {
        justify-content: center;
        text-align: center;
    }
    .icon-cta-help,
    .service-quiz strong {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .quiz-col+.quiz-col {
        margin-left: 0;
        margin-top: 32px;
    }
    .qq-row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .qq-col {
        padding-left: 8px;
        padding-right: 8px;
    }
    #testimonials {
        margin-top: 30%;
    }
    #tt-main {
        padding-top: 15px;
        font-size: 16px;
    }
    #tt-main h2 {
        font-size: 26px;
    }
    .tt-vessels {
        margin-top: 20px;
        order: 1;
    }
    .tt-vessel-mobile {
        display: inline-block;
    }
    .tt-vessel-desktop {
        display: none;
    }
    #tt-btm .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tt-view {
        order: 3;
        margin-bottom: 0;
    }
    #tt-items {
        order: 2;
        margin: 38px 0;
    }
    .tt-row {
        flex-wrap: wrap;
    }
    .tt-item {
        flex: 0 0 100%;
        width: 100%;
    }
    .tt-text {
        max-width: 100%;
        letter-spacing: 0;
    }
    .tt-item .tt-star {
        display: none;
    }
    .tt-item:first-child .tt-star {
        display: block;
        margin-bottom: 22px;
    }
    .ic-star {
        width: 20px;
        height: 24px;
        background-size: contain;
    }
    #forecasters .container {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .forecaster-img {
        width: 377px;
        flex: 0 0 377px;
    }
    .ftr-col-2 {
        max-width: 410px;
    }
    .team-item {
        margin-bottom: 22px;
        padding-bottom: 16px;
        margin-top: 16px;
    }
    .team-img {
        flex: 0 0 100%;
        max-width: unset;
        width: 100%;
        margin-bottom: 16px;
    }
    .team-img img {
        max-width: 180px;
    }
    .team-more {
        display: block;
    }
    .team-content {
        overflow: hidden;
    }
    .abox-col {
        flex: 0 0 100%;
    }
    .order-m-0 {
        order: -1;
    }
    .page-header {
        padding-bottom: 32px;
    }
    .page-header h1 {
        font-size: 48px;
    }
    .mb-55 {
        margin-bottom: 35px;
    }
    .video-box {
        margin-top: 0;
    }
    .abox-col-in {
        padding: 40px 0 0 0;
    }
    .ab-heading {
        text-align: center;
    }
    .sh-box .qq-col p {
        font-size: 18px;
    }
    .page-header p br {
        display: none;
    }
    .mobile-swipe-indicator {
        display: flex;
    }
    .servc-content {
        padding: 16px;
    }
    .servc-fbar {
        padding: 8px;
    }
    .servc-model {
        padding: 24px;
    }
    .servc-mbody {
        padding: 20px 0;
        font-size: 16px;
    }
    .servc-mhead h3 {
        font-size: 21px;
    }
    .fixed-height-640 {
        max-height: 60vh;
        height: auto;
    }
    /* Plan Builder Tool CSS */
    .hiw-col {
        flex: 0 0 100%;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .hiw-col:last-child {
        border-bottom: none;
    }
    .pb-tool-table th {
        text-align: left;
        position: sticky;
        background-color: #fff;
        left: 0;
    }
    .pb-head1 {
        font-size: 37px;
    }
    #ps-empty-state {
        padding: 63px 16px;
        margin-bottom: 24px;
    }
    .pb-head2 {
        flex: 0 0 100%;
        margin-bottom: 7px !important;
    }
    .servc-box .package-slide {
        width: 100%;
    }
    #plan-selection-box {
        padding-top: 24px;
    }
    .tag-best-value {
        margin-left: 0;
    }
    /* Testimonials CSS */
    .tt-filters {
        display: none;
    }
    .tt-filter-dropdown {
        display: block;
    }
    /* FAQ CSS */
    .faq-item {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-desc {
        padding-right: 0;
    }
    .faq-filters {
        display: none;
    }
    .faq-filter-dropdown {
        display: block;
    }
    /* Contact CSS */
    .contact-col-1,
    .contact-col-2 {
        width: 100%;
        flex: 0 0 100%;
    }
    #contact-info {
        padding: 32px 20px;
        font-size: 16px;
    }
    #contact-form {
        padding: 24px;
        margin-bottom: 15px;
    }
    #contact-form h2 {
        font-size: 31px;
    }
    .form-submit .btn {
        width: 100%;
    }
    /* Sample CSS */
    .sample-box h3 {
        text-align: center;
    }



    #resources-page-banner {
        background-image: url(../images/marina.jpg);
        background-position: bottom center;
    }

    #about-page-banner {
        background-image: url(../images/about1.jpg);
        background-position: bottom center;
    }

    /* Product Detail Pages CSS */
    .page-banner {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 8px;
    }
    .page-banner h1 {
        font-size: 48px;
    }
    #webcast-page-banner {
        background-image: url(../images/img-PDP-WSSB-768.jpg);
        background-position: bottom center;
    }
    #derf-page-banner {
        background-image: url(../images/img-PDP-DREF-768.jpg);
        background-position: bottom center;
    }
    #cfrp-page-banner {
        background-image: url(../images/img-PDP-CFRP-768.jpg);
        background-position: bottom center;
    }
    .pdp-navigation {
        padding: 16px 0 24px;
        text-align: center;
    }
    .pdp-navigation ul li {
        display: block;
        margin: 0;
        border: none;
        border-bottom: 1px solid #E0E0E0;
    }
    .pdp-navigation ul {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .pdp-nav {
        justify-content: center;
    }
    .pdp-navigation ul li a {
        padding: 20px 0;
    }
    .pdp-navigation ul li a.active {
        text-decoration: none;
    }
    #features {
        margin: 48px 0 0;
    }
    .feature-l {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .feature-box h2 {
        text-align: center;
        font-size: 37px;
    }
    .hiw-title {
        font-size: 37px;
        margin-bottom: 5px;
    }
    .hiw-box {
        padding-top: 32px;
        margin-bottom: 24px;
    }
    #pb-plan-options {
        margin: 8px 0;
    }
    /* Blog Page CSS */
    .blog-item {
        width: 100%;
        flex: 0 0 100%;
    }
    .blog-img {
        width: 100%;
    }
    /* Blog Detail CSS */
    h1.entry-title {
        font-size: 37px;
    }
    .post-author-img {
        margin-right: 0;
    }
    #blog-detail-box {
        padding: 35px 0;
    }
    /* Quiz CSS */
    .quiz-ftr {
        padding-left: 45px;
        padding-right: 45px;
    }
    #quiz-welcome h2 {
        font-size: 31px;
    }
    .quiz-content {
        padding: 24px;
    }
    .quiz-btns .orange-btn {
        padding-left: 25px;
        padding-right: 25px;
    }
    .quiz-panel {
        padding: 25px 16px;
    }
    .qr-heading {
        font-size: 36px;
    }
    .quiz-step h3 {
        font-size: 21px;
    }
}

@media (max-width:576px) {
    #header .logo-img,
    header.static .logo-img {
        width: 130px;
        height: 35px;
    }
    #hero {
        background-image: url(../images/img-home-hero-375.jpg);
        padding-top: 220px;
        padding-bottom: 25px;
    }
    #hero h1 {
        font-size: 62px;
    }
    #hero h3 {
        font-size: 21px;
    }
    #hero .btn {
        font-size: 14px;
        padding: 5px 14px;
        margin-right: 16px;
    }
    .has-arr-right::after {
        margin-left: 5px
    }
    #hero .bordered-btn {
        padding: 4px 14px;
    }
    .intro-box {
        row-gap: 24px;
    }
    .intro-desc {
        grid-row: 2;
        grid-column: 1;
    }
    .intro-list {
        grid-row: 3;
        grid-column: 1;
        margin: 0;
        padding: 0;
    }
    .intro-video {
        grid-row: 1;
        grid-column: 1;
        width: 100%;
    }
    .intro-list ul li {
        flex: 0 0 100%;
        width: 100%;
        padding: 24px 0;
        border-bottom: 1px solid #BDBDBD;
    }
    .service-col,
    .service-col.full {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }
    .service-txt p {
        margin-bottom: 20px;
    }
    .service-txt {
        min-height: auto;
    }
    .fs-64 {
        font-size: 37px;
    }
    .fs-21 {
        font-size: 18px;
    }
    #tt-main {
        padding-top: 85px;
    }
    #testimonials::after {
        background-image: url(../images/img-home-testimonials-bg-rope-375.png);
        padding-bottom: 66%;
    }
    #testimonials {
        margin-top: 40%;
    }
    #the-difference {
        padding-top: 48px;
    }
    .diff-item,
    .qq-col {
        width: 100%;
        flex: 0 0 100%;
    }
    .diff-item {
        margin-bottom: 15px !important;
    }
    #question-quiz {
        padding: 25px 0 9px;
    }
    .qq-col {
        margin-bottom: 16px;
    }
    .qq-item {
        padding: 40px;
    }
    .qq-item h3 {
        font-size: 26px;
    }
    .has-btm-line {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .has-btm-line::after {
        display: none;
    }
    #forecasters {
        margin: 32px 0;
    }
    .forecasters-box {
        flex-wrap: wrap;
    }
    .forecaster-img {
        flex: 0 0 100%;
    }
    .fc-img {
        width: 100%;
        padding-bottom: 70.99%;
        height: auto;
    }
    .forecaster-text {
        padding: 25px;
    }
    .forecaster-text h3 {
        font-size: 26px;
    }
    .fc-bio {
        padding: 20px;
        font-size: 12px;
    }
    .qr-col {
        padding-left: 40px;
        padding-right: 40px;
        flex: 0 0 100%;
    }
    #qr-content .servc-item {
        margin-top: 0;
    }
    #qr-col-1 {
        order: 1;
        margin-top: 35px;
    }
    .qr-heading {
        text-align: center;
        margin-top: 30px;
    }
    #qr-hdr {
        padding-bottom: 160px;
        padding-top: 25px;
    }
    #qr-hdr .logo-img {
        margin-left: auto;
        margin-right: auto;
    }
    #qr-col-2 {
        margin-top: -210px;
    }
    .qr-choose-plan {
        display: none;
    }
    .qr-btn {
        display: flex;
        justify-content: space-between;
    }
    .qr-btn .qr-divider {
        display: none;
    }
    .qr-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .qr-col {
        padding-left: 15px;
        padding-right: 15px;
    }
    #footer {
        padding: 0;
        text-align: center;
    }
    .ftr-row {
        margin: 0;
    }
    .ftr-col {
        padding: 0;
    }
    .ftr-col-1 {
        max-width: 100%;
    }
    #ftr-top .ftr-col {
        margin: 0;
    }
    #ftr-top .ftr-col-1 {
        order: 3;
        display: block;
    }
    .ftr-logo {
        margin-bottom: 50px;
    }
    .ftr-cont,
    .ftr-addr {
        text-align: center;
    }
    .ftr-col-2 {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .ftr-col-2 .ftr-nav {
        flex: 0 0 100%;
        width: 100%;
        padding: 24px;
        border-top: 1px solid #D3D8DC;
    }
    .ftr-nav h3 {
        margin-bottom: 32px;
    }
    .ftr-col-3 {
        border-top: 1px solid #D3D8DC;
        border-bottom: 1px solid #D3D8DC;
        flex: 0 0 100%;
        padding: 24px 0;
        margin: 0 0 24px 0 !important;
    }
    .ftr-col-1 .mb-50 {
        margin-bottom: 24px;
    }
    .ftr-col-1 .ftr-call {
        margin-bottom: 11px;
    }
    #ftr-btm .ftr-col {
        width: 100%;
    }
    .privacy-link {
        margin-bottom: 10px;
        display: inline-block;
    }
    .ftr-copyright {
        text-align: center;
        border-top: 1px solid #D3D8DC;
        padding-top: 24px;
        padding-bottom: 35px;
        margin-top: 24px;
    }
}