@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media only screen and (min-width: 1201px) {
    .app-lg {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) {
    .app-md {
        display: none !important;
    }
}
@media only screen and (min-width: 768px) {
    .app-sm {
        display: none !important;
    }
}
@media only screen and (min-width: 576px) {
    .app-xs {
        display: none !important;
    }
}
@media only screen and (max-width: 1200px) {
    .dis-lg {
        display: none !important;
    }
}
@media only screen and (max-width: 991px) {
    .dis-md {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .dis-sm {
        display: none !important;
    }
}
@media only screen and (max-width: 576px) {
    .dis-xs {
        display: none !important;
    }
}
@media (max-width: 1400px) and (min-width: 992px) {
    .header__nav-list li {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    p {
        font-size: 14px;
    }
    .heading-lg {
        font-size: 26px;
    }
    .section {
        padding: 40px 0;
    }
    .section-head {
        margin-bottom: 20px;
    }
    .search-pop__box-title {
        font-size: 36px;
    }
    .pageheader__title {
        font-size: 30px;
    }
    .hmhero__row {
        flex-wrap: wrap-reverse;
        margin-top: 16px !important;
    }
    .hmhero__media {
        margin-left: -20px;
        margin-right: -20px;
    }
    .hmhero__media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    .hmhero__title {
        font-size: 36px;
        margin-bottom: -90px;
    }
    .hmwhy .section-bg {
        width: 100%;
    }
    .hmwhy__col--media,
    .hmwhy__media {
        height: 400px;
    }
}
@media (max-width: 567px) {
    .side-menu {
        left: -100%;
        right: auto;
        width: 100vw;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
    }
    .side-menu.active {
        left: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .side-menu-toggled header {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .side-menu #menu {
        padding: 20px;
    }
    .pageheader__title {
        font-size: 24px;
    }
}
@media (max-width: 1200px) {
    .footer__top-newsletter {
        -webkit-box-flex: 0;
    }
}
@media (min-width: 768px) {
    .btn-lg {
        font-size: 20px;
        padding: 18px 36px;
        min-width: 240px;
        border-radius: 36px;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
    .list--x2 li {
        width: 100%;
        padding-right: 20px;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .side-menu-contact span:not(:last-child) {
        margin-bottom: 20px;
    }
    .side-menu-header .logowrap {
        text-align: center;
    }
    .side-menu-header .logowrap img {
        max-width: 220px;
    }
    .footer__top-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        border-left: 1px solid #ecedf0;
    }
    .hmvids__card-text {
        position: absolute;
        top: 6%;
        left: 0;
        width: 45%;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .hmcta__card-text {
        padding-left: 20px;
    }
    .hmcta__col:nth-child(2) .hmcta__card {
        padding-left: 70px;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .search-2 {
        display: none;
    }
    .search-pop__box .courses__search button[type="submit"] {
        width: 75px;
        height: 75px;
    }
    .search-pop__box .courses__search button[type="submit"] i,
    .search-pop__box .courses__search button[type="submit"] span {
        font-size: 35px;
    }
    .search-pop__box input:not([type="submit"]) {
        font-size: 20px;
        height: 75px;
    }
    .search-pop__box .sticky-label label {
        top: 22.5px;
        font-size: 20px;
    }
    .search-pop__box .sticky-label.focus-in label,
    .search-pop__box .sticky-label.has-val label {
        top: 0;
    }
    .pageheader__content {
        max-width: calc(100% - 310px - 15px - 60px);
    }
    .footer__top-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__top-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        flex-direction: column;
    }
    .hmhero__media img {
        position: absolute;
        top: 0;
        left: 0;
        width: 50vw;
    }
    .hmwhy__col {
        position: static;
    }
    .hmwhy__col--text {
        padding-left: 80px;
    }
    .hmwhy__col--media {
        margin-bottom: -56px;
    }
    .browsecour__text {
        margin-left: auto;
    }
    .hmvids__slider--sm {
        padding-left: 220px;
        margin-top: -120px;
    }
    .hmblogs__grid,
    .hmtechs__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 24px;
        grid-template-areas: "item-1 item-1 item-2 item-2 item-3 item-3" "item-1 item-1 item-2 item-2 item-4 item-4" "item-1 item-1 item-2 item-2 item-5 item-5";
    }
    .hmcta__col:first-child .hmcta__card {
        -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
    }
    .hmcta__col:nth-child(2) {
        margin-left: -60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 60px);
        flex: 0 0 calc(50% + 60px);
        max-width: calc(50% + 60px);
    }
    .assistcar__card {
        padding: 0 20px;
    }
    .abthero__content {
        width: 100vw;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .abthero__text {
        position: absolute;
        top: 80px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 845px;
    }
    .abtbanner__content-col--text {
        padding-right: 60px;
    }
    .abtbanner__img:first-child {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .abtbanner__img:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        height: 560px;
        margin-top: 70px;
    }
    .abtbanner__img:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        height: 540px;
    }
    .abtval__col--slider {
        padding-left: 90px;
    }
}
@media (max-width: 1360px) and (min-width: 992px) {
    .abthero__text {
        top: 0;
        width: 600px;
    }
}
@media (max-width: 1400px) {
    .header__nav {
        padding-left: 30px;
    }
    .browsecour__media {
        left: -30%;
    }
    .abthero {
        padding: 90px 0 40px;
    }
    .abthero__media-pic {
        width: 100px;
        height: 100px;
    }
    .abthero__text p {
        font-size: 20px;
    }
    .abthero__title {
        font-size: 36px;
    }
}
@media (max-width: 576px) {
    .galleryhp-col {
        max-width: 49%;
        padding: 5px;
    }
    .galleryhp-item {
        height: 150px;
    }
}
@media (max-width: 991px) {
    .assistcar__card,
    .hmblogs__item {
        margin-bottom: 40px;
    }
    .hmwhy__media {
        bottom: 0;
        width: 123%;
    }
    .hmwhy__text {
        margin-left: -70px;
    }
    .hmreview__title {
        font-size: 24px;
    }
    .browsecour {
        padding: 60px 0;
    }
    .browsecour__row {
        z-index: 1;
        position: relative;
    }
    .browsecour__media::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
    .hmvids .slider-nav {
        margin-bottom: 20px;
    }
    .cs-det__row,
    .hmcta__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .hmcta__card-text {
        padding: 50px 20px 40px;
    }
    .assistcar__col::after {
        top: 100%;
        left: 50px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .assistcar__col:nth-child(2n)::after {
        left: auto;
        right: 50px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .slider-container a.slide__prev,
    .slider::before {
        left: 0;
    }
    .slider-container a.slide__next,
    .slider::after {
        left: 90%;
    }
    .slider-container .slider .slides {
        padding-left: 88px;
        padding-right: 94px;
    }
    .browsetechnology .container .hmtech__body {
        flex-direction: column;
    }
    .assistcar__card {
        border-radius: 10px;
        margin-left: auto;
        margin-right: auto;
        align-items: start;
        text-align: start;
    }
    .slider-container .slider h1 {
        margin-right: 500px;
    }
    .abthero {
        padding: 40px 0 0;
    }
    .abthero__media {
        display: none;
    }
    .abthero__title {
        font-size: 32px;
    }
    .abtbanner__title {
        font-size: 48px;
    }
    .abtbanner__media {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .abtbanner__img {
        padding: 15px;
        height: 280px;
    }
    .abtbanner__img:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        height: 320px;
    }
    .abtbanner__img:nth-child(2),
    .abtbanner__img:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .galleryhp-nav ul {
        padding: 10px 25px;
    }
    .galleryhp-nav ul li {
        font-size: 12px;
        padding: 5px;
        margin-right: 10px;
    }
    .courses__search {
        margin-top: 30px;
    }
    .contact__col--details {
        margin-bottom: 30px;
    }
    .contact-info p {
        font-size: 16px;
    }
    .hmhero__row .col-lg-6 {
        height: 100%;
        padding: 0;
        width: 100%;
        min-height: 100%;
    }
    .hmhero__col--text .hmhero__text {
        padding: 15px;
        margin-top: 40px;
    }
    .hmhero__text h4 {
        font-size: 36px;
        margin-bottom: 30px !important;
    }
    .mySwiper {
        position: relative !important;
        width: 100% !important;
        height: 400px !important;
    }
    .hmhero__row {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .hmhero {
        flex-wrap: wrap;
    }
    .hmabout__form-wrap {
        padding: 12px;
    }
    .hmwhy__col--media h1 {
        font-weight: 400;
        font-size: 2.4rem;
        margin-left: 1px;
    }
    .assistcar__header {
        margin-top: 52px;
        text-align: center;
        margin-bottom: 75px;
    }
    .search-course-pop__box-title {
        font-size: 36px;
    }
    .hmwhy__text p {
        color: #fff !important;
        padding-top: 107px !important;
        padding-left: 200px !important;
    }
}
@media (min-width: 568px) {
    .side-menu-bg {
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
        opacity: 0;
        cursor: url(../../images/icons/close_burger.png), auto;
    }
    .side-menu-bg.active {
        display: block;
    }
}
@media (min-width: 993px) {
    .hmhero__text p {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        color: #184f81;
    }
    * {
        box-sizing: border-box;
    }
    .column {
        float: left;
        width: 50%;
        padding: 10px;
    }
    .abtval__card-row {
        display: block;
    }
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    .abtmore p {
        color: #04183f !important;
        font-size: 15px !important;
    }
    .abtmore__media {
        padding-top: 45px;
        height: 300px;
        width: 500px;
    }
}
@media screen and (max-width: 992px) {
    .bg {
        height: 450px;
    }
    .banner-heading {
        font-size: 52px;
        line-height: 60px;
        width: 100%;
    }
    .banner-content p {
        font-size: 16px;
        width: 100%;
    }
    .banner-content .banner-button {
        font-size: 20px;
        width: 40%;
    }
}
@media screen and (max-width: 552px) {
    .banner-heading {
        width: 90%;
        font-size: 32px !important;
        line-height: 44px;
    }
    .banner-content p {
        width: 90%;
        font-size: 14px !important;
    }
    .banner-content .banner-button {
        width: 50%;
        font-size: 16px;
    }
}
@media (min-width: 1201px) {
    .container {
        max-width: 1140px;
        padding: 0 40px;
    }
    .gallery-area-slide {
        max-width: 760px;
        padding-left: 40px;
        margin-left: auto;
    }
    .watch-content,
    .watch-slider-area {
        max-width: 380px;
        padding-right: 40px;
        margin-right: auto;
    }
}
@media (min-width: 1401px) {
    .container {
        max-width: 1290px;
    }
    .abthero__media-1 .abthero__media-pic:first-child {
        width: 140px;
        height: 140px;
    }
    .abthero__media-1 .abthero__media-pic:nth-child(3) {
        width: 120px;
        height: 120px;
    }
    .gallery-area-slide {
        max-width: 860px;
        padding-left: 40px;
        margin-left: auto;
    }
    .watch-content,
    .watch-slider-area {
        width: 100%;
        max-width: 430px;
        padding-right: 40px;
        margin-right: auto;
    }
    .watch-image-box {
        height: 35vh !important;
    }
}
@media (min-width: 1601px) {
    .container {
        max-width: 1420px;
    }
    .gallery-area-slide {
        max-width: 946px;
        padding-left: 40px;
        margin-left: auto;
    }
    .watch-content,
    .watch-slider-area {
        width: 100%;
        max-width: 474px;
        padding-right: 40px;
        margin-right: auto;
    }
    .watch-image-box {
        height: 35vh !important;
    }
}
@media screen and (max-width: 992px) {
    section.gallery {
        display: flex;
        flex-direction: column;
        height: max-content;
    }
    .gallery-area,
    .watch-area {
        width: 100%;
    }
    .gallery-box {
        padding: 16px 0;
    }
    .gallery {
        align-items: center;
    }
    .watch-slider {
        display: flex;
        flex-direction: row;
        min-height: 0;
        height: 100%;
    }
    .watch-content p {
        width: 70%;
    }
    .watch-image-box {
        width: 50%;
        height: 100%;
    }
    .watch-slider-area {
        flex-direction: column;
        min-height: 0;
    }
    .gallery-area {
        padding-bottom: 32px;
    }
    .watch-area .navigation-area {
        flex-direction: row;
        margin-top: 16px;
        width: 100%;
        gap: 4px;
    }
    .gallery-title {
        font-size: 2rem;
    }
    .swiper-page {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    .swiper-pagination-bullet {
        border: 1px solid #146aa7;
    }
    .btnEnquiry,
    .btnEnroll {
        position: fixed;
        bottom: 20px;
        z-index: 100;
        right: calc(50% - 85px);
    }
    .btnEnroll {
        display: flex;
        gap: 16px;
        right: 50%;
        width: max-content;
        transform: translateX(50%);
    }
    .gallery_title {
        font-size: 16px;
    }
    .slider-buttons div img {
        width: 24px;
        height: 24px;
    }
    .swiper-slide img {
        height: 420px;
    }
}
@media (min-width: 1920px) {
    .child {
        left: 24% !important;
    }
}
@media (max-width: 992px) {
    .search {
        display: none;
    }
    .footer__top-left,
    .footer__top-right {
        padding: 16px 0;
    }
    .footer__top-left {
        padding-right: 0;
    }
    .updated-newsletter {
        margin-top: 16px;
    }
    .cpclients__title {
        color: rgba(4, 24, 63, 0.7);
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .footer__top-right,
    .upclass__header,
    .who-are-we,
    .who-are-we-title,
    .why-us-header {
        text-align: center;
    }
    .why-us-quotation-area .quotation p {
        padding: 60px;
        text-align: center;
    }
    .who-are-we,
    .why-us-content {
        flex-direction: column;
    }
    .why-features-area,
    .why-us-quotation-area {
        width: 100%;
        border-radius: 0;
    }
    .who-are-we-img,
    .why-features-area {
        margin-top: 32px;
    }
    .why-us-quotation-area::before {
        border-radius: 0;
    }
    .who-are-we {
        gap: 16px;
    }
    .footer-popular-courses,
    .footer-quick-links,
    .who-are-we-headings {
        width: 100%;
    }
    .who-are-we-content {
        width: 100%;
        font-size: 16px;
    }
    .who-are-content-div {
        padding-top: 16px;
    }
    .how-can-we-help-content {
        text-align: center;
        margin-top: 32px;
    }
    .who-are-we-sub-headings h2 {
        font-size: 24px;
        line-height: 32px;
        text-transform: capitalize;
    }
    .hmhero__col--text {
        padding: 20px;
    }
    .footer__top-links {
        flex-direction: column;
        text-align: center;
    }
    .list--info div {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .newsletter {
        width: 70%;
        margin: auto;
    }
    .header-center {
        display: none !important;
    }
    .break-section {
        gap: 20px;
    }
}
@media (min-width: 1201px) {
    .why-us-header {
        max-width: 1140px;
        padding: 0 40px;
    }
    .why-us-quotation-area .quotation p {
        max-width: 570px;
        padding-left: 40px;
    }
    .why-features-area {
        max-width: 570px;
        padding-right: 40px;
        padding-left: 20px;
    }
}
@media (min-width: 1401px) {
    .why-us-header {
        max-width: 1290px;
    }
    .why-us-quotation-area .quotation p {
        max-width: 645px;
        padding-left: 40px;
    }
    .why-features-area {
        max-width: 645px;
    }
}
@media (min-width: 1601px) {
    .why-us-header {
        max-width: 1420px;
        padding: 0 40px;
    }
    .why-us-quotation-area .quotation p {
        max-width: 710px;
        padding-left: 40px;
    }
    .why-features-area {
        max-width: 710px;
    }
}
@media (min-width: 1024px) {
    .why-feature {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 160px;
        max-width: 300px;
        margin-top: 30px;
        background: #eef4f8;
        border-radius: 50%;
        height: 180px;
        width: 180px;
        justify-content: center;
    }
    .why-features {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }
    .why-feature img {
        object-fit: contain;
        object-position: bottom center;
        width: 84px;
        aspect-ratio: 1/1;
    }
    .why-feature-title {
        margin-top: 12px;
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 400;
        color: #04183f;
        text-align: center;
        width: 80%;
    }
}
@media (min-width: 2300px) {
    body {
        font-size: 32px;
    }
}
@media (max-width: 767px) {
    .post-nav-next,
    .post-nav-prev {
        height: 40px;
        padding: 0 10px;
    }
    .post-nav-next h5,
    .post-nav-next span,
    .post-nav-prev h5,
    .post-nav-prev span {
        display: none;
    }
    .post-nav-prev {
        text-align: right;
    }
    .post-nav-next {
        text-align: left;
    }
    .post-nav-icon {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
    }
    .post-nav-prev .post-nav-icon {
        margin-left: auto;
    }
    .search-course-pop__box-title,
    .search-pop__box-title {
        font-size: 24px;
    }
    .footer__top-right {
        border-top: 1px solid #ecedf0;
    }
    .hmvids {
        padding-bottom: 40px;
    }
    .hmvids__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding-left: 0;
    }
    .hmvids__card-text {
        position: relative;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .hmvids__card-media {
        margin: 0 -20px;
    }
    .hmvids__slider .slick-list {
        overflow: visible;
    }
    .hmvids__slider--sm {
        display: none;
    }
    .abthero__title {
        font-size: 30px;
    }
    .abtbanner__title {
        font-size: 36px;
    }
    .spec-count__card {
        font-size: 20px;
        padding: 30px;
    }
    .spec-count__card .num-wrap {
        font-size: 50px;
    }
    .abtval__slider {
        padding-right: 40px;
    }
    .abtval__card {
        padding: 20px;
    }
    .abtval__card h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .abtval__card p,
    .teams__card-pos {
        font-size: 16px;
    }
    .teams__card-name {
        font-size: 20px;
    }
    .entry-footer [class^="col-"] {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 576px) {
    .gallery-section,
    .watch-content p {
        width: 100%;
    }
    .gallery-section-header,
    .gallery-title,
    .watch-content p,
    .watch-title {
        text-align: center;
    }
    .gallery-area {
        padding-right: 10vw;
        padding-bottom: 32px;
    }
    .gallery-title {
        font-size: 1rem;
        line-height: 1rem;
    }
    .watch-area {
        padding: 32px;
    }
    section.gallery {
        gap: 12px;
        margin-top: 0;
        height: max-content;
    }
    .techno {
        min-height: 0;
    }
    .watch-slider {
        height: 100%;
    }
    .gallery-section-2,
    .video-content {
        display: none;
    }
    .pageheader {
        height: 500px;
    }
    .newsletter {
        width: 70%;
        margin: auto;
    }
}
@media screen and (max-width: 520px) {
    .btnEnroll {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
}
@media screen and (min-width: 1024px) {
    .techno-sm {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .browsecour__text,
    .hmspecs__col.browse,
    .main-col,
    .techno {
        width: 100%;
    }
    .hmspecs__col {
        justify-content: center;
    }
    .hmtech__body {
        flex-direction: column;
    }
    .hmspecs__col.techno {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .browsecour__text {
        margin-left: 0;
    }
    .list-tick li {
        width: fit-content;
    }
}
@media (max-width: 552px) {
    .newsletter {
        width: 100%;
        margin: auto;
    }
    .save {
        font-size: 12px;
    }
    .footer-newsletter .formfield input {
        height: 50px;
        padding: 10px 20px 10px 40px;
    }
    .footer-newsletter .formfield .icon {
        left: 12px;
        width: 16px;
    }
}
@media (max-width: 1024px) {
    .browsecour__media {
        left: -35%;
    }
    .dis {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .contact__col--details,
    .cs-det__col--side {
        -webkit-box-ordinal-group: 3;
    }
    .galleryhp .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333333% - 1px);
        flex: 0 0 calc(33.333333% - 1px);
        max-width: calc(33.333333% - 1px);
    }
    .cs-det__col--main {
        padding-right: 60px;
    }
    .cs-det__col--side {
        -ms-flex-order: 2;
        order: 2;
    }
    .cs-det__side {
        position: sticky;
        top: 100px;
        margin-top: -261px;
    }
    .blog-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .blog-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        padding-right: 80px;
    }
    .blog-main .hmblogs__item {
        margin-bottom: 60px;
    }
    .blog-side {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .blog-side .hmblogs__item {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ecedf0;
    }
    .blog-side .hmblogs__card--sm .hmblogs__card-media {
        height: 120px;
    }
    .hmabout__form-wrap {
        background-color: #fff;
        border-radius: 100px 10px;
    }
    .search-course-pop__box .courses__search button[type="submit"] {
        width: 75px;
        height: 75px;
    }
    .search-course-pop__box .courses__search button[type="submit"] i,
    .search-course-pop__box .courses__search button[type="submit"] span {
        font-size: 35px;
    }
    .search-course-pop__box input:not([type="submit"]) {
        font-size: 20px;
        height: 75px;
    }
    .search-course-pop__box .sticky-label label {
        top: 22.5px;
        font-size: 20px;
    }
    .search-course-pop__box .sticky-label.focus-in label,
    .search-course-pop__box .sticky-label.has-val label {
        top: 0;
    }
    .footer__top-right {
        padding-left: 60px;
    }
    .list--info div {
        justify-content: flex-start;
    }
    .hmcta__row {
        gap: 0;
    }
}
@media screen and (min-height: 700px) {
    .testimonial-user-review p {
        -webkit-line-clamp: 7;
    }
}
@media screen and (min-width: 768px) {
    .testimonial-container {
        height: 80vh;
    }
    .success-container .success-section,
    .testimonial-container .testimonial-section {
        flex-direction: row;
    }
    .success-title-section,
    .testimonial-title-section {
        width: 33.33%;
    }
    .success-card-section,
    .testimonial-card-section {
        width: 66.66%;
    }
    .mobileImg {
        display: none;
    }
    .desktopImg {
        display: block;
    }
    .noticeModal .modal-content {
        margin: 100px auto;
    }
    .method-title-number {
        font-size: 24px;
    }
    .method-title-text {
        font-size: 16px;
        font-weight: 400;
        color: #04183f;
    }
    .method-title {
        display: flex;
        gap: 16px;
        align-items: center;
    }
    .cpclientsSwiper {
        padding: 0 100px;
    }
}
@media screen and (min-width: 1440px) {
    .testimonial-container {
        height: 65vh;
    }
}
@media screen and (min-width: 992px) {
    .gallery-area-slide {
        width: 66%;
    }
    .watch-area {
        width: 34%;
    }
    .sm-screen {
        display: none;
    }
    .apart-main {
        flex-direction: row;
        align-items: center;
    }
    .apart-content {
        width: 33.33%;
    }
    .apart-card {
        width: 66.66%;
        gap: 32px;
    }
    .apart-left,
    .apart-right {
        width: 100%;
        gap: 32px;
    }
    .feature-apart-title p {
        font-size: 32px;
        font-weight: 500;
    }
    .feature-apart-title img {
        width: 40px;
        height: 40px;
    }
    .feature-apart {
        padding: 24px;
    }
    .feature-apart-p {
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (min-width: 520px) {
    .successSwiper .swiper-button-prev,
    .testimonialSwiper .swiper-button-prev {
        display: flex;
        left: 90%;
        bottom: 0;
        top: 95%;
    }
    .successSwiper .swiper-button-next,
    .testimonialSwiper .swiper-button-next {
        display: flex;
        right: 0;
        bottom: 0;
        top: 95%;
    }
    .testimonialSwiper .swiper-button-prev::after {
        font-size: 16px;
        color: #fff;
        font-weight: bolder;
    }
    .testimonialSwiper .swiper-button-next::after {
        color: #fff;
        font-size: 16px;
        font-weight: bolder;
        right: 0;
    }
    .successSwiper .swiper-button-next::after,
    .successSwiper .swiper-button-prev::after {
        color: #146aa7;
        font-size: 16px;
        font-weight: bolder;
    }
    .successSwiper .swiper-button-next::after {
        right: 0;
    }
    .method-img {
        width: 300px;
        height: 300px;
    }
}
@media screen and (min-width: 991px) {
    .cs-det__inquiry {
        display: block;
        border: 1px solid #ecedf0;
        padding: 16px;
        border-radius: 4px;
    }
    .cs-det__inquiry-mobile {
        display: none;
    }
}
@media (min-width: 991px) {
    .hmwhy__text p {
        line-height: 36px;
        position: inherit;
        height: 180px;
        left: 107.24px;
        top: 136.71px;
        font-family: "Albert Sans";
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.09em;
        color: #eef4f8;
        text-shadow: 0 4px 20px rgba(0, 0, 0, 0.37);
        padding-top: 107px;
        padding-left: 300px;
        width: 880px;
        font-display: swap;
    }
}
.cs-review__card .review-stars img {
    height: unset;
}
.cs-review__card-profile img {
    height: 100%;
    border-radius: 100%;
}
.slider-nav {
    margin-top: 16px;
    display: flex;
    gap: 24px;
}
