@charset "utf-8";
/* CSS Document */

/** Header CSS Start **/

    .TopHeader{
    	position: fixed;
        z-index: 9999;
        background: #111111;
        width: 100%;
        left: 0px;
        top: 0px;
        box-shadow: 0px 1px 5px 0px rgb(58 58 58 / 50%);
    }
    .TopHeader .Logo{
        line-height: 0;
    }
    .TopHeader .TopMainRight .PhoneCol,
    .TopHeader .TopMainRight .AddressCol,
    .flex{
    	display: flex;
    }
    .TopHeader .MainWrapper{
        padding: 10px 0px; 
    }
    .TopHeader .TopMainRight .PhoneCol,
    .TopHeader .TopMainRight .AddressCol,
    .TopHeader .flex{
    	align-items: center;
    	justify-content: space-between;
    }
    .TopHeader .TopMainRight .AddressCol + .PhoneCol{
        margin-left: 50px;
    }
    .TopHeader .TopMainRight .AddressCol img,
    .TopHeader .TopMainRight .PhoneCol img{
        margin-right: 8px;
    }
    .TopHeader .TopMainRight .PhoneCol i.fa,
    .TopHeader .TopMainRight .AddressCol i.fa{
        display: inline-block;
        vertical-align: top;
        margin: 3px 6px 0px 0px;
        color: #fff;
        background-color: var(--sc-2);
        font-size: 15px;
        padding: 5px;
        border-radius: 100%;
        min-width: 25px;
        text-align: center;
    }
    .TopHeader .TopMainRight .PhoneCol a,
    .TopHeader .TopMainRight .AddressCol a{
        color: #fff;
        font-family: var(--sf-r);
        font-size: 22px;
        line-height: 1.5;
        display: flex;
        align-items: center;
        transition: all 0.3s ease-in-out;
    }
    .TopHeader .TopMainRight .PhoneCol a:hover,
    .TopHeader .TopMainRight .AddressCol a:hover{
        color: var(--sc-2);
    }
    .TopHeader .TopMainRight .PhoneCol a{
        font-size: 24px;
        color: var(--sc-2);
        font-family: var(--sf-b);
        font-weight: 700;
    }

/** Header CSS End **/

/** Top Main Section CSS Start **/

    #my-video {width: 100%;height: auto;max-width: 100%;display: block;}
    .protected-wrapper,.IdxHeaderBg,.FullWidthSliderBg {
        margin-top: 94px;
        position: relative;
    } 
    .IdxHeaderBg > .group.ClearBoth{
        max-width: 1400px;
        margin: 0 auto;
    }
    .swiper-slide{
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 490px;
    }
    .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        background: transparent !important;
        opacity: 1 !important;
        border: 1px solid #fff !important;
        cursor: pointer;
    }
    .swiper-pagination-bullet-active {
        background: #fff !important;
    }
    .slider-col{
        position: relative;
    }
    .right .form-wrap{
        padding: 8px 15px 5px;
    }
    .right .form-wrap .fill-default-btn a{
        font-size: 20px;
        line-height: 1.5;
        padding: 11px 30px;
        border-radius: 3px;
        background: var(--sc-1);
        color: #fff;
    }
    .right .form-wrap .fill-default-btn a:hover{
        background: var(--sc-2);
    }
    h4.TitleWrap {
    padding: 11px 15px;
    background-color: var(--sc-2);
    box-sizing: border-box;
    font-family: var(--sf-pr);
    font-size: 25px;
    line-height: 1.3;
    color: #ffffff;
    text-align: center;
    border-bottom: 7px solid var(--sc-1);
    } 
    

/** Top Main Section CSS End **/

/** Small Slider Main Section CSS Start **/

    .IdxHeaderBg .left{
        position: relative;
        float: left;
        width: 59.31%;
        overflow: hidden;
    }    
    .IdxHeaderBg .left .slider-col{
        float: right;
        width: 100%;
        line-height: 0px;
    }
    .IdxHeaderBg .right{
        float: left;
        width: 40.69%;
    }    
    .IdxHeaderBg .right .form-col{
        float: left;
        width: 100%;
        /* min-width: 549px;
        max-width: 550px; */
    }
    .IdxHeaderBg .ImgWrap{
        line-height: 0;
    }

/** Small Slider Main Section CSS End **/

/** Full Width Slider Main Section CSS Start **/

    .FullWidthSliderBg .left{
        width: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    } 
    .FullWidthSliderBg .right{
        position: relative;
        z-index: 1;
        max-width: 525px;
        left: 50%;
        margin-left: 100px;
    }

/** Full Width Slider Main Section CSS End **/

    .ImgWrap{
        line-height: 0;
    }
    .default-sep-line{
        width: 150px;
        height: 3px;
        background-color: var(--sc-2);
        margin: 20px 0px;
    }
    .fill-default-btn{
        display: inline-block;
    }
    .fill-default-btn span,
    .fill-default-btn a{
        display: block;
        color: #fff;
        font-size: 15px;
        line-height: 1.5;
        text-transform: uppercase;
        font-family: var(--sf-b);
        font-weight: 700;
        border-radius: 3px;
        letter-spacing: 0.5px;
        background: rgb(62,153,68);
        background: linear-gradient(0deg, rgba(62,153,68,1) 0%, rgba(121,186,66,1) 100%);
        padding: 15px 25px;
        transition: all 0.3s ease-in-out;
    }
    .fill-default-btn span:hover,
    .fill-default-btn a:hover{
        background: linear-gradient(0deg, rgba(121,186,66,1) 0%, rgba(62,153,68,1) 100%);
    }
    .Loader,.ThankYouMsg{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }


/** Service Section CSS Start **/
    .service-wrapper .InnerContainWrapper{
        padding: 30px 0px;
    }
    .service-wrapper ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }
    .service-wrapper ul li{
        max-width: 335px;
        min-width: 335px;
        padding: 5px;
        background-color: var(--sc-1);
        border-radius: 5px;
    }
    .service-wrapper ul li .Col{
        position: relative;
    }
    .BlogWrap .listwrap > ul > li .ImgWrap,
    .service-wrapper ul li .ImgWrap{
        overflow: hidden;
    }
    .service-wrapper ul li .ImgWrap,
    .service-wrapper ul li .ImgWrap img{
        border-radius: 8px;
    }
    .BlogWrap .listwrap > ul > li .ImgWrap img,
    .service-wrapper ul li .ImgWrap img{
        transition: all 0.3s ease-in-out;
    }
    .BlogWrap .listwrap > ul > li:hover .ImgWrap img,
    .service-wrapper ul li:hover .ImgWrap img{
        transform: scale(1.1);
    }
    .service-wrapper ul li h5.title{
        background-color: var(--sc-1);
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    font-family: var(--sf-pm);
    padding: 12px 20px;
    width: 100%;
    text-align: center;
    }

/** Service Section CSS End **/

/** Welcome Section CSS Start **/

    .welcome-wrapper .InnerContainWrapper{
        max-width: 1160px;
        padding: 60px 0px;
    }
    .welcome-wrapper .flex{
        justify-content: space-between;
    }
    .welcome-wrapper .ImgWrap{
        min-width: 546px;
        max-width: 546px;
        order: 1;
        margin-left: 50px;
    }
    .welcome-wrapper .ImgWrap,.welcome-wrapper .ImgWrap img{
        border-radius: 5px;
    }
    .welcome-wrapper h3.title{
        color: var(--sc-2);
        margin-bottom: 12px;
        font-family: var(--sf-pr);
    }
    .welcome-wrapper .fill-default-btn{
        margin-top: 20px;
    }
    .welcome-wrapper .desc.FParagraph1.EditorText {
        font-size: 15px;
        font-family: var(--sf-r);
        color: #414141;
    }
     .welcome-wrapper .white-sep-line {
        width: 257px;
        height: 5px;
        background-color: var(--sc-1);
        margin: 0 0 20px;
        position: relative;
}
    
/** Welcome Section CSS End **/
.two-part-wrapper{
    margin-bottom: 80px;
}
.two-part-wrapper .flex{
    justify-content: space-between;
    position: relative;
    min-height: 375px;
}
.two-part-wrapper .flex::before{
    content: '';
    position: absolute;
    background-color: var(--sc-1);
    width: 9px;
    height: 130%;
    top: -40px;
    left: 50%;
    z-index: 1;
    transform: skew(-16.4deg, -10deg);
    margin-left: -4px;

}
.two-part-wrapper .Col{
    width:54.9%;
    position: absolute;
    background-size: cover;
    top: 0;
    display: flex;
    align-items: center;
}

.two-part-wrapper .Col.left{
    margin-right: -50px;
    clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%);
    left: 0;
    justify-content: flex-end;
    padding-right: 70px;
}
.two-part-wrapper .Col.right{
    margin-left: -50px;
    clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    top: 40px;
    justify-content: flex-start;
    padding-left: 70px;
}
.two-part-wrapper .Col .Btn{ 
    display: inline-block;
    position: relative;
}
.two-part-wrapper .Col .Btn::before{
    content: '';
    position: absolute;
    background: rgb(62,153,68);
    background: linear-gradient(0deg, rgba(62,153,68,1) 0%, rgba(121,186,66,1) 100%);  
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: skewX(-17deg);
}
.two-part-wrapper .Col .Btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    font-size: 27px;
    line-height: 1.2;
    font-family: var(--sf-b); 
    font-weight: 700;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
}
/** Blog Section CSS Start **/
    .BlogWrap{
        background-color: #fbf3e7;
    }
    .BlogWrap .InnerContainWrapper{
        padding: 20px 0px 70px;
    }
    .BlogWrap .listwrap > ul{
        display: flex;
        justify-content: center;
        gap: 25px;
    }
    .BlogWrap .listwrap > ul > li{
        min-width: 370px;
        max-width: 370px;
        background-color: #fff;
        border-radius: 5px;
    }
    .BlogWrap .listwrap > ul > li .ImgWrap,.BlogWrap .listwrap > ul > li .ImgWrap img{
        border-radius: 5px 5px 0px 0px;
    }
    .BlogWrap .listwrap > ul > li .descwrap{
        padding: 20px 18px;
    }
    .BlogWrap .listwrap > ul > li .descwrap .date{
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 1.4;
        color: var(--sc-1);
        font-family: var(--sf-b);
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .BlogWrap .listwrap > ul > li .descwrap h5.title{
        color: var(--sc-2);
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .BlogWrap .listwrap > ul > li .descwrap .short-desc{
        color: var(--primary-color);
        margin-bottom: 20px;
    }
    .BlogWrap .listwrap > ul > li .descwrap .fill-default-btn span,
    .BlogWrap .listwrap > ul > li .descwrap .fill-default-btn a{
        background: transparent;
        color: var(--sc-2);
        font-size: 14px;
        line-height: 1.3;
        text-transform: uppercase;
        padding: 14px 27px;
        border: 2px solid var(--sc-2);
        border-radius: 3px;
    }
    .BlogWrap .listwrap > ul > li:hover .descwrap .fill-default-btn span,
    .BlogWrap .listwrap > ul > li:hover .descwrap .fill-default-btn a,
    .BlogWrap .listwrap > ul > li .descwrap .fill-default-btn span:hover,
    .BlogWrap .listwrap > ul > li .descwrap .fill-default-btn a:hover{
        background: var(--sc-2);
        color: #fff;
    }

/** Blog Section CSS End **/

/** Contact Info Section CSS Start **/

    .contact-info-wrapper{
        background-color: var(--gray-color);
        word-break: break-word;
    }
    .contact-info-wrapper .left{
        width:34%;
        float: left;
        min-height: 450px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .contact-info-wrapper .right{
        width: 66%;
        float: right; 
        line-height: 0;
         border-left: 5px solid #fff;
    }
    .map-wrap iframe{
        filter: grayscale(100%);
    }
    .contact-info-wrapper .left .info-wrapper{
        float: right;
        width: 370px;
        box-sizing: border-box;
    }
    .contact-info-wrapper .left .info-wrapper .info-wrap h6.title{
        font-weight: 600;
    }
    .contact-info-wrapper .left .info-wrapper .info-wrap .text,
    .contact-info-wrapper .left .info-wrapper .info-wrap .text a{
        color: #fff;
    font-size: 14px; 
    line-height: 1.5;
    transition: all 0.3s ease-in-out;
    font-family: var(--sf-l);
    }
    .contact-info-wrapper .left .info-wrapper .info-wrap .text a:hover{
        color:var(--sc-2);
    }
    .contact-info-wrapper .info-wrap .info-col{
        display: flex;
        margin-bottom: 30px;
    }
    .contact-info-wrapper .info-wrap .info-col:last-child{
        margin-bottom: 0px;
    }
    .contact-info-wrapper .info-wrap .info-col .Icon{
        color: #fff;
        font-size: 22px;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
 /*       background-color: var(--sc-1);*/
        text-align: center;
        border-radius: 100%;
    }
    .contact-info-wrapper .info-wrap .info-col .Icon .fa-mobile{
        font-size: 25px;
    } 
    .contact-info-wrapper .info-wrap .info-col .Icon .fa-envelope{
        font-size: 18px;
    } 
    .contact-info-wrapper .info-wrap .info-col .Text,
    .contact-info-wrapper .info-wrap .info-col .Text a{
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        transition: all 0.3s ease-in-out;
        font-family: var(--sf-r);
    }
    .contact-info-wrapper .info-wrap .info-col .Text h6{
        font-size: 18px;
        font-family: var(--sf-b);
        font-weight: 700;

    }
    .contact-info-wrapper .info-wrap .info-col .Text a:hover{
        color: var(--sc-2);
    } 
    .contact-info-wrapper .fill-default-btn span, .fill-default-btn a {
        display: block;
        color: var(--sc-2);
        font-size: 15px;
        line-height: 1.5;
        text-transform: uppercase;
        font-family: var(--sf-b);
        font-weight: 700;
        border-radius: 50px;
        letter-spacing: 0.5px;
        background: transparent;
        padding: 14px 33px;
        border: 1px solid var(--sc-2);
        transition: all 0.3s ease-in-out;
    }
    .contact-info-wrapper span:hover, .fill-default-btn a:hover {
        background: var(--sc-2);
        color: #fff;
        border: 1px solid var(--sc-2);
    }   
 
/** Contact Info Section CSS End **/

/** Footer Section CSS Start **/

    .FooterWrap .InnerContainWrapper{
        padding: 20px 10px;
    }
    .copy,.DevelopedBy, .DevelopedBy a{
        display: inline-block;
        color: var(--primary-color);
        font-family: var(--sf-r);
        font-size: 13px;
        line-height: 1.5;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
    }
    .DevelopedBy a:hover{
        color: var(--sc-1);
    }
    .copy{
        display: block;
    }
    .copy br{
        display: none;
    }
    .FSocialIcon {margin:0 auto;text-align:center;}
    .FSocialIcon li{
        background-image:none;
        padding:0px;
        margin:0px 0px;
        display:inline-block;
        vertical-align:top;
    }
    .FSocialIcon .fa-stack {width:35px;height:35px;line-height:40px;}
    .FSocialIcon  .fa-stack-2x {top:0px;font-size:40px;}
    .FSocialIcon .fa-lg {font-size: 20px;line-height: 35px;border-radius: 100%;}
    .FSocialIcon a{color:#fff;transition:all ease 0.5s;}
    .FSocialIcon a:hover{color:var(--sc-2);background-color: transparent;}
    .FSocialIcon a .fa-inverse{color:var(--sc-1);transition:all ease 0.5s;background-color: #fff;
    border-radius: 50%;}
    .FSocialIcon a:hover .fa-inverse{ background-color: var(--sc-1);
        color: #fff;}

/** Footer Section CSS End **/

/** Sticky Footer CSS Start **/

    .StickyBtns {
        position: fixed;
        bottom: 0;
        z-index: 109;
        right: 0;
        width: 100%;
    }
    .StickyBtns .FillRedBorder {
        height: 8px;
        background-color: var(--sc-2);
        position: absolute;
        width: 100%;
        bottom: 0;
        border-top: 2px solid #fff;
    }
    .StickyBtns .MainWrapper {
        position: relative;
        bottom: 6px;
        max-width: 1200px;
    }
    .StickyBtns .FSocialIcon {
        float: right;
        background-color: var(--sc-2);
        margin: 0 0 0 5px;
        padding:4px 8px 4px;
        border: 2px solid #fff;
        border-bottom: 2px solid var(--sc-2);
        width: auto;
        box-sizing: border-box;
    }
    .StickyBtns .FSocialIcon ul{
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        margin:8px;
    }
    .StickyBtns .FSocialIcon ul li{
        padding: 0;
        background-image: none;
    }
    .StickyBtns .FillRedBtn {
        display: inline-block;
    }
    .StickyBtns .FillRedBtn a {
        display: block;
        background-color: var(--sc-1);
        border: 2px solid #fff;
        border-bottom: 2px solid var(--sc-1);
        padding: 4px 33px 4px;
        transition: ease-in 0.3s;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-family: var(--sf-mont-b);
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    .StickyBtns .FillRedBtn .activator i {
        vertical-align: middle;
        margin: 3px 13px 0px 0px;
        display: inline-block;
    }
    .StickyBtns .RightWrapper {
        float: right;
    }
    .StickyBtns .MainWrapper .RightWrapper {
        display: inline-block;
        bottom: -2px;
        width: auto;
        right: 0px;
        position: absolute;
        z-index: 2;
    }
    .StickyBtns .FillRedBtn a:hover {
       background-color: var(--sc-2);
        color: #fff;
    }


/** Sticky Footer CSS End **/
/** Poppup Form CSS Start **/

    .overlay2,.overlay {
        background-color: rgba(0,0,0,0.8);
        position: fixed;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        z-index:99999 !important;
        width:100%;
    }
    .boxclose,.boxclose2 {position: absolute;top:5px !important;right:10px !important;z-index: 999999 !important;}
    .boxclose i,.boxclose2 i {color: #000;font-size: 24px;}
    .box,.box2 {
        position: absolute;
        top: 35px;
        left: 50%;
        color: #666;
        z-index:999999 !important;
        width: 750px;
        margin-left: -375px;
        background-color: #fff;
    } 
    .CloseImg {float: right;margin: 8px 8px 0px 0px;}
    .OverlayWrapper {padding: 40px 30px;text-align:left;box-sizing:border-box;}
    .box h3,.box2 h3 {
        color: var(--sc-1);
        font-size: 32px;
        line-height:1.3;
        font-family: var(--sf-b);
        font-weight: 700;
        text-align: center;
        margin-bottom:10px;
    }
    #FormSubTitle {
        color: var(--sc-2);
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        font-family: var(--sf-b);
        font-weight: 700;
    }
    .header-bg{
        background-size:cover;
        background-position: top center;
    }
    .protected-wrapper .InnerWrap{
        margin: 0 auto;
    background-color: #f4f4f4;
    padding: 40px;
    text-align: center;
    margin-top: 20px;
    }
    .protected-wrapper .InnerWrap .ImgWrap{
        /*float: left;
        
        margin-right: 35px;*/
        margin-bottom: 20px;
        max-width: 780px;
    }
    .protected-wrapper .InnerWrap .desc{
        color: var(--primary-color);
        font-size: 18px;
    line-height: 1.7;
    }

/** Poppup Form CSS End **/


/** 130522 vish **/

#IDX-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0px;
}

.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-toggle,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-toggle:focus,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-toggle:hover {
    background-color: transparent !important;
    border: 0;
}

.IDX-wrapper-standard .IDX-navbar {
    margin: 0px auto !important;
    border: 0px solid transparent;
}

.IDX-wrapper-standard .IDX-navbar-nav>li,
.IDX-wrapper-standard .IDX-navbar-nav {
    float: none !important;
    margin: 0; 
    padding: 0;
}

.IDX-wrapper-standard .IDX-navbar-nav {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.IDX-wrapper-standard .IDX-navbar-nav:after,
.IDX-wrapper-standard .IDX-navbar-nav:before,
.IDX-navbar-header,
nav ul li>a::after {
    display: none !important;
}

.IDX-wrapper-standard .IDX-collapse {
    display: block !important;
    border: 0 !important;
    margin: 0 auto 30px;
}

.IDX-wrapper-standard .IDX-navbar-nav {
    margin: 0 auto !important;
}

.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li>a,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li>a:hover,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li>a:focus,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li.IDX-active>a,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li.IDX-active>a:focus {
    color: #000 !important;
    font-family: var(--lato-b) !important;
    font-weight: 700 !important;
    background-color: transparent;
    border: 2px solid var(--sc-2);
    padding: 10px 20px;
    border-radius: 50px;
    min-width: 170px;
    transition: all 0.3s ease-in-out;
}

.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li>a:hover,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li>a:focus,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li.IDX-active>a,
.IDX-wrapper-standard .IDX-mobileFirst--neutral .IDX-navbar-default .IDX-navbar-nav>li.IDX-active>a:focus {
    background-color: var(--sc-2) !important;
    color: #fff !important;
}

#IDX-mapHeader-Search {
    height: inherit !important;
    background-color: var(--sc-1) !important;
    padding: 15px !important;
    color: #fff !important;
}

#IDX-mapCount {
    margin-left: 0 !important;
    line-height: inherit !important;
    padding-top: 0 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
}
.IDX-wrapper-standard .select2-container a.select2-choice, .IDX-wrapper-standard .select2-container a.select2-default {
    min-height: inherit;
    padding: 7px 10px;
}
.IDX-wrapper-standard .select2-container .select2-choice .select2-chosen {
    margin: 0 !important;
    height: inherit;
    color: #6f6f6f;
}
.select2-container-multi .select2-choices{
    padding: 0 !important;
}
.IDX-wrapper-standard .select2-container.select2-container-multi .select2-choices input {
    padding: 10px !important;
}
.IDX-wrapper-standard #IDX-action-buttons {
    width: 100% !important;
    text-align: center;
}
.IDX-wrapper-standard #IDX-action-buttons button{
    color: #fff !important;
    font-family: var(--sf-b) !important;
    font-weight: 700 !important;
    background-color: var(--sc-2) !important;
    border: 2px solid var(--sc-2) !important;
    padding: 10px 20px;
    border-radius: 50px !important;
    min-width: 170px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    width: auto !important;
    float: none !important;
    margin: 5px !important;
}
.IDX-wrapper-standard #IDX-action-buttons button:hover{
    background-color: transparent !important;
    color: var(--sc-2) !important;
}
.IDX-wrapper-standard #IDX-loadingScreen {
    display: none !important;
}
.IDX-wrapper-standard div[style="float:left"]{
    float: none; 
    padding: 0;
    text-align: center;
}
#IDX-price-fields{
    display: flex;
    gap: 10px;
} 
#IDX-price-fields #IDX-hp-group {
    margin: 0 !important;  
} 
.IDX-wrapper-standard .IDX-btn-default {
    color: #fff !important;
    background-color: var(--sc-2) !important;
    border-color: var(--sc-2) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}  
#IDX-criteriaWindow {
    background: rgba(255,255,255,0.9) !important;
}
#IDX-cczController {
    bottom: -27px !important;
}