/**********
SITEWIDE STYLES
**********/
:root{
    --cyan-color: #4FC5DF;
    --blue-color: #153588;
    --light-blue: #E6F7FB;
}

body,
html,
a,
p,
div,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif;
    line-height: 120%;
    font-size: 14px;
    color: #323232;
}
body{
    overflow-x: hidden;
    position: relative;
    z-index: 0;
}
/* TEXTS */
h1{
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
}
h1.plain{
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    }
h2{
    font-size: 32px;
    font-weight: 700;
}
h3{
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
}
h5{
    font-size: 18px;
    font-weight: 700;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
    text-decoration: none;
}
p{
    line-height: 24px;
}

.text-grey{
    color: #8D8D8D;
}
.text-blue{
    color: var(--blue-color);
}
.text-cyan{
    color: var(--cyan-color);
}
.star-rating{
    color: #FFC107;
}
.fs-xs,
.text{
    font-size: 14px;
    line-height: 24px;
}
.excerpt{
    line-height: 18px;
}
.fw-md{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 600;
}
.fw-bold{
    font-weight: 700;
}

/* /TEXTS */
.bg-light{
    background: #FAFAFA;
}


/* BUTTONS */

.btn{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border: none;
}
.btn:focus,
a{
    outline: none;
    border: none;
    box-shadow: none;
}
.btn.btn-sm{
    padding: 14px 20px;
    border-radius: 70px;
}
.btn.btn-md{
    padding: 14px 52px;
    border-radius: 70px;
}

.btn.blue{
    background: var(--blue-color);
    color: #ffff;
}
.btn.cyan{
    background: var(--cyan-color);
    color: #ffff;
}
.btn.white{
    background:#ffffff;
    color: var(--blue-color);
}
.logo-slider .item{
    width: 100%;
    height: 109px;
    position: relative;
    padding: 0 20px;
}
.logo-slider .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review-slider h5{
    color: #1A1A1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.review-slider .item{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 24px;
    margin: 10px;
}
.review-slider .slick-list{
    padding: 20px;
}

/* /BUTTONs */


/* SLIDER */
.arrow .slick-next{
    right: -15px;
    background: #FFF;
    filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    width: 38px;
    height: 38px;
}
.slick-next:before{
    content: url('../img/slick-next.svg');
    opacity: 1;
   
}
.slick-prev:before{
    content: url('../img/slick-prev.svg');
    opacity: 1;
}
.arrow .slick-prev{
    left: -15px !important;
    z-index: 1;
      background: #FFF;
    filter: drop-shadow(0 0 14px rgba(0, 0, 0, 0.25));
    border-radius: 100%;
    width: 38px;
    height: 38px;
}
.logo-slider{
    max-width: 1375px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.comparison-slider{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 18px;
}
.single-cleaning-services .divider-top {
    z-index: -1;
}
.single-cleaning-services .row ul{
    padding-left: 18px;
}
.single-cleaning-services .row ul li{
    line-height: 24px;
}
section.gallery.bg-light{
    padding-bottom: 200px;
    margin-bottom: -200px;
        position: relative;
    z-index: -1;
}
.comparison-slider .item{
    display: flex;
    
}
.comparison-block {
    display: flex;
    align-items: center;
    border-radius: 11px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 10px;
    height: 100%;
}
.comparison-block .image{
    padding: 10px;
    width: 100%;
    height: 100%;
}
.comparison-block .one-image img{
    max-width: 200px;
    width: 100%;
    margin-bottom: 0 !important;
}
.comparison-block .image img{
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 6px;
     margin-bottom: 18px;
}
.comparison-block .image h5{
    font-size: 14px;
    font-weight: 700;
}
.comparison-slider .item .image{
    padding: 15px;
    width: 100%;
    height: 100%;
   
}
.comparison-slider .item .image img{
    width: 100%;
    height: 454px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 15px;
}   

/* /SLIDER */





img {
    max-width: 100%;
    height: auto
}


.flex {
    display: flex;
    justify-content: space-between;
}

.container {
    max-width: 1200px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}
.container-md {
    max-width: 807px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}
.container-lg{
    max-width: 907px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom90 {
    margin-bottom: 90px;
}
.menu-item-has-children{
    position: relative;
}
.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

header {
    padding-top: 15px;
    padding-bottom: 15px
}
.header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
nav.nav ul li a{
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}
nav.nav ul li a:hover{
    color: var(--cyan-color);
}

.nav-contacts .contact .icon.circle.circle-md{
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 100%;
    
}
.circle.circle-md{
    width: 42px;
    height: 42px;
}

.icon-sm{
     font-size: 28px;
}
.icon.circle.blue{
    border: 1px solid var(--blue-color);
}
.icon.blue iconify-icon{
    color: var(--blue-color);
}

.map-wrapper{
    border-radius: 20px;
    background: #f7f7f7;
    width: 100%;
    overflow: hidden;
}

/* FORM */
.form-light .gfield {
	 margin-bottom: 15px;
}
.gform_confirmation_message {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}
.gform_submission_error{
	 font-size: 20px;
}
.gfield_validation_message{
	color: #f00;
}
.form-light input[type="text"],
.form-light input[type="email"],
.form-light input[type="tel"]   {
    border-radius: 54px;
    border: 1px solid #E5E5E5;
    padding: 15px 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
   
}
.form-light input[type="submit"]{
    background: var(--cyan-color);
    color: #ffff;
    padding: 14px 52px;
    border-radius: 70px;
    border: none;
    margin-top: 20px;
}
.form-light input::placeholder{
    color: #667085;
}
.hidden_label label{
    display: none;
}
.gfield--width-full input{
    width: 100%;
}
/* /FORM */

/* FOOTER */
footer{
    background: #FAFAFA;
    padding-top: 47px;
}
.ftr-logo{
    max-width: 178px;
    height: auto;
    width: 100%;
}
.copyright{
    padding: 23px 0;
    border-top: 1px solid #F1F1F1;
}
ul.footer-menu {
    display: flex !important;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.footer-menu li{
    margin-left: 0 !important;
    margin-bottom: 15px;
}
nav.nav.footer {
    justify-content: end;
}
/* /FOOTER */


/* SECTIONS */

.border{
    position: relative;
}
.border.border-sm::before{
    content: "";
   
    position: absolute;
}
.border{
    border: none !important;
}
.border.cyan::before{
    background-color: var(--cyan-color);
}

.border.border-sm::before{
    width: 57px;
    height: 4px;
}

.border.border-sm.top::before{
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.bg-light-blue{
    background: var(--light-blue);
    
}
.clients{
   padding-bottom: 200px !important;
}
.divider-top{
    position: relative;
    margin-top: 200px;
     max-width: 100%;
   
}
.divider-top.bg-light-blue::before{
    content: "";
    width: 100%;
    height: 425px;
    position: absolute;
    top: -320px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url('../img/cloudbg.png');
    background-size: 2106.266px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    
}

.hero-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(5, 100px);
    grid-gap: 15px;
    overflow-x: hidden;
}
.hero-grid.v2{
    grid-template-rows: repeat(5, 150px);
}
.hero-grid img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-grid img:first-child {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
}
.hero-grid img:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}
.hero-grid img:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 6;
}
.hero-grid img:nth-child(4) {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 6;
}
/* /SECTIONS */




/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}


.service-item img{
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-bottom: 35px;
}

.card-style-1 .card-item{
    position: relative;
    width: 100%;
    height: 462px;
    overflow: hidden;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.10);
}
.card-style-1 .card-item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.card-style-1 .card-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-style-1 .card-item h5{
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    bottom: 0;
    left: 50%;
    padding: 20px 15px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-style-1 .card-item h5 iconify-icon{
    font-size: 33px;
}

.boxwhite-cloud{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    overflow: hidden;
    position: relative;
    margin-top: -162px;
}
.contact-us-container {
    position: relative;
    padding: 40px 30px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 110px 0 rgba(0, 0, 0, 0.10);
    background: linear-gradient(90deg, #153588 0%, #4FC5DF 100%);
    z-index: 0;
    color: #fff; 
}
.boxwhite-cloud .img-overlay {
    position: relative;
    overflow: hidden;
   background: linear-gradient(90deg, #153588 0%, #4FC5DF 100%);
    z-index: 0;
    color: #fff; 
     padding: 40px 30px;
}
.boxwhite-cloud .img-overlay::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: url('../img/contact-us-bg.png') center/cover no-repeat;
    mix-blend-mode: multiply; 
    z-index: 1;
}

/* Overlay image */
.contact-us-container::before {
    content: "";
    position: absolute;
    inset: 0; /* top:0; right:0; bottom:0; left:0; */
    background: url('../img/contact-us-bg.png') center/cover no-repeat;
    mix-blend-mode: multiply; 
    z-index: 1;
}
.boxwhite-cloud .cloud,
.boxwhite-cloud .cloud-v2{
    position: relative;
    padding: 40px 30px;
}
.boxwhite-cloud .cloud img:not(.certificate){
    width: 100%;
    height: 67px;
    object-fit: contain;
    object-position: center;
}
img.certificate{
    height: 500px;
    width: 100%;
    object-fit: contain;
}
.boxwhite-cloud .cloud-v2::before{
    content: "";
    position: absolute;
    left: -310px;
    top: 0;
    background-image: url(../img/cloud-side-top.png);
    background-size: 454px;
    background-repeat: no-repeat;
    background-position:top left;
    height: 100%;
    min-width: 330px;
    z-index: 0;
}
.boxwhite-cloud .cloud-v2::after{
    content: "";
    position: absolute;
    left: -310px;
    bottom: 0;
    background-image: url(../img/cloud-side-bottom.png);
    background-size: 454px;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 100%;
    min-width: 330px;
    z-index: 0;
}
.boxwhite-cloud .cloud::before {
    content: "";
    position: absolute;
    left: -308px;
    top: 0;
    background-image: url(../img/cloud-vertical.png);
    background-size: 354px;
    background-repeat: no-repeat;
    height: 100%;
    min-width: 330px;
    z-index: 0;
}
 .before-footer .locations p{
    font-weight: 700;
    margin-bottom: 0;
 }
 .before-footer .logos img {
    width: 100%;
    height:74px;
    object-fit: contain;
 }
/* Content inside container */
.contact-us-container > *,
.boxwhite-cloud h2{
    position: relative;
    z-index: 2;
}


.contact-us-container p{
    font-size: 19px;
    font-weight: 400;
    line-height: 34px;
}

.builders-cleaning .gallery{
    display: none;
}
/* CLEANING SERVICE */
.full-image{
    position: relative;
    height: 100%;
    max-height: 600px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.cloud-btm{
    position: relative;
}
.cloud-btm::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -122px;
    width: 729px;
    height: 161px;
    background-image: url(../img/cloud-bottom-right.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.full-image::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 207px;
    background-image: url('../img/cloud-bottom-left.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.full-image.image-sm{
	height: 284px
}
.service-item-v2 h3{
	font-size: 32px;
	font-weight: 700;
}
.service-item-v2 p{
	font-size: 18px;
	font-weight: 400;
}
.full-image.image-sm::after{
	 height: 97px;
}
.full-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.note{
    padding: 20px 15px;
    border-radius: 10px;
    background: rgba(79, 197, 223, 0.20);
}
.whitebox-list .item{
    display: flex;
    align-items: start;
    padding: 20px 25px;
    border-radius: 16px;
    background: #FFF;
    margin-bottom: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
}

.whitebox-list .item img{
    max-width: 100%;
    height: auto;
    width: 50px;
    object-fit: contain;
    margin-right: 20px;
}
.locations .item iconify-icon{
    font-size: 24px;
    color: var(--cyan-color);
    margin-right: 3px;
}
/* /CLEANING SERVICE */
.blog-content h5{
    margin-bottom: 20px;
}
.blog-banner img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}
.banner-plain{
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog-banner{
    position: relative;
    background-image: url('../img/cloud-downwards.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2106.266px;
    overflow-x: hidden;
}
.page-banner{
    position: relative;
    background-image: url('../img/cloud-downwards.png');
    background-position: center 108px;
    background-repeat: no-repeat;
    background-size: 2106.266px;
    overflow-x: hidden;
}
.blog-banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 40%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--light-blue);
}
.page-banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 36%;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--light-blue);
}

.page-banner{
    min-height: 600px;
	margin-bottom: -220px;
}
.m-top{
    margin-top: -300px;
}
.blogs .blog-item{
    border-radius: 11px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    height: 100%;
}
.blogs .blog-item h3{
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.blogs .blog-item .image{
    position: relative;
    overflow: hidden;
    height: 224px;
    width: 100%;
}
.blogs .blog-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogs .blog-item .info{
    height: calc(100% - 224px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.breadcrumbs{
    font-weight: 700;
}
.breadcrumbs a,
.breadcrumbs span{
    font-weight: 400;
}
@media only screen and (min-width: 1140px) {
    /**********
    COLUMNS
    **********/
   
    .twoCol {
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .twoCol .col {
        width: 50%;
        padding: 15px;
    }
    .threeCol .col {
        width: 33.33%;
        padding: 15px;
    }
    .fourCol .col {
        width: 25%;
        padding: 15px;
    }
    .fiveCol .col {
        width: 20%;
        padding: 15px;
    }
    /**********
    HEADER NAV
    **********/
    header .flex {
        align-items: center;
    }
    header .logo img {
        max-height: 70px;
    }
    nav.nav {
        margin-left: auto
    }
    nav.nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    nav.nav ul li {
        position: relative;
        margin-left: 36px;
    }
    nav.nav ul li:first-child {
        margin-left: 0;
    }
    /**********
    submenu popup
    **********/
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        /* transition: all 200ms; */
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
        overflow: hidden;
        position: absolute;
        flex-wrap: wrap;
        top: 60px;
        left: 0;
        padding: 30px 15px;
        background: #FFF;
        box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.19);
        min-width: 256px;
        z-index: 1;
    }
    nav.nav .sub-menu li {
        width: 100%;
        margin-left: 0;
        display: inline-block;
        
    }
     nav.nav .sub-menu li:not(:last-child){
        margin-bottom: 15px;
     }
}

@media only screen and (max-width: 1140px) {
	
     .nav-contacts{
        margin-right: 50px;
    }
    .flex {
        flex-wrap: wrap;
    }
    header .logo img {
        max-height: 50px;
    }
    header .logo {
        position: relative;
        z-index: 20;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    header .nav {
        position: fixed;
        left: 100%;
        z-index: 10;
        height: 100vh;
        width: 100%;
        top: 0;
        background-color: #ccc;
        transition: all 300ms
    }
    header .nav.navActive {
        left: 0%;
        transition: all 300ms;
        background: #ffffff;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        width: 100%;
        margin-top: 80px;
        box-sizing: border-box;
    }
    header .nav>ul > li a {
        position: relative;
        display: block;
        padding: 8px 15px;
    }
    header .nav>ul > li.menu-item-has-children ul li{
        padding-bottom: 10px;
    }
    header .nav>ul > li.menu-item-has-children 
    header .nav>ul li a {
        display: block;
        /* border-bottom: 1px solid #000; */
        width: 100%;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 15px;
        top: 10px;
    }
    #burgerNav {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90
    }
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    #burgerNav .innerBurger span {
        width: 100%;
        height: 2px;
        top: 0;
        background-color: #000;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    #burgerNav .innerBurger span:nth-child(1) {
        top: 25%;
    }
    #burgerNav .innerBurger span:nth-child(2) {
        top: 50%;
    }
    #burgerNav .innerBurger span:nth-child(3) {
        top: 75%;
    }
    #burgerNav.navActive .innerBurger span:nth-child(1) {
        top: 50%;
        transform: rotate(-45deg);
    }
    #burgerNav.navActive .innerBurger span:nth-child(2) {
        top: 50%;
        opacity: 0;
    }
    #burgerNav.navActive .innerBurger span:nth-child(3) {
        top: 50%;
        transform: rotate(45deg);
    }
    nav.nav .sub-menu {
        max-height: 0;
        overflow: hidden;
        flex-wrap: wrap;
        transition: all 200ms;
    }
    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
        padding-top: 10px;
        background: #FAFAFA;
        width: 100%;
    }
}

@media(max-width: 767px){
	
    .banner-plain{
        padding-top: 0 !important;
    }
    .banner-plain {
        min-height: 264px;
    }
    .hero-grid{
        grid-template-rows: repeat(5, 57px);
    }
    .hero-grid.v2{
        grid-template-rows: repeat(5, 70px);
    }
    .divider-top {
        margin-top: 107px;
    }
    .full-image::after {
        bottom: -23px;
    }
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 28px;
    }
    .comparison-slider .item .image img{
        width: 100%;
        height: 224px;
    }
    .comparison-slider h5{
        font-size: 14px;
    }
    .comparison-slider{
        padding: 0;
    }
    .comparison-slider .item .image{
        padding: 20px 10px;
    }
    .hero .cta-wrapper .btn{
        width: 100%;
        margin-bottom: 15px;
    }
    .card-style-1 .card-item{
        height: 280px;
    }
}

@media(max-width: 600px){
    .icon-sm{
        font-size: 20px;
    }
    .circle.circle-md{
        padding: 4px;
    }
    .circle.circle-md,
    .nav-contacts .contact .icon.circle.circle-md{
        width: 32px;
        height: 32px;
    }
    .nav-contacts .contact p,
    .nav-contacts .contact a{
        font-size: 12px;
    }
    .logo-nav{
        margin-bottom: 10px;
    }
}

@media(max-width: 480px){
    .nav-contacts{
        margin-right: 0;
    }
    
}