@media only screen and (max-width: 1024px) {
    .content-section{
        margin:35px;
    }
}
@media only screen and (max-width: 1250px) {
    .container{
        width: 90%;
    }
}
/* .xfl-listing{width: 100%; display: inline-block;} */
.xfl-listing{
    float: left;
    width: 48%;
}
.xfl-listing li{
    margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
    .xfl-listing{
        width: 100%;
    }   
}   
.content-section{
    font-size:18px;
    color:#000;
}
.content-section ul{
    /*margin-left:15px;*/
}
.product-content{
    margin:0;
}
.product-content .container + hr{
    margin-bottom:0 !important;
}
.product_thumbs {
    /*background: #FAFAFA;*/
    padding: 50px 0;
}

.product-content .container, .product-line{
    padding:20px 0;
}
.product-thumbs{
    background:#fafafa;
    
}
.product-thumbs .container{
    width: 95% !important;
}

.product_box{
    background-color: white;
    box-shadow:0 13px 26px rgba(0,0,0,0.16);
    width: 100%;
    display: flex;
    border-radius:16px;
    align-items:center;
    padding: 15px 0;
}
.product_box .btn-default-theme{
    margin-top: 0 !important;
}
@media only screen and (max-width: 1024px) {
    .product_box{
        margin-bottom:25px;
    }
    .product_box .col-md-12{
        width: 100%;
        text-align: center !important;
    }
}
.w-100{
    width:100%;
    display:block;
}
.product_box.col-md-4 + div{
    align-items: center;
    display: flex;  
    flex-wrap: wrap;
    height: 100%;
}
.product_box .col-md-8{
    padding:20px 0;
}
.product_box .col-md-8{
    padding: 25px 15px;
    font-size:24px;
    color:#024A84;
    border-left:1px solid #D4D4D4 !important;
}
.product_row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    min-height:45vh;
}
.product_row .container{
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1280px) {
    .product_row .container{
        display: block !important;
    }
    .circle{
        margin: 0 !important;
    }    
}

.circle{
    border-radius: 50%;
    height: 300px /*500px*/;
    width: 300px /*500px*/;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:white;
    box-shadow: 0 0 38px #00000004;
    border:2px solid #e8e8e8
}
@media only screen and (max-width: 1300px) {
    .circle{
        height: 300px;
        width: 300px;
        box-shadow: 0 0 38px #00000004;
    }
}

@media only screen and (max-width: 1024px) {
    .circle{
        height: 250px;
        width: 250px;
    }
}

/* .circle{
    background: white;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    box-shadow: 0 0 80px #00000012;
    overflow: hidden;
}
.product_image img:after{
    content: '';
    padding-bottom: 100%;
    display: block;
} */

@media only screen and (max-width: 1024px) {
    .product_row{
        height: auto;
        padding: 25px 0;
        /* display: inline-block; */
    }
}
.product_row .col-md-6{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.product_row h3 {
    font-size: 36px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
}
/*.product_row h3:before{
    content: '';
    background: #E81835;
    height: 50px;
    width: 6px;
    float: left;
    margin-right: 15px;
}*/
.product_row ul {
    margin: 0 0 0 18px;
    font-size: 18px;
    color: #000;
}
.product_row ul li {
    margin-bottom: 5px;
}
.light_bg{
    /*background-color:#F2F8FF;*/
	margin: 60px 0;
}

/* .light_bg{
    background-color:#fffffc;
} */

.btn_blue{
    background: #000;
    padding: 10px 15px;
    color: white;
    font-size: 18px
}
.btn_blue:hover, .btn_blue:focus{
    color: white !important;
    background: #e51937;
}
@media only screen and (max-width: 600px) {
    .btn_blue{
        font-size: 12px;
    }
}
.btn-outline{
    border: 1px solid white;
    background: none;
    padding: 10px 15px;
    color: white;
    font-size: 18px
}
.btn-outline:hover{
    color: white !important;
}
.request_quote{
    background-color:#e51937;
    padding:50px 0;
}
.request_quote:hover{
    color:white;
}
.contact-form{
    padding:50px 0;
}
.contact-form h3{
    padding:25px 0px;
    color:#164982;
}
.contact-form .col-md-8{
    background-color:#164982;
    padding:15px 25px;
    border-radius:16px;
    color:white;   
}

@media only screen and (max-width: 768px) {
    .content-section, .contact-form .col-md-8{
        margin:0 25px;
    }
}

.contact-form .col-lg-6, .contact-form .col-lg-12{
    margin-bottom:0px;
}
.contact-form .col-lg-6 label{
    margin-bottom:15px;
}

.slider{
    padding:20px 0;
    height:auto !important;
}
@media only (max-width: 1300px){
    #wrapper .slider{
        height: auto !important;
    }
}



.owl-item.center{
    transform: scale(1.1) !important;
    transition: ease all 0.5s;
}
.owl-carousel .owl-item{
    transform: scale(0.9);
    transition: ease all 0.5s;
}
.owl-dots{
    display:none;
}

.owl-nav{
    display: block !important;
    width:100%;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.owl-prev, .owl-next{
    position:absolute;
    background: black  !important;
    color:white  !important;
    height: 40px  !important;
    width: 40px  !important;
    font-size: 30px  !important;
    line-height: 40px !important;
}
.owl-prev{
    left: 20px;
}
.owl-next{
    right: 20px;
}

.modal-open .modal{
    z-index: 10000 !important; 
}

.modal-open .modal:before {
    content: '';
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    right: 0 !important;
    top: 0;
    width: 100%;
    z-index: 0; 
    height: 100%;
}

.dealer-form-wrapper .row, .checkbox-keepme {
    margin-bottom: 15px;
}

.download_pdf{
    padding: 50px 0;
    text-align: center;
}