*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family:"futura-pt";
}
.wrapper{
    width: 95% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    float: none !important;
}
.row{
    width: 100%;
    float: left;
}
.grey_bg{
    background: #f4f4f4;
}
.box-inn{
    padding: 0px 20px 40px 20px;
    width: 100%;
    float: left;
}
.row .heading{
    margin-top: 50px;
}
.list li{
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    font-family: "futura-pt-book";
    list-style-type: disc !important;
}
.container-grid-4{
    grid-template-columns: 1fr 1fr!important;
}
.house-box{
    padding: 0px 20px 40px 20px !important;
     text-align: left !important;
}
.house-box h3{
    font-size: 30px !important;
    line-height: 45px;
    color: rgb(26, 26, 26) !important;
    font-weight: 300;
    margin: 20px 0px;
    font-family: futura-pt-book;
}
.list{
    padding-left: 30px;
    margin: 20px 0;
}
.grab-bag-box p, .house-box p{
    margin-bottom: 0px !important;
}
h2{
    font-size: 34px;
    line-height: 45px;
    color: rgb(26, 26, 26);
    font-weight: 300;
    margin: 20px 0px;
    font-family: futura-pt-book;
}
.box-inn h3{
    color: #666;
    font-size: 3rem;
}
.container-grid{
    grid-template-columns: 1fr 1fr 1fr !important;
}
.grab-bag-box{
    padding: 20px 20px 40px 20px !important;
    text-align: center !important;
}
.box-row.grey_bg{
    position: relative;
    border-radius: 10px;
}
.inn-banner{
    position: relative;
}
.banner-box{
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        transform: translateY(-60%);
        z-index: 1;

}
.inn-banner img{
    float: left;
    width: 100%;
}
.box-row.grey_bg img{
    border-radius: 10px 10px 0 0;
}
.box-inn a{
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    text-align: center;
    position: absolute;
    padding: 8px 32px !important;
    border-radius: 10px;
}
.home .contact-form-bx{
    display:block !important;
}
.contact-form-bx{
    display:none;
}
.p_t{
    padding-top: 60px;
}
.p_b{
    padding-bottom: 60px;
}
p{
    font-size: 18px;
    line-height: 31px;
    color: #666666;
    font-family:"futura-pt-book";
    letter-spacing: 1px;
}
.header-top{
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.logo{
    float: left;
}
.logo img{
    width: auto;
}
.head-right{
    float: right;
}
.menubar{
    float: left;
	margin-top: 30px;
}
.call-info{
    float: right;
    margin-left: 10px;
    margin-top: 6px;
}
.nav li{
    display: inline-block;
}
.nav li a{
    display: block;
    font-size: 16px;
    padding: 8px 10px;
    color: #666666;
    font-weight: 400;
    font-family:"futura-pt-medium";
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.nav li a:hover, .nav li a.active{
    color: #ff4242 !important;
    border-top: 2px solid #ff0000;
    border-bottom: 2px solid #ff0000;
}
.call-info img{
    width: auto;
}
.call-info a{
    font-size: 18px;
    padding: 8px;
    color: #ff0000;
    font-weight: 300;
    font-family:"futura-pt-medium";
}
.call-info a:last-child{
    padding: 0;
}
.banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner img, .banner-btm-img{
    width: 100%;
    float: left;
}
.banner-caption{
    float: left;
    top: 20%;
    transform: translate(0);
    position: absolute;
}
.banner-caption h2{
    color: #ffffff;
    font-size: 101px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-family:"futura-pt-heavy";
    position: relative;
}
.banner-caption h2::before{
    content: '';
    width: 233px;
    bottom: 0px;
    left: 0;
    position: absolute;
    border-bottom: 84px solid #000;
    border-right: 48px solid transparent;
    z-index: -1;
}
.banner-caption h2::after{
    content: '';
    width: 235px;
    top: 0px;
    right: 0px;
    position: absolute;
    border-bottom: 87px solid #ff0000;
    border-left: 32px solid transparent;
    z-index: -1;
}
.banner-caption h3{
    color: #ffffff;
    font-size: 37px;
    line-height: 47px;
    font-weight: 300;
    font-family:"futura-pt-light";
}
.banner-caption p{
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 30px;
    font-family:"futura-pt-light";
}
.banner-caption a{
    color: #fff;
    font-size: 17px;
    background: #ff0000;
    font-weight: 300;
    border: 2px solid #ff0000;
    border-radius: 4px;
    padding: 14px 60px;
    font-family:"futura-pt-demi";
}
.banner-contact-form{
    width: 30%;
    top: 45%;
    right: 0;
    position: absolute;
    background: #f3f3f4;
    border-radius: 15px;
    z-index: 1;
    transform: translate(-20%, -54%);
}
.contact-form-bx{
    width: 100%;
    float: left;
    padding: 5px 20px;
    border-radius: 5px;
}
.contact-form-bx h2{
    font-size: 25px;
    line-height: 40px;
    color: #ff0000;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 600;
    font-family:"futura-pt-demi";
}
.contact-form-bx label, .inn-contact-left label{
    width: 100%;
    font-size: 14px;
    color: #666666;
    font-family:"futura-pt-book";
    float:left;
    margin-top: 5px;
}
.inn-contact-left label{
    font-size: 20px;
}
.contact-form-bx input[type=text], .contact-form-bx input[type=email],.contact-form-bx input[type=tel], .inn-contact-left input[type=text], .inn-contact-left input[type=tel], .inn-contact-left input[type=email] {
    width: 100%;
    border: 2px solid #ffffff;
    background: #ffffff;
    /* height: 32px; */
    height: 40px;
    margin: 5px 0px 5px;
    text-transform: uppercase;
    border-radius: 3px;
    border: 1px solid #c9c9c9;
    box-shadow: 0px 0 4px #d1c8c8;
	padding: 8px;
}
.contact-form-bx input[type=submit], .inn-contact-left input[type=submit]{
    width: 100%;
    text-align: center;
    border: none;
    background: #ff0000;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 40px;
    border-radius: 3px;
    margin: 10px 0px;
    border: 1px solid #ff0000;
    font-family:"futura-pt-demi";
    cursor: pointer;
}
.contact-form-bx input[type=submit]:hover, .banner-caption a:hover{
    background: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.banner-btm{
    width: 100%;
    float: left;
    top: 71%;
    left: 0%;
    position: absolute;
    text-align: center;
}
.container-1{
    width: 100%;
    float: left;
}
.container-1 h5{
    font-size: 21px;
    line-height: 40px;
    color: #d9d9d9;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    font-family:"futura-pt-heavy";
}
.container-1 h2{
    font-size: 48px;
    line-height: 58px;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    font-family:"futura-pt-light";
}
.container-1-bx{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
    padding-top: 60px;
}
.container-row-box, .container-row-box-2{
    background: #fff;
}
.container-row-box .open{
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-family:"futura-pt-heavy";
}
.container-row-box-2 .open{
    font-size: 21px;
    line-height: 31px;
    color: #fff;
    background: #666666;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    font-family:"futura-pt-heavy";
}
.container-row-box p, .container-row-box-2 p{
    margin: 30px 0px;
}
.service-list, .service-list-2{
    width: 100%;
    float: left;
}
.service-list li, .service-list-2 li,.container-row-box h3,.container-row-box-2 h3{
    background: #f4f4f4 url(../images/arrow.png) right 10px center no-repeat;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    text-transform: uppercase;
    padding: 5px 12px;
    margin-top: 2px;
    font-family:"futura-pt-book";
}
.service-list li:nth-child(1){
    background: #666666 url(../images/arrow-1.png) right 10px center no-repeat;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 12px;
    margin-top: 2px;
    font-family:"futura-pt-book";
}
.container-2{
    background: #f4f4f4;
}
.container-2-left{
    width: 60%;
    float: left;
}
.container-2-left h4{
    font-size: 20px;
    line-height: 30px;
    color: #ff0000;
    font-weight: 300;
    margin-bottom: 20px;
    font-family:"futura-pt-book";
}
.container-2-left h2{
    font-size: 35px;
    line-height: 45px;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 8px;
    font-family:"futura-pt-medium";
}
.container-2-right{
    width: 40%;
    float: right;
}
.container-2-right img{
    width: 100%;
    float: left;
    border-radius: 10px;
}
.container-3-bx{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
}
.box-row{
}
.box-row img{
    width: 100%;
    float: left;
    border-radius: 10px;
}
.box-row h2{
    width: 100%;
    float: left;
    font-size: 34px;
    line-height: 45px;
    color: rgb(26, 26, 26);
    font-weight: 300;
    margin: 20px 0px;
    font-family: futura-pt-book;
}
.box-row p{
    margin-bottom: 50px;
    float: left;
}
.box-row a{
    color: #fff;
    font-size: 17px;
    background: #ff0000;
    font-weight: 300;
    padding: 14px 50px;
    font-family:"futura-pt-demi";
    border: 1px solid #ff0000;
}
.box-row a:hover{
    background: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
}
.container-4{
    background: #ffffff;
    text-align: center;
}
.container-4-bx{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.gallery-col{
    padding: 10px;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 8%);
}
.gallery-col img{
    width: 100%;
    float: left;
    padding-bottom: 10px;
}
.container-4 h2{
    font-size: 35px;
    line-height: 45px;
    color: #1a1a1a;
    font-weight: 400;
    margin-bottom: 30px;
    font-family:"futura-pt-book";
}
.gallery-col h4{
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    margin: 5px;
    color: #ff0000;
    font-family:"futura-pt-book";
}
.container-5{
    padding-bottom: 80px;
    background: url(../images/container-1.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
}
.container-5 h3{
    font-size: 55px;
    line-height: 65px;
    color: #fff;
    font-weight: 300;
    margin: 10px;
    margin: 20px 0px 10px;
    font-family:"futura-pt-light";
}
.container-5 h4{
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 50px;
    font-family:"futura-pt-book";
}
.container-5 a{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-left: 5px;
    font-family:"futura-pt-book";
}
.container-5 img{
    width: auto;
}
.btn2{
    background: #fff;
    color: #ff0000;
    padding: 12px 30px;
    border-radius: 25px;
    border: 1px solid #fff;
}
.btn2:hover{
    background: #ff0000;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
}
.btn3{
    background: #ff0000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 25px;
    border: 1px solid #ff0000;
}
.btn3:hover{
    background: #fff;
    color: #ff0000;
    border: 1px solid #ff0000;
    cursor: pointer;
}
.testimonial{
    background: #f4f4f4;
}
/* .testimonial-col{
    width: 48%;
    float: left;
}
*/
.testimonial-row{
    width: 48%;
    margin: 3% 1%;
    float: left;
    background: #ffffff;
    padding: 0px 20px 40px;
    height: 290px;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.testimonial-row-2{
    width: 48%;
    margin: 3% 1%;
    float: left;
    background: #f4f4f4;
    height: 290px;
}
.testimonial-row-2 h2{
    font-size: 41px;
    line-height: 51px;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 10px;
    font-family:"futura-pt-demi";
}
.testimonial-row-2 h3{
    font-size: 33px;
    line-height: 43px;
    color: #ff0000;
    font-weight: 300;
    margin-bottom: 10px;
    font-family:"futura-pt-book";
}
.testimonial-bx img{
    width: auto;
    float: none;
    margin-top: -10%;
}
.testimonial-bx i{
    color: #f8b84e;
}
.testimonial-bx p{
    margin: 0px 0px 20px;
}
.testimonial-bx h4{
    font-size: 18px;
    line-height: 31px;
    color: #ff0000;
    font-family:"futura-pt-demi";
}
.footer-row-1{
    width: 50%;
    float: left;
}
.footer-row-1 p{
    font-size: 18px;
    line-height: 31px;
    color: #666666;
    font-family:"futura-pt-book";
    letter-spacing: 1px;
    margin: 30px 0px;
}
.footer-row-2{
    width: 20%;
    float: left;
    margin-left: 5%;
}
.footer-row-2 h2{
    font-size: 26px;
    line-height: 36px;
    color: #ff0000;
    font-weight: 400;
    margin: 40px 0px;
    font-family:"futura-pt-demi";
}
.footer-row-2 ul{
    width: 100%;
    float: left;
}
.footer-row-2 ul li a{
    font-size: 19px;
    padding: 12px 0px;
    color: #666666;
    font-weight: 300;
    line-height: 30px;
    font-family:"futura-pt-book";
}
.footer-row-2 ul li a:hover{
    text-decoration: underline;
}
.footer-row-2 p, .footer-row-2 a{
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    font-family:"futura-pt-book";
}
.copyright{
    padding: 30px 0px;
    background: #666666;
}
.copyright-left, .copyright-right{
    width: 50%;
    float: left;
}
.copyright-right{
    text-align: right;
}
.copyright p, .copyright a{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 1px;
    font-family:"futura-pt-book";
}
.in-container h2{
    font-size: 18px;
    columns: #000;
}
.inn-banner h1{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #000, 0px 0px 10px #000;
    font-family:"futura-pt-book";
}
.respo_menu span {
    display: inline-block;
    width: 18px;
    height: 3px;
    background: #fff;
    position: relative;
    margin: 4px 6px 4px 10px;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 3px;
    background: #fff;
    transition: all 200ms ease;
    -o-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}
.respo_menu.active span {
    background: transparent;
}
.respo_menu.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    top: 0;
}
.respo_menu.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    bottom: 0;
}
.respo_menu {
    display: none;
    padding: 5px 0;
    text-align: left;
    font-size: 0;
}
.banner-contact{
    width: 100%;
    float: left;
    display: none;
}
.inn-contact{
    width: 100%;
    float: left;
}
.inn-contact-left, .inn-contact-right{
    width: 50%;
    float: left;
    padding: 40px 20px;
}
.inn-contact-left p{
    margin-bottom: 20px;
}
.inn-contact-info{
    background: #1a1a1a;
    border-radius: 10px;
    padding: 30px 20px;
}
.inn-contact-right p, .inn-contact-info a{
    color: #fff;
}
.inn-contact-left h3{
    font-size: 33px;
    line-height: 43px;
    color: #1a1a1a;
    font-weight: 300;
    margin-bottom: 10px;
    font-family:"futura-pt-book";
}
.map-box{
    padding-top: 15px;
}
/* Clearance section */
.clearance-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 20px;
}
.clearance-price-row{
    text-align: center;
}
.clearance-price-row h2{
    font-family:"futura-pt-book";
}

.clearance-price-inn{
    float: left;
    background-color: #f2f2f2;
    text-align: center;
    padding: 20px;
}
.clearance-price-inn h3{
    font-size: 26px;
    line-height: 34px;
    font-family:"futura-pt-book";
    font-weight: 300;
}
.clearance-price-inn h3 b{
    font-weight: 600;
    font-size: 26px !important;
    font-family:"futura-pt-book";
}
.small-item-text h3 b{
    font-size: 40px !important;
    font-family:"futura-pt-book";
}
.small-item-box{
    display: flex;
    justify-content: center;
	margin-top: 30px;
	align-items: center;
}
.small-item-text{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1050px){
    .head-right {
        float: right;
        padding: 15px 0px;
   }
    .respo_menu {
        display: inline-block;
        float: left;
        background: #ce010d;
        padding: 18px 5px 19px 2px;
        margin-right: 6px;
        border-radius: 3px;
   }
    .head-right .nav {
        display: none;
        width: 250px;
        position: absolute;
        z-index: 99;
        background: #ffffff;
        box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
        right: 0px;
        top: 62px;
        margin-right: 0;
   }
    .head-right .nav li {
        width: 100%;
        padding: 0;
        margin-bottom: 1px;
        margin: 0;
   }
    .head-right .nav li a {
        width: 100%;
        border-radius: 0;
        margin: 0;
        padding: 8px 5px;
        text-align: center;
        font-size: 18px;
        padding: 8px 22px;
        color: #666666;
        font-weight: 300;
        font-family:"futura-pt-medium";
   }
    .menubar {
        position: relative;
   }
    .call-info {
        margin-top: 12px;
   }
    .active{
        background: #ce010d;
        color: #fff !important;
        border-top: none;
        border-bottom: none;
   }
   .small-item-img img{
    width: 100%;
   }
   .footer-row-1 {
    width: 40%;
    float: left;
}
.small-item-text h3 b {
    font-size: 26px !important;
}
}
@media only screen and (max-width: 992px){
    .container-4 ul li {
        width: 100% !important;
   }
    .banner-contact{
        width: 100%;
        float: left;
        display: block;
   }
    .banner-contact-form{
        display: none;
   }
    .container-2-left {
        width: 100%;
   }
    .container-2-right {
        width: 100%;
   }
    .container-3-bx {
        grid-template-columns: 1fr;
   }
    .testimonial-row, .testimonial-row-2 {
        width: 100%;
        margin: 6% 0%;
   }
    .testimonial-row-2 {
        height: 180px;
   }
    .container-5 h3 {
        font-size: 40px;
        line-height: 50px;
   }
    .banner-caption h2 {
        font-size: 70px;
        margin-bottom: 0px;
   }
    .banner-caption h3 {
        font-size: 35px ;
        line-height: 45px;
        margin-bottom: 0px;
   }
    .banner-caption {
        top: 8%;
   }
    .banner-caption p {
        font-size: 20px;
        margin-bottom: 15px 
   }
    .banner-caption a {
        font-size: 15px;
        padding: 10px 35px;
   }
    .banner-caption h2::before {
        width: 148px;
        border-bottom: 58px solid #000;
   }
    .banner-caption h2::after {
        width: 179px;
        right: 71px;
        border-bottom: 61px solid #ff0000;
        border-left: 22px solid transparent;
   }
    .container-1-bx {
        grid-template-columns: 1fr;
   }
    .inn-contact-left, .inn-contact-right {
        width: 100%;
   }
}
@media only screen and (max-width: 768px){
    .copyright-left, .copyright-right,.copyright-right {
        width: 100%;
        float: none;
        text-align: center;
   }
    .footer-row-1 {
        width: 100%;
        text-align: center;
   }
    .footer-row-2 {
        width: 100%;
        text-align: center;
        margin-left: 0%;
   }
    .container-1 h2 {
        font-size: 35px;
        line-height: 45px;
   }
}
@media only screen and (max-width: 600px){
    .logo {
        width: 100%;
        text-align: center;
   }
    .logo img{
        float: none;
   }
    .testimonial-row{
        height: 330px;
   }
    .head-right {
        width: 100%;
   }
    .head-right .nav {
        left: 0;
        right: auto;
   }
    .respo-menu{
        position: absolute;
   }
}
@media only screen and (max-width: 540px){
	.clearance-grid {
    display: grid;
    grid-template-columns: 1fr;
    }
	.small-item-box{
    flex-direction: column;
	}
    .p_t {
        padding-top: 20px;
    }
    .p_b {
        padding-bottom: 20px;
    }
    h2 {
        font-size: 28px;
        line-height: 35px;
    }
    .container-3-bx {
        display: block;
    }
    .container-5 a {
        font-size: 13px;
   }
    .btn2, .btn3 {
        padding: 9px 18px;
   }
    .container-5 h3 {
        font-size: 25px;
        line-height: 35px;
        margin: 20px 0px 0px;
   }
    .container-5 h4 {
        margin-bottom: 30px;
   }
    .testimonial-row {
        height: 370px;
   }
    .box-row a {
        padding: 10px 30px;
   }
    .box-row h2 {
        font-size: 28px;
        line-height: 38px;
   }
    .banner-caption a {
        display: none;
   }
    .banner-caption h3 {
        font-size: 25px;
        line-height: 35px;
   }
    .banner-caption h2 {
        font-size: 45px;
   }
    .banner-caption h2::before {
        width: 106px;
        border-bottom: 38px solid #000;
        border-right: 29px solid transparent;
   }
    .banner-caption h2::after {
        width: 122px;
        left: 126px;
        right: 0;
        border-bottom: 40px solid #ff0000;
        border-left: 16px solid transparent;
   }
    .banner-caption p {
        font-size: 16px;
   }
}
/* ------gallery-separator---- */
.container-4 ul{
    width: 100%;
    float: left;
}
.container-4 ul li {
    width: 31.33%;
    display: inline-block;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    margin: 7px;
}
.images-compare-separator {
    left: 178px;
    position: absolute;
    background: white;
    height: 100%;
    width: 1px;
    z-index: 4;
    left: 0;
    top: 0;
}
.images-compare-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -22px;
    border: 3px solid white;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-box-shadow: 0 0 12px rgb(51 51 51 / 50%);
    -moz-box-shadow: 0 0 12px rgba(51, 51, 51, 0.5);
    box-shadow: 0 0 12px rgb(51 51 51 / 50%);
    z-index: 3;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    z-index: 99;
}
.images-compare-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.images-compare-left-arrow, .images-compare-right-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.images-compare-before {
    will-change: clip;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    overflow: hidden;
}
.images-compare-before .images-compare-label {
    left: 10px;
}
.images-compare-container .images-compare-label {
    display: inherit;
}
.images-compare-label {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    color: rgb(0, 0, 0);
    color: rgba(0, 0, 0, 0.4);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    border-radius: 5px;
    pointer-events: none;
    display: none;
}
.images-compare-after .images-compare-label {
    left: auto;
    right: 10px;
}
.images-compare-after {
    pointer-events: none;
}
.images-compare-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.images-compare-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.images-compare-before img, .images-compare-after img {
    max-width: 100%;
    height: auto;
    display: block;
}
@media only screen and (max-width: 400px){
    .container-5 a {
        font-size: 16px;
        display: block;
    }
    .btn3{
        margin-top: 10px;
    }
}
