@import url('https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&family=League+Spartan:wght@400;500;600&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*  Default Css  */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    background: #fff;
    color: #666C89;
    line-height: 24.244px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Rubik', sans-serif;
    color: #1C1F35;
    margin: 0;
}

body h5 {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
}

body h1 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 700;
}

body h2 {
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

body h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

p {
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
    color: #000;
    margin: 0 0 20px;
    font-family: 'Rubik', sans-serif;
    letter-spacing: -0.5px;
}

ul {
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
}

body a {
    color: #FFC64A;
}

a {
    transition: all ease-in-out 0.3s;
    color: #FFC64A;
}

body a:hover {
    color: #091242;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: white url(/wp-content/themes/frontglide/assets/images/arrow-down.svg) no-repeat;
    background-position: right 15px top 50%;
}
.section-wrapper {
    padding: 72px 0;
}

img {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

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

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

/* End Default Css  */

/* Header Css  */
.mobile-menu {
    display: none;
}

.header-logo {
    width: 150px;
}

.herder-menu ul#menu-primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
}

.herder-menu ul#menu-primary-menu li {
    padding: 0 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.header-wrapper {
    padding: 20px 0;
    z-index: 9;
    background: #091242;
    transition: all ease-in-out 0.4s;
    width: 100%;
/*    position: fixed;*/
/*    top: 0;*/
}

.nav-up .header-wrapper {
    top: -120px;
}

.nav-down .header-wrapper {
    top: 0;
}

.header-main-div {
    position: fixed;
    background: transparent;
    width: 100%;
    top: 0;
    z-index: 99;
}

.header-wrapper .row {
    align-items: center;
}

.herder-menu ul#menu-primary-menu li a {
    display: block;
    text-align: center;
    position: relative;
    font-style: normal;
}

.herder-menu ul#menu-primary-menu li a:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 27px;
    transition: 0.5s ease;
    width: 0px;
    height: 2px;
    background: #000;
    left: 0;
}

.herder-menu ul#menu-primary-menu li a:hover:before {
    width: 100%;
}

/* End Header Css  */

/* Banner Css */
.banner-main-sec {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    position: relative;
    color: #fff;
    height: 100%;
    padding: 80px 0;
}

.banner-background-image:before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(330.24deg, rgba(29, 37, 45, 0) 28.06%, #1D252D 105.93%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-background-image .container {
    z-index: 2;
}


.banner-main-sec .button-wrapper {
    margin-top: 40px;
}

.button-wrapper .place-order {
    font-style: normal;
    font-weight: 600;
    border: none;
    padding: 19px 35px;
    z-index: 1;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    color: #23212A;
    font-family: 'Rubik';
    font-size: 16px;
    cursor: pointer;
}

.button-wrapper .place-order:hover {
    background-color: #091242;
}

.button-wrapper a {
    font-style: normal;
    font-weight: 600;
    padding: 19px 35px;
    z-index: 1;
    transition: all 0.3s linear;
    overflow: hidden;
    position: relative;
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    color: #23212A;
}

.button-wrapper a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #091242;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s linear;
}

.button-wrapper a:hover:before {
    transform: translateX(0);
    z-index: -1;
}

.button-wrapper a:hover {
    color: #fff;
}

.banner-carousel-slider {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 320px 0 80px;
    margin-top: 0;
}
.menus-items-header {
    background: rgba(9, 18, 66, 0.25);
    position: relative;
    z-index: 9;
}

/* End Banner Css */
/* Footer Css */
.footer-section {
    background: #091242;
}

.footer-menu ul {
    list-style-type: none;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu {
    margin-top: 12px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
    margin-bottom: 7px;
    margin-right: 0;
}

.footer-logo {
    width: 210px;
}

.subscribe-form input.wpcf7-email {
    height: 60px;
    padding: 21px 0px 21px 30px;
    border: 1px solid #4E5683;
    width: 100%;
    font-family: 'Krub';
}

.row.footer-row {
    padding: 50px 0 70px;
    align-items: flex-start;
}
.subscribe-form {
    margin-top: 77px;
}
.footer-menu ul#menu-footer-menu a:hover {
    opacity: 1;
    color: #ffb92d;
}

.footer-menu ul#menu-footer-menu li {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-right: 50px;
}

.footer-menu ul#menu-footer-menu li ul.sub-menu li {
    font-weight: 500;
    font-size: 15px;
}

.footer-social-sec h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: normal;
}

.footer-social-sec ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin-top: 12px;
}

.footer-social-sec ul li {
    margin-right: 6px;
}

.footer-social-sec ul li img {
    height: 27px;
    width: auto;
}

.footer-social-sec ul li a:hover, .page-terms-links-sec ul#menu-terms-menu li a:hover {
    opacity: 1;
}

.page-terms-links-sec ul#menu-terms-menu {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.page-terms-links-sec ul#menu-terms-menu li {
    margin-left: 10px;
    font-size: 14px;
}

.copyright-content p {
    margin: 0;
    color: #FFF;
    font-family: Krub;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%;
    text-align: center;
}

.copyright-section {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #0000004d;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.08);
}

/* Two Col Image and Content Section Css */
.row.right-side-image-left-side-content .col-sm-6.two-img-col-sec {
    order: 2;
}

.two-col-img-content-sec .row {
    padding-bottom: 100px;
}

.two-col-img-content-sec .row {
    height: 100%;
}

.col-sm-6.two-img-col-sec .two-col-img {
    height: 100%;
}

.col-sm-6.two-img-col-sec .two-col-img img {
    object-fit: cover;
}

.two-col-content h2 {
    margin-top: 0;
}

.button-wrapper.button-with-white-bg a {
    background: #000;
    color: #fff;
    border: 4px solid #000;
}

.button-wrapper.button-with-white-bg a:before {
    background-color: #fff;
}

.button-wrapper.button-with-white-bg a:hover {
    color: #000;
}

.page-introduction-sec {
    padding: 80px 0;
}

/* Archive Pages Style */
.featured-posts-sec {
    padding: 70px 0 100px;
}

.featured-posts-sec h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

span.category-name-sec {
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
}

.featured-posts-sec img.post-feat-image {
    min-height: 290px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}

.featured-posts-sec a:hover {
    opacity: 0.5;
}

a.post-link.post-blog-link {
    width: 100%;
    display: block;
}

.blog-col-section .card-body {
    min-height: 232px;
    padding: 25px 25px 14px;
    position: relative;
}

.blog-col-section .card {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    box-shadow: 0 2px 4px rgb(3 27 78 / 6%);
    -webkit-transition: -webkit-box-shadow .25s linear;
    transition: -webkit-box-shadow .25s linear;
    transition: box-shadow .25s linear;
    transition: box-shadow .25s linear, -webkit-box-shadow .25s linear;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.read-story-btn-wrapper span {
    position: absolute;
    bottom: 15px;
}

.card-img-col {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    height: 219px;
}

.blog-col-section img.card-img-top {
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s;
}

.blog-col-section h5.card-title {
    margin: 0 0 10px 0;
    font-weight: 600;
}

.blog-col-section .card:hover {
    -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    color: rgba(3, 27, 78, .7);
}

a.featured-img-sec.post-link.post-blog-link:hover {
    opacity: 1;
}

.featured-img-sec img.post-feat-image {
    transform: scale(1);
    transition: all 0.5s;
}

a.featured-img-sec {
    overflow: hidden;
    border-radius: 8px;
}

.featured-img-sec:hover img.post-feat-image,
.blog-col-section .card:hover .card-img-col img {
    transform: scale(1.1);
}

.blog-col-section.col-sm-4 {
    margin-bottom: 56px;
}

.read-more-blog-sec {
    margin-top: 50px;
    background: rgb(0 0 0 / 10%);
    padding: 60px 0;
}

.read-more-blog-sec h2 {
    margin-bottom: 40px;
    text-align: center;
}

.blog-detail-section .col-sm-10 {
    margin: auto;
}

.social-btn img {
    height: 28px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn {
    text-align: right;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: right;
}

.social-btn a {
    margin-left: 8px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn a:hover {
    opacity: 0.5;
}

/* End Archive Pages Style */

/* Blog Card Style */
.blog-card-carousel .blog-col-section.col-sm-4 {
    max-width: 100%;
}

.blog-card-content h2 {
    margin-top: 0;
}

.blog-card-content h3 {
    margin: 10px 0;
}

.blog-card-content {
    text-align: center;
    margin-bottom: 60px;
}

.blog-card-section {
    padding-top: 100px;
}

.owl-carousel-custom-nav button.owl-prev, .owl-carousel-custom-nav button.owl-next {
    top: 32%;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
    -webkit-box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    box-shadow: 0 10px 20px rgb(3 27 78 / 10%);
    transition: all 0.5s;
}
.owl-carousel-custom-nav button.owl-prev:hover , .owl-carousel-custom-nav button.owl-next:hover {
    background: #091242 !important;
}
.owl-carousel-custom-nav button.owl-prev:hover svg path , .owl-carousel-custom-nav button.owl-next:hover svg path {
    stroke: #fff !important;
}

.owl-carousel-custom-nav button.owl-prev {
    left: -7%;
}

.owl-carousel-custom-nav button.owl-next {
    right: -7%;
}

.owl-carousel-custom-nav button.owl-prev.disabled, .owl-carousel-custom-nav button.owl-next.disabled {
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
    opacity: 0.5;
}

/* End Blog Card Style */

.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
    left: 45px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next {
    right: 45px;
}

.background-with-content-carousel.owl-carousel-custom-nav button.owl-next,
.background-with-content-carousel.owl-carousel-custom-nav button.owl-prev {
    top: 50%;
}

.background-with-content-carousel .banner-main-sec {
    height: 100%;
    padding: 100px 0;
}

/* End Blog Card Style */

/* Card Two Col Style */
.card-two-col-icon img {
    height: 115px;
    object-fit: contain;
}

.card-two-col-row.row {
    padding-top: 45px;
}

.card-two-col-sec {
    padding: 80px 0 40px;
}

.card-two-col-cta-button {
    text-align: center;
    padding-top: 50px;
}

.card-two-col-cta-button a {
    margin: auto;
}

.card-two-col-row.row .col-sm-6 {
    margin-bottom: 68px;
}

.card-two-col {
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border-radius: 0.3125rem;
    background-color: #fff;
    color: #182a3c;
}

.card-two-col-content p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 151.523%;
    max-width: 354px;
    margin-top: 5px;
}

.card-two-col .row {
    margin: 0;
}

.card-two-col-icon {
    padding: 0px;
    border-right: 1px solid #D8D8D8;
}

.card-two-col.card-icon-left-side .col-sm-9.card-two-col-content {
    order: 2;
}

.card-two-col.card-icon-left-side .col-sm-3.card-two-col-icon {
    padding-right: 15px;
    padding-left: 0;
}

.card-two-col-content h3 {
    margin-top: 0;
}

.HoverArrow {
    position: relative;
    top: 1px;
    margin-left: 8px;
    stroke-width: 2px;
    fill: none;
    stroke: currentColor;
}

.HoverArrow__linePath {
    opacity: 0;
    -webkit-transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.HoverArrow__tipPath {
    -webkit-transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.has-hover-svg-icon:hover .HoverArrow__linePath {
    opacity: 1;
}

.has-hover-svg-icon:hover .HoverArrow__tipPath {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

.card-two-col-content a {
    font-size: 14px;
}

/* End Card Two Col Style */
/* Reviews Style */
img.customer-image {
    max-width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.item.client-reviews-wrapper p {
    font-size: 16px;
    max-width: 100%;
    margin: 24px 0 0;
    color: #666C89;
    font-family: Krub;
    text-align: left;
    font-style: italic;
    font-weight: 500;
}

.reviews-row {
    padding-top: 40px;
}

.reviews-sec {
    padding: 80px 0 120px;
}

.reviews-sec h2 {
    margin: 0;
}

.client-reviews-wrapper h4 {
    margin: 0;
    color: #091242;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.client-reviews-wrapper h6 {
    margin: 0;
    color: #091242;
    font-family: Krub;
    font-size: 16px;
    font-weight: 500;
}

/* End Reviews Style */

/* Lightbox Style */
div#html5box-html5-lightbox-nav {
    display: none !important;
}

div#html5-lightbox-overlay {
    opacity: 1 !important;
    background-color: #202124 !important;
}

.html5-title {
    display: none;
}

div#html5lightbox-watermark {
    display: none !important;
}

.html5-elem-box, .html5-elem-data-box {
    background-color: transparent !important;
}

.html5-image {
    background-color: #202124 !important;
    padding: 0 !important;
}

.html5-prev, .html5-next {
    display: block !important;
    opacity: 1 !important;
}

button#html5-close {
    right: 56px !important;
    top: -55px !important;
}

.html5-prev-inside .mh-icon-left, .html5-next-inside .mh-icon-right {
    color: unset;
    background-color: unset !important;
    line-height: 56px !important;
    width: 56px !important;
    height: 56px !important;
    ;
}

.html5-next-inside {
    right: 40px !important;
}

.html5-prev-inside {
    left: 40px !important;
}

.mh-icon-right:before {
    content: url('/wp-content/uploads/2022/03/lightbox-right.svg') !important;
    width: 100% !important;
    height: auto;
}

.mh-icon-left:before {
    content: url('/wp-content/uploads/2022/03/lightbox-left.svg') !important;
    width: 100% !important;
    height: auto;
}

div#html5-lightbox-box {
    width: 100% !important;
}

.lightbox-col img {
    height: 320px;
    object-fit: cover;
    object-position: center;
}

.lightbox-col.col-sm-3 {
    padding: 0 5px 4px;
}

.lightbox-sec h2 {
    margin: 0;
    text-align: center;
}

.lightbox-sec .sub-heding {
    text-align: center;
}

.lightbox-sec {
    padding: 80px 0;
}

.lightbox-row.row {
    padding-top: 50px;
}

/* End Lightbox Style */


/* Popup Style */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 80%;
    height: 80%;
    overflow: auto;
    z-index: 9999;
    overflow-x: hidden;
    background: #fff;
    right: 0;
    bottom: 0;
    margin: auto;
}

.popup-modal {
    width: 100%;
    height: 100%;
    padding: 52px 38px;
}

.close-button {
    width: 48px;
    height: 48px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    right: 20px;
    position: absolute;
    cursor: pointer;
    z-index: 99;
}

.popup-modal-body {
    height: 100%;
}

.popup-show-wrapper .modal {
    animation: blowUpModal 0.4s forwards;
    transition-timing-function: ease-in-out;
}

.popup-sec {
    text-align: center;
}

.popup-wrapper a {
    margin: auto;
}

.popup-modal-body .row {
    margin: 0;
}

.popup-modal-body .col-sm-6 {
    padding: 0;
}

.col-sm-6.popup-col-content {
    padding: 0 70px;
}

@keyframes blowUpModal {
    0% {
        opacity: 0;
        transform: rotateX(65deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

.popup-modal-body .row .col-sm-6, .popup-img-col, .popup-img-col img {
    height: 100vh;
}

.popup-img-col img {
    object-fit: cover;
    object-position: center;
}

.medium-popup-size, .small-popup-size {
    height: max-content;
    width: 75%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.medium-popup-size .popup-modal-body .row .col-sm-6,
.medium-popup-size .popup-img-col,
.medium-popup-size .popup-img-col img,
.small-popup-size .popup-modal-body .row .col-sm-6,
.small-popup-size .popup-img-col,
.small-popup-size .popup-img-col img {
    height: 100%;
}

.medium-popup-size .col-sm-6.popup-col-content {
    padding: 0 30px;
}

.medium-popup-size h2 {
    margin: 0;
    font-size: 40px;
}

.medium-popup-size .sub-heding {
    font-size: 20px;
}

.popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
    transition: all ease-in-out .4s;
    top: 0;
    left: 0;
    right: 0;
    animation: blowUpModal 0.4s forwards;
    transition-timing-function: ease-in-out;
    z-index: 9;
}


.popup-show-wrapper .popup-overlay {
    display: block;
}

.small-popup-size {
    width: 55%;
}

.small-popup-size .col-sm-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.small-popup-size .col-sm-6.popup-col-content {
    padding: 30px;
}

.small-popup-size .col-sm-6.popup-col-content h2 {
    margin-top: 0;
}

/* End Popup Style */

/* Content Row Style */

.custom-row-content {
    margin-bottom: 70px;
}

.text-center {
    text-align: center;
}

.content-row-container img {
    height: 250px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.content-row-container .button-wrapper {
    margin-top: 20px;
}

.content-row-col {
    margin-bottom: 65px;
}

/* End Content Row Style */

.partners-carousel img {
    height: 70px !important;
    width: 135px !important;
    object-fit: contain;
    margin: auto;
}

.our-partners-heading-sec {
    margin-bottom: 60px;
}

.custom-padding {
    padding: 80px 0;
}

.margin-0 {
    margin: 0;
}

/* Tab Style */

.tab-wrapper {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 100%;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    color: #aaa;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: solid 3px rgba(255, 255, 255, 0);
    letter-spacing: 1px;
}

.tab-link:hover {
    color: #999;
    border-color: #999;
}

.tab-link.tab-active {
    color: #000;
    border-color: #000;
}

.content-wrapper {
    padding: 40px 80px;
}

.tab-content {
    display: none;
    text-align: center;
    color: #888;
    font-weight: 300;
    font-size: 15px;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.tab-active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

.tab-heading-sec {
    margin-bottom: 60px;
}

.vertical-tab-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.vertical-tab-row .tab-wrapper {
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}

.vertical-tab-row .content-wrapper {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0 15px;
}

.vertical-tab-row .tab-wrapper .tabs {
    display: block;
}

.vertical-tab-row .tab-wrapper .tabs .tab-link {
    padding: 10px 0;
    width: max-content;
}

.vertical-tab-row .content-wrapper .tab-content {
    text-align: left;
}

/* End Tab Style */

/* Submenu style */
ul.sub-menu {
    list-style-type: none;
}

.herder-menu .menu-item-has-children:after {
    position: absolute;
    content: "";
    background-image: url('/wp-content/themes/custom-theme/assets/images/menu-icon.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 8px;
    right: 9px;
    top: 0;
    transition: all ease-in-out 0.2s;
    bottom: 0;
    margin: auto;
}

.herder-menu .menu-item-has-children:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.herder-menu ul.sub-menu {
    display: none;
    position: absolute;
    width: auto;
    top: 150%;
    left: -1px;
    z-index: 1;
    text-align: left;
    background: #ffff;
    /* min-width: 145px; */
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding-inline-start: 0;
    list-style-type: none;
}

.herder-menu .menu li .sub-menu li {
    padding: 10px 20px !important;
    margin: 0;
    position: relative;
}

.herder-menu .menu .menu-item-has-children {
    position: relative;
}

.herder-menu .menu li .sub-menu li a {
    text-align: left !important;
    font-size: 14px;
    width: max-content;
}

.herder-menu .menu li .sub-menu li:first-child {
    padding-top: 20px !important;
}

.herder-menu .menu li .sub-menu li:last-child {
    padding-bottom: 20px !important;
}

.herder-menu ul#menu-primary-menu li.current-menu-item a:before,
.herder-menu ul#menu-primary-menu li.current-menu-parent a:before {
    width: 100%;
}

.herder-menu ul#menu-primary-menu li.current-menu-item ul.sub-menu li a:before,
.herder-menu ul#menu-primary-menu li.current-menu-parent ul.sub-menu li a:before {
    width: 0%;
}

.herder-menu ul.sub-menu li.current-menu-item a:before,
.herder-menu ul.sub-menu li a:hover:before {
    width: 100% !important;
}

.footer-menu .menu li a {
    color: #FFF;
    font-family: Krub;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}
.footer-information {
    margin-top: 65px;
}
.footer-information p {
    color: #FFF;
    font-family: Krub;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.footer-menu .menu li ul.sub-menu {
    margin-top: 12px;
}

.footer-menu .menu li ul.sub-menu li {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    margin-right: 0;
}

.footer-menu .menu li a:hover {
    opacity: 0.5;
}

/* End Submenu style */


/* header address */
.header-address {
    display: flex;
    justify-content: right;
    align-items: baseline;
}
.address-header a {
    color: #fff;
    font-size: 12px;
    font-family: 'Krub';
    line-height: 16.203px;
    display: block;
}
.address-image {
    margin-right: 12px;
    margin-top: 5px;
}
/*.address-header {
    width: 160px;
    margin: auto;
}*/
.header-address .icon-address-header:first-child .address-header {
    width: 160px;
}   

.address-header a:hover {
    color: #ffc65a;
}

.icon-address-header {
    display: flex;
    margin-right: 45px;
    align-items: center;
}
.header-address .icon-address-header:last-child {
    margin-right: 0px;
}
.menu-items-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.menu-items-list ul li {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
    transition: 0.4s ease-in;
}
.menu-items-list ul li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffd096;
    height: 2px;
    width: 60%;
    left: 100%;
    margin: auto;
    transition: 0.3s ease-in-out;
}
.menu-items-list ul li:hover:after {
    left: 0;
}
.menu-items-list ul li::before {
    content: '';
    position: absolute;
    height: 19px;
    width: 1px;
    background: rgba(255, 255, 255, 0.20);
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
}
.menu-items-list ul li:first-child {
    padding-left: 0px;
}
.menu-items-list ul li:first-child:hover:after {
    left: -30px;
}
.menu-items-list ul li.current-menu-item::after {
    left: 0px !important;
}
.menu-items-list ul li:first-child.current-menu-item:after {
    left: -30px !important;
}
.menu-items-list ul li:last-child:before {
    display: none;
}
.menu-items-list ul li a {
    color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.023%;
}
.menu-items-list ul li:hover a {
    color: #FFC64A;
}
.menu-items-list li.current-menu-item a {
    color: #ffc64a !important;
}
.menu-items-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social-icons-header {
    display: flex;
    align-items: center;
}
.social-icons-header a:last-child {
    margin: 0;
}
.social-icons-header a img {
    max-width: 25px;
}

.social-icons-header a {
    margin-right: 24px;
}

/* footer css */
.footer-section h3 {
    color: #fff;
}
.footer-menu {
    margin-top: 77px;
}
.subscribe-form input.wpcf7-email::placeholder {
    color: #999;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wpcf7-submit:hover {
    border: 1px solid #fff;
    background: #091242;
    color: #fff;
}
.wpcf7-submit {
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    padding: 19px 36px;
    margin-top: 20px;
    color: #23212A;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.023%;
    cursor: pointer;
    border: none;
    border: 1px solid #23212A;
    transition: 0.4s ease-in-out;
}
.footer-social-links li img {
    margin-right: 20px;
}
.footer-social-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: -95px;
}
.copyright-content a:hover {
    text-decoration: underline !important;
    color: #FFC035;
}
.footer-container {
    position: relative;
}

.footer-container::after {
    position: absolute;
    content: '';
    top: 120px;
    right: 0;
    left: 0;
    height: 1px;
    width: 98%;
    background: #4E5683;
    margin: auto;
}
.footer-address-col {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.footer-address-text p, .footer-address-text a {
    margin: 0px;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.903px;
    color: #fff;
}
.footer-address-text a:hover {
    color:#FFC64A;
}
.footer-address-text {
    margin-left: 20px;
}
/* banner content */
.slider-content h1, .slider-content p {
    color: #fff;
}
.slider-content p {
	font-size:15px;
}
.background-with-content-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    width: 35%;
    margin: 0 auto;
    bottom: 60px;
}
.banner-cta-button svg {
    width: 100%;
    transition: 0.4s ease-in-out;
}
.banner-cta-button {
    max-width: 285px;
    width: 285px;
    height: 285px;
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: 2;
    flex-wrap: wrap;
    left: 0;
    color: #23212A;
    padding: 40px 38px;
    transition: 0.4s ease-in-out;
}
.banner-cta-button a {
    color: #23212A;
    transition: 0.4s ease-in-out;
}
.banner-cta-button a {
    color: #23212A;
    text-align: center;
    font-family: Rubik;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 135.023%;
}
.banner-cta-button:hover svg {
   transition: 0.4s ease-in-out;
}
.banner-cta-button:hover svg:last-child {
    transform: translate(20px, 0px);
}
.background-with-content-carousel img {
    height: 400px;
    object-fit: contain;
    margin-left: -1px;
}

/* video block */
.video-play-icon {
    position: absolute;
    z-index: 2;
    width: 82px;
    height: 82px;
    cursor: pointer;
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-animation: playIconPulse 2s;
    animation: playIconPulse 2s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 1em rgba(255,255,255,0.4);
}
img.video-poster {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    object-fit: cover;
    top: 0;
    bottom: 0;
    height: 100%;
}
.video-play-icon svg {
    position: relative;
}
.our-story-section {
    padding: 70px 0;
}
div#video-container {
    height: 550px;
}
@-webkit-keyframes playIconPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 50%);
    }
}

iframe#iframe-video {
    width: 100%;
    height: 100%;
}
.video-play-active .video-play-icon , .video-play-active img.video-poster {
    display: none;
}
/* two col section css */
.col-sm-6.two-content-col-sec {
    flex: 45%;
    max-width: 45%;
}
.col-sm-6.two-img-col-sec {
    max-width: 55%;
    flex: 55%;
}
.introduction-content p {
    color: #666C89;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
    margin: 15px 0 0;
}
.feature-list-item {
    display: flex;
}
.feature-list-icon {
    margin-right: 15px;
}
.feature-list {
    margin-top: 40px;
}
.feature-list-item {
    display: flex;
    margin-bottom: 25px;
}
.feature-list-text {
    color: #666C89;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
/* testimonails block */
.item.client-reviews-wrapper {
    padding: 62px 72px;
    background: #F4F4F4;
    transition: 0.4s ease-in-out;
}
div#client-reviews .owl-item .testimonial-inner-block {
    background: #091242;
}
div#client-reviews .owl-item .testimonial-inner-block .client-basic-info h4, div#client-reviews .owl-item .testimonial-inner-block .client-basic-info h6 {
    color:#fff;
}
div#client-reviews .owl-item .testimonial-inner-block .client-quote-review p {
    color: #FFF;
}
.client-basic-info {
    text-align: left;
}
.client-image {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.client-content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quote-icon {
    width: 50%;
    display: flex;
    justify-content: right;
}
div#client-reviews .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
    max-width: 10%;
    width: 8%;
}
#reviews-row .owl-carousel-custom-nav button.owl-prev.disabled, #reviews-row .owl-carousel-custom-nav button.owl-next.disabled {
    background: linear-gradient(94deg, #FFB629 -1.21%, #FFDA56 58.66%, #FFD7A6 116.84%) !important;
    opacity: 0.5;
}

/* Banner Hero Image */
.banner-hero-image {
    background-size: cover;
    height: auto;
    padding: 150px 0 0;
    margin-top: 0px;
}
.content-image-block {
    margin-bottom: -7px;
}
.banner-hero-image-block .row {
    align-items: center;
}
.hero-content-block h1 {
    color: #FFF;
    font-family: Rubik;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hero-content-block h3.sub-heding {
    color: #FFC64A;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-id-124 .two-col-img-content-sec {
    padding-top: 80px;
}
.page-id-124 .col-sm-6.two-img-col-sec .two-col-img {
    margin-right: 30px;
}
.page-id-124 .content-info-block p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
    margin-top: 10px;
}
.page-id-124 .two-col-img-content-sec .row {
    align-items: center;
}
.page-id-124 .page-introduction-sec {
    padding: 100px 0 240px;
    background: #F7F7F7;
}
.page-id-124 .introduction-content h2 {
    margin-top: 40px;
}

.icon-box-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 75%;
    margin-bottom: 20px;
}
.feature-icon {
    margin-right: 15px;
}
.two-column-feature-row {
    background: #fff;
    padding: 85px;
    margin-top: -150px;
}
.feature-icon-text p {
    color: #1C1F35 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 0px;
}

.feature-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.content-block-two-icons h2 {
    margin-bottom: 10px;
}
.content-block-two-icons p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
}
.wpcf7 form .wpcf7-response-output {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: max-content;
    margin: auto;
}

/* contact block with address */
.contact-information-addresses {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-address-icon img {
    max-width: 63px;
    width: 63px;
}
.contact-information-addresses {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
}
.contact-page-address {
    width: 33.3%;
    text-align: center;
}
.contact-address-text a {
    color: #1C1F35;
    font-family: Krub;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.903px;
}
.contact-block-with-form {
    margin: 80px 0;
}
.contact-address-text {
    margin: 10px 0 0;
}
.basic-info-contactblock {
    text-align: center;
    width: 692px;
    margin: auto;
}
.basic-info-contactblock p {
    color: #1C1F35;
    text-align: center;
    font-family: Krub;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
}
.contact-block-inner-container {
    padding: 100px 98px 80px;
    background: #F7F7F7;
}
.contact-page-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 80%;
    margin: 20px auto 0;
}
.input-field input {
    width: 100%;
}
.input-field {
    width: 48%;
    margin: 0 auto;
}
.textarea-field {
    width: 98%;
    margin: 0 auto;
}
.submit-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-field input {
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 24px 0 20px 30px;
}
.textarea-field textarea {
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #FFF;
    padding: 21px 0 15px 30px;
    height: 150px;
    resize: none;
}
.textarea-field textarea::placeholder, .input-field input::placeholder {
    color: #999;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.submit-button input {
    background: #273270;
    color: #fff;
    padding: 19px 34px;
    border: 1px solid #273270;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.604px;
    margin-top: 0;
    -webkit-appearance: button;
}

.submit-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpcf7-spinner {
    display: block;
}
.map-image-block-with-list {
    padding: 50px 0 100px;
}
.map-feature-list-ctpage {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.map-feature-list-ctpage p {
    width: 50%;
    display: flex;
    align-items: center;
    color: #1C1F35;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.map-feature-list-ctpage p svg {
     margin-right: 15px;
}
.counter-information::before {
    position: absolute;
    background: #000;
    height: 1px;
    width: 100%;
    content: '';
    top: 0;
    background: linear-gradient(90deg, rgba(212, 212, 212, 0.00) 0%, #D4D4D4 51.04%, rgba(212, 212, 212, 0.00) 100%);
    width: 100%;
    right: 0;
    left: 0;
}
.counter-information {
    position: relative;
}
.counter-inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.counter-data {
    color: #1C1F35;
    text-align: right;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
}
.counter-title p {
    margin: 0;
    color: #1C1F35;
    font-family: League Spartan;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.counter-stats-withtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 1px solid #d4d4d4;
    padding: 40px 50px;
}

.box-gradient-icon {
    margin: 0 15px;
}
.box-gradient-icon svg {
    margin-top: 5px;
}
.counter-inner-container .counter-stats-withtitle:last-child {
    border-right: none;
}
span.numcount {
    display: flex;
}
.featured-image-calculator {
    margin-top: 70px;
}
.calculator-configuration.block {
    padding: 80px 0;
}
.calculator-view-cart-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.calculator-form [type="radio"]:checked,
.calculator-form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.calculator-form [type="radio"]:checked + label,
.calculator-form [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 58px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-top: 10px;
}
.calculator-form  [type="radio"]:checked + label:before,
.calculator-form  [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
}
.calculator-form  [type="radio"]:checked + label:after,
.calculator-form  [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/frontglide/assets/images/checkbutton.svg);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.calculator-form  [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.calculator-form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.measurement-input input, .shelf-options input {
    border: 1px solid #E0E0E0;
    height: 38px;
    width: 60px;
    color: #666C89;
    text-align: center;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.measurement-input label, .shelf-options label {
    margin-left: 15px;
}
form.calculator-form h4 {
    padding-bottom: 17px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    font-size: 20px;
    color: #1C1F35;
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
form.calculator-form label {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
}
form.calculator-form-edit h4 {
    padding-bottom: 17px;
    border-bottom: 1px solid #D6D6D6;
    margin-bottom: 30px;
    font-size: 16px;
    color: #1C1F35;
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
form.calculator-form-edit label {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.244px;
}
.kits-included-list p {
    display: flex;
    align-items: center;
}
.kits-included-list svg {
    margin-right: 10px;
}
.kits-included-list p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.44px;
}


.calculator-form [type="checkbox"]:checked,
.calculator-form [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.calculator-form-edit [type="checkbox"]:checked,
.calculator-form-edit [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.calculator-form [type="checkbox"]:checked + label,
.calculator-form [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 58px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-top: 10px;
}
.calculator-form-edit [type="checkbox"]:checked + label,
.calculator-form-edit [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 58px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-top: 10px;
}
.calculator-form  [type="checkbox"]:checked + label:before,
.calculator-form  [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
}
.calculator-form-edit  [type="checkbox"]:checked + label:before,
.calculator-form-edit  [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    background: #fff;
}
.calculator-form  [type="checkbox"]:checked + label:after,
.calculator-form  [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/frontglide/assets/images/checkbutton.svg);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.calculator-form-edit  [type="checkbox"]:checked + label:after,
.calculator-form-edit  [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/frontglide/assets/images/checkbutton.svg);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.calculator-form  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.calculator-form-edit  [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.calculator-form [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.calculator-form-edit [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.total-value-container input {
    height: 58px;
    width: 80px;
    text-align: center;
    font-family: 'Rubik';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    border: 1px solid #E4E4E4;
    color: #091242;
}
.total-value-container .col-sm-4 {
    display: flex;
    align-items: center;
}

.total-value-container {
    width: 100%;
    border: 1px solid #DFDFDF;
    background: #F5F5F5;
    padding: 31px 30px;
    margin-top: 40px;
}
.total-input-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.total-input-boxes label {
    margin-left: 10px;
    color: #1C1F35 !important;
    font-family: Rubik;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
}
.label-total-value {
    margin-top: 20px;
}
.label-total-value h5 {
    color: #1C1F35;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.calculator-form input::-webkit-outer-spin-button,
.calculator-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-form-edit input::-webkit-outer-spin-button,
.calculator-form-edit input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculator-cart-button {
    width: 100%;
    margin-top: 50px;   
}
.button-inner-container {
    display: flex;
    justify-content: right;
}
a.reset-button-cart {
    margin-right: 15px;
    background: #091242;
    color: #fff;
}
a.reset-button-cart:before {
    display: none;
}
a.order-configureation:before {
    display: none;
}
.checkout-buttons {
    margin-bottom: 60px;
}
.additional-message p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #666C89;
    font-size: 16px;
    font-weight: 500;
}
.additional-message p svg {
    margin-right: 10px;
}

/* cart popup */
.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 0;
    padding-bottom: 15px;
}
.cart-item-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #D6D6D6;
    padding: 50px 0;
}
.continue-shopping-button a {
    color: #666C89;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.244px;
}
.product-thumb img {
    height: auto;
    padding-right: 20px;
}
.label-cart-items h5 {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.product-info h4 {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 23px;
}
.product-info p {
    margin: 0px;
    color: #666C89;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.4px;
}
.product_quantity {
    border: 1px solid #E0E0E0;
    padding: 15px 10px;
    width: 90px;
    font-family: 'Rubik';
    font-size: 16px;
    line-height: normal;
    color: #666C89;
    outline: none;
}
.country_dropdown {
    border: 1px solid #E0E0E0;
    padding: 21px 26px;
    width: 100%;
    font-family: 'League Spartan';
    font-size: 20px;
    line-height: normal;
    color: #999 !important;
    outline: none;
    margin-bottom: 10px;
}
.divider_quantity {
    border: 1px solid #E0E0E0;
    padding: 10px 5px;
    height: 38px;
    width: 100%;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #666C89;
    outline: none;
}
.divider_quantity-edit {
    border: 1px solid #E0E0E0;
    padding: 10px 5px;
    height: 38px;
    width: 100%;
    font-family: 'Rubik';
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #666C89;
    outline: none;
}
.product-thumb {
    width: 25%;
}
.product-info {
    width: 45%;
}
.edit-delete-button svg {
    margin-right: 25px;
    cursor: pointer;
}
.edit-delete-button {
    display: flex;
    margin-top: 20px;
}

.price-cart p {
    margin: 0px;
    color: #666C89;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
.cart-item-container .cart-item-info:last-child {
    border-bottom: none;
}
.checkout-buttons .button-wrapper a {
    width: 100%;
}

.checkout-buttons .button-wrapper {
    display: flex;
}
.checkout-buttons .button-wrapper a {
    width: 100%;
}
a.order-configureation {
    background: #091242;
    color: #fff;
    margin-right: 10px;
}
.checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: #091242;
}
.checkout-pricing-block {
    margin: 50px 0 0;
}
.checkout-label h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.checkout-icon svg {
    max-height: 13px;
}
.checkout-pricing-container {
    border: 1px solid #091242;
}
.cart-terms-block p {
    margin: 0px;
    color: #666C89;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.4px;
}
.cart-terms-block {
    background: #f5f5f5;
    padding: 30px 40px;
}
.cart-terms-block a {
    color: #091242;
}
.order-review {
    padding: 18px 40px;
}
.order-review h4 {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.product-info-order p {
    color: #666C89;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 0;
}
.product-info-order {
    border-bottom: 1px solid #D6D6D6;
}
.product-total-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 0;
    border-bottom: 1px solid #D6D6D6;
}
.product-name p {
    color: #666C89;
    font-size: 16px;
    font-weight: 400;
}
.product-price p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #666C89;
    line-height: 24.4px;
    margin: 0px;
}
.product-total-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.product-total-total p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.44px;
    margin: 0px;
}
.cart-item-container .col-sm-8 {
    padding-right: 50px;
}
.order-config-button {
    width: 50%;
    margin-right: 10px;
}
/* checkout page */
.shipping-input-fields input {
    color: #999;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 21px 26px;
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin-bottom: 10px;
}
.shipping-input-fields input::placeholder , .email-input-fields input::placeholder {
    font-weight: 400;
    font-size: 20px;
    line-height: normal;
}
.email-input-fields input {
    color: #999;
    font-family: League Spartan;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 21px 26px;
    width: 100%;
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin-bottom: 50px;
}
.form-field-basic-info h4 {
    color: #1C1F35;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}
.checkout-button-modal {
    width: 50%;
}
.place-order-button {
    padding: 50px 0;
}
.address-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-block .country-dropdown {
    width: 50%;
}
.product-information-cart {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D6D6D6;
    padding: 25px 0;
}
.product-thumb-cart {
    display: flex;
}
.product-thumb-cart img {
    height: auto;
    max-width: 80px;
    max-height: 80px;
    margin-right: 10px;
}
.sub-total-container {
    border: 1px solid #091242;
    background: #FFF;
    padding: 0px 40px 20px;
}
.product-title-cart p {
    margin: 0;
    color: #666C89;
    font-size: 14px;
    font-weight: 400;
}
.sub-total-container .product-information-cart:last-child {
    border: none;
}
.sub-total-container-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.sub-total-container-value p {
    color: #666C89;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 500;
}
.additional-information-box p {
    color: #999;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
}
.additional-information-box {
    max-width: 60%;
    margin: 30px 0 0;
}
.total-container-value {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.total-label p {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.cart-total-value p {
    color: #1C1F35;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.sub-total-value {
    display: flex;
}
.currency-cart span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color: #666C89;
    margin-right: 5px;
}
.zipcode-field {
    margin-right: 0px !important;
}
.address-block div {
    margin-right: 10px;
}
div#checkout-popup .popup-modal {
    padding: 100px 60px;
}
.currency-cart span {
    position: absolute;
    left: -33px;
    top: -5px;
}
.currency-cart {
    position: relative;
    width: 100%;
}
.policy-links-container p {
    margin: 0px;
    color: #666C89;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.244px;
}
.policy-links-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #D6D6D6;
    padding: 15px 0;
    margin-bottom: 50px;
}
.policy-links-container a {
    color: #091242;
    font-size: 16px;
    font-weight: 500;
    line-height: 24.244px;
}
.policy-links-container a, .policy-links-container p {
    margin-right: 20px;
}
.right-side-image-left-side-content .two-content-col-sec .two-col-content {
    margin-right: 80px;
    margin-left: 0 !important;
}
.two-col-img-content-sec .two-content-col-sec .two-col-content {
    margin-left: 50px;
}
.page-id-124 .two-col-img-content-sec .two-content-col-sec .two-col-content {
    margin-left: 0px;
}
.contact-address-text a:hover {
    color: #ffbb30;
}
a.order-configureation:hover {
    background: transparent;
    border: 1px solid #091242;
    color: #091242;
}
a.reset-button-cart:hover {
    background: transparent;
    border: 1px solid #091242;
    color: #091242;
}
div#validate-popup {
    max-width: 40%;
    max-height: 40%;
}
.validation-popup-container {
    text-align: center;
}
.validation-popup-container img {
    max-width: 250px;
    margin: auto;
}
#validate-popup .popup-modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}
#validation-popup-container h4 {
    margin: 20px 0 0;
}
#view-cart-button {
  display: block;   
}
#view-cart-button a {
    font-size: 20px;
    margin: 0px;
    font-weight: 600;
}
#view-cart-button a:hover {
    color: #091242;
}
.total-item-value {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
}
#total_price_cart-editcart {
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    border: none !important;
    text-align: left !important;
}
.disable-button {
    opacity: 0.6;
    cursor: no-drop;
}

.navcolor-enable .menus-items-header {
    background: rgba(9, 18, 66, 0.90);
    transition: 0.4s ease-in-out;
}
.banner-slider-inner-container .slider-content .button-wrapper svg {
    margin-left: 10px;
}

.banner-slider-inner-container .slider-content .button-wrapper a:hover svg path {
    stroke: #fff;
}
.additional-message {
    display: none;
}
.featured-image-calculator img {
    height: auto;
}
.width-of-shelf-block {
    margin-bottom: 30px;
}
.number-of-divider-block {
    margin-bottom: 30px;
}
.shelf-number-blocks {
    margin-bottom: 30px;
}
.kits-included-container {
    display: flex;
    justify-content: space-between;
}
.calculator-block {
    padding-left: 50px;
}

/*17 December 2024*/
.content-image-block{
    max-width: 80%;
    padding: 20px;
    margin: auto;
    margin-bottom: 0;
}

.text-center{
    text-align: center;
}

.icon-list-features{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-container video{
    width: 100%;
}

.two-col-featureicon{
    background: #fff;
}

.two-column-feature-row{
    padding-inline:0;
}