/*
Theme Name: Cedarhilllonghouse
Theme URI: https://futureworktechnologies.com/
Author: Rupak Kumar Singh
Author URI: https://www.facebook.com/singhrupakkumar
Description: Cedarhilllonghouse is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Cedarhilllonghouse will make your WordPress look beautiful everywhere.
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css?family=Muli|Philosopher&display=swap');

/*html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

 .btn{
      background-color: #e67e00 !important;
      opacity: 1 !important;
      color: #fff !important;
      font-weight: 500 !important;
      border-radius: 0;
      padding: 12px 25px;
      border: none;
      border-radius: 3px;
 }

 button:hover{
transform: scale(1.03);
 }

@import url('https://fonts.googleapis.com/css?family=Philosopher');
@import url('https://fonts.googleapis.com/css?family=Muli');
*{
     margin:0px;
     padding:0px;
     -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
     -ms-box-sizing:border-box;
     -o-box-sizing:border-box;
     box-sizing:border-box;
}
img{
     max-width: 100%;
}
body{
     margin:0px;
     padding: 0px;
     font-family: 'Muli', sans-serif;
     font-weight: 400;
}
h2{
     font-size: 26px;
     font-family: 'Muli', sans-serif;
     font-weight: 700;
}
h3{
     font-size: 20px;
     font-weight: 700;
     font-family: 'Muli', sans-serif;
}
p{
    /*font-size: 19px;
    */
     font-size: 15px;
     font-weight: 400;
     font-family: 'Muli', sans-serif;
     color: #323232;
}
.main-img{
	width: 100%;
	float: left;
	background-image: url(./images/bodybackground1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -350px bottom;
}
.main-heading{
    /*font-size: 47px;
    */
     font-size: 28px;
     font-weight: 700;
     color: #323232;
     font-family: 'Philosopher', sans-serif;
}
.red-heading{
     font-size: 22px;
     color: #ffffff;
     padding: 6px 10px;
     font-weight: 400;
     background-color: #e67e00;
     font-family: 'Philosopher', sans-serif;
}
.cstm-btn{
     color: #e67e00;
     font-size: 15px;
     text-decoration: none !important;
}
.sub-heading{
     font-size: 22px;
     font-weight: 700;
     font-family: 'Muli', sans-serif;
     color: #323232;
}
.header{
     background-color: #f3f3f3;
     font-family: 'Philosopher', sans-serif;
     background-image: url(./images/headerbg.svg);
     background-position: right;
     background-size: 29pc;
     background-repeat: no-repeat;
     *background-position: 200px -35px;
     *background-size: 125pc;
     -ms-background-size: 125pc;



}
.header-top{
     padding-top: 35px;
}
.header-top input{
     border: none;
     background: transparent;
     font-size: 15px;
     font-family: 'Muli', sans-serif;
     width: 200px;
     padding: 0;
}
.header-top span{
     position: relative;
     border-bottom: 1px solid #ccc;
     padding-right: 35px;
     padding-bottom: 2px;
}
.header-top .srchicn{
     position: absolute;
     right: 0;
     bottom: -4px;
     border-bottom: none;
     padding: 0;
}
.header-top .srchicn i{
     font-size: 21px;
     font-weight: 600;
}
/*===========Bottom Header Css Start Here===========*/
.hero-banner {
    background-color: #e67e00;
    height: 30px;
}

.hero-banner .header-text p {
    color: white!important;
    font-size: 20px;
}


.header-bottom .navbar-nav li a{
     font-size: 20px;
     color: #323232 !important;
     font-weight: 700;
     padding-left: 23px !important;
     padding-right: 23px !important;
     transition: 0.5s all;
}
.header-bottom .navbar-nav{
     margin-right: 15px !important;
}
.header-bottom .navbar-nav li a:hover{
     color: #e67e00 !important;
     text-decoration: none !important;
}
.header-bottom .navbar-nav li.active a{
     color: #e67e00 !important;
}
.header-bottom{
     padding-top: 40px;
}
.header-bottom .img-wrapper{
     position: relative;
     top: -5px;
}
.header-bottom .img-wrapper img{
     width: 26px !important;
}
.header-bottom .img-wrapper .counter{
     position: absolute;
     background-color: #e67e00;
     border-radius: 50%;
     color: #fff;
     font-size: 11px;
     height: 18px;
     min-width: 18px;
     text-align: center;
     line-height: 20px;
     padding: 0 5px;
     left: -6px;
     bottom: -8px;
}
/*========Slider Sectio Css Start Here========*/
.slider-sec{
     background-color: #898989;
     padding-bottom: 30px;
}
.slider-sec h2{
     color: #ffffff;
     margin: 20px 0;
     font-size: 18px;
}
.slider-sec .inner-sec{
     width: 25%;
     float: left;
     padding:0 15px;
}
.slider-sec .inner-sec .img-wrapper{
     background-image: linear-gradient( 135deg, #bcb6b6 , #e3e2e2);
     height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

img.hero-imgs {
    max-height: 100%;
}
.imgoutlink{
     justify-content: center;
     display: flex;
     align-items: center;
     position: relative;
     display: block;
     padding: 15px 0;
     position: relative;
     overflow: hidden;
     margin: 0 15px;
}
.slick-slide img{
     border: 2px solid #000;
     max-height: 223px;
     width: auto;
}
.shdoimg{
     position: absolute;
     bottom: 8px;
     right: 8px;
     border: none !important;
     height: 7px;
}
.slider-sec .inner-sec p{
     color: #ffffff;
     margin: 0;
     font-size: 14px;
}
.slider-sec .inner-sec h3{
     color: #ffffff;
     margin: 10px 0 0px 0;
     font-size: 14px;
}
/*===========Visit Section include here========*/
.visit-sec{
     background-color: #e67e00;
     padding: 8px 0;
}
.visit-sec a{
     color: #ffffff;
     text-decoration: underline;
     font-size: 16px;
     font-weight: 400;
     font-family: 'Muli', sans-serif;
}
.visit-sec.about a {
     text-decoration: none !important;
}
/*==================Publish Section include Here==============*/
.publish h1{
     margin-bottom: 20px;
}
.publish p{
    /*margin-bottom: 20px;
    */
     margin-bottom: 11px;
}
.publish p:last-child{
     margin-bottom: 0;
}
.publish p a{
     text-decoration: none !important;
     color: #e67e00;
}
.publish .lestxt{
     white-space: normal;
     width: 100%;
     float: left;
    /*overflow: hidden;
     text-overflow: ellipsis;*/
}
.publish .inner-sec .img-wrapper{
     width: 100%;
     float: left;
     margin: 5px 0;
     border-radius: 2px;
     overflow: hidden;
}
.publish .inner-sec .img-wrapper img{
     min-height: 200px;
     display:block;
     margin: 0 auto;
}


/*=================Featured Section Include Here===============*/
.featured{
     padding-bottom: 70px;
}
.featured .inner-sec{
     padding-top: 15px;
}
.featured p{
     margin-bottom: 11px;
}

.featured a {
    color: #323232 !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 4px;
    text-decoration: underline;
}
/*=================Terminals Css Include Here==================*/
.testmonial{
     padding: 20px 0px;
}
.testmonial .top-sec{
     font-size: 18px;
     color: white;
     width: 100%;
     float: left;
     padding: 10px 7%;
}
.testmonial .name-sec{
     color: white;
     font-weight: 600;
     width: 100%;
     float: left;
     text-align: right;
}
.testmonial .abouttest .name-sec{
     padding-right: 7%;
}
.testmonial .top-sec .left{
     float: left;
     position: relative;
     width: 30px;
     height: 33px;
}
.testmonial .top-sec .left img {
     top: -5px;
     left: 0;
}
.testmonial .top-sec .right{
     float: right;
     position: relative;
     width: 30px;
     height: 33px;
}
.testmonial .top-sec .right img {
     bottom: -7px;
     right: 0;
}
.testmonial .top-sec img{
     width: 30px;
     position: absolute;
}

section.testmonial.w-100.float-left {
    background-color: rgba(230,126,0,.8);
    margin: 25px 0;
}

.allartists {
	background-image: url(./images/bodybackground1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -262px bottom;
	height:100%;
	min-height:500px;
	padding-bottom:45px;
}
/*=============All artists Scetion css include here============*/
/* .allartists {
     background-color: #fff;
     padding-bottom: 55px;
     background-image: url('../images/headerbg.png');
     background-repeat: no-repeat;
     background-position: right -162px;
     opacity: 0.6;
     background-image: url(../images/bodybackground.svg);
     background-repeat: no-repeat;
     background-size: 781px;
     overflow: hidden;
     width: 100%;
     background-position: 0 bottom;
} */
.allartists .top-sec{
     padding: 15px 0;
     background-color: #e67e00;
}
.allartists .top-sec .left-sec{
     align-items: center;
}
.allartists .top-sec .form-inline{
     justify-content: flex-end;
}
.allartists .top-sec .red-heading{
     margin-bottom: 0;
     margin-right: 30px;
}
.allartists .top-sec .artistbtn{
     font-size: 16px;
     font-weight: 700;
     font-family: 'Muli', sans-serif;
     background-color: #dddddd;
     color: #323232;
     border: none;
     border-radius: 2px;
     padding: 8px 25px;
}
.allartists .top-sec select{
     background-color: #f4f4f4;
     padding: .175rem .75rem;
     line-height: 1;
     border-radius: 2px;
     font-size: 14px;
     width: 100%;
     float: left;
}
.allartists .head-sec{
     padding: 20px 0 0px 0;
     border-bottom: 1px solid #cccccc;
     margin-bottom: 20px;
}
.allartists .head-sec .sub-heading span{
     font-size: 15px;
     font-weight: 400;
     font-family: 'Muli', sans-serif;
     color: #636363;
}
.head-sec span.float-right{
     font-size: 14px;
     line-height: 1;
}
.allartists .artist{
     width: 100%;
     float: left;
}
/*=================Gallery Section Css include here================*/
.singleart .four-sec .inner-sec{
     padding-bottom: 10px;
}
.four-sec .head-sec{
     margin-bottom: 0;
     padding: 20px 0 0px 0;
}
.four-sec .head-sec .inner-sec{
     padding-top: 0;
     padding-bottom: 0;
}
.four-sec {
     width: 100%;
     float: left;
}
.four-sec .inner-sec{
     padding-top: 40px;
     width: 100%;
     float: left;
     padding-bottom: 35px;
}
.four-sec p{
     font-weight: 400;
     font-size: 14px;
     margin-bottom: 5px;
}
.four-sec .img-wrapper{
     width: 255px;
     float: left;
     display: flex;
     align-items: center;
     justify-content: center;
     background-image: linear-gradient( 135deg, #bcb6b6 , #e3e2e2);
     height: 248px;
     position: relative;
}
.four-sec .img-wrapper img{
     border: 2px solid #000;
     max-height: 223px;
     width: auto;
}
.four-sec .price{
     width: 100%;
     float: left;
     display: flex;
     justify-content: space-between;
     margin-top: 9px;
}
.four-sec .price p{
     margin-bottom: 0;
}
.four-sec .price a{
     color: #000000;
     font-size: 13px;
     font-weight: 700;
     border: 1px solid #000;
     padding: 3px 10px;
     transition: 0.5s all;
}
.four-sec .price a:hover{
     text-decoration: none;
     border-color: #e67e00;
     color: #e67e00;
}

/* .five-product-col .col-lg-3 {
    -ms-flex: 0 0 20%!important;
    flex: 0 0 20%!important;
    max-width: 20%!important;
} */

.five-product-col .img-wrapper {
    width: 195px;
  }
/*=================Accordian section css include here===============*/
.accordian-sec{
     padding: 20px 0 40px 0;
    /* background-image: url('../images/headerbg.png');
     background-repeat: no-repeat;
     background-position: right -162px;
    */
}
.accordian-sec .main-heading{
     border-bottom: 1px solid #ccc;
     padding-bottom: 6px;
     margin: 22px 0 30px 0;
}
.accordian-sec ul li{
     background-color: #fff;
     margin-bottom: 15px;
}
.accordian-sec #accordion{
     margin-left: 0 !important;
}
 .accordian-sec div[data-toggle="collapse"]{
     width:100%;
     cursor:pointer;
     padding: 10px 15px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     font-size: 20px;
     font-weight: 600;
     background-color: #e6e6e6;
}
.accordian-sec div[data-toggle="collapse"] span{
     color: #323232 !important;
}
.accordian-sec .collapse{
     background: #fff;
     font-size: 15px;
     font-weight: 400;
     font-family: 'Muli', sans-serif;
     color: #323232;
}
.accordian-sec .collapse .card-body{
     padding-top: 0;
}
/*=================Artwork section css include here===============*/
.allartists.artwork {
         background-position: -262px bottom !important;
   padding-bottom: 30px;
}
.artwork .head-sec .bysec{
     width: 100%;
     float: left;
     display: flex;
     align-items: flex-end;
     justify-content: flex-end;
}
 .artwork .head-sec .bysec .prtext{
     font-size: 21px;
     margin-bottom: -5px;
     font-weight: 600;
}
.artwork .head-sec .bysec .buytvn{
     background-color: #e13b00;
     color: #fff;
     padding: 5px;
     width: 130px;
     float: right;
     text-align: center;
     font-size: 20px;
     margin-left: 17px;
     font-weight: 500;
     margin-bottom: 3px;
}
.artwork .head-sec .bysec .buytvn:hover{
     background-color: #e13b00;
     color: #fff;
     text-decoration: none;
}
.artwork ul{
     margin: 0 0 5px 0;
     width: 100%;
     float: left;
}
.artwork ul li{
     display: inline-block;
}
.artwork ul li.left-sec{
     float: left;
     font-size: 15px;
     font-weight: 600;
     margin-right: 5px;
}
.artwork ul li.right-sec{
     font-size: 15px;
     float: left;
}
.artwork ul li.right-sec.redsec{
     color: #db4106;
     text-decoration: none;
}
.artwork .img-wrapper{
     width: 100%;
     float: left;
     background-image: linear-gradient( 135deg, #bcb6b6 , #e3e2e2);

     display: flex;
     align-items: center;
     justify-content: center;
}
.artwork .img-wrapper img{
     width: auto;
    border: 2px solid #000;
    max-height: 327px;
}
.sub-img {
     padding-top: 25px;
}
.sub-img img{
     width: 100%;
     float: left;
}
.sub-img .full-img {
     max-height: 105px;
     overflow: hidden;
     margin-bottom: 20px;
}
.sub-img .sml-img.left-sec{
     padding-right: 10px;
     max-height: 100px;
     overflow: hidden;
}
.sub-img .sml-img.right-sec{
     padding-left: 10px;
     max-height: 100px;
     overflow: hidden;
}
/*=================Footer Css Include here====================*/

.top-footer{
     background-color: #e67e00;
}
.top-footer .red-heading{
     padding-left: 0;
     margin: 0;
}
.bottom-footer{
     background-color: #636363;
     padding: 50px 0 0 0;
}
.bottom-footer input{
     border: none;
     border-radius: 0;
     background-color: #cccccc;
     font-size: 16px;
     color: #323232;
}
.bottom-footer input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
     color: #323232;
     opacity: 1;
    /* Firefox */
}
.bottom-footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
     color: 323232;
}
.bottom-footer input::-ms-input-placeholder {
    /* Microsoft Edge */
     color: 323232;
}
.bottom-footer .btn{
     background-color: #e67e00;
     border-radius: 0;
     font-size: 15px;
     width: 100%;
     color: #fff;
}
.bottom-footer p{
     color: #fff;
}
.bottom-footer ul li a i{
     font-size: 22px;
     color: #fff;
     border: 1px solid #fff;
     width: 35px;
     height: 35px;
     line-height: 35px;
     margin-left: 15px;
     text-align: center;
     transition: 0.5s all;
     border-radius: 4px;
}
.bottom-footer ul li a:hover i{
     color: #e67e00;
     border-color: #e67e00;
}
.bottom-footer .copyright p{
     font-size: 10px;
     margin-top: 50px;
     margin-bottom: 20px;
     display:flex;
     align-items: center;
}
.bottom-footer .copyright p span{
     color: #e67e00;
}
body:not(.custom-background-image):before, body:not(.custom-background-image):after{
     display: none !important;
}
.col2-set .billingfrm{
     float: left !important;
     width: 48%;
     padding: 5px 4%;
}
#ship-to-different-address label{
     margin:0px !important;
}
.billingfrm .form-row{
     display:block !important;
}
#payment li{
     background:none !important;
}
.woocommerce-MyAccount-navigation ul{
     list-style : none !important;
     margin:0px !important;
}
.woocommerce-MyAccount-navigation ul li{
     background: none !important;
}
.woocommerce-address-fields .form-row{
     display:block !important;
}
/*=================Cart page section Css include here================*/
.wc-proceed-to-checkout .checkout-button{
     background-color: #e67e00 !important;
     opacity: 1 !important;
     color: #fff !important;
     font-weight: 500 !important;
     border-radius: 0 !important;
     float: right;
     padding: 12px 25px !important;
}
.cart_totals h2{
     font-size: 28px;
     font-weight: 700;
     color: #323232;
     font-family: 'Philosopher', sans-serif;
}
.woocommerce table.shop_table td {
     vertical-align: middle;
     text-align: center;
}
.woocommerce-cart-form__cart-item a.remove{
     font-size: 28px;
     height: 35px;
     width: 35px;
     line-height: 31px;
     border-radius: 50%;
     color: #e67e00 !important;
     margin: auto;
}
.woocommerce-cart-form__cart-item a.remove:hover{
     background-color: #e67e00;
}
.woocommerce-cart-form__cart-item .product-thumbnail img{
     width: 100px !important;
}
.woocommerce-cart-form__cart-item .product-name a{
     color: #e67e00;
     text-decoration: none !important;
}
.cart_totals .shipping-calculator-button{
     color: #e67e00;
}
.woocommerce .actions .button{
     background-color: #e67e00 !important;
     opacity: 1 !important;
     color: #fff !important;
     font-weight: 500 !important;
     border-radius: 0;
     float: right;
     padding: 12px 25px;
}
.woocommerce .actions .button:hover{
     text-decoration: none !important;
     text-transform: none !important;
}
.woocommerce-form-login-toggle .woocommerce-info{
     border-top-color: #db4106 !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
     border-top-color: #db4106 !important;
     padding: 0 0 0 1.5em !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info a{
     color: #db4106 !important;
}
.woocommerce-form-login-toggle .woocommerce-info a{
     color: #db4106 !important;
}
.form-row.place-order .button{
     background-color: #db4106 !important;
     text-transform: capitalize !important;
     font-weight: 500 !important;
     border-radius: 0 !important;
     margin-left: auto !important;
}
.payment_method_paypal .about_paypal{
     color: #db4106 !important;
}
.payment_box.payment_method_paypal a{
     color: #db4106 !important;
}
.woocommerce-privacy-policy-link{
     color: #db4106 !important;
}
.shop_table.woocommerce-checkout-review-order-table tr td{
     text-align: left;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span{
     font-size: 22px;
     font-weight: 700;
     color: #323232;
     font-family: 'Muli', sans-serif;
}
.woocommerce-billing-fields h3{
     font-size: 22px;
     font-weight: 700;
     color: #323232;
     font-family: 'Muli', sans-serif;
}
#order_review_heading{
     font-size: 22px;
     font-weight: 700;
     color: #323232;
     font-family: 'Muli', sans-serif;
}
.woocommerce-form.woocommerce-form-login.login .form-row{
     display: flex;
     align-items: center;
}
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-first{
     display: initial;
}
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-first label{
     margin-bottom: 0.5rem !important;
     margin-left: 0;
     display: initial;
}
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-last{
     display: initial;
}
.woocommerce-form.woocommerce-form-login.login .form-row.form-row-last label{
     margin-bottom: 0.5rem !important;
     margin-left: 0;
     display: initial;
}
.woocommerce-form.woocommerce-form-login.login .form-row label{
     margin-bottom: 0 !important;
     margin-left: 20px;
     display: flex;
     align-items: center;
}
.woocommerce-form.woocommerce-form-login.login .form-row label input{
     margin-right: 10px;
}
.woocommerce-form.woocommerce-form-login.login .form-row .button{
     background-color: #db4106 !important;
     color: #fff !important;
}
.woocommerce-form.woocommerce-form-login.login .lost_password a{
     color: #db4106 !important;
}
.checkout_coupon.woocommerce-form-coupon .button{
     background-color: #db4106 !important;
     color: #fff !important;
}


/*---------------------------------Added after update -------------------------------*/

/* ul.products.columns-4 {
    display: inline-flex;
} */

 body .woocommerce .col2-set .col-1, body .woocommerce .col2-set .col-2 {
    max-width: 100%!important;
}

.woocommerce form .form-row {
    display: block;
  }

/*
.product, .woocommerce-products-header, .woocommerce ul.products, .woocommerce-notices-wrapper {
    width: 80%!important;
    margin: 0 auto!important;
}


aside#secondary {
    width: 80%!important;
    margin: 30px auto!important;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color:#e67e00;
}

ul.products.columns-4 {
    display: inline-flex;
}


.woocommerce ul.products li.product a img {
    width: 80%;
  }

  .woocommerce .woocommerce-result-count {
      width: 80%!important;
      float: unset!important;
      margin: 0 auto!important;
  } */

  /* form.woocommerce-ordering {
    margin-right: 10%!important;
  } */

  /* ul.products.columns-4 {
    margin-left: 10%!important;
  } */

  /* nav.woocommerce-breadcrumb {
    width: 80%;
    margin-left: auto!important;
    margin-right: auto!important;
} */



/*---Product Page---*/
/* .woocommerce-product-gallery__image img {
    margin: 0 auto;
    max-height: 500px;
    width: auto!important;
} */

/* .woocommerce-page {
    background-image: url(./images/bodybackground1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -262px bottom;
    height: 100%;
    min-height: 500px;
    padding-bottom: 45px;
}

.woocommerce-checkout{
  background-image: none!important;
} */

ul.products.columns-4 {
    /* display: contents; */
}

.related-artist{
  display: inline-flex;
  /* float: left; */
  max-width: 250px!important;
  margin: 0 15px;
}

/*---------------------------------End add-------------------------------*/


@keyframes fadeInOut {
     0% {
         opacity: 0;
    }
     45% {
         opacity: 1;
    }
     100% {
         opacity: 0%;
    }
}
@keyframes fadeInfadeOut {
     0% {
         opacity: 0;
    }
     45% {
         opacity: 1;
    }
     100% {
         opacity: 0%;
    }
}
.carousel-fade .carousel-item .active{
}
.testmonial .top-sec{
     animation-name: fadeInOut;
     animation-duration: 12s;
     opacity: 1;
}
.testmonial .name-sec{
     animation-name: fadeInOut;
     animation-duration: 12s;
     opacity: 1;
}
#menu-header-menu .current-menu-item a{
     color: #e67e00 !important;
}
.singleproductimg{
     height: 225px;
}
/*---kritika vashisht--*/
.woocommerce .woocommerce-MyAccount-navigation ul li a{
     color: #db4106 !important;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
     color: #db4106 !important;
}
.woocommerce .woocommerce-MyAccount-content p a{
     color: #db4106 !important;
}
.woocommerce .woocommerce-MyAccount-content p a:hover{
     color: #db4106 !important;
}
.woocommerce table.shop_table td{
     text-align: left;
}
.woocommerce table.shop_table td a{
     color: #db4106 !important;
}
.billingfrm .title a{
     color: #db4106 !important;
}
.woocommerce-Addresses .billingfrm{
     padding: 0 !important;
}
.woocommerce-MyAccount-content mark{
     background-color: #fff !important;
     color: #db4106 !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p button{
     color: #fff !important;
     background-color: #db4106 !important;
}
.woocommerce-MyAccount-content .woocommerce-EditAccountForm p button:hover{
     color: #fff !important;
     background-color: #db4106 !important;
}
.woocommerce-customer-details .woocommerce-columns .billingfrm {
     padding: 0 0px 0 0px;
     margin-right: 22px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p button{
     color: #fff !important;
     background-color: #db4106 !important;
}
.woocommerce-MyAccount-content .woocommerce-address-fields p button:hover{
     color: #fff !important;
     background-color: #db4106 !important;
}
.woocommerce-form.woocommerce-form-login.login .form-row label {
     margin-left: 0px !important;
}
.header-top {
     padding-top: 15px !important;
     position: absolute;
     z-index: 99;
     top: 30;
     right: 0;
}
.header-bottom {
     padding-top: 0 !important;
}
.navbar-brand{
     overflow: hidden;
     width: 183px;
     height: auto;
}
.paragf p.cut{
     position: relative;
     color: #000;
     font-weight: 600;
}
.paragf p.cut:before {
     position: absolute;
     content: '';
     width: 50px;
     height: 1px;
     background-color: #db4106;
     top: 0;
     bottom: 0;
     left: -8px;
     right: 0;
     margin: auto;
     transform: rotate(8deg);
}
.paragf p{
     color: #db4106;
     font-weight: 600;
}
.woo-percent{
     position: relative;
     overflow: hidden;
     margin-left: 10px;
}
.woo-percent img{
     position: relative;
     overflow: hidden;
     width: 56px;
}
.woo-percent .percen{
   position: absolute;
    top: 12px;
    left: 4px;
    font-size: 10px;
    transform: rotate(28deg);
    color: #fff;
    font-weight: bold;
}
.four-sec .price {
     justify-content: space-evenly !important;
}
.four-sec .price a{
     margin-left: auto;
     margin-top: 0;
}
/*--10thsep--*/
.visit-sec {
     padding: 6px 0 !important;
     height: 38px;
}
.allartists .top-sec{
     height: 38px;
     padding: 6px 0 !important;
}
.allartists .top-sec .slctfrm .inner-sec .form-group select{
     height: 25px !important;
}
.top-footer{
     height: 38px;
}
.allartists .artist .inner-sec a.cstm-btn{
     font-size: 15px;
     padding-top: 57px;
}
.allartists .artist .inner-sec a:hover{
     color: #e67e00 !important;
}
.featured .inner-sec a.cstm-btn{
     font-size: 15px;
     padding-top: 25px;
}
.featured .inner-sec a:hover{
     color: #e67e00 !important;
}
.navbar .navbar-collapse .menu-header-menu-container {
     margin-left: auto;
}
.navbar .navbar-collapse {
     align-items: center;
     flex-grow: unset;
     margin-top: auto;
     margin-bottom: 10px;
}
.navbar .custom-logo {
     /*max-width: 200px;*/
     margin-bottom: 10px;
     margin-top: 15px;
}
.navbar{
     padding: 0 1rem 0.5rem !important;
}
.allartists .head-sec .inner-sec .sub-heading{
    /*margin-left: 200px;
    */
     margin-bottom: -2px;
     line-height: 1;
     text-decoration: none;
     font-weight: 400;
}
.accordian-sec h1.main-heading{
     background-color: #e67e00;
     height: 45px;
     padding: 6px 0 !important;
     color: #fff;
     margin-top:0 !important;
}
.accordian-sec .head_top {
     background-color: #e67e00;
}
.accordian-sec .telp{
     margin-bottom: 23px;
}
.accordian-sec .telp h5{
     margin-bottom: 0;
     font-size: 18px;
}
.accordian-sec .telp h6{
     color: #e67e00;
     font-size: 16px;
}
.accordian-sec .con-frm form p label{
     margin-bottom: 0;
     width: 100%;
     font-weight: bold;
     font-size: 17px;
}
.accordian-sec .con-frm form{
     margin-top: 27px;
}
.accordian-sec .con-frm form input[type="submit"]{
    background: #e67e00 !important;
    text-transform: capitalize !important;
    font-weight: 500 !important;
    border-radius: 0;
    float: right;
    padding: 10px 60px;
    border: none;
    color: #fff;
}
.accordian-sec{
     padding-top:0;
}
 .accordian-sec .con-frm form p label .str{
     color: #e67e00;
}
footer .bottom-footer .inner-sec ul li a img{
     font-size: 22px;
     color: #fff;
     width: 35px;
     height: 35px;
     line-height: 35px;
     margin-left: 15px;
     text-align: center;
     transition: 0.5s all;
     border-radius: 4px;
}
footer .bottom-footer .inner-sec ul li{
     margin-right: 0;
}
header .header-top .srchicn img{
     width: 24px;
     height: 31px;
     transform: rotate(274deg);
}
 header .header-top .srchicn{
     right: 7px !important;
}
 header .header-top .srchicn button{
     background-color: transparent;
     padding: 3px 0 !important;
     border-color: transparent !important;
}
 header .header-top .srchicn button:focus{
     outline:none !important;
}
.accordian-sec .red-heading{
     padding: 6px 0px;
}
.accordian-sec .red-heading.cntct-hdr{
     padding: 0 118px;
}
.cntct-hdr {
     font-size: 28px;
     color: #ffffff;
     font-weight: 700;
     background-color: #e67e00;
     font-family: 'Philosopher', sans-serif;
     padding: 0 118px;
     margin-bottom: 20px;
}
.featured .red-heading {
     padding: 6px 10px;
}
.publish {
     padding: 34px 0 !important;
}
.accordian-sec article .entry-header h2.entry-title a{
     font-size: 28px;
     font-weight: 700;
     color: #323232;
     font-family: 'Philosopher', sans-serif;
     width: 100%;
     margin-bottom: 15px;
}
.accordian-sec article .entry-header h2.entry-title a:hover{
     color:#000;
     text-decoration:none;
}
.accordian-sec article a.post-thumbnail{
     width: 200px;
     margin-bottom: 0;
}
.accordian-sec article .entry-header h2.entry-title{
     margin-bottom: 10px;
}
.accordian-sec article .entry-summary{
     margin-bottom: 5px;
     margin-top: 0 !important;
}
.accordian-sec article .entry-summary p{
     margin-top: 9px;
}
.nosrch .nosrch-icn img{
     width: 24px;
     height: 31px;
     transform: rotate(274deg);
}
 .nosrch .nosrch-icn{
     right: 7px !important;
}
 .nosrch .nosrch-icn button{
     background-color: transparent;
     padding: 3px 0 !important;
}
 .nosrch form span input{
     width: 29%;
     padding: 4px 15px;
     background-color: transparent;
}
 .nosrch form span input:focus{
     border-color: #d1d1d1;
}
 .banner-sec{
     height: 300px;
     overflow: hidden;
}
 .accordian-sec .return-to-shop a{
     color: #fff;
     background-color: #e67e00;
}
 .accordian-sec .woocommerce{
     padding: 50px 0;
}
 .accordian-sec .woocommerce .cart-empty{
     font-weight: bold;
}
 .accordian-sec .woocommerce .woocommerce-message a{
     color: #fff;
     background-color: #e67e00;
}
 .accordian-sec .woocommerce .actions .coupon .button{
     margin-left: 10px;
     background: #e67e00 !important;
     text-transform: capitalize !important;
     font-weight: 500 !important;
     border-radius: 0 !important;
     float: right;
     padding: 12px 25px;
}
 .accordian-sec .woocommerce .actions .coupon input{
     padding: 7px 0px !important;
     width: 128px !important;
     text-align: center !important;
     margin-top: 5px;
}
 .accordian-sec .woocommerce .actions .coupon .button:focus{
     outline:none !important;
}
 .accordian-sec .woocommerce .actions button{
     margin: 5px 0;
}
 .accordian-sec .woocommerce .woocommerce-message a {
     color: #323232!important;
     background-color: transparent !important;
     border: 1px solid #323232 !important;
     border-radius: 0 !important;
     font-weight: 700 !important;
}
.accordian-sec .woocommerce .woocommerce-message a.restore-item{
     border: none !important;
}
 .allartists.gallery .slctfrm .col-lg-6:last-child{
     padding-right: 0 !important;
}
 .gallery{
     margin: 0 !important;
}
/*============================ New Css Include here======================*/
.wc-proceed-to-checkout{
     text-align: right;
}
.woocommerce-billing-fields__field-wrapper .input-text {
     height: 30px;
}
.woocommerce-shipping-fields__field-wrapper .input-text{
     height: 30px;
}
.checkout.woocommerce-checkout .select2-container .select2-selection--single{
     height: 30px !important;
}
.woocommerce-info::before{
     color: #323232;
}
.con-frm .wpcf7-form label{
     font-size: 15px !important;
     font-weight: 400 !important;
     font-family: 'Muli', sans-serif;
     color: #323232;
}
.con-frm .wpcf7-form label .wpcf7-text{
     height: 30px;
         width: 100%;
}
.contact_toptext{
     font-size: 15px;
}
.woocommerce form .form-row label{
     margin-bottom: 0;
}
.woocommerce-info{
     border-top: none !important;
     background-color: transparent !important;
     margin-bottom: 10px !important;
}
.woocommerce-message{
     border-top: none !important;
     background-color: transparent !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
     left: 0 !important;
     top: 0 !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
     padding: 1em 0em 1em 1.5em;
     border-top: none !important;
     background-color: transparent !important;
}
.woocommerce ul.order_details li{
     background-color: transparent !important;
     border-right: none !important;
}
.header-top .container{
     display: flex;
     justify-content: flex-end;
     flex-direction: column;
}
.header-top .woocommerce-currency-switcher{
     width: 82px !important;
     margin-left: 5px;
	 font-size: 14px;
    padding: 1px 0;
}
.header-top .slctout{
     display: flex;
     justify-content: flex-end;
     align-items: center;
     margin-top: 8px;
}
.woocommerce .quantity .qty{
     width: 3.631em;
     text-align: center;
     padding-top: 5px !important;
     margin-right: 10px !important;
     padding-bottom: 5px !important;
     background-color: transparent;
}
.woocommerce a.remove:hover{
     background-color: transparent !important;
     color: #db4106 !important;
}
.woocommerce-cart-form__cart-item.cart_item .quantity{
     width: fit-content;
     float: left;
}
.woocommerce-cart-form__cart-item.cart_item .gpremoveitem{
     width: fit-content;
     float: left;
}
.woocommerce-cart-form__cart-item.cart_item .gpremoveitem a{
     font-size: 15px;
     width: 100%;
}
/*========================Artwork Image gried Css include here=======================*/
.artwork .two-img{
     width: 100%;
     float: left;
     max-height: 130px;
     overflow: hidden;
}
.artwork .two-img img{
     width: 100%;
     float: left;
}
.artwork .three-img{
     width: 100%;
     float: left;
}
.artwork .three-img .left-img{
     width: 50%;
     float: left;
     padding-right: 10px;
     max-height: 85px;
     overflow: hidden;
}
.artwork .three-img .left-img img{
     width: 100%;
     float: left;
}
.artwork .three-img .right-img{
     width: 50%;
     float: left;
     padding-left: 10px;
     max-height: 85px;
     overflow: hidden;
}
.artwork .three-img .right-img img{
     width: 100%;
     float: left;
}
.artwork .four-img{
     width: 100%;
     float: left;
     margin-bottom: 40px;
}
.artwork .four-img .full-img{
     width: 100%;
     float: left;
     max-height: 110px;
     overflow: hidden;
     margin-bottom: 20px;
}
.artwork .four-img .full-img img{
     width: 100%;
     float: left;
}
.artwork .four-img .left-img{
     width: 50%;
     float: left;
     padding-right: 10px;
     max-height: 85px;
     overflow: hidden;
}
.artwork .four-img .left-img img{
     width: 100%;
     float: left;
}
.artwork .four-img .right-img{
     width: 50%;
     float: left;
     padding-left: 10px;
     max-height: 85px;
     overflow: hidden;
}
.artwork .four-img .right-img img{
     width: 100%;
     float: left;
}
.sub-heading a{
     color: #323232;
     transition: 0.5s all;
}
.sub-heading a:hover{
     text-decoration: none;
     color: #e67e00;
}
/*-------kritika-------*/
.woocommerce table.shop_table td.product-thumbnail a{
     background-image: linear-gradient( 135deg, #bcb6b6 , #e3e2e2);
     height: 114px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 128px;
}
.woocommerce table.shop_table td.product-thumbnail a img{
     border: 2px solid #000;
}
.accordian-sec .woocommerce ul.woocommerce-error{
     padding: 0em 0em 0em 1.5em !important;
     margin: 0 !important;
}
.accordian-sec .woocommerce ul.woocommerce-message{
     padding: 0em 0em 0em 1.5em !important;
     margin: 0 !important;
}
.proc{
     position: absolute;
     bottom: 27px;
     right: 51px;
     border: none !important;
     height: 7px;
}
.proc-wrpr{
     position: relative;
     overflow: hidden;
     height: auto;
    padding: 34px 0;
}
.proc-wrpr .imgoutlink{
	padding: 0 15px;
}
/*.proc-wrpr .img-wrapper img{

}*/
.thum-shdw{
     position: absolute;
     bottom: 8px;
     right: 0;
     left: 15px;
     border: none !important;
}
.woocommerce .product-thumbnail{
     position: relative;
    overflow: hidden;
}
/*.con-frm input{
     background-color: transparent;
}*/
.con-frm textarea{
     background-color: transparent;
     width: 100%;
}
.accordian-sec .red-heading{
     padding: 6px 0px;
}
.accordian-sec .entry-content p a{
     color: #db4106;
}
.header-top input:focus{
     background-color: transparent;
}
.accordian-sec article .entry-summary p a{
     color: #db4106;
}
.fq-txt{
     padding: 6px 0 !important;
}
/* .allartists.gallery{
     background-color: transparent;
     padding-bottom: 0;
     background-image: url('../images/bodybackground.svg');
     background-repeat: no-repeat;
     background-size: 900px;
     overflow: hidden;
     position: relative;
     background-position: 0 bottom;
} */
.gallery .container{
     position: relative;
     overflow: hidden;
}
/*.allartists a{
     color: #e67e00;
}
*/

.nxt-pg a{
     color: #e67e00;
}
.cntct-bg{
     background-size: 723px !important;
     width: 100%;
	float: left;
	background-image: url(./images/bodybackground.png);
        background-position: 0 bottom;
    background-repeat: no-repeat;
}
.srch-bg{
     background-size: 740px !important;
}
.srch-bg .img-wrapper{
     background-image: linear-gradient( 135deg, #bcb6b6 , #e3e2e2);
     height: 308px;
     display: flex;
     align-items: center;
     justify-content: center;
     width: 228px;
}
.srch-bg .img-wrapper img{
     border: 2px solid #000;
}

.four-sec .inner-sec {
     padding-top: 15px !important;
}
 .four-sec .inner-sec p{
     margin-bottom: 2px !important;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.four-sec .inner-sec p a{
	text-decoration: none;
	color: #323232;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.four-sec .inner-sec p a:hover{
     color:#e67e00;
}
 .allartists .slctfrm .inner-sec input{
     height: 25px;
}
.nxt-pg {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.artist .inner-sec img{
	margin-bottom: 40px;
	width:auto;
	height: 200px;
	margin:0 auto;
	display:block;
}
.woocommerce-info::before{
	display:none !important;
}
.allartists .woo-pic{
	margin-bottom:40px;
}

.allartists .tribl {
    margin-bottom: 0 !important;
    font-weight: bold;
    margin-right: 3px;
}
.footer .bottom-footer .copyright p a{
	    color: #e67e00 !important;
	        margin: 3px !important;
}

.accordian-sec .woocommerce .checkout .wc-credit-card-form p{
    display: flex;
    align-items: center;
}
.accordian-sec.w-100.float-left .form-row.form-row-wide.woocommerce-validated input#paypal_pro-card-number {
    width: 17% !important;
        font-size: 16px !important;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    font-size: 16px;
}
.accordian-sec .telp h6 a{
    color: #e67e00 !important;
}
#loadMore{
    box-shadow:none !important;
    background-color: transparent !important;
        color: #e67e00;
}
.lazyload{
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.load-more {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background-color: #e67e00;
    color: #fff;
    padding: 5px 0;
}
.totop {
    position: fixed;
    right: 20px;
    bottom:auto !important;
}
.totop a{
    color: #e67e00 !important;
}
.inner-sec .sub-heading a{
    margin:0 !important;
}
.singleart .four-sec .inner-sec.vhghfjh a{
    text-decoration:none;
}
.singleart .four-sec .inner-sec.vhghfjh a p:hover{
   color:#e67e00;
   text-decoration:none;
}
.main-img .accordian-sec ul{
    margin-top:37px;
}
.artwork .inner-sec ul li a{
        color: #e67e00;
    text-decoration: none;
}
.artwork .inner-sec ul li a:hover{
    text-decoration:none;
    color:#e67e00;
}
.srch-bg .main-img article .img-wrapper{
    position: relative;
    overflow: hidden;
    width: 250px;
    height:248px;
}
.srch-bg .main-img article .img-wrapper .imgoutlink{
    position: relative;
    overflow: hidden;
    width: auto;
    height: 250px;
}
.srch-bg .main-img article .img-wrapper .imgoutlink .post-thumbnail img{
        height: 220px !important;
        width: auto !important;
}
.blog .inner-sec .post-thumbnail img{
    width:350px !important;
    height:197px !important;
}
.singleart .inner-sec .post-thumbnail img{
    width:350px !important;
    height:197px !important;
}

.allartists .artist .inner-sec .post-thumbnail img{
    width:auto !important;
    max-height:223px;
    margin: 0 auto;
    display:block;
}
.main-img .featured .inner-sec img{
        max-height: 223px;
    width: auto;
}
#gploader{
    width: 100%;
    float: left;
}
#gploader img{
    width: 100px;
    margin: 0 auto;
    display: block;
}
.featured .red-heading a{
    color: #fff !important;
    text-decoration:none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 4px;
    text-decoration: underline;
}
.news-hd {
    display: flex;
    justify-content: space-between;
}
.woocommerce a.button.alt{
        background-color: #e67e00 !important;
}
.woocommerce a.button.alt:hover{
        background-color: #e67e00 !important;
}
.cart_totals .wc-proceed-to-checkout{
    text-align:right !important;
}
.sub-heading-new-family {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
}
.form-row.fnt-change input.form-control {
    font-family: 'Muli', sans-serif;
}

/* shaz custom css task */
.div_sold_out{
	color: #e67e00;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #000;
	padding: 3px 10px;
	transition: 0.5s all;
	background:#dfdddd;
	margin-left: auto;
    margin-top: 0;
}
.div_sold_out_home{
	color: #e67e00;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #000;
	padding: 3px 10px;
	transition: 0.5s all;
	background:#dfdddd;
  width: 100% !important;
}
.oneleft_img {
	position: absolute;
	top: 58px;
	right: 15px;
	border: none !important;
	z-index: 1000;
}

.oneleft_img_home {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none !important;
    z-index: 1000;
	margin-left:75px;
}
@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:150px;
}
}
.oneleft_img_artist {
	position: absolute;
	top: 0;
	right: 0;
	border: none !important;
	z-index: 1000;
}

/* .header-text p{
	color: #e67e00 !important;
} */




@media only screen and (min-width: 1201px){
    .four-sec .archive_price {
      width: 195px;
    }
}




@media only screen and (min-width: 1024px){
	.header-text {
	text-align:center;
	margin:0 auto;
	width: 50%;
	/*position: absolute;
    top: 50px;
    left: 400px;*/
}
}


@media (min-width: 300px) and (max-width: 399px) {
.oneleft_img_home {
	margin-left:80px !important;
}

.hero-container {
    max-width: 100%!important;
}

.slider-sec .inner-sec .img-wrapper {
    height: 215px;
}

.slider-sec .inner-sec {
    width: 50%;
    padding: 0px 15px;
}

.hero-banner {
    height: 60px;
}

.hero-banner .header-text p {
    font-size: 18px;
    width: 100%;
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:160px !important;
}
}

.hero-container {
    max-width: 100%!important;
}

}

@media (min-width: 400px) and (max-width: 479px) {
.oneleft_img_home {
	margin-left:120px !important;
}

.hero-container {
    max-width: 100%!important;
}

.slider-sec .inner-sec .img-wrapper {
    height: 285px;
}

.slider-sec .inner-sec {
    width: 50%;
    padding: 0px 15px;
}

.hero-banner {
    height: 60px;
}

.hero-banner .header-text p {
    font-size: 20px;
    width: 100%;
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:240px !important;
}
}
.hero-container {
    max-width: 100%!important;
}

}

@media (min-width: 480px) and (max-width: 599px) {

.hero-container {
    max-width: 100%!important;
}

.slider-sec .inner-sec {
    width: 50%;
    padding: 0px 15px;
}

.oneleft_img_home {
	margin-left:48px !important;
}

.hero-banner .header-text p {
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:95px !important;
}
}

}

@media (min-width: 600px) and (max-width: 767px) {

.hero-container {
    max-width: 100%!important;
}

.slider-sec .inner-sec .img-wrapper {
    height: 200px;
}

.oneleft_img_home {
	margin-left:20px !important;
}

.hero-banner .header-text p {
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:40px !important;
}
}


}

@media (min-width: 768px) and (max-width: 991px) {
.oneleft_img_home {
	margin-left:50px !important;
}

.hero-banner .header-text p {
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:100px !important;
}
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.slider-sec .inner-sec .img-wrapper {
    height: 200px;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {
.oneleft_img_home {
	margin-left:90px !important;
}

.hero-banner .header-text p {
    text-align: center;
}

@-moz-document url-prefix() {
.oneleft_img_home {
	margin-left:180px !important;
}
}

}

@media (min-width: 1025px) and (max-width: 1201px){
  .slider-sec .inner-sec .img-wrapper {
    height: 320px;
  }
}
