@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css");


body{font-family: 'Roboto', sans-serif;
    font-size: 14px;}
    .container {
        width: 90%;
    }
    .btn-bg{
        background-color: #da1801 !important;
        border-radius: 50px;
        padding: 8px 30px;
    }
    .form-group.conform {
        position: relative;
    }
    .form-group.conform .icn {
        position: absolute;
        top: 11px;
        right: 15px;
    }
    .form-control, .input{
        height: 40px;
        border-radius: 50px;
        border: 1px solid #dadada;
    }
    .form-control, .input:hover {
        box-shadow: none;
        outline: inherit;
        border: 1px solid #dadada;
    }
    .input.area {
        min-height: 100px;
    }
    .call {
        float: left;
        margin-right: 40px;
    }
    span.mob {
        font-weight: 500;
        font-size: 14px;
        margin-top: 6px;
        display: inline-block;
    }
    .call span.icon {
        background: red;
        width: 30px;
        height: 33px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding-top: 4px;
    }
    .flag-wrap {
        float: left;
        font-size: 16px;
        margin-right: 10px;
        margin-top: 4px;
    }
    span.flag-icon {
        width: 30px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        
    }
    span.country-name {
        font-size: 14px;
        text-transform: capitalize;        
    vertical-align: middle;
    margin-top: 5px;
    display: inline-block;
    font-weight: 500;
    }
.pull-left {margin-top: 7px;}
.pull-right{ margin-top:7px; font-size:14px;}
.menu-nav .menu-list>li>a{padding: 7px 15px;
    color: #FFF;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 17px;
	text-transform: capitalize;
	}
	
	.top-sec.sticky {
    /* background: rgba(0,0,0,.5); */
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fff;
}
.pull-right .header-top-links {
    display: flex;
    align-items: center;
}
.pull-right .header-top-links .joinlog a {
    color: #fff;
    text-transform: capitalize;
}
.pull-right .tlinks-wrap {
    display: flex;
    align-items: center;
    position: relative;
}
.pull-right .tlinks-wrap figure {
    color: #fff;
    font-size: 30px;
    margin: 0 7px 0 0;
    position: relative;
    cursor: pointer;
}
.pull-right .tlinks-wrap .login-drop {
    display: none;
    position: absolute;
    top: calc(100% + 0px);
    right: 10px;
    width: 220px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.3);
    z-index: 5;
    color: #333;
    font-size: 14px;
    padding: 20px;
}
.pull-right .tlinks-wrap .login-drop .login-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dadada;
}
.pull-right .tlinks-wrap .login-drop .login-box .btn {
    color: #da1801;
    background-color: transparent;
    border: 2px solid #da1801;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 700;
    transition: 0.3s;    
}
.pull-right .tlinks-wrap .login-drop .login-box .btn:hover {
    background-color: #da1801;
    color: #fff;
    
}

.pull-right .tlinks-wrap .login-drop .login-box .or {
    color: #000;
}
.pull-right .tlinks-wrap .login-drop-nav {
    width: 100%;
}
.pull-right .tlinks-wrap .login-drop-nav li {
    margin-bottom: 5px;
}
.pull-right .tlinks-wrap .login-drop-nav li:last-child {
    margin-bottom: 0;
}

.pull-right .tlinks-wrap:hover .login-drop {
    display: block;
}





.header-logo {
    display: inline-block;
    margin-right: 40px;
}
.header-search {
    display: inline-block;
    padding: 15px 0px;
    width: 615px;
}
.reg-wrap {
    width: 255px;
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}
.reg-wrap p {
    font-weight: 700;
}
.reg-wrap span {
    color: red;
    font-size: 14px;
    font-weight: 700;
}



/* new css version 1 */
.list-links li>a{
    line-height: 25px;
}
#top-header {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid #DADADA;
    background: #000;
    color: #fff;
}
#header {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.header {
    padding-top: 6px;
    padding-bottom: 15px;
    font-weight: 700;
}
.header a.tel {
    padding-top: 15px;
    display: block;
}
.header-top-links>li>a {
    cursor: pointer;
   text-transform: capitalize; 
    color: #fff;
    font-size: 15px;
    /* padding-left: 15px; */
    font-weight: 500;
}
.header-search>form .search-input {
    padding-right: 45px;
    padding-left: 190px;
    height: 45px;
    border-radius: 50px;
}
.header-search>form .search-input:focus { box-shadow: none; outline: inherit; border: 1px solid #dadada; }

#navigation {
    background-color: #fff;
    color: #000;
}
.menu-nav .menu-list>li>a {
    padding: 7px 15px;
    color: #000;
}
.text-uppercase {
    text-transform: uppercase;
    color: #fff;
}
.header-search>form .search-categories{ height: 45px; border-radius: 50px; }
.header-search>form .search-categories:focus { box-shadow: none; outline: inherit; border: 1px solid #dadada; }
.bg-blue{ background: #2874f0; color: #fff;}
.home-wrap {
    padding-top: 10px;
}
.nav-tabs {
    /* font-family: 'Teko', sans-serif; */
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
    .nav-tabs li>a{ padding: 7px 20px;}
    
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #fff;
    background: #da1801;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    
}

/* product cat */
.view-btn {
    border: 2px solid red;
    padding: 3px;
    width: 114px;
    margin: 0 auto;
    color: #fff;
    padding: 2px;
    
}
.view-btn>a{  width:100%;background-color: #333; display: block;color: #fff;  line-height: 40px; height: 40px;  font-family: 'Teko', sans-serif;text-transform: uppercase; font-size:20px;}
/* border-radius: 0; background:#333;font-family: 'Teko', sans-serif;text-transform: uppercase; font-size:20px; width:104px; */
.product-type{
    padding: 30px 0;
}
.bg {
    background-color: #f1f1f1;
}
.Bannerside {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
}


.product-type-inner {
    padding: 20px 0;
}
.product-type-inner .bg {
    padding: 30px 20px;
    background-color: #fff;
}
.product-type-inner .bg.home {
    margin-bottom: 30px;
}
.product-type-inner .left {
    background-position: top center; 
    background-repeat: no-repeat;
    height: 253px;
} 
.product-type-inner .bg h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.product-type-inner .bg p {
    font-size: 16px;
    color: #4A4E5A;
    margin-bottom: 0;
}
.product-type-inner .box {
    padding: 20px;
    background-color: #fff;
}
.product-type-inner .box h3 {
    color: #000;
    margin-bottom: 30px;
}
.product-type-inner .box .form-control {
    border-radius: 50px;
}
.product-type-inner .box .form-control:focus {
    box-shadow: none;
}
.product-type-inner .box textarea {
    border-radius: 30px;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}
.product-type-inner .box textarea:focus {
    box-shadow: none;
    outline: inherit;
}
.product-type-inner .box .btn {
    padding: 10px 60px;
    width: 100%;
    font-weight: 700;
    border: 1px solid #da1801;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #da1801;
}
.product-type-inner .ser {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.product-type-inner .ser .img {
    background-repeat: no-repeat;
    background-position: top center;
    height: 218px;
}
.product-type-inner .ser .box {
    padding: 20px 15px;
}
.product-type-inner .planner {
    margin-bottom: 30px;
}
.product-type-inner {
    
}
.product-type-inner .photo {
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.product-type-inner .photo .img {
    margin-bottom: 20px;
}
.product-type-inner .img img {
    width: 240px;
    margin: 0 auto;
}
.product-type-inner .contact {
    padding: 30px 20px;
    background-color: #fff;
}

.product-type-inner .person {
    padding-top: 15px;
}
.product-type-inner .person h3 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 30px;
}
.product-type-inner .person h3::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #F8694A;
}
.product-type-inner .person h5 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #dadada;
}
.product-type-inner .person h5 span {
    display: block;
    color: #000;
    padding-top: 6px;
    font-size: 16px;
}

.product-type-inner .sky {
    background-color: #fff;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.product-type-inner .sky h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}
.product-type-inner .sky h5 {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}
.product-type-inner .sky span {
    color: #dcdcdc;
}
.product-type-inner .sky p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}

.product-type-inner .review {
    padding: 20px 15px;
    background-color: #fff;
}

.product-type-inner .review h3 {
    font-size: 22px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.product-type-inner .review label {
    display: block;
    color: #000;
    padding-left: 10px;
}
.check.first {
    margin-left: 10px;
}
.product-type-inner .review .btn {
    background-color: #da1801;
    border: 1px solid #da1801;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 8px 50px;
}


.product-type-inner ul.ser-cat{ 
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    font-size: 16px;
}
.product-type-inner ul.ser-cat li {
    width: 16.6%;
    border: 0px solid #eee;
    border-right: 0;
    min-height: 100px;
    text-transform: capitalize;
   
}
.ser-name {
    margin-top: 10px;
    color: #000;
}
.product-type-inner ul.ser-cat li:nth-child(1),.product-type-inner ul.ser-cat li:nth-child(2),.product-type-inner ul.ser-cat li:nth-child(3)
,.product-type-inner ul.ser-cat li:nth-child(4),.product-type-inner ul.ser-cat li:nth-child(5),.product-type-inner ul.ser-cat li:nth-child(6)
{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;} 
.product-type-inner ul.ser-cat li:nth-child(7),.product-type-inner ul.ser-cat li:nth-child(8)
,.product-type-inner ul.ser-cat li:nth-child(9),.product-type-inner ul.ser-cat li:nth-child(10)
,.product-type-inner ul.ser-cat li:nth-child(11),.product-type-inner ul.ser-cat li:nth-child(12){
    border-right: 1px solid #ddd;
    padding-top: 13px;
}
.product-type-inner ul.ser-cat li .icon{
    min-height: 55px;
}
.product-type-inner ul.ser-cat li .icon img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.product-type-inner ul.ser-cat li .icon:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.characteristics {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #da1801 url('../images/pattern.png');
    /* background-color: #da1801; */
    color: #fff;
   
    
}
.add-sec{
    text-align: center;
    font-size: 30px;
     font-weight: 700; 
         text-transform: uppercase;
    letter-spacing: 0px;
}
.heading-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    
}
.heading-title span {
    color: #da1801;
    /* font-weight: 600; */
}
.primium-compnies {
    background: #eee;
    padding-bottom: 30px;
}
ul.primium-company-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.primium-company-list li {
    width: 19%;
    background: #fff;
    /* border: 2px solid red; */
    padding: 10px 15px;
    box-shadow: 0px 1px 5px #423939;
    /* border: solid 2px #ccc; */
    /* margin: 15px; */
    margin-bottom: 20px;
    border-radius: 4px;
}
.company-logo {
    height: 50px;
}    
.company-logo img {
    max-width: 100%;
}
.company-name {
    color: #000;
    text-align: center;
    font-size: 17px;
    font-weight: 600;;
}   
span.primium-city{
    display: block;
    font-size: 15px;
    font-weight: normal;
}

.pos-relative {
    position: relative;
}
.hov-img-zoom {
    display: block;
    overflow: hidden;
}
.hov-img-zoom img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.hov-img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.block1-wrapbtn {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
        
}
.trans-0-4 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.m-text2 {
    font-family: 'Teko', sans-serif;
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.size2 {
    width: 100%;
    height: 40px;
}
.bg3 {
    border-radius: 4px;
    background-color: #333;
    padding: 0px 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}

/* latest lead section start  */
.latesr-lead{padding: 10px 0;    background: #f7f7f7;}
.product-slick .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
    background: #efefef;
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid #ccc;
}
.lead-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px;
    background: #fff;
    /* border: 2px solid red; */
    color: #000;
    box-shadow: 0px 6px 4px #544747;
}
.country-icon {
    text-align: center;
    /* width: 100%; */
    display: block;
    align-items: center;
    margin: 0 auto;
    padding-top: 5px;
}
.lead-type {
    width: 100%;
    padding-top: 5px;
}
.lead-city-date {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
}    
.lead-city-date span{
    color: #da1801;
    font-size: 14px;
    font-weight: 600;
}

/* testimonial section strad */
.client-review {
    padding-top: 40px;
    background-image: url('../images/parralax-bg.jpg');
    background-attachment: fixed;
}
.testimonial-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: #fff;
}
.fram {
    width: 450px;
    border: 4px solid #fff;
    margin: 0 auto;
}
.t-description {
    margin-top: 5px;
    font-size: 19px;
    line-height: 25px;
}
.t-namme {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #da1801;
    padding-top: 30px;
}
.t-description span {
    /* font-size: 77px; */
    color: #da1801;
    font-weight: 900;
}
/* End */

.section-grey {
    background: #151515;
    color: #fff;
}
.footer .footer-header {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    /* margin-bottom: 15px; */
}
ul.list-links a {
    color: #fff;
}
.footer-social>li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    padding-top: 4px;
}
.footer-social>li a{ color:#fff; font-size: 19px;}
.footer-copyright {
    margin-top: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.consultation{ font-size: 25px;}
.cont-btn{
    font-size: 18px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 0px;
}

ul.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.product-list li {
    width: 19%;
    border: 2px solid #da1801;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 16px;

}
.product-img img {
    max-width: 100%;
}
.product-name {
    background: #da1801;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
/* categories pages css start */
.content-side {
    padding-top: 35px;
}
.accessories-w3l {
    text-align: center;
    background: #da1801;
    min-height: 200px;
    background-size: cover;
    padding: 10em 0;
}
h1.bannerheding{ color: #fff;}
.grid-block {
    margin-bottom: 30px;
    border: 2px solid red;
    padding: 7px;
}
.main-block {
    transition: .4s;
}.main-mask {
    background: rgba(0,0,0,0.8);
}
.main-img {
    position: relative;
    overflow: hidden;
    transition: .4s;
}
.main-img img {
    width: 100%;
    transition: .4s;
    
}
.main-img .main-mask {
    position: absolute;
    bottom: 0px;
    width: 100%;
}
.grid-block .offer-price-1 {
    padding: 4px 1px 4px;
    text-align: center;
}
.grid-block .offer-price-1 li.price {
    font-size: 18px;
    font-weight: 600;
}
.offer-price-1 li.price {
    color: white;
}

.main-img:hover {
    transform:scale(1.05);
    transition: .4s;
}
.grid-block {
    margin-bottom: 30px;
}
.main-block {
    transition: .4s;
}

/* Details pages css start */

ul.r-product-list {
    display: flex;
    justify-content: flex-start;
    background: #fff;
    border-radius: 4px;
    padding: 8px 0px;
    /* border: 1px solid #cccc; */box-shadow: 0px 0px 8px #eee;
}
ul.r-product-list li {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 8px;
    margin-right: 16px;
}

ul.r-product-list li.related-txt
{
    border: 0;
    font-weight: 500;
    font-size: 17px;
}

.diamond-bg, .diamond-border{ background-color: rgb(185,242,255) !important; }
.offer_name.diamond-bg a {
    color: #000;
}

.emerald-bg, .emerald-border{background-color:#046307 !important;}
.offer_name.emerald-bg a {
    color: #fff;
}

.ruby-bg , .ruby-border{ background-color: #9b111e !important;}
.offer_name.ruby-bg a {
    color: #fff;
}

.offers_sorting_container {
    margin-top: 0px;
}
.offers_sorting {
    display: inline-block;
    width: 100%;
    border-top: 5px solid #fff;
    background: #000;
    margin-bottom: 10px;
}
ul.city-flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
ul.city-flex li{
    color: #fff;
    font-size: 17px;
    line-height: 50px;
}
.all-cty-txt{
    padding-right: 10px;
    border-right: 2px solid #fff;
    
}
.left.one {
    padding-top: 25px;
}
.left .box h6 {
    font-size: 16px;
} 
.left .box .form-group {
    margin-bottom: 10px;
}
.left .box .form-group .form-control {
    border-radius: 50px;
    height: 30px;
}
.left .box .form-group .btn {
    width: 100%;
    background-color: #da1801;
    border: none;
    border-radius: 50px;
}
.left .box .bg {
    /*padding: 20px 15px 5px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
    background-color: transparent;
}
.left .box .bg.first {
    margin-bottom: 30px;
}
.left .box .bg .btn {
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    color: #fff;
    border: 1px solid #da1801;
    background-color: #da1801;
}
.left .box .bg .btn::after {
    content: '\f107';
    font-family: fontawesome;
    margin-left: 48px;
}
.left .box .bg .btn:focus {
    box-shadow: none;
}
.left .box .bg ul {
    padding: 0;
    margin: 0 0 10px 0; 
    list-style: none;
    line-height: inherit;
}
.left .box .bg ul li  {
    margin-bottom: 5px;
}
.left .box .bg ul li:last-child  {
    margin-bottom: 0;
}
.left .box .bg .dropdown-menu {
    padding: 10px;
    margin: 0;
}
.left .box .bg .dropdown-item {
    display: block;
    padding-bottom: 5px;
}
.sh-box{ box-shadow: 0px 3px 10px #eee; margin-top: 25px; padding: 10px 0;}
.offers_sorting > li {
    display: inline-block;
    position: relative;
    width: 24%;
    /* height: 50px; */
    font-size: 12px;
    font-weight: 700;
    color: #2d2c2c;
    text-transform: uppercase;
    /* line-height: 50px; */
    cursor: pointer;
    /* border: solid 2px #dadada; */
    padding-left: 0px;
    padding-right: 14px;
    margin-right: 0px;
}
.offers_sorting li i {
    float: right;
    line-height: 48px;
    color: #929191;
}
.offers_sorting li ul {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 15px 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.offers_sorting li ul li {
    display: block;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.offers_sorting li ul li span {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #dddddd;
    color: #51545f;
    text-align: left;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}
.offers_sorting li ul li span:hover {
    color: #b5aec4;
}
.offers_sorting > li:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 1px);
}
.offers_sorting li ul li
{
	display: block;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}
.offers_item {
    width: 95%;
    margin: 0 auto;

}
.temp_col {
    display: none !important;}

    .col-1680-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .offers_image_container {
        width: 100%;
        height: 100%;
    }
    .offers_image_background {       
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 0;
    }                                                                                                                   
    .offer_name {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 33px;
        overflow: hidden;
        background: rgba(218,23,1,0.84);
        background: -moz-linear-gradient(top, rgba(218,23,1,0.84) 0%, rgba(218,23,1,0.85) 0%, rgba(218,23,1,0.85) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(218,23,1,0.84)), color-stop(0%, rgba(218,23,1,0.85)), color-stop(100%, rgba(218,23,1,0.85)));
        background: -webkit-linear-gradient(top, rgba(218,23,1,0.84) 0%, rgba(218,23,1,0.85) 0%, rgba(218,23,1,0.85) 100%);
        background: -o-linear-gradient(top, rgba(218,23,1,0.84) 0%, rgba(218,23,1,0.85) 0%, rgba(218,23,1,0.85) 100%);
        background: -ms-linear-gradient(top, rgba(218,23,1,0.84) 0%, rgba(218,23,1,0.85) 0%, rgba(218,23,1,0.85) 100%);
        background: linear-gradient(to bottom, rgba(218,23,1,0.84) 0%, rgba(218,23,1,0.85) 0%, rgba(218,23,1,0.85) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da1701', endColorstr='#da1701', GradientType=0 );
    }
    .offer_name.gold {
        background: rgba(212,175,55,0.71);
        background: -moz-linear-gradient(top, rgba(212,175,55,0.71) 0%, rgba(212,175,55,0.88) 46%, rgba(212,175,55,0.9) 51%, rgba(212,175,55,0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212,175,55,0.71)), color-stop(46%, rgba(212,175,55,0.88)), color-stop(51%, rgba(212,175,55,0.9)), color-stop(100%, rgba(212,175,55,0.9)));
        background: -webkit-linear-gradient(top, rgba(212,175,55,0.71) 0%, rgba(212,175,55,0.88) 46%, rgba(212,175,55,0.9) 51%, rgba(212,175,55,0.9) 100%);
        background: -o-linear-gradient(top, rgba(212,175,55,0.71) 0%, rgba(212,175,55,0.88) 46%, rgba(212,175,55,0.9) 51%, rgba(212,175,55,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(212,175,55,0.71) 0%, rgba(212,175,55,0.88) 46%, rgba(212,175,55,0.9) 51%, rgba(212,175,55,0.9) 100%);
        background: linear-gradient(to bottom, rgba(212,175,55,0.71) 0%, rgba(212,175,55,0.88) 46%, rgba(212,175,55,0.9) 51%, rgba(212,175,55,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4af37', endColorstr='#d4af37', GradientType=0 );
    }
    .offer_name.emerald {
        background: rgba(80,200,120,0.71);
        background: -moz-linear-gradient(top, rgba(80,200,120,0.71) 0%, rgba(80,200,120,0.88) 46%, rgba(80,200,120,0.9) 51%, rgba(80,200,120,0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(80,200,120,0.71)), color-stop(46%, rgba(80,200,120,0.88)), color-stop(51%, rgba(80,200,120,0.9)), color-stop(100%, rgba(80,200,120,0.9)));
        background: -webkit-linear-gradient(top, rgba(80,200,120,0.71) 0%, rgba(80,200,120,0.88) 46%, rgba(80,200,120,0.9) 51%, rgba(80,200,120,0.9) 100%);
        background: -o-linear-gradient(top, rgba(80,200,120,0.71) 0%, rgba(80,200,120,0.88) 46%, rgba(80,200,120,0.9) 51%, rgba(80,200,120,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(80,200,120,0.71) 0%, rgba(80,200,120,0.88) 46%, rgba(80,200,120,0.9) 51%, rgba(80,200,120,0.9) 100%);
        background: linear-gradient(to bottom, rgba(80,200,120,0.71) 0%, rgba(80,200,120,0.88) 46%, rgba(80,200,120,0.9) 51%, rgba(80,200,120,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c878', endColorstr='#50c878', GradientType=0 );
    }
    .offer_name.ruby {
        background: rgba(155,17,31,0.71);
        background: -moz-linear-gradient(top, rgba(155,17,31,0.71) 0%, rgba(155,17,31,0.88) 46%, rgba(155,17,31,0.9) 51%, rgba(155,17,31,0.9) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(155,17,31,0.71)), color-stop(46%, rgba(155,17,31,0.88)), color-stop(51%, rgba(155,17,31,0.9)), color-stop(100%, rgba(155,17,31,0.9)));
        background: -webkit-linear-gradient(top, rgba(155,17,31,0.71) 0%, rgba(155,17,31,0.88) 46%, rgba(155,17,31,0.9) 51%, rgba(155,17,31,0.9) 100%);
        background: -o-linear-gradient(top, rgba(155,17,31,0.71) 0%, rgba(155,17,31,0.88) 46%, rgba(155,17,31,0.9) 51%, rgba(155,17,31,0.9) 100%);
        background: -ms-linear-gradient(top, rgba(155,17,31,0.71) 0%, rgba(155,17,31,0.88) 46%, rgba(155,17,31,0.9) 51%, rgba(155,17,31,0.9) 100%);
        background: linear-gradient(to bottom, rgba(155,17,31,0.71) 0%, rgba(155,17,31,0.88) 46%, rgba(155,17,31,0.9) 51%, rgba(155,17,31,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b111f', endColorstr='#9b111f', GradientType=0 );
    }
    .offer_name a {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF;
        text-transform: uppercase;
        line-height: 35px;
        padding-left: 0;
    }
    .offer_reviews {
        margin-bottom: 30px;
    }
    .good ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .good li {
        margin-bottom: 10px;
        color: #000;
        font-weight: 700;
        padding: 5px 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
        }    }
    .good li:last-child {
        margin-bottom: 0;
    }
    .good li span {
        color: #da1801;
    }
    .offer_reviews_content {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
    }
    .offer_reviews_title {
        font-size: 12px;
        font-weight: 700;
        color: #2d2c2c;
        text-transform: uppercase;
    }
    .offer_reviews_subtitle {
        font-size: 12px;
        font-weight: 600;
        color: #929191;
        margin-top: 1px;
    }
    .offer_reviews_rating {
        display: inline-block;
        width: 45px;
        height: 45px;
        font-size: 22px;
        font-weight: 700;
        color: #FFFFFF;
        line-height: 48px;
        background: #da1801;
        vertical-align: middle;
        border-radius: 50%;
    }
   .offers_image_background img{
       width: 100%;
       height: 210px;
   }
    .text-center {
        text-align: center!important;
    }
    .offers_price {
        display: inline-block;
        font-size: 25px;
        font-weight: 700;
        color: #000;
        line-height: 25px;
        margin-top: 10px;
    }
    .offers_price span {
        font-size: 14px;
        font-weight: 400;
        color: #929191;
        margin-left: 12px;
    }
    .offers_text {
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 20px;
        line-height: 25px;
    }
    .p-0{ padding: 0;}
    .book_button {
        background: #000;
        margin-top: 15px;
        margin-bottom: -5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }
    .button {
        display: inline-block;
        border-radius: 50px;
        overflow: hidden;
        z-index: 1;
    }
    .button.gold {
        background-color: transparent;
    }
    .button.gold a {
        color: #D4AF37;
        font-size: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .button.emerald {
        background-color: transparent;
    }
    .button.emerald a {
        color: #50C878;
        font-size: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .button.ruby {
        background-color: transparent;
    }
    .button.ruby a {
        color: #9b111e;
        font-size: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .button.black {
        background-color: transparent;
    }
    .button.black a {
        color: #da1801;
        font-size: 30px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .button a {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        text-transform: capitalize;
        line-height: 35px;
        padding-left: 20px;
        padding-right: 20px;
        white-space: nowrap; 
        z-index: 2;
    }
    .button span:first-child {
        margin-left: 10px;
    }
    .button span {
        display: inline-block;
        vertical-align: middle;
        width: 5.75px;
        height: 5.63px;
        background: #FFFFFF;
        border-radius: 50%;
        margin-right: 2px;
    }
    .button span:nth-child(2) {
        opacity: 0.6;
    }
    .button span:last-child {
        opacity: 0.4;
        margin-right: 0px;
    }
    .lbg{
        background: url(../images/pages-banner/login-bg.jpg);
    }
    .bg-wht{ background: #fff; padding-bottom: 20px;}

    /* buyleads pages */
    .col-md-3.lead-box {
        border-right: 1px solid #eee;
        padding: 20px 30px;
        border-bottom: 1px solid #eee;
    }
    .buyers-country {
        padding-bottom: 6px;
    }
    .leadbyproductname a {
        font-size: 16px;
        padding-bottom: 7px;
        font-weight:500;
        color: #da1801;
    }
    .buyers-country span {
        padding-right: 6px;
        display: inline-block;
    }
    .lead-dates {
        color: #666;
    }
    i.fa.fa-calendar {
        color: #666;
        font-size: 18px;
    }
    .col-md-3.lead-box-cat {
        border: 1px solid #eee;
        padding: 10px;
    }
    .col-md-3.lead-box-cat:hover{
        background: #f7f7f7;
        cursor: pointer;
    }
    .heading4 {
        padding: 13px 0 3px 13px;
    }
    .box-shadow{
        margin-top: 20px;
        box-shadow: 0px 5px 8px #999;
        border-radius: 5px;
    }
    .enq-form-btn{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    z-index: 2;
    background: #da1801;
        border-radius: 50px;
    cursor: pointer;
    }

    /* custom model pop */
    .modal-body {
        padding-bottom: 0;
        padding-top: 0;
    }
    .modal-content {
        border: 4px solid #eff3f7;
        border-radius: 0;
        width: 800px;
    }
   
    .product-info {
        background-color: #fff;
        padding: 50px 20px;
        min-height: 443px;
    }
    .product-info p {
        text-align: center;
        color: #000;
        font-size: 26px;
        font-weight: 600;
    }
    .product-info p.del {
        font-size: 16px;
    }
    .product-info >.images {
        width: 325px;
        height: 225px;
        margin: 0 auto;
        margin-top: 10px;
        border: 15px solid #eee;
        margin-top: 30px;
    }
    .feedback {
        background-color: #eff3f7;
        padding: 20px;
    }
    /* cat list pages design */
    .cat-wrap ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
     .cat-wrap ul li {
        width: 23%;
        border: 1px solid #eee;
        min-height: 90px;
        justify-items: center;
        padding-top: 30px;
        margin-bottom: 24px;
        text-align: center;
        text-transform: uppercase;
        background: #f7f7f7;
        margin-right: 24px;
        font-size: 17px;
    font-weight: 600;
    }
    .cat-wrap ul li:hover{
        background: #da1801;
        
    }
    .cat-wrap ul li:hover a{
        color: #fff;
    } 

    .cat-wrap-product ul{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .cat-wrap-product ul li {
        width: 24%;
        border: 1px solid #da1801;
        justify-items: center;
        text-align: center;
        text-transform: capitalize;
        font-size: 17px;
        margin: 0.5%;

    }
    .cat-wrap-product ul li .pdroct-cat-img{  padding: 5px 5px 0 5px;}
    .cat-wrap-product ul li .pdroct-cat-img img{ width: 100% ;}
    .cat-wrap-product ul li .product-cat-name {
        background: #da1801;
        line-height: 30px;
        margin-top: 5px;
        padding-top: 7px;
        color: #fff;
        padding-bottom: 7px;
    }
  
    /* Business side */
    .Businessside {
        background-color: #da1801;
        padding: 100px 0;
    }
    .Businessside .container {
        max-width: 500px;
    }
    .Businessside .form-control {
        border-radius: 50px;
    }
    .Businessside .form-control:focus {
        line-height: inherit;
        box-shadow: none;
    }
    .Businessside .custom-select {
        border-radius: 50px;
        width: 100%;
        height: 42px;
        padding: 0 10px;
    }
    .Businessside .custom-select:focus {
        line-height: inherit;
        box-shadow: none;
    }
    .Businessside h4 {
        color: #fff;
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .Businessside .btn {
        background-color: #fff;
        color: #000;
        font-weight: 700;
        padding: 10px 40px;
        border-radius: 50px;
        border: none;
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .Businessside .btn:focus {
        outline: inherit;
    }

    /* Live side */
    .Liveside {
        padding: 50px 0;
    }
    .Liveside .product {
        background-color: #fff;
        padding: 10px 15px;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    } 
    .Liveside h3 {
        margin-bottom: 30px;
    }
    .Liveside h5 {
       margin-bottom: 0;
    }
    .Liveside a {
       color: #000;
    }
    .Liveside .post .profile .media {
        margin-bottom: 0;
    }
    .Liveside .post .profile {
        padding: 20px 15px;
    }
    .Liveside .post .profile h5 {
        margin-bottom: 8px;
    }
    .Liveside .post .profile .chat {
        color: #fff;
        font-size: 12px;
        padding: 3px 8px;
        background-color: #da1801;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .Liveside .post  {
        background-color: #fff;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }
    .Liveside .post.mid {
        max-width: 980px;
        margin: 0 auto 30px auto;
    }
    .Liveside .post .text {
       padding: 20px 15px;
    }
    .Liveside img {
        display: block;
    }
    .Liveside p {
        margin-bottom: 20px;
    }
    .Liveside ul {
        padding: 0;
        margin: 0 0 10px 0;
        list-style: none;
    }
    .Liveside ul li {
        padding: 5px 10px;
        font-weight: 700;
        margin-bottom: 10px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    }

    .Liveside .form-control {
        background-color: #fff;
        border-radius: 20px;
    }
    .Liveside .emoji ul {
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
    }
    .Liveside .emoji li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 0;
        background-color: none;
    }
    .Liveside .emoji li:last-child {
        margin-right: 0;
    }
    .Liveside .emoji li a {
        font-size: 16px;
        padding-bottom: 0;
    }
    .Liveside .comment {
        position: relative;
    }
    .Liveside .form-control.second {
        background-color: #fff;
        border: 1px solid #dadada;
        margin-bottom: 5px;
    }
    .Liveside .form-control:focus {
        box-shadow: none;
        outline: inherit;
    } 
    .submit {
        top: 0;
        right: 0;
        position: absolute;
    }
    .Liveside .btn {
        color: #fff;
        font-size: 16px;
        padding: 8px 50px;
        border-radius: 50px;
        background-color: #da1801;
        border: 1px solid #da1801;
    } 
    .Liveside .comment ul {
        padding: 0 10px 0 0;
        margin: 0;
        list-style: none;
        text-align: right;
    }
    .Liveside .comment li {
        display: inline-block;
        margin-right: 0;
        margin-bottom: 0;
        padding: 0;
        font-size: 12px;
        font-weight: 400;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .Liveside .comment li a {
        font-size: 14px;
        padding-bottom: 0;
    }
    .Liveside ul li a {
        color: #000;
        font-size: 18px;
    }
    .Liveside .media {
        display: flex; 
        align-items: center;
        margin-bottom: 15px;
    }
    .Liveside .media img {
        border-radius: 50px;
    }
    .Liveside .media .media-body  {
        flex: 1;
        padding-left: 15px;
    }
    .Liveside .left  {
        height: 900px;
    }

    /* Online side */
    .Online {
        background-color: #fff;
        border: 1px solid #000;
        max-width: 300px;
        margin: 0 auto;
    }
    .Online .bg {
        background-color: #fff;
        padding: 5px 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    }
    .Online .bg .media  {
        display: flex; 
        align-items: center;
        margin-bottom: 0;
    }
    .Online .media img {
        border-radius: 50px;
    }
    .Online .media .media-body  {
        flex: 1;
        padding-left: 15px;
    }
    .Online .bg h5  {
        margin-bottom: 0;
    }
    .Online .bg h5 a {
        color: #000;
        font-weight: 700;
    }
    .Online .bg h5 .fa {
        color: #008000;
    }
    .Online .bg span {
        font-size: 12px;
    }
    .Online .box {
        min-height: 300px;
        padding: 15px;
    }
    .Online .form-control {
        border-top: 1px solid #000;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .Online .form-control:last-child {
        box-shadow: none;
    }

    /* Client side */
    .Clientside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Clientside .bg .media  {
        display: flex; 
        align-items: center;
        margin-bottom: 0;
    }
    .Clientside .bg .media .img  {
        margin-bottom: 20px;
        border-radius: 50%;
        -webkit-box-shadow: 0px 5px 5px 0px rgba(218,24,1,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(218,24,1,0.3);
        box-shadow: 0px 5px 5px 0px rgba(218,24,1,0.3);
    }
    .Clientside .media .media-body  {
        flex: 1;
        padding-left: 15px;
    }
    .Clientside .media .media-body h6  {
        font-size: 26px;
        color: #000;
        margin-bottom: 20px;
    }
    .Clientside .bg {
        background-color: #fff;
        padding: 30px 20px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    }
    .Clientside .bg img {
        border-radius: 50%;
        border: 5px solid #da1801;
    }
    .Clientside .bg .wedding {
        width: 100%;
        max-width: 735px;
        margin-bottom: 30px;
        border-radius: 0;
    }
    .Clientside .bg p {
        color: #000;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .Clientside ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .Clientside li {
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
    }
    .Clientside li h6 {
        font-size: 20px;
        color: #000;
        font-weight: 700;
    }
    .Clientside li:last-child {
        margin-right: 0;
    }
    .Clientside li a {
        color: #000;
    }
    .Clientside h3 {
        margin-bottom: 20px;
        color: #000;
        font-weight: 700;
    }
    .Clientside .right li {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 700;
        background-color: #fff;
        padding: 5px 10px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    }
    .Clientside .right li:last-child {
        margin-bottom: 0;
    }
    .Clientside .message {
        padding-top: 50px;
    }
    .Clientside .textarea {
        border-radius: 20px;    
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 0 0 15px;
        min-height: 150px;
    }
    .Clientside .textarea:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Clientside .form-control {
        border-radius: 50px;
        width: 100%;
        margin-bottom: 20px;
    }
    .Clientside .form-control:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Clientside .btn {
        background-color: #da1801;
        border: 1px solid #da1801;
        border-radius: 50px;
        width: 100%;
    }
    
    /* Creat side */
    .Creatside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Creatside .container {
        max-width: 800px;
    }
    .Creatside .bg {
        padding: 30px 20px;
        background-color: #fff;
        border: 5px solid #da1801;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,1);
    }
    .Creatside label {
        color: #000;
        font-size: 16px;
        padding-left: 15px;
        display: block;
        margin-bottom: 10px;
    }
    .Creatside label sup {
        color: #da1801;
        font-size: 14px;
    }
    .Creatside .form-control {
        outline: inherit;
        box-shadow: none;
        border: 1px solid #da1801;
    }
    .Creatside .form-control:focus {
        outline: inherit;
        box-shadow: none;
    }
    .Creatside .textarea {
        width: 100%;
        padding: 20px 20px 20px 30px; 
        border: 1px solid #da1801;
        border-radius: 30px;
    }
    .Creatside .textarea:focus {
        outline: inherit;
        box-shadow: none;
    }
    .Creatside .choose {
        padding-left: 15px;
        margin-bottom: 15px;
    }
    .Creatside .upload {
        color: #000;
    }
    .Creatside .btn {
        padding: 8px 50px;
        border-radius: 50px;
        color: #fff;
        border: 1px solid #da1801;
        background-color: #da1801;
    }
    .Creatside .shiping-methods {
        padding-left: 12px;
        margin-bottom: 5px;
    }
    .Creatside .input-checkbox label {
        padding-left: 0;
    }

    /* Directori side */
    .Directoriside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Directoriside .company {
        padding-bottom: 10px;
    }
    .Directoriside .buy {
        padding-left: 15px;
    }
    .Directoriside .name {
        float: left;
        display: inline;
        padding: 5px 30px;
        margin-bottom: 5px;
        width: 100%;
        max-width: 200px;
        border: 1px solid #dadada;
    }
    .Directoriside .name p {
        margin-bottom: 0;
        color: #da1801;
    }
    .Directoriside .info {
        padding: 5px 30px;
        max-width: 500px;
        margin-bottom: 5px;
        border: 1px solid #dadada;
    }
    .Directoriside .info span {
        padding-left: 30px;
        color: #000;
        display: inline;
    }
    .Directoriside .folder {
        border: 1px solid #dadada;
        padding: 5px 10px 5px 20px;
        margin-bottom: 15px;
    }
    .Directoriside .folder p {
        font-size: 14px;
        color: #000;
        margin-bottom: 0;
    }
    .Directoriside .member {
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .Directoriside .member label {
        color: #da1801;
        padding-top: 5px;
        margin-bottom: 0;
    }
    .Directoriside .member .form-control {
        max-width: 300px;
        width: 100%;
        height: 30px;
        margin-bottom: 15px;
    }
    .Directoriside .member .form-control:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Directoriside .member .btn {
        background-color: #da1801;
        border: 1px solid #da1801;
        color: #fff;
        max-width: 300px;
        width: 100%;
        height: 30px;
        padding: 2px 30px;
        border-radius: 50px;
    }
    .Directoriside .password {
        padding: 0 20px 20px 20px;
    }
    .Directoriside .password h3 {
        color: #da1801;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Directoriside .password span  {
        font-size: 12px;
        color: #000;
        display: block;
        margin-bottom: 10px;
    }
    .Directoriside .password label {
        margin-bottom: 5px;
        color: #000;
        font-size: 14px;
    }
    .Directoriside .password .form-control {
        height: 30px;
        border: 1px solid #dadada;
        max-width: 200px;
        width: 100%;
        margin-bottom: 10px;
    }
    .Directoriside .password .form-control:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Directoriside .password .btn {
        background-color: #da1801;
        border: 1px solid #da1801;
        color: #fff;
        padding: 2px 30px;
        height: 30px;
        border-radius: 50px;
    }
    .Directoriside .box {
        background-color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-bottom: 20px;
        border: 1px solid #da1801;
    }
    .Directoriside .box .offer {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #da1801;
        padding: 10px 15px;
        margin-bottom: 20px;
    }
    .Directoriside .box .offer h6 {
        margin-bottom: 0;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .Directoriside .box ul {
        padding: 0 10px 20px 10px;
        margin: 0;
        list-style: none;
    }
    .Directoriside .box ul li {
        font-size: 13px;
        padding-bottom: 5px;
        margin-bottom: 5px;
        border-bottom: 1px dashed #000;
    }
    .Directoriside .box ul li:last-child {

    }
    .Directoriside .box ul li a  {
        color: #000;
    }
    .Directoriside .instant {
        border: 2px solid #da1801;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .Directoriside .instant .post {
        background-color: #da1801;
        padding: 10px;
    }
    .Directoriside .instant .post h6 {
        margin-bottom: 7px;
        color: #fff;
        letter-spacing: 0.5px;
    }
    .Directoriside .instant .post h5 {
        margin-bottom: 0;
        color: #fff;
        letter-spacing: 0.5px;
    }
    .Directoriside .instant .form {
        padding: 20px 10px;
    }
    .Directoriside .instant .form-control {
        border: 1px solid #dadada;
    }
    .Directoriside .instant .form-control:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Directoriside .instant .area {
        border: 1px solid #dadada;
        padding: 10px;
        border-radius: 20px;
        width: 100%;
    }
    .Directoriside .instant .area:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Directoriside .instant h4 {
        color: #000;
        margin-bottom: 5px;
        font-size: 12px;
        padding-left: 10px;
    }
    .Directoriside .instant .btn {
        color: #fff;
        width: 100%;
        border-radius: 50px;
        padding: 6px 50px; 
        font-size: 14px;
        border: 1px solid #da1801;
        background-color: #da1801;
    }


    /* Signin side */
    .Signinside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Signinside .bg {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: #fff;
        padding: 20px 20px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .Signinside .dash {
        color: #000;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px dashed #da1801;
    }
    .Signinside .fa {
        background-color: #da1801;
        color: #fff;
        padding: 5px;
        margin-right: 10px;
    }
    .Signinside .bord {
        color: #000;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px dashed #da1801;
    }
    .Signinside ul {
        list-style: none;
        margin: 0 0 15px 0;
        background-color: #fff;
        padding: 0 0 15px 45px;
        border-bottom: 1px dashed #da1801;
    }
    .Signinside li {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 700;
    }
    .Signinside li.last {
        margin-bottom: 15px;
    }
    .Signinside li:last-child {
        margin-bottom: 0;
    }
    .Signinside a {
        color: #000;
    }
    .Signinside h5 {
        color: #000;
        font-size: 16px;
        margin-bottom: 30px;
    }
    .Signinside h6 {
        color: #000;
        font-size: 14px;
        padding-bottom: 15px;
        border-bottom: 6px solid #da1801;
        margin-bottom: 30px;
    }
    .Signinside .right ul {
        padding: 0 0 20px 0;
    }
    .Signinside .right li {
        color: #000;
        font-size: 16px;
        font-weight: 700;
    }
    .Signinside .right li a {
        color: #da1801;
    }
    .Signinside .right .bg {
        margin-bottom: 20px;
    }
    .Signinside .right .bg.chat {
        min-height: 238px;
        padding-top: 30px;
    }
    .Signinside .right .bg.chat .fa {
        display: block;
        background-color: transparent;
        color: #da1801;
        font-size: 85px;
        margin-bottom: 10px;
    }
    .Signinside .right .bg.chat {
        min-height: 238px;
    }
    .Signinside .right .btn {
        border-radius: 50px;
        border: 1px solid #da1801;
        background-color: #da1801;
        color: #fff;
        padding: 5px 40px;
        font-size: 14px;
    }
    .Signinside .add {
        padding: 38px 0;
    }
    .Signinside .bg.member {

    }
    .Signinside .bg.member ul {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .Signinside .bg.member ul li {
        margin-bottom: 12px;
    }
    .Signinside .bg.member ul li:last-child {
        margin-bottom: 0;
    }
    .Signinside .bg.member li .fa.green {
        color: #008000;
    }
    .Signinside .bg.member li .fa {
        background-color: transparent;
        padding: 0;
        color: #da1801;
        font-size: 20px;
    }
    .Signinside .bg.supp li {
        font-size: 16px;
    }
    .Signinside .bg.supp li span {
        color: #da1801;
        display: block;
        padding-top: 5px;
    }
    .Signinside .btn.live {
        color: #fff;
        background-color: #da1801;
        font-size: 26px;
        padding: 10px 60px;
    }


    /* Manage side */
    .Manageside {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Manageside .bg {
        background-color: #fff;
        padding: 20px 20px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .Manageside label {
        padding-left: 10px;
        color: #000;
        font-size: 14px;
        font-weight: 700;
        display: block;
        letter-spacing: 0.3px;
    }
    .Manageside .form-contol {
        border: 1px solid #dadada;
        height: 40px;
    }
    .Manageside .area {
        border: 1px solid #dadada;
        min-height: 150px;
        border-radius: 30px;
        width: 100%;
    }
    .Manageside .area:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Manageside .form-contol:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Manageside .custom-select {
        border: 1px solid #dadada;
        height: 40px;
        width: 100%;
        padding: 0 10px;
        color: #000;
        border-radius: 50px;
    }
    .Manageside .custom-select:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Manageside .btn {
        border-radius: 50px;
        border: 1px solid #da1801;
        background-color: #da1801;
        height: 40px;
        color: #fff;
        padding: 5px 40px;
        font-size: 14px;
        font-weight: 700;
    }
    .Manageside .dash {
        color: #000;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px dashed #da1801;
    }
    .Manageside .fa {
        background-color: #da1801;
        color: #fff;
        padding: 5px;
        margin-right: 10px;
    }
    .Manageside .bord {
        color: #000;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 15px;
        border-bottom: 1px dashed #da1801;
    }
    .Manageside ul {
        list-style: none;
        margin: 0 0 15px 0;
        background-color: #fff;
        padding: 0 0 15px 45px;
        border-bottom: 1px dashed #da1801;
    }
    .Manageside li {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }
    .Manageside li:last-child {
        margin-bottom: 0;
    }
    .Manageside a {
        color: #000;
    }
    .Manageside .logo {
        padding: 30px 5px;
        background-color: #f2f2f2;
    }
    .Manageside .logo .fa {
        margin-bottom: 10px;
    }
    .Manageside .logo h5 {
        margin-bottom: 0;
    }
    .Manageside .upload {
        padding: 5px 8px;
        background-color: #da1801;
    }
    .Manageside .upload a {
        color: #fff;
    }
    .Manageside .check {
        padding-left: 15px;
    }
    .Manageside span {
        color: #000;
        font-weight: 700;
    }
    .Manageside h2 {
        color: #da1801;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 40px;
        text-align: center;
    }
    .Manageside p {
        color: #000;
        font-weight: 700;
        margin-bottom: 40px;
        font-size: 16px;
    }
    .Manageside .gst {
        border: 1px solid #dadada;
        border-radius: 50px;
        text-align: center;
        font-size: 20px;
        color: #da1801;
        font-weight: 700;
        margin: 0 5px;
        padding: 7px 0;
        text-transform: uppercase;
        width: 40px;
    }
    .Manageside .gst:focus {
        outline: inherit;
        box-shadow: none;
    }
    .Manageside .checkbox {
        margin-bottom: 50px;
    }
    .Manageside .bdr {
        border-bottom: 1px solid #da1801;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .Manageside .eye {
        margin-bottom: 20px;
    }
    .Manageside .eye h3 {
        margin-bottom: 0;
    }
    .Manageside .change {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }
    .Manageside .change h4 {
        color: #da1801;
        margin-bottom: 20px;
        font-weight: 700;
        font-size: 22px;
        text-align: center;
    }
    .Manageside .labal {
        padding-top: 10px;
    }
    .Manageside .textarea {
        border-radius: 30px;
        width: 100%;
        color: #dadada;
        border: 1px solid #dadada;
        padding: 15px 10px 10px 20px;
    }
    .Manageside .textarea:focus {
        box-shadow: none;
        outline: inherit;
    }
    .Manageside .row.one {
        margin-bottom: 30px;
    }
    .Manageside .row.two {
        margin-bottom: 50px;
    }
    .Manageside .border {
        border: 1px solid #dadada;
        padding: 8px 10px;
        margin-bottom: 5px;
    }
    .Manageside h5 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .Manageside .trust {
        background-color: #da1801;
        padding: 100px 10px;
    }
    .Manageside .trust h3 {
        color: #fff;
    }
    .Manageside .can  {
        display: block;
        margin-bottom: 20px;
    }
    .Manageside h1  {
        font-size: 26px;
        color: #000;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .Manageside h1 span  {
        color: #da1801;
        font-weight: 700;
    }
    .Manageside .enquiry  {
        color: #da1801;
        font-weight: 700;
    }
    .Manageside .enquiry h5  {
        background-color: #da1801;
        display: inline-block;
        padding: 5px 15px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 30px;
    }
    .Manageside .plan {
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .Manageside .plan h3 {
        color: #000;
        font-weight: 700;
        padding-bottom: 10px;
        border-bottom: 1px solid #da1801;
        margin-bottom: 20px;
    }
    .Manageside .plan ul {
        padding-left: 0;
        margin-bottom: 20px;
    }
    .Manageside .plan h6 {
        color: #000;
        font-size: 14px;
        font-weight: 700;
    }
    .Manageside .image {
        margin-bottom: 50px;
    }
    .Manageside .image .img {
        border-radius: 10px;
        padding: 40px 10px;
        border: 1px solid #000;
        background-color: #dadada;
    }
    .Manageside .image h5 {
        color: #000;
        font-weight: 700;
        font-size: 60px;
        margin-bottom: 25px;
    }
    .Manageside .image h5 .fa {
        background-color: transparent;
        padding: 0;
    }
    .Manageside .image a {
        background-color: #da1801;
        color: #fff;
        border-radius: 50px;
        font-size: 12px;
        padding: 5px 10px;
    }
    .Manageside .image .add {
        opacity: 0;
        transition: 0.3s;
    }
    .Manageside .image .img:hover .add {
        opacity: 1;
    }
    .Manageside .load {
        padding: 10px 10px;
    }
    .Manageside .load .add {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .Manageside .load .add .fa {
        color: #000;
        font-size: 60px;
        display: block;
        margin-bottom: 20px;
    }
    .Manageside .load a {
        color: #dadada;
        font-size: 14px;
    }
    .Manageside .product {
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dadada;
    }
    .Manageside .product ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
        background-color: transparent;
    }
    .Manageside .product li {
        display: inline-block;
        margin-right: 10px;
        font-weight: 700;
        font-size: 16px;
    }
    .Manageside .product li:last-child {
        margin-right: 0;
    }
    .Manageside .fa {
        background-color: transparent;
        padding: 0;
        color: #da1801;
        margin-right: 5px;
    }
    .Manageside .product a {
        color: #da1001;
        font-size: 14px;
        font-weight: 700;
    }
    .Manageside .group label {
        padding-top: 10px;
    }
    .Manageside .group .form-control {
        border: none;
    }
    .Manageside .group .form-control:focus {
        outline: inherit;
        box-shadow: none;
    }
    .Manageside .group {
        margin-bottom: 20px;
    }
    .Manageside .group span {
        display: block;
        margin-bottom: 8px;
        padding-left: 24px;
    }
    .Manageside .group a {
        color: #da1801;
        font-weight: 700;
        padding-left: 24px;
    }
    .Manageside .group a span {
        color: #dadada;
        font-size: 12px;
        display: inline-block;
        padding-left: 0;
    }
    .Manageside .edit {
        padding: 10px;
        border-top: 1px solid #dadada;
    }
    .Manageside .edit ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border: none;
        background-color: transparent;
    }
    .Manageside .edit li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 8px;  
    }
    .Manageside .edit li:last-child {
        margin-right: 0;
    }
    .Manageside .edit a {
        color: #da1801;
        font-weight: 700;
    }
    .Manageside .bg.manage {
        padding: 0; 15px;
        margin-bottom: 30px;
    }
    .Manageside .refresh ul  {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .Manageside .refresh li  {
        margin-bottom: 26px;
        font-size: 16px;
    }
    .Manageside .refresh li:last-child  {
        margin-bottom: 0;
    }
    .Manageside .inbox p {
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .view .btn  {
        padding: 8px 30px;
        font-size: 14px;
        background-color: #da1801;
        border: none;
        border-radius: 50px;
    }

    .Forget  {
        padding: 50px 0;
    }
    .Forget .container  {
        max-width: 600px;
    }
    .Forget .bg  {
        
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .Forget .welcome  {
        background-color: #da1801;
        height: 100%;
        padding: 68px 15px;
    }
    .Forget .welcome p  {
        color: #fff;
        font-size: 18px;
        font-weight: 700;
    }
    .Forget .welcome span  {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }
    .Forget .access  {
        padding: 20px 15px;
    }
    .Forget h3 {
        color: #da1801;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .Forget .form-control  {
        margin-bottom: 20px;
    }
    .Forget .btn  {
        margin-bottom: 20px;
        background-color: #da1801;
        border: 1px solid #da1801;
        color: #fff;
        letter-spacing: 1px;
        padding: 5px 30px;
        border-radius: 50px;
    }
    .Forget .access p  {
        font-size: 14px;
        color: #333;
        margin-bottom: 0;
    }
    .Contactside  {
        padding: 50px 0;
    }
    .Contactside .container  {
        max-width: 800px;
    }
    .Contactside .bg  {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    }
    .Contactside .text   {
        width: 100%;
        border: 1px solid #dadada;
        border-radius: 50px;
        padding: 15px 15px 15px 20px;
    }
    .Contactside .text:focus   {
        box-shadow: none;
        line-height: inherit;
    }
    .Contactside .btn  {
        margin-bottom: 20px;
        background-color: #da1801;
        border: 1px solid #da1801;
        color: #fff;
        letter-spacing: 1px;
        padding: 5px 30px;
        border-radius: 50px;
    }
    .Contactside .welcome  {
        background-color: #da1801;
        padding: 171px 15px;
    }
    .Contactside .welcome p  {
        color: #fff;
        font-size: 34px;
        margin-bottom: 8px;
    }
    .Contactside .welcome span  {
        font-size: 20px;
        color: #fff;
    }
    .Contactside .access  {
        padding: 30px 15px;
    }
    .Contactside  {
    }
    .Contactside  {
    }

    /* footer social */
    .facebook-bg{ background-color: #3b5998;}
    .twitter-bg{ background-color: #00acee;}
    .instagram-bg{ background-color: #3f729b;}
    .pint-bg{ background-color: #c8232c;}