
.rtm-trigger{
    position: fixed;
    width: 296px;
    min-height: 36px;
    right: -257px;
    left: auto;
    top: 50%;
    border: 0;
    font-size: 13px;
    font-weight: 600;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #cc0911;
    transition: 0.4s;
    color: #fff;
    padding: 10px;
    transform-origin: 0% 0%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg) translateX(-50%);
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 99;
}
.rtm-trigger:hover,
.rtm-trigger:focus
{
    opacity: 1;
    border: 0;
    outline: 0;
}
#customRtmModal .gfield_label{
    text-transform: capitalize;
}
#customRtmModal .gform_footer{
    text-align: right;
}

.home-search-form select{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/icons/select-arrows-blue-alpha30.png);
    background-size: 6px;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 90%;
    background-position-x: calc(100% - 20px);
    -webkit-transition: background-image 150ms ease-out;
    -o-transition: background-image 150ms ease-out;
    transition: background-image 150ms ease-out;
    cursor: pointer;
}
.home-search-form select:hover{
    background-image: url(../images/icons/select-arrows-blue.png);
}

/*home banner css*/
.home-banner{
    height: 500px;
    width: 100%;
    display: flex;
    vertical-align: middle;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    background-color: #122951;
}
.home-banner:after{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.65);
}
.home-banner .home-banner-content{
    margin: 100px auto 30px auto;
    position: relative;
    z-index: 1;
}

.banner-form-combo{
    position: relative;
}
.home-search-form{
    background-color: transparent;
    position: absolute;
    width: 100%;
    bottom: 80px;
    left: 0;
    z-index: 2;
}
.home-search-form .btn-danger{
    background: #cc0911;
    color: #fff;
    margin-bottom: 20px;
    border: 2px solid transparent;
    border-radius: 2px !important;
    padding: 9px 24px !important;
    font-weight: 600;
    font-size: 0.95em;
/*    letter-spacing: -0.05em;*/
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 55px 0 #0f0f0f;
}
.home-search-form .btn-danger:hover,
.home-search-form .btn-danger:focus{
    background: #122951 !important;
    color: #fff !important;
    border: 2px solid #415373 !important;
}
.home-search-form .form-control{
     border: 0;
    color: #122951;
    font-weight: 600;
}
/*end home banner css*/

/*home promotion css */
.summer-sale-banner {
    max-width: 1200px;
    margin: 60px auto 0;
}
.summer-sale-banner a,
.summer-sale-banner a:hover,
.summer-sale-banner a:focus
{
    text-decoration: none;
    outline: 0;
}
.summer-sale-banner a img{
    width: 100%;
}
/*end home promotion css */

/* home slider css */
.slider-wrapper .slick-carousel .slick-track{
    margin-left: -15px;
    margin-right: -15px;
}
.slider-wrapper .btn-sm{
    padding: 9px 23px !important;
}

.slider-wrapper .slick-carousel .slick-track .slick-slide{
    padding-left: 15px;
    padding-right: 15px;
    outline: 0;
    max-width: 540px;
}


@media (max-width: 767px){
    .slider-wrapper .slick-carousel .slick-track .slick-slide{
        width: 300px !important;
    }
    .rtm-trigger{
        display: none
    }
    .p-banner-desktop{
        display: none;
    }
    .p-banner-mobile {
        padding-left: 20px;
        padding-right: 20px
    }

  /*  .img-right-text, .img-left-text {
        padding: 50px 40px 50px 40px;
    }*/

    .img-right-section .col-md-6:first-child{
        order: 2
    }
    .img-right-section .col-md-6:last-child{
        order: 1
    }

    .img-right-text .inv__desc, .img-right-section .inv__desc{
        font-size: 13px;
    }

    .feature-single p.f-15{
        font-size: 13px;
    }

}



@media (min-width: 768px) {
    .p-banner-mobile {
        display: none;
    }
}

.slider-wrapper .slick-prev, .slider-wrapper .slick-next {
    z-index: 100;
    opacity: 1;
    width: 100px;
    height: 100%;
    font-size: 72px;
    top: 0
}
.slider-wrapper .slick-prev:hover{
    background: -webkit-gradient(linear, left top, right top, from(#122951), to(transparent));
    background: -webkit-linear-gradient(left, #122951, transparent);
    background: -o-linear-gradient(left, #122951, transparent);
    background: linear-gradient(to right, #122951, transparent);
}
.slider-wrapper .slick-next:hover {
    background: -webkit-gradient(linear, right top, left top, from(#122951), to(transparent));
    background: -webkit-linear-gradient(right, #122951, transparent);
    background: -o-linear-gradient(right, #122951, transparent);
    background: linear-gradient(to left, #122951, transparent);
}
.slider-wrapper .slick-next::after {
    background: -webkit-gradient(linear, right top, left top, from(#122951), to(transparent));
    background: -webkit-linear-gradient(right, #122951, transparent);
    background: -o-linear-gradient(right, #122951, transparent);
    background: linear-gradient(to left, #122951, transparent);
    -webkit-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
    opacity: 0;
    content: '';
    position: absolute;
    top: 10px;
    height: 100%;
    width: 100px;
    z-index: 999;
}
.slider-wrapper .slick-next {
    right: 0 !important;
    top: 10px;
}
.slider-wrapper .slick-prev {
    left: 0 !important;
    top: 10px;
    z-index: 999;
}
.slider-wrapper .slick-prev::before, .slider-wrapper .slick-next::before {
    font-size: 72px;
    background-image: url(../images/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    z-index: 10;
    position: relative;
}
.slider-wrapper .slick-next::before {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
/* end home slider css */

/* communities section css */
.communities-section{
    padding: 200px 0;
    background-position: 50%;
    background-repeat: no-repeat;
    min-height: 300px;
    background-size: cover;
}
.communities-section .btn img{
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;
}
/* end communities section css */


/*  img left section css */
.img-left-section{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
   /* overflow-x: hidden;*/
    max-width: 100%;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
}
.left-img-area{
    display: inline-block;
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: 50%;
    font-size: 16px;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    background-color: #ffffff;
    overflow-x: hidden;
}
.left-img-area:before{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, white));
    background-image: -webkit-linear-gradient(left, transparent, white 80%);
    background-image: -o-linear-gradient(left, transparent, white 80%);
    background-image: linear-gradient(to right, transparent, white 80%);
}
.img-right-text{
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 120px 40px 70px 70px;
}
.img-right-text .inv__desc{
    max-width: 400px;
}
.img-right-text .inv__desc p{
    margin-top: 0;
    margin-bottom: 0;
}
/* end img left section css */

/*  img right section css */
.img-right-section{
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
   /* overflow-x: hidden;*/
    box-sizing: border-box;
    max-width: 100%;
    z-index: 1;
    position: relative;

}
.right-img-area{
    display: inline-block;
    width: 100%;
    min-height: 480px;
    background-size: cover;
    background-position: 50%;
    font-size: 16px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    background-color: #ffffff;
    overflow-x: hidden;
}
.right-img-area:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(80%, white));
    background-image: -webkit-linear-gradient(right, transparent, white 80%);
    background-image: -o-linear-gradient(right, transparent, white 80%);
    background-image: linear-gradient(to left, transparent, white 80%);
}
.img-left-text{
    width: 100%;
    vertical-align: top;
    display: inline-block;
    padding: 120px 40px 70px 70px;
}
.img-left-text .inv__desc{
    max-width: 400px;
}
.img-left-text .inv__desc p{
    margin-top: 0;
    margin-bottom: 0;
}
/* end img left section css */


/* end feature grid css */


.feature-grid .equal-row .col{
     -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
}
.feature-grid .feature-single .btn-sm{
    padding: 9px 25px 9px 25px !important;
}
.feature-grid .feature-single{
    padding: 50px;
    text-align: center;
    background-color: #e4e8eb;
    height: 100%;
}

.feature-grid .feature-single .grid-icon{
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto auto 30px auto;
}
.feature-grid .feature-single .grid-icon img{
    width: auto;
    height: 100px;
    margin: auto;
    object-fit: cover;
    object-position: 50%;
}
.equal-row{
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.equal-row .col{
    width: 25%;
    flex: 1 0 auto;
    padding: 0;
}


.feature-grid .col:nth-child(even) .feature-single{
    background-color: white;
}.feature-grid .col:nth-child(odd) .feature-single{
    background-color: #e4e8eb;
}

/* end feature grid css */

/*manufacturer section css*/
.manufacturer-section {
    background: #fff;
    padding: 65px 0 45px 0;
}
.manufacturer-section ul{
    text-align: center;
}

.manufacturer-section ul li{
    display: inline-block;
    margin: 20px 10px;
}
.manufacturer-section ul li img{
     margin: 0 0 0 12px;
     -webkit-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
@media (max-width: 767px){
    .manufacturer-section ul li {
        width: 45%;
        display: inline-block;
        margin: 0 0 20px;
    }
}
/*end manufacturer section css*/





@media  (max-width: 1100px){
    .feature-grid .col{
        width: 100%;
        flex: 1 0 auto;
        padding: 0;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px){
    .slider-wrapper .slick-prev, .slider-wrapper .slick-next {
        width: 41px;
        font-size: 72px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .slider-wrapper .slick-prev, .slider-wrapper .slick-next {
        width: 41px;
        font-size: 72px;
    }
}

@media screen and (max-width: 575px){
    .slider-wrapper .slick-prev, .slider-wrapper .slick-next {
        width: 41px;
        font-size: 72px;
    }
    .home-banner .f-46{
        font-size: 25px;
    }
    .home-banner .f-16{
        font-size: 13px;
    }
    .home-search-form{
        padding: 40px 10px !important;
    }
}

@media (min-width:576px) and (max-width: 1280px){
    .home-banner .f-46{
    font-size: 34px;
    }
    .home-banner .f-16{
    font-size: 14px;
    }
}

@media screen and (max-width: 1300px){
    .home-banner .home-banner-content{
        margin: auto;
        padding: 0 40px
    }
    .home-banner{
        height: 250px;
    }
    .home-search-form{
        padding: 50px 0;
        background-color: #122951;
        position: relative;
        top: 0;
        left: 0;
    }
}

.home-view-item .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
    min-height: 300px;
}

.home-view-item img.homeFloor {
    min-height: auto;
    width: calc(100% - 50px) !important;
    margin: auto;
}