@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Circular';
    src: url('../fonts/Circular-Medium.woff2') format('woff2'),
        url('../fonts/Circular-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ---------- FONTS INCLUDE CSS ---------- */


/*------------| body frame start |-----------*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    padding: 0px;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

body {
    padding: 0px;
    margin: 0px;
    color: var(--cream);
    background-color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    min-width: 320px;
    min-height: 100%;
    position: relative;
}

body.page-template-template-get-a-quote {
    overflow: unset;
}

.pageWrap {
    min-height: 80vh;
}

/* ========================================= ANCHOR ========================================= */

a {
    display: inline;
    text-decoration: none;
    color: currentColor;
}

.pageWrap a,
.cky-notice-des a {
    text-decoration: none;
    opacity: 1;
    position: relative;
    color: var(--lightblue);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
    background-image: linear-gradient(var(--lightblue), var(--lightblue));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
}

.pageWrap a:hover,
.cky-notice-des a:hover {
    background-size: 100% 1px;
}

a:visited,
a:focus,
a:focus-within {
    color: currentColor;
}



/* ========================================= TAGS START ========================================= */

b,
strong {
    font-weight: bold;
}

.pageWrap input,
.pageWrap textarea,
.pageWrap select {
    margin: 0px;
    background-color: transparent !important;
    border: 3px solid var(--lightblue) !important;
    border-radius: 0px !important;
    color: var(--white) !important;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 300 !important;
    min-height: 50px !important;
    width: 100% !important;
    display: flex;
    align-items: center !important;
    font-weight: normal !important;
    text-align: left;
    font-family: 'Poppins', sans-serif !important;
}



.pageWrap .calculationBox input {
    display: block;
}

.pageWrap select option {
    color: var(--black) !important;
}

.pageWrap input[type="radio"],
.pageWrap input[type="checkbox"] {
    min-width: 30px !important;
    min-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
}

.pageWrap input[type="radio"] {
    border-radius: 100% !important;
}

.pageWrap form label,
.pageWrap .gfield_label {
    color: var(--white) !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    position: relative !important;
    padding-right: 40px;
    text-align: left;
    margin-bottom: 7px !important;
}

.pageWrap form .gchoice label {
    font-size: 20px !important;
    line-height: 30px !important;
}

.pageWrap input::-webkit-input-placeholder,
.pageWrap textarea::-webkit-input-placeholder,
.pageWrap input[type="text"]::-webkit-input-placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 20px !important;
    line-height: 30px !important;
}

.pageWrap input::-moz-placeholder,
.pageWrap textarea::-moz-placeholder,
.pageWrap input[type="text"]::-moz-placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 20px !important;
    line-height: 30px !important;
}

.pageWrap input:-ms-input-placeholder,
.pageWrap textarea:-ms-input-placeholder,
.pageWrap input[type="text"]:-ms-input-placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 20px !important;
    line-height: 30px !important;
}

.pageWrap input:-moz-placeholder,
.pageWrap textarea:-moz-placeholder,
.pageWrap input[type="text"]:-moz-placeholder {
    color: var(--white);
    opacity: 1;
    font-size: 20px !important;
    line-height: 30px !important;
}

.pageWrap button::-moz-focus-inner,
.pageWrap select::-moz-focus-inner {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    block-size: 25px !important;
    border-radius: unset !important;
    inline-size: 25px !important;
    background-image: url(../images/checkmark.svg) !important;
    color: transparent !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):before {
    background-color: var(--lightblue) !important;
    width: 14px !important;
    height: 14px !important;
    top: 0px !important;
    left: 0px !important;
    position: relative !important;
}

/* ========================================= TAGS START ========================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    padding-bottom: 20px;
}

h1 {
    font-size: 70px;
    line-height: 75px;
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

.basicContent {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 25px;
    line-height: 35px;
}

h5 {
    font-size: 24px;
    line-height: 34px;
}

h6 {
    font-size: 22px;
    line-height: 32px;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6 {
    padding-top: 30px;
}

p {
    padding: 0px;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

ol,
ul,
li {
    padding: 0px;
    margin: 0px;
}

ul,
ul li {
    list-style: none;
}

.pageWrap ul {
    padding-left: 30px;
    padding-bottom: 18px;
}

.pageWrap ol {
    padding-left: 20px;
    padding-bottom: 18px;
}

.pageWrap ul li,
.pageWrap ol li {
    position: relative;
    padding-bottom: 12px;
}

.pageWrap ul li:before {
    content: "-";
    position: absolute;
    top: 0px;
    left: -30px;
    font-size: 26px;
    color: var(--lightblue);
}

.pageWrap ol li {
    position: relative;
    padding-left: 10px;
}

.pageWrap ol li::marker {
    color: var(--lightblue);
    position: absolute;
    padding: 0 0 0 6px;
}

.pageWrap ul li ul,
.pageWrap ul li ol,
.pageWrap ol li ul,
.pageWrap ol li ol {
    padding-top: 15px;
    padding-bottom: 0px;
}

blockquote {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: var(--cream);
}

hr {
    padding: 0px;
    border: 0px;
    height: 1px;
    margin: 10px auto 20px auto;
    background-color: var(--grey);
}

pre {
    margin: 0;
}

table {
    border-collapse: collapse !important;
    border: none;
    border-spacing: 0;
}

table tr {
    height: auto !important;
}

table td,
table th {
    padding: 20px;
    vertical-align: top;
    height: auto !important;
    text-align: left;
}


/* =========================================  IFRAME /* ========================================= */

.iframeWrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 20px 0;
}

.iframeWrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

video {
    height: auto;
    width: 100%;
}

.fluidVideo {
    padding-bottom: 56.1%;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.fluidVideo iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}


/* =========================================  BOX CSS =========================================  */

.box {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: var(--grey);
}

.box:before {
    content: "";
    display: block;
    padding-top: 56%;
}

.imageHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}

img.error {
    content: "";
}

figure {
    padding: 0px;
    margin: 0px;
}

.OF-cover {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* ========================================= IMAGELOADER ========================================= */

.imgloader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
}

img[data-lazy-src] {
    opacity: 0;
}

/* img.lazyloaded {
    opacity: 1!important;
} */

img.lazyloaded~.imgloader {
    opacity: 0;
}

header .imgloader,
#footer .imgloader {
    display: none;
}

/* ========================================= SECTION AND CONTAINERS ========================================= */

section {
    position: relative;
    clear: both;
    width: 100%;
}

.contentBlock {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0px 90px;
    position: relative;
}

.columnBlock {
    padding: 0px 70px;
}

.content_1740 {
    max-width: 1740px;
}

.w-100 {
    width: 100%;
}


.Tspace {
    padding-top: 100px;
}

.Bspace {
    padding-bottom: 100px;
}

.TBspace {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ========================================= COLUMNS ========================================= */


.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: flex-start;
}


.col {
    padding: 0px 20px 40px 20px;
}

.col_1_1_1_1 .col {
    width: 25%;
}

.col_1_1_1 .col {
    width: 33.33%;
}

.col_1_1 .col {
    width: 50%;
}

.col_25_75 .col_25 {
    width: 25%;
}

.col_25_75 .col_75 {
    width: 75%;
}

.LeftRightCol .LeftCol {
    width: 33.33%;
}

.LeftRightCol .RightCol {
    width: 66.66%;
}

.col_66_33 .col_66 {
    width: 66.66%;
    padding-right: 0px;
}

.col_66_33 .col_33 {
    width: 33.33%;
    padding-left: 0px;
}

.col_60_40 .col_60 {
    width: 60% !important;
}

.col_60_40 .col_40 {
    width: 40% !important;
}






/* ========================================= SPACING CLASSES ========================================= */



/* WP-CORE CSS */

.alignnone,
div.alignnone {
    margin: 10px 20px 10px 0px;
    position: relative;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
    position: relative;
}

.alignright,
div.alignright {
    float: right;
    margin: 5px 0px 50px 50px;
    position: relative;
    clear: right;
}

.alignleft,
div.alignleft {
    float: left;
    margin: 5px 50px 50px 0;
    position: relative;
}

a img.alignright {
    float: right;
    margin: 5px 0 10px 50px;
}

a img.alignnone {
    margin: 10px 50px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 50px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--white);
    /* border: 1px solid #f0f0f0; */
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 0px 50px 10px 0;
}

.wp-caption.alignleft {
    margin: 10px 50px 10px 0;
}

.wp-caption.alignright {
    margin: 10px 0 10px 50px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    margin-left: 0;
    background-color: var(--darkbeige);
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px 5px 10px;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 100%;
    color: var(--navy);
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@media screen and (max-width: 1280px) {

    .pageWrap input,
    .pageWrap textarea {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .pageWrap form label,
    .pageWrap .gfield_label {
        font-size: 22px !important;
        line-height: 32px !important;
        display: flex !important;
        align-items: center;
    }

}

@media screen and (max-width: 767px) {
    .wp-caption {
        max-width: 100% !important;
        width: 100% !important;
    }

    .alignright,
    div.alignright,
    a img.alignright {
        float: none !important;
        margin: 0px 0px 50px 0px !important;
    }

    .alignleft,
    div.alignleft,
    a img.alignleft {
        /* float: none !important; */
        margin: 0px 20px 50px 0 !important;
        position: relative;
    }

    a img.alignnone {
        margin: 10px 50px 10px 0;
    }

}

/* ========================================= ANIMATION ========================================= */
img.fadeIn {
    transition: opacity 1s ease .2s;
    -webkit-transition: opacity 1s ease .2s;
    -moz-transition: opacity 1s ease .2s;
    -o-transition: opacity 1s ease .2s;
}

.fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -moz-transition: opacity 0.5s ease-in 0.5s;
    -o-transition: opacity 0.5s ease-in 0.5s;
}

.fadeIn.animateMe {
    opacity: 1;
}

.fadeInUp {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -o-transition: opacity 1s ease .2s, transform 1s ease .2s;
    transition: opacity 1s ease .2s, transform 1s ease .2s;
    will-change: transform;
}

.fadeInUp.animateMe {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* ITALIC FONT CLASS */

.emphasized {
    font-style: italic;
    position: relative;
    margin: 0;
}


/* SLICK.CSS */

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    min-width: 100%;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* SLICK SLIDER */
.slick-slide:not(:last-child) {
    margin-right: 41px;
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 57px;
    height: 57px;
    outline: none;
    border: 0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    text-indent: -9999px;
    padding: 0;
    cursor: pointer;
    background-size: contain;
    transform: translateY(-50%);
}

.slick-prev {
    left: -90px;
    right: auto;
    background-image: url(../images/leftarrow.svg);
}

.slick-next {
    left: auto;
    right: -90px;
    background-image: url(../images/rightarrow.svg);
}


.slick-disabled {
    opacity: 0 !important;
}

.slick-dots {
    display: flex;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    top: 15px;
    position: relative;
}

.slick-dots li {
    margin: 0px 3px;
    padding: 0px !important;
}

.slick-dots li:first-child {
    margin-left: 0px !important;
}

.slick-dots li::before {
    display: none !important;
}

.slick-dots li button {
    text-indent: -99999px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: none;
    display: block !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    line-height: 0px;
    font-size: 0;
    padding: 0;
    background-color: var(--grey);
    cursor: pointer;
}


.slick-dots li.slick-active button {
    background-color: var(--lightblue);
}

.slick-slide.slick-active .imgloader,
.slick-slide .imgloader,
.slick-slide .slick-slide.slick-active .imgloader {
    opacity: 1;
}

.slick-slide.slick-active img.lazyloaded~.imgloader,
.slick-slide img.lazyloaded~.imgloader,
.slick-slide .slick-slide .imgloader {
    opacity: 0;
}

.slick-cloned .imgloader {
    display: none;
}

/* ========================================= COOKIE BAR ========================================= */

.cky-consent-container {
    width: 500px !important;
}

.cky-prefrence-btn-wrapper+div {
    display: none !important;
}

.cky-consent-container .cky-consent-bar {
    background: rgba(0, 0, 0, 0.9) !important;
    border: none !important;
    padding: 25px 30px !important;
    display: flex;
    justify-content: space-between;
    border: 3px solid var(--lightblue) !important;
}

.cky-notice .cky-title {
    display: none !important;
}

.cky-notice-des p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 17px !important;
    line-height: 27px !important;
    color: var(--cream) !important;
}

.cky-notice-des a {
    color: var(--lightblue) !important;
    font-size: inherit !important;
    font-size: 17px !important;
}

.cky-notice-des a:hover {
    opacity: 1 !important;
}

.cky-notice-btn-wrapper {
    flex-direction: row-reverse !important;
    justify-content: space-between !important;
    margin-top: 20px !important;
    gap: 12px !important;
}

.cky-notice-btn-wrapper .cky-btn {
    position: relative;
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: 'Poppins', sans-serif !important;
    border-radius: 0px !important;
    max-width: unset !important;
    flex: unset !important;
    border: 3px solid var(--lightblue) !important;
    background-color: transparent !important;
    padding: 7px 15px;
    color: var(--lightblue) !important;
    width: 47% !important;
    border-radius: 25px !important;
}

.cky-btn.cky-btn-accept {
    margin-right: 8px !important;
    background-color: transparent !important;
    border: 3px solid var(--lightblue) !important;
    color: var(--lightblue) !important;
}

button.cky-btn.cky-btn-customize {
    width: 100% !important;
    margin-bottom: 0px;
}

.cky-footer-wrapper .cky-btn {
    border: 3px solid var(--lightblue) !important;
    color: var(--lightblue) !important;
    font-size: 22px !important;
    border-radius: 25px !important;
}


@media screen and (max-width: 425px) {
    .cky-notice-des p {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .cky-notice-group .cky-notice-btn-wrapper .cky-btn {
        margin-top: 0px !important;
        padding: 5px 15px !important;
        font-size: 16px !important;
    }

    .cky-btn.cky-btn-accept {
        margin-right: 0px !important;
    }

    .cky-consent-container {
        width: auto !important;
        max-width: 500px !important;
        padding: 0px 10px 10px 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .quoteRow fieldset.gfield.gfield--type-checkbox .gfield_description {
        margin-top: 5px !important;
    }

    .cky-consent-container .cky-consent-bar {
        align-items: flex-start !important;
    }

    .cky-notice-des {
        max-height: 100% !important;
        overflow: unset !important;
        padding: 0 !important;
    }

    .cky-notice-des p {
        line-height: 25px;
    }

    .cky-notice-des p br {
        display: none !important;
    }

    .cky-notice-btn-wrapper {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        padding: 0 !important;
        flex-direction: row !important;
        margin-top: 10px !important;
    }

    .cky-notice-btn-wrapper .cky-btn-customize {
        order: unset !important;
    }

    .cky-preference-center {
        max-height: 85vh !important;
    }

    .cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept {
        margin-right: 0px !important;
    }

    .cky-preference-header .cky-btn-close img {
        height: 15px;
        width: 15px;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .cky-notice-group .cky-notice-btn-wrapper {
        flex-direction: row-reverse !important;
        justify-content: flex-end !important;
        align-items: flex-end !important;
        flex-direction: row-reverse !important;
    }
}



/* AJAX LOAD MORE CSS  */
.alm-listing .alm-reveal {
    width: auto !important;
    display: contents !important;
}

.alm-load-more-btn.more.Link.done {
    display: none;
}

.alm-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
}



.ginput_recaptcha {
    display: none !important;
}