body{
    font-family: 'Red Hat Display', sans-serif;
}
:root {
--primaryclr: #AE845F;
    --secondclr: #03181c;
    --paraclr: #465166;
    --primaryfnt: 'Red Hat Display', sans-serif;
    --secondfnt: 'Red Hat Display', sans-serif;
}
.container{
width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: var(--primaryfnt);
    font-weight:400;
}
p,li{
   font-family: var(--secondfnt); 
    font-weight:400;
}
.flex-cen{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-v-cen{
    display: flex;
    align-items: center;
}

.mt-50{
    margin-top: 70px;
}
.p-0{
    padding: 0;
}
.img-fluid{
    max-width: 100%;
}
.btn-style{
    margin-bottom: 0;
}
.all_btn a{
  background-color: var(--primaryclr);
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-family: var(--primaryfnt);
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .8px;
    cursor: pointer;
    transition: 0.3s;
}

.all_btn a:hover{
  background-color: #23a15c;
}
.all_btn a span{
    font-weight: 200;
    margin-left: 8px;
    font-size: 32px;
}
.title-head{
    margin-bottom: 25px;
}
.title-head h5{
       color: var(--secondclr);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    display: inline-block;
    /* padding: 0px 15px; */
    /* border-left: 1px solid var(--primaryclr); */
    /* border-right: 1px solid var(--primaryclr); */
    margin-bottom: 8px;
}
.title-head h2{
  font-size: 28px;
    line-height: 38px;
    letter-spacing: 2px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: uppercase;
}
.title-head h2 span{
     color: var(--secondclr);
}
.title-head p {
    color: var(--paraclr);
    font-size: 16px;
    line-height: 24px;
}
.title-head.text-center p {
       color: var(--paraclr);
    font-size: 15px;
    line-height: 23px;
    max-width: 430px;
    margin: 0 auto;
}
.title-head.white h5{
     color: #fff;
     border-color: #fff;
}
.title-head.white h2, .title-head.white p{
     color: #fff;
}
.btn_outline{
        font-size: 16px;
    padding: 12px 30px;
    margin-top: 25px;
    text-decoration: none;
    border: 1px solid var(--secondclr);
    color:  var(--secondclr);
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s;
}
.btn_outline:hover{
    background-color: var(--secondclr);
    color: #fff;
}
.remove_footer_gap{
    margin-top: -70px;
}
/* start top bar */
.top_bar{
    background-color: var(--secondclr);
    padding-top: 10px;
    padding-bottom: 10px;
        padding-left: 100px;
    padding-right: 100px;
}
.top_bar .box p{
     margin-bottom: 0;
    text-align: center;
        line-height: 14px;
}
.top_bar .box p a{
      text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    color: #efefef;
    letter-spacing: .5px;
}
.top_bar .box p a span{
    font-weight: 300;
    font-size: 20px;
    margin-right: 6px;
}
.top_bar .col-lg-4:nth-child(2) .box p a{
    justify-content: center;
}
.top_bar .col-lg-4:nth-child(3) .box p a{
    justify-content: flex-end;
}
.bg_clr{
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper{
    padding-left: 100px;
    padding-right: 100px;
}
/* end top bar */
/*start header*/
header{
    background-color: #fff;
    padding-left: 100px;
    padding-right: 100px;
}
header .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .left-part{
    display: flex;
    align-items: center;
}
header .left-part .menu-ico{
 cursor: pointer;
}
header .left-part .menu-ico span{
        display: block;
    border-radius: 2px;
    width: 24px;
    height: 2px;
    background-color: var(--secondclr);
}
header .left-part .menu-ico span:nth-child(2){
     margin: 5px 0px;
}

header .left-part .logo-part{
    margin-left: 35px;
    display: flex;
    align-items: center;
}
header .left-part .logo-part img{
        width: 155px;
}
header .left-part .logo-part h3{
    margin-bottom: 0;
    font-size: 40px;
    color: var(--secondclr);
    text-transform: uppercase;
        margin-top: 5px;
}
header .mid-part ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .mid-part ul li {
    display: flex;
    align-items: center;
    padding: 35px 22px;
    cursor: pointer;
}
header .mid-part ul li a{
       color: var(--secondclr);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .8px;
    position: relative;
    transition: .3s;
    font-family: var(--primaryfnt);
}
header .mid-part ul li a i{
    font-weight: bold;
    padding-left: 6px;
}
header .mid-part ul li a:hover{
     color: var(--primaryclr);
}
header .mid-part ul li a.active{
    color: var(--primaryclr);
}
header .right-part ul.mn .select_country{
    margin-right: 12px;
    cursor: pointer;
}
header .right-part ul.mn .select_country button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0;
    border: none;
    background-color: transparent;
}
header .right-part .select_country img {
    width: 30px;
    height: 30px;
    margin-right: 1px;
}
header .loc_select .dropdown-menu{
    width: 200px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
}
header .loc_select .dropdown-menu li{
    padding: 6px 0px;
    border-bottom: 1px solid #ddd;
}
header .loc_select .dropdown-menu li:last-child{
    border: none;
}
header .loc_select .dropdown-menu li img{
        width: 23px;
    height: 23px;
}
header .loc_select .dropdown-menu li a:hover{
    background-color: transparent;
}
header .loc_select .dropdown-menu li a:active{
        outline: none;
    color: var(--secondclr);
}
header .right-part ul.mn{
     list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .right-part ul.mn li.accnt_login a{
       color: #000;
    text-transform: capitalize;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    display: flex;
    font-size: 14px;
    align-items: center;
}
header .right-part ul.mn li.accnt_login a i {
        color: var(--secondclr);
    font-size: 22px;
        font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
header .right-part ul.mn li.accnt_login a i:hover{
    background-color: var(--primaryclr);
    border-color: var(--primaryclr);
    color: #fff;
}
header .right-part ul.mn li:last-child.btn-style{
/*
    border-left: 1px solid #ddd;
    padding-left: 15px;
*/
    margin-left: 15px;
}
header .right-part ul.mn li:last-child.btn-style a{
           background-color: var(--primaryclr);
    font-size: 16px;
    color: #fff;
    padding: 12px 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    font-family: var(--primaryfnt);
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    letter-spacing: .8px;
    text-transform: capitalize;
}

header .right-part ul.mn li:last-child.btn-style a:after{
       position: absolute;
    content: '';
    display: block;
    width: 20%;
    height: 100%;
    background-color: rgba(21, 20, 35, 0.26);
    top: 0;
    right: -32px;
    z-index: -1;
    transform: skew(-32deg, 0deg);
    transition: 0.6s;
}
header .right-part ul.mn li:last-child.btn-style a:hover:after{
   right: 0; 
      transform: skew(0deg, 0deg);
    background-color: rgba(21, 20, 35, 0.99);
    width: 100%;
}

/*end header*/
/*start home banner */
.home_banner{
     background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   
    background-color: #f3f3f3;
    position: relative;
    z-index: 1;
    /* background-color: #1b1b1b; */
    background-image: url(../images/slider-3.jpg);
    margin: 0;
     padding-top: 120px;
     padding-bottom: 30px;
}

.home_banner .bann_main .con-part{
     padding-left: 0;
    max-width: 750px;
    width: 100%;
   margin: 0 auto;
    text-align: center;
}

.home_banner .bann_main .con-part h1{
          font-size: 48px;
    line-height: 58px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.home_banner .bann_main .con-part p{
        font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 18px;
}


.home_banner .bann_main .con-part p.sub_head{
    display: inline-block;
font-weight: 600;
    text-transform: uppercase;
    padding: 8px 15px;
    position: relative;
    letter-spacing: 1px;
}
.home_banner .bann_main .con-part p.sub_head:after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    top: 0;
    left: 0;
}
.home_banner .bann_main .con-part p.sub_head:before{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    bottom: 0;
    right: 0;
}
.home_banner .bann_main .con-part .form_box{
    background-color: #fff;
        padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
        box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    margin-top: 20px;
}
.home_banner .bann_main .con-part .form_box .input_group{
    width: 100%;
    display: flex;
    align-items: center;
     flex: 1;
}
.home_banner .bann_main .con-part .form_box .form-control{
   background-color: #fff;
    height: 55px;
    border: none;
    box-shadow: none;
    color: var(--secondclr);
    font-size: 16px;
    font-family: var(--secondfnt);
    padding-left: 15px;
    width: 100%;
}

.home_banner .bann_main .con-part .form_box button{
          background-color: var(--primaryclr);
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 30px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    letter-spacing: .5px;
    z-index: 1;
    text-decoration: none;
    margin-left: 0;
    position: relative;
    right: 0;
    border: none;
    font-family: var(--primaryfnt);
    height: 55px;
   transition: 0.3s;
}
.home_banner .bann_main .con-part .form_box button:hover{
    background-color: var(--secondclr);
}
.home_banner .bann_main .con-part .form_box select.form-select {
     max-width: 155px;
    font-size: 16px;
    height: 55px;
    border: 1px solid #ddd;
    font-weight: 500;
    background-color: #f7f7f7;
}
.home_banner .bann_main .con-part .form_box select.form-select:focus{
    box-shadow: none;
}

/*end home banner*/
/*start banner bottom*/
.banner_btm{
    margin-top: 125px;
}
.banner_btm ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.banner_btm ul li{
    padding: 15px 20px;
    width: 33.3%;
    display: flex;
    align-items: center;
      background-color: #ffffffe6;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    border-radius: 10px;
}
.banner_btm ul li .icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.banner_btm ul li p {
    font-size: 16px;
    line-height: 22px;
    color: var(--secondclr);
    margin-bottom: 0;
}
.banner_btm ul li p span {
    font-size: 14px;
    line-height: 20px;
}
/*end banner bottom*/
/*start product category*/
.pr_cat .brdr_top{
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-bottom: 40px;
}
.pr_cat .brdr_bottom{
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-top: 40px;
}
.pr_cat .title_right p{
   font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0;
}
.pr_cat .title_right{
    padding-left: 60px;
    position: relative;
}
.pr_cat .title_right:before{
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--primaryclr);
    left: 0;
    top: 12px;
}
.pr_cat .box{
    text-align: center;
}
.pr_cat .box a{
    text-decoration: none;
}
.pr_cat .box .img_box{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    background-size: cover;
    background-position: center;
}
.pr_cat .box .img_box img{
    transition: 0.3s;
    
}
.pr_cat .box:hover .img_box img{
    transform: scale(1.2);
    opacity: .8;
    filter: brightness(0.5);
}
.pr_cat .box .b_head{
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondclr);
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
}
.pr_cat .box .para{
     font-size: 15px;
    line-height: 20px;
    color: var(--paraclr);
    margin-bottom: 0;
}
.pr_cat .col{
        flex: 1 0 20%;
}
/*end product category*/

/* strat benefits section*/
.benefts .box{
    background-color: #f7f7f7;
    padding: 25px;
    text-align: center;
    border: 1px solid #efefef;
    margin-top: 25px;
}
.benefts .box .img_box{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
    position:relative;
    z-index: 1;
}
.benefts .box .img_box:after{
          position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    left: -40px;
    right: 0;
    top: 0;
    margin: 0 auto;
    z-index: -1;
}
.benefts .box p.head{
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    position: relative;
}
.benefts .box p.head:after{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--primaryclr);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.benefts .box p.para{
        font-size: 15px;
    line-height: 20px;
    color: #333;
    margin-bottom: 0;
}
/* end benefits section*/
/*start offer*/
.offer{
    background-image: url(../images/offer_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 60px 0px;
}
.offer:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.19);
    top: 0;
    left: 0;
    z-index: -1;
}
.offer .box{
    padding: 40px 60px;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.offer .box:after{
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    top: -8px;
    left: -8px;
}
.offer .box:before{
    position: absolute;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    bottom: -8px;
    right: -8px;
}
.offer .box p.sub_head{
       color: var(--primaryclr);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}
.offer .box h2{
           font-size: 38px;
    line-height: 48px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--secondfnt);
}
.offer .box p.para{
        font-size: 15px;
    line-height: 20px;
    color: #333;
}
.remove_footer_margin{
        margin-top: -70px;
}
/*end offer*/
/*start blog new section*/

.blog_new .box_lg{
    margin-bottom: 15px;
}
.blog_new .box_lg .img_box{
     position: relative;
    z-index: 1;
    padding-top: 275px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
}
.blog_new .box_lg .img_box:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,transparent,#00000087);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.blog_new .box_lg a{
    text-decoration: none; 
}
.blog_new .box_lg .text_box{
    padding: 35px ;
}
.blog_new .cat{
    font-size: 15px;
    text-transform: capitalize;
    background-color: var(--primaryclr);
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 5px;
}
.blog_new .box_lg .tit_date{
    display: flex;
    align-items: flex-start;
}
.blog_new .box_lg .tit_date .date{
   border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
     border-radius: 5px;
}
.blog_new .box_lg .tit_date .date p {
       font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 18px;
        margin-bottom: 0;
}
.blog_new .box_lg .tit_date .date p span{
    font-size: 13px;
    font-weight: normal;
}
.blog_new .box_lg .tit_date h4{
    flex: 1;
    font-size: 22px;
    font-family: var(--secondfnt);
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;    padding-bottom: 10px;
}
.blog_new .box_lg .tit_date h4:before{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}
.blog_new .box_sh{
    margin-bottom: 20px;
}
.blog_new .box_sh .img_box{
       width: 250px;
    background-size: cover;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.blog_new .box_sh a{
    text-decoration: none;
    display: flex;
}
.blog_new .box_sh .text_box{
    flex: 1;
    padding: 10px 0px;
}
.blog_new .box_sh .text_box h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    color: var(--secondclr);
    line-height: 26px;
}
.blog_new .box_sh .text_box .date i{
    margin-right: 6px;
    font-size: 20px;
}
.blog_new .box_sh .text_box .date{
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--paraclr);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 10px;
}
.blog_new .box_sh .cat {
    font-size: 13px;
        margin-bottom: 10px;
}
/*end blog new section*/
/* start footer fixed items*/
.footer-fixed{
      position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    padding: 2px 0px;
    z-index: 99;
    box-shadow: 0px 1px 14px #00000030;
    border-top: 1px solid #cdcdcd;
}
.footer-fixed ul{
     list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-fixed ul li{
        width: 100%;
    position: relative;
}
.footer-fixed ul li a{
           color: var(--secondclr);
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
        padding: 5px 0px;
}
.footer-fixed ul li a:hover{
      color: var(--primaryclr);
}
.footer-fixed ul li:after {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #bababa;
    top: 0;
    right: 0;
}
.footer-fixed ul li:last-child:after{
    display: none;
}
.footer-fixed ul li a i {
       font-size: 16px;
    margin-right: 6px;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-fixed ul li a p{
       margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
/*end footer fixed items*/

/*------------start sidemenu -*-------------*/
.sidemenu{
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.80);
    width: 105%;
    height: 100%;
     transition: 0.3s;
     transform: translate(100%, 0px);
    z-index: 9999999;
}
.sidemenu .main{
    background-color: #fff;
    max-width: 385px;
    margin-left: auto;
    width: 100%;
    height: 100%;
    position: relative;
     transition: 0.3s;
    padding: 40px;
    overflow: scroll;
}
.sidemenu .main .cls-ico{
   position: absolute;
    right: 35px;
    top: 62px;
    color: var(--paraclr);
    cursor: pointer;
}
.sidemenu .main .cls-ico i{
      font-size: 30px;
    font-weight: normal;
    color: var(--paraclr);
}
.sidemenu .main .box{
  
}
.sidemenu .main .box .logo{
padding: 15px 0px;
    width: 100%;
    max-width: 55px;
    display: block;
}
.sidemenu .main .box .login a{
        text-decoration: none;
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #1b1b1b;
    padding: 6px;
}
.sidemenu .main .box .login a i{
    color: var(--primaryclr);
    font-size: 25px;
}
.sidemenu .main .box .login a p{
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    
}
.sidemenu .main .box .nav-part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidemenu .main .box .nav-part ul li{
        border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.sidemenu .main .box .nav-part{
    margin-top: 20px;
}
.sidemenu .main .box h3{
   font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    color: var(--secondclr);
    position: relative;
    margin-bottom: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.sidemenu .main .box h3:after{
        position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--primaryclr);
    border-radius: 2px;
    bottom: -8px;
    left: 0;
}
.sidemenu .main .box .nav-part ul li a{
             color: var(--headclr);
    font-size: 15px;
    line-height: 16px;
    padding: 12px 0px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
    font-family: var(--primaryfnt);
}
.sidemenu .main .box .nav-part ul li a:hover{
    color: var(--primaryclr);
}
.sidemenu .main .box .btm-part{
        margin-top: 25px;
}
.sidemenu .main .box .btm-part ul{
       list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
.sidemenu .main .box .btm-part ul li{
    width: 100%;
    position: relative;
}

.sidemenu .main .box .btm-part ul li a{
   color: var(--secondclr);
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    text-decoration: none;
}
.sidemenu .main .box .btm-part ul li a span{
  font-size: 28px;
    margin-right: 12px;
    color: var(--primaryclr);
}
.sidemenu .main .box .btm-part ul li a h4{
          font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 500;
}
.sidemenu .main .box .btm-part ul li a p {
          font-size: 14px;
    line-height: 22px;
    color: var(--paraclr);
    transition: 0.3s;
}
.sidemenu .main .box .btm-part ul li a i{
    color: var(--primaryclr);
    font-size:20px;
    margin-right: 10px;
}
.sidemenu .main .box .btm-part ul li a:hover p{
      color: var(--primaryclr);
}
.sidemenu .main .scl{
   margin-top: 15px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
.sidemenu .main .scl ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
        justify-content: space-around;
}

.sidemenu .main .scl ul li a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    transition: 0.3s;
}
.sidemenu .main .scl ul li a:hover{
     color: var(--primaryclr);
}
.open-sidebar{
   transform: translate(0px, 0px) !important;
    transition: 0.3s;
}
.sidemenu .main .box .accordion-body{
           padding: 0px 0px;
    /* border-left: 1px solid #ccc; */
    margin-top: 5px;
}
.sidemenu .main .box .accordion-body ul li {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.sidemenu .main .box .accordion-item{
    border: none;
}
.sidemenu .main .box .accordion-button{
      color: var(--headclr);
    font-size: 15px;
    line-height: 20px;
    padding: 12px 0px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: 0.3s;
    font-family: var(--primaryfnt);
    background-color: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}
.sidemenu .main .box h5{
             font-size: 13px;
    text-transform: capitalize;
    line-height: 32px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
    letter-spacing: .3px;
}
.sidemenu .main .box .accordion-body ul li a{
      line-height: 10px;
    padding: 12px 0px;
    font-family: var(--secondfnt);
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal;
    letter-spacing: 0;
}
.sidemenu .main .box .accordion-button::after{
      color: #000;
    font-weight: 400;
    font-size: 22px;
    content: '\f278';
    font-family: 'Material-Design-Iconic-Font';
    transform: none !important;
    background-image: none;
    line-height: 18px;
}
.sidemenu .main .box .accordion-button:not(.collapsed)::after{
    content: '\f273';
}

/*------------ end sidemenu -*-------------*/

/*start footer   */
footer{
    background-color: var(--secondclr);
}
footer .main_part {
    padding-bottom: 30px;
}
footer .main_part .box{
    padding: 0px 15px;
}
footer .main_part .box .form_box{
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 5px;
}
footer .main_part .box .form_box .form-control{
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    height: 60px;
    border-radius: 0;
    background-color: transparent;
    font-family: var(--secondfnt);
    border:none;
    flex: 1;
    padding-left: 20px;
    font-weight: 400;
}
footer .main_part .box .form_box .form-control:focus{
    box-shadow: none;
}
footer .main_part .box .form_box .form-control::placeholder{
    font-size: 14px;
    color: #b2b2b2;
}
footer .main_part .box .form_box .my_btn{
    height: 45px;
    font-size: 14px;
    color: #fff;
    font-family: montserrat;
    background-color: transparent;
    border: none;
    text-transform: uppercase;padding: 0px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    border-left: 1px solid #fff;
    transition: 0.3s;
}
footer .main_part .box .form_box .my_btn i {
    padding-left:6px;
}
footer .main_part .box .form_box .my_btn:hover{
    color: var(--primaryclr);
}
footer .main_part .box h3{
       font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
footer .main_part .box p{
       color: #fff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .5px;
}
footer .main_part .box p.all_btn a:hover{
    color: #fff;
}
footer .main_part .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .main_part .box ul.contact li {
    margin-bottom: 15px;
}
footer .main_part .box ul.contact li a{
       text-decoration: none;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 22px;
    transition: 0.4s;
}
footer .main_part .box ul.contact li a span, footer .main_part .box ul.contact li a i{
    font-size: 18px;
    margin-right: 10px;
    font-weight: 300;
    transition: 0.4s;
}
footer .main_part .box ul.contact li a i{
     color: var(--primaryclr); 
}
footer .main_part .box ul.contact li a:hover{
   color: var(--primaryclr); 
}
footer .main_part .box ul.lnks li {
    margin-bottom: 12px;
}
footer .main_part .box ul.lnks li a{
       text-decoration: none;
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    transition: 0.4s;
    position: relative;
}
/*
footer .main_part .box ul.lnks li a:before{
    position: absolute;
    content: '\f1ab';
    display: block;
    font-family: 'Material-Design-Iconic-Font';
    color:var(--primaryclr); 
}
*/
footer .main_part .box ul.lnks li a:hover{
   color: var(--primaryclr); 
}

footer .social-box {
    display: flex;
    margin-top: 20px !important;
}
footer .social-box li a {
      font-size: 24px;
    color: #b4b4b4;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    margin-right: 18px;
    transition: 0.4s;
}
footer .social-box li a:hover{
     color: var(--primaryclr);
}
.footer_btm{
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_btm .logo img{
    width: 150px;
}
.footer_btm .social_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_btm .social_box p{
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    margin-right: 10px;
}
.footer_btm .social_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer_btm .social_box ul li{
    display: inline-block;
}
.footer_btm .social_box ul li a{
      padding: 0px 10px;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
}
.footer_btm .social_box ul li a:hover{
    color: var(--primaryclr);
}
.footer_btm .cpy{
    color: #333;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0;
}
.footer_btm .cpy a{
    color: var(--primaryclr);
    transition: 0.3s;
    text-decoration: none;
}
.footer_btm .cpy a:hover{
    color: #000;
     text-decoration: underline;
}
footer .main_part .box.large{
    text-align: center;
    border-bottom: 1px solid #cccccc47;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
footer .main_part .box.large h3{
    font-size: 18px;
}
footer .main_part .box.large ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .main_part .box.large ul li{
    margin-bottom: 0;
    display: inline-block;
    padding: 0px 25px;
}
footer .main_part .box.large ul li a{
    letter-spacing: 1px;
}
footer .main_part .box .all_btn a:hover:after{
        background-color: #fff;
}
footer .main_part .box .all_btn a:hover{
    color: #000;
}
/*end footer   */
/*start faq  */
.faq .acor_box .accordion-item{
       background-color: #fff;
    border: none;
    margin-bottom: 15px;
   border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 10px;
}
.faq .accordion-button{
          font-size: 18px;
    color: var(--secondclr);
    text-transform: capitalize;
    background-color: #fff;
    border: none !important;
    font-weight: 500;
}
.faq .accordion-button:focus{
    box-shadow: none;
}
.faq p{
        font-size: 15px;
    line-height: 23px;
    color: var(--paraclr);
}
.faq .accordion-button::after{
    width: 38px;
    height: 38px;
/*    background-color: var(--primaryclr );*/
/*    border-radius: 50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
/*    border: 4px solid #f0e8e1;*/
    color: var(--secondclr);
    font-weight: bold;
    content: '\f278';
    font-family: 'Material-Design-Iconic-Font';
    transform: none !important;
}
.faq .accordion-button:not(.collapsed)::after{
     content: '\f273';
}
/*end faq  */
/*start product box*/
.prod_box{
    border-radius: 5px;
    border: 1px solid #f1ebeb;
    overflow: hidden;
    background-color: #fff;
}
.prod_box a{
    text-decoration: none;
    
}
.prod_box .img_box{
    position: relative;
}
.prod_box .img_box img{
    filter: brightness(98%);
}
.prod_box .img_box .pic{
    position: absolute;
        padding: 4px 10px;
    font-size: 12px;
    background-color:rgb(0, 0, 0,.6);
    top: 10px;
    left: 10px;
    border-radius: 5px;
    color: #fff;
}
.prod_box .text_box {
    padding: 15px 20px;
    padding-bottom: 8px;
}
.prod_box .text_box .head, .prod_box .text_box .price {
    font-size: 18px;
    font-weight: bold;
    color: var(--secondclr);
    text-transform: capitalize;
    margin-bottom: 0;
}
.prod_box .text_box .price{
    margin-bottom: 10px;
}
.prod_box .text_box .condi {
    font-size: 13px;
    color: var(--paraclr);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 5px 0px;
}
.prod_box .text_box .prolist_d{
    display: flex;
    align-items: center;
    justify-content: space-between;
        padding-top:8px;
    padding-bottom: 5px;
    border-top: 1px solid #f5f5f5;
}
.prod_box .text_box .loc {
        font-size: 14px;
    margin-top: 0;
    color: var(--paraclr);
    text-transform: uppercase;
     display: flex;
    align-items: center;
    justify-content: space-between;
}
.prod_box .text_box .loc .icon{
          width: 18px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    display: block;
}
.prod_box .text_box .prolist_d p {
        font-size: 14px;
    color: var(--secondclr);
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.prod_box .text_box .prolist_d p i {
       display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 10px;
    width: 15px;
    height: 15px;
    background-color: rgba(35, 161, 92, 0.19);
    border: 1px solid #23a15c;
    color:  #23a15c;
    border-radius: 50%;
    margin-right: 5px;
}
.prod_box .cont {
    padding: 0px 20px 12px 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.prod_box .cont .pro_btn{
    width: 50%;
    margin-bottom: 0;
}
.prod_box .cont .pro_btn a{
        padding: 10px 10px;
        font-size: 14px;
    background-color: #23a15c;
    border-radius: 5px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}
.prod_box .cont .pro_btn:nth-child(2) a{
    background-color: var(--secondclr);
    transition: 0.3s;
}

.prod_box .cont .pro_btn a:hover{
     background-color: var(--primaryclr);
}
.prod_box .cont .pro_btn a i {
    margin-right: 5px;
}
.home_prodct{
     background-color: transparent !important;
}
.home_prodct.bg_clr{
    background-color: #f7f7f7 !important;
}
.home_prodct .offer_box{
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.home_prodct .offer_box:after{
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, rgba(3, 24, 28, 0.0), #03181c);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.home_prodct .offer_box .text_box {
    padding: 25px;
    width: 100%;
}
.home_prodct .offer_box .text_box h3 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 3px;
}
.home_prodct .offer_box .text_box p{
        font-size: 16px;
    margin-bottom: 10px;
     color: #fff;
}
.home_prodct .offer_box .text_box p.all_btn{
    margin-bottom: 0;
}
/*end product box*/
/*start why sell*/
.why_sell {
    padding: 40px 0px;
    background-color: #f7f7f7;
}
.why_sell .title-head h2{
        padding-bottom: 15px;
    border-bottom: 2px solid var(--secondclr);
}
.why_sell .box {
    padding: 25px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 10px;
}
.why_sell .box .img_box img {
    width: 80px;
}
.why_sell .box p.head {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--secondclr);
    text-transform: capitalize;
}
.why_sell .box p.para {
    font-size: 16px;
    line-height: 24px;
    color:  var(--paraclr);
    margin-bottom: 0;
}
/*end why sell*/
/*start benefit offer slider*/
.ben_offer_slider .box{
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--secondclr);
}
ben_offer_slider .bg_dark{
     background-color: var(--secondclr);
}
.ben_offer_slider .box .text_box {
    padding: 50px;
}
.ben_offer_slider h2 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 400;
}
.ben_offer_slider h2 b{
    font-weight: 500;
}
.ben_offer_slider .box .text_box p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.ben_offer_slider .box .text_box ul{
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 25px;
}
.ben_offer_slider .box .text_box ul li {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    width: 33.3%;
}
.ben_offer_slider .box .text_box ul li i{
    font-size: 35px;
    margin-bottom: 10px;
    color: #23a15c;
}
.ben_offer_slider .box .img_box{
        height: 365px;
    background-size: cover;
    background-position: center;
}
.ben_offer_slider .box .text_box ul li span{
    display: block;
    
}
/*end benefit offer slider*/
/*start brands view */
.brands_view .box{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.brands_view .box .img_box{
    position: relative;
}
.brands_view .box .img_box .logo{
        height: 45px;
    width: 45px;
    bottom: -22px;
position: absolute;
    right: 15px;
    border: 3px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.brands_view .box .text_box {
    padding: 10px 15px;
    padding-top: 18px;
}
.brands_view .box .text_box h3 {
    font-size: 18px;
    line-height: 20px;
    padding-left: 24px;
    color: var(--secondclr);
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
}
.brands_view .box a{
    text-decoration: none;
}
.brands_view .box .ver {
        top: 1px;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    background-color: #23a15c;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.brands_view .box .text_box .con {
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #73818c;
    margin-bottom: 5px;
}
.brands_view .box .text_box .con .icon{
       width: 17px;
    height: 17px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    top: -6px;
}
.brands_view .box .con i {
    margin-right: 8px;
    font-size: 16px;
}
.brands_view .box .con_part {
    padding: 12px 15px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
}
.brands_view .box .con_part .my_btn {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    margin-bottom: 0;
    color: var(--secondclr);
    width:50%;
    cursor: pointer;
}
.brands_view .box .con_part .my_btn i {
    width: 25px;
    height: 25px;
    font-size: 14px;
    background-color:  #23a15c;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 8px;
    border-radius: 50%;
}
.brands_view .box .con_part .pro_count{
    margin-bottom: 0;
    text-align: center;
    width:50%;
}
.brands_view .box .con_part .pro_count a{
    text-transform: capitalize;
         color: var(--secondclr);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}
.brands_view .box .con_part .pro_count a:hover{
     color: var(--primaryclr);
}

/*end brands view*/
/*start middle call to action*/
.call_to_ac .box {
    padding: 50px;
    background-image: url(../images/call_ac_bg.jpg);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.call_to_ac .box h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
}
.call_to_ac .box ul{
    list-style: none;
    padding: 0;
    margin: 20px 0px;
    display: flex;
}
.call_to_ac .box ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 15px;
    display: flex;
    align-items: center;
}
.call_to_ac .box ul li i {
    margin-right: 8px;
    font-size: 25px;
    color:  #23a15c;
}
.call_to_ac .box a {
    font-size: 16px;
    margin-top: 5px;
    padding: 14px 35px;
    text-decoration: none;
    border-radius: 5px;
    background-color:  #23a15c;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
/*end middle call to action*/
/* start search dealer banner */
.search_dealer_banner {
        padding-top: 80px;
    padding-bottom: 80px;
/*    background-image: url(../images/dealer_search.jpg);*/
    background-size: cover;
    background-position: center;
    
}
.search_dealer_banner .box{
    text-align: center;
}
.search_dealer_banner .box h1 {
    font-size: 42px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.search_dealer_banner .box p {
    font-size: 16px;
    color: var(--secondclr);
}
.search_dealer_banner .box .form_box {
    max-width: 650px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}
.search_dealer_banner .box .form_box i {
        width:40px;
    height:40px;
    font-size: 20px;
    margin-right: 10px;
    background-color: rgba(35, 161, 92, 0.19);
    position: absolute;
    border-radius: 5px;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #23a15c;
    font-weight: bold;
}

.search_dealer_banner .box .form_box .form-control {
    font-size: 16px;
    height: 45px;
    border: none;
    padding-left: 50px;
}
.search_dealer_banner .box .form_box .form-control:focus{
    box-shadow: none;
}
.search_dealer_banner .box .form_box button {
        font-size: 16px;
    height:45px;
    padding: 5px 35px;
        background-color: var(--primaryclr);
        color: #fff;
        text-transform: capitalize;
        letter-spacing: .8px;
    border-radius: 5px;
    border: none;
}
/* end search dealer banner */
/*start filter*/
.filter{
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
    padding-top: 15px;
    padding-bottom: 15px;
}
.filter .box ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter .box ul li{
    border-right: 1px solid #ddd;
    position: relative;
    padding: 10px 0px;
}
.filter .box ul li:last-child{
    border: none;
}
.filter .box ul li .butn {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--secondclr);
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
.filter .box ul li .butn i{
    transition: 0.3s;
    font-weight: bold;
}
.filter .box ul li:hover .butn i{
    transform: rotateX(180deg);
}
.mob_back_filter, .mob_filter_btn{
    display: none;
}
.product_listing .result {
    font-size: 18px;
    margin-bottom: 15px;
    color:var(--secondclr);
    text-align: center;
    font-weight: 500;
}
.product_top{
    margin: 20px 0px;
}
.product_listing  .tot_box{
    display: grid;
        grid-template-columns: repeat(5,1fr);
list-style: none;
    padding: 0;
    margin: 0;
       grid-gap: 10px;
}
.product_listing{
    padding-left: 100px;
    padding-right: 100px;
        background-color: #f7f7f7;
}
.product_listing .tot_box .prod_box{
    margin-bottom: 15px;
}
.filter .box .fil_drop{
       display: none;
     position: absolute;
    background-color: #fff;
    width: 250px;
    border-radius: 5px;
    padding: 10px;
    left: 0;
    top: 40px;
    border: 1px solid #ddd;
}
.filter .box .fil_drop .cat{
        display: block;
   
}
.filter .box .fil_drop .cat li{
    padding: 5px 8px;
    border-right: 0;
    text-transform: capitalize;
    
}
.filter .box .fil_drop .cat li .form-check-input:checked{
        background-color: transparent !important;
    border-color:transparent !important;
    opacity: 1;
}
.filter .box .fil_drop .cat li input:focus{
    box-shadow: none;
    border: none;
}
.filter .box .fil_drop .cat li input{
    margin-right: 5px;
    background-image: url(../images/check.svg);
    border: none;
    opacity: .3;
    cursor: pointer;
}
.filter .box .fil_drop .cat li label{
     cursor: pointer;
}
.filter .price-input {
  width: 100%;
  display: flex;
  margin: 6px 0 22px;
}

.filter .field input {
     width: 100%;
    height: 40px;
    outline: none;
    font-size: 15px;
    margin-left: 0;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ddd;
  -moz-appearance: textfield;
}
.filter input[type="number"]::-webkit-outer-spin-button,
.filter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.filter .price-input .separator {
     width: 80px;
    display: flex;
    font-size: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    top: 10px;
}
.filter .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.filter .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: var(--secondclr);
}
.filter .range-input {
  position: relative;
    margin-bottom: 15px;
}
.filter .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filter input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--secondclr);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.filter input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--secondclr);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*end filter*/
/*start product details page*/
.pro_details{
    background-color:#f7f7f7;
    padding: 25px 0px;
}
.pro_details .single_top .breadcrumb{
    margin-bottom: 0;
}
.pro_details .single_top .breadcrumb li{
    font-size: 15px;
    color:  var(--secondclr);
    text-transform: capitalize;
    
}
.pro_details .single_top .breadcrumb li a{
      color:  var(--secondclr);
    text-decoration: none;
    
}
.pro_details .single_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px;
}
.pro_details .single_top .back{
        font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
     display: flex;
    align-items: center;
    color:  var(--secondclr);
}
.pro_details .single_top .back i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 5px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--secondclr);
}
.pro_details .sha_box {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
}
.photo_gallery{
    display: flex;
    column-gap: 20px;
}
.photo_gallery .slider-for{
    width: 80%;
}
.photo_gallery .slider-nav{
      width: 20%;
}
.photo_gallery .slider-nav .slick-slide{
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}
.photo_gallery .slick-slide{
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.slick-dots{
    display: none !important;
}
.photo_gallery .slider-nav .slick-slide.slick-current{
    position: relative;
}
.photo_gallery .slider-nav .slick-slide.slick-current:after{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.54);
    top: 0;
    left: 0;
    content: '\f1ee';
    font-family: 'Material-Design-Iconic-Font';
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.date_avail ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.date_avail ul li {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--secondclr);
      display: flex;
    align-items: center;
}
.date_avail ul li:first-child{
    margin-right: 15px;
}
i.pro_d_i {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 8px;
      display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    
}
.date_avail{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.date_avail span {
    font-size: 15px;
    padding: 3px 15px;
    background-color: #23a15c;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 20px;
    
}
.pro_name_div h2 {
    font-size: 28px;
        margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
    color: var(--secondclr);
}
.price_div p.price{
     font-size: 28px;
    margin-bottom: 0;
    font-weight: bold;
    color: var(--secondclr);
    display: flex;
    align-items: center;
}
.price_div p.price i {
    font-size: 18px;
    margin-left: 10px;
}
.short_des{
      
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.short_des li{
        font-size: 16px;
    padding: 8px 15px;
    color: var(--secondclr);
    border: 1px solid #f5f5f5;
    text-transform: capitalize;
    margin-right: 8px;
    border-radius: 5px;
}
.short_des li:first-child{
    border-color: #ddd;
}

.short_des li span{
    font-weight: 500;
}
.loc_pro, .price_div{
     margin-top: 20px;
}
.loc_pro span {
    font-size: 16px;
    color: var(--paraclr);
}
.loc_pro span i{
        font-size: 20px;
    margin-right: 8px;
}
.loc_pro a{
     font-size: 16px;
    color: var(--primaryclr);
    display: inline-block;
    margin-left: 8px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
}
.pro_details_div h4 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--secondclr);
    font-weight: bold;
     text-transform: capitalize;
}
.pro_details_div{
    margin-top: 20px;
}
.pro_details_div p {
    font-size: 16px;
    line-height: 26px;
     color: var(--paraclr);
}
.pro_details_div ul.features{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pro_details_div ul.features li {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
     color: var(--paraclr);
    position: relative;
}
.pro_details_div ul.features li:before{
   content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    font-size:20px;
    color: #23a15c;
    margin-right: 8px;
}
.pro_details_div ul.features li span{
    font-weight: 500;
}
.rel_v_more{
    font-size: 16px;
    padding: 12px 30px;
    margin-top: 25px;
    text-decoration: none;
    border: 1px solid var(--secondclr);
    color: var(--secondclr);
    display: inline-block;
    text-transform: capitalize;
    border-radius: 5px;
    transition: 0.3s;
}
.rel_v_more:hover{
        background-color: var(--secondclr);
    color: #fff;
}
.pro_details .right_part{
    position: sticky;
    top: 20px;
}
.pro_details .sha_box.user{
    padding: 0;
    margin-bottom: 15px;
    
}
.pro_d_details .d_det{
    display: flex;
    padding: 25px;
}
.pro_d_details .d_det .text_box{
    flex: 1;
}
.pro_d_details .d_det .img_box {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}
.pro_d_details .d_det p.nm {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--secondclr);
    text-transform: capitalize;
}
.pro_d_details .d_det p.ad {
    margin-bottom: 8px;
     display: flex;
    align-items: center;
     font-size: 15px;
     color: var(--paraclr);
}
.pro_d_details .d_det p.ad .icon{
    width: 20px;
        margin-right: 8px;
}

.pro_d_details .d_det .dt{
    font-size: 15px;
    color: var(--paraclr);
    text-transform: capitalize;
    margin-bottom: 8px;
}
.pro_d_details .v_list {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--primaryclr);
    font-weight: 500;
}
.pro_d_details .btn_grp{
    padding: 0 20px 12px 20px;
}
.pro_d_details .btn_style.call{
        font-size: 20px;
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border: 1px solid #23a15c;
    border-radius: 5px;
   font-weight: 600;
    text-transform: capitalize;
    color: var(--secondclr);
    cursor: pointer;
}
.pro_d_details .btn_style.call i {
    font-size: 26px;
    margin-right: 10px;
    color: #23a15c;
}
.pro_d_details .btn_style.call a{
    text-decoration: none;
    color: var(--secondclr);
}
.pro_d_details .btn_style.m_off{
    margin-bottom: 0;
}
.pro_d_details .btn_style.m_off a{
      font-size: 20px;
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
  background-color:  #23a15c;
    border-radius: 5px;
   font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 15px 20px 0 rgba(0,0,0,.02);
}
.pro_d_details .btn_style.m_off a i {
    font-size: 26px;
    margin-right: 10px;
    color: #fff;
}
.pro_details .wp_link a {
    font-size: 20px;
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
  background-color:  var(--secondclr);
    border-radius: 5px;
   font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
}

.pro_details .wp_link a img{
    width: 35px;
        margin-right: 10px;
}
.pro_details .report a{
        font-size: 16px;
    border-top: 1px solid #ED5E4F;
    color: #ED5E4F;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    margin-top: 20px;
    display: flex;
     align-items: center;
    justify-content: center;
    padding-top: 20px;
    
}
.pro_details .report a i {
    font-size: 20px;
    margin-right: 10px;
}
/*end product details page*/
/*start make offer page*/
.contact_prodct h4 {
    font-size: 28px;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: var(--secondclr);
    font-weight: 500;
        border-bottom: 2px solid var(--secondclr);
}
.dash_details .form-control,.dash_details .form-select {
    border: 1px solid #c7c7c7;
    height: 50px;
    background-color: #fbfbfb;
    color: #000;
    border-radius: 5px;
}
.dash_details textarea.form-control {
    height: 100px;
}
.dash_details label {
    text-transform: capitalize;
    color: #000;
    font-family: var(--secondclr);
    margin-bottom: 5px;
}
.dash_details .form-group {
    margin-bottom: 10px;
}
.contact_prodct .btn_style{
    font-size: 16px;
  text-align: center;
    padding: 10px 25px;
    background-color: #23a15c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 100%;
}

.con_pro_right .prod_box .text_box .prolist_d{
    flex-wrap: wrap;
}
.con_pro_right .prolist_d .d_log {
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 6px;
    width: 100%;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.con_pro_right .prolist_d .d_log img {
    max-width: 145px;
}
/*start sell page */
.sell_banner{
    height:87vh;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
}
.sell_banner .bg_img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(80%);
}
.sell_banner .con_part {
    max-width: 580px;
}
.sell_banner .con_part h1 {
    font-size: 52px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #fff;
    font-weight: bold;
}
.sell_banner .con_part p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
    color:#fff;
}
.sell_banner .con_part ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sell_banner .con_part ul li {
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 500;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}
.sell_banner .con_part ul li:before{
        content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    font-size: 20px;
    color: #23a15c;
    margin-right: 8px;
}
.sell_banner .form_part {
    max-width: 480px;
    background-color: #fff;
    border-radius: 10px;
        padding: 25px;
}
.sell_banner .form_part .form_head h4 {
    font-size: 26px;
    margin-bottom: 8px;
    padding-bottom: 15px;
    font-weight: bold;
    color: var(--secondclr);
    text-transform: capitalize;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.sell_banner .form_part .form_head h4:after{
    position: absolute;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: #fff;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}
.sell_banner .form_part  .frm_box{
    margin-top: 20px;
}
.sell_banner .form_part .form-group .form-select {
    height: 58px;
    font-size: 15px;
    text-transform: capitalize;
}
.sell_banner .form_part .form-group, .sell_banner .form_part .form-floating {
    margin-bottom: 15px;
}
.sell_banner .form_part .form-floating .form-control:focus, .sell_banner .form_part .form-select .form-control:focus{
    box-shadow: none;
    border-color: var(--primaryclr);
}
.sell_banner .form_part label {
    font-size: 15px;
}
.sell_banner .form_part button {
    font-size: 16px;
    padding: 14px 10px;
    width: 100%;
    display: block;
    background-color: #23a15c;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.content_part .box h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 10px;
}
.content_part .box p {
    font-size: 16px;
    line-height: 24px;
    color:  var(--paraclr);
}
.content_part .box.con_hide{
    display: none;
}
.rm_con_btn {
        font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    color: var(--secondclr);
    position: relative;
    cursor: pointer;
    display: inline-block;
    transition: 0.3s;
}
.rm_con_btn:hover{
    color: var(--primaryclr);
}
.rm_con_btn:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--secondclr);
    bottom: -5px;
    left: 0;
     transition: 0.3s;
}
.rm_con_btn:hover:after{
    background-color: var(--primaryclr);
}
.rm_con_btn i {
    font-weight: 600;
    font-size: 18px;
    padding-left: 5px;
}
.rm_con_btn.active i {
    transform: rotateX(180deg);
}
.list_mod ul{
    list-style: none;
    padding: 0;
    margin: 0;
   display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: center;
}
.list_mod ul li{
    width: 24%;
}
.list_mod ul li a {
    padding: 14px 18px;
    display: block;
    border-radius: 5px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--secondclr);
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: 0.3s;
}
.list_mod ul li a:hover{
    background-color: var(--primaryclr);
    color: #fff;
    border-color: var(--primaryclr);
}
#email_business .modal-dialog{
    max-width: 800px;
}
#email_business .modal-header h1 {
    font-size: 26px;
    color:  var(--secondclr);
}
#email_business .modal-header .icon {
    font-size: 28px;
    margin-right: 10px;
}
#email_business .modal-content{
    padding: 0;
}
#email_business .modal-header{
    padding:12px 20px;
}
#email_business .btn-close {
   font-size: 25px;
    background-image: none;
    padding: 0;
    display: flex;
}
#email_business .btn-close:focus{
    box-shadow: none;
}
#email_business .modal-body {
    padding:20px;
}
#email_business .left_form .form_group{
    margin-bottom: 10px;
}
#email_business .left_form .form-control {
  border: 1px solid #c7c7c7;
    height: 48px;
    background-color: #fbfbfb;
    color: #000;
    border-radius: 5px;
}
#email_business .left_form label{
        text-transform: capitalize;
    color: #000;
    font-family: var(--secondclr);
   margin-bottom: 3px;
    font-size: 15px;
}
#email_business .left_form .form-control.file_input{
    height: auto;
}
#email_business .left_form button{
    font-size: 16px;
    text-align: center;
    padding: 10px 25px;
    background-color: #23a15c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 100%;
}
#email_business .right_form {
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
    
}
#email_business .right_form .dealer_logo img{
    display: block;
    margin: 0 auto;
    max-width: 180px;
    margin-bottom: 6px;
}
#email_business .right_form .dealer_logo {
    padding: 15px;
    background-color: #fff;
    font-size: 16px;
    color: var(--secondclr);
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
#email_business .right_form h4{
        font-size: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-transform: capitalize;
    font-weight: 500;
}
#email_business .right_form ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#email_business .right_form ul li{
    font-size: 15px;
    color: var(--secondclr);
    position: relative;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: flex;
}
#email_business .right_form ul li:before{
    content: '\f269';
    font-family: 'Material-Design-Iconic-Font';
    font-size: 20px;
    color: #23a15c;
    margin-right: 8px;
}
/*end sell page */
/*startg watch dealer details banner */
.dealer_details_bann{
    background-image: url(../images/watches_image.jpg);
    padding-top: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.dealer_details_bann:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,.3);
    z-index: -1;
    top: 0;
    left: 0;
}
.dealer_details_bann h1{
        font-size: 38px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.dealer_details_bann .box .b_logo{
    background-color: #f7f7f7;
    padding: 15px 15px 15px 0px;
    position: relative;
    z-index: 1;
    border-top-right-radius: 50px;
}
.dealer_details_bann .box .b_logo:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -1;
        left: -100%;
    top: 0;
    
}
.dealer_details_bann .box .b_logo img{
    width: 100%;
    max-width: 165px;
}
.dealer_details_bann .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dealer_details_bann .box ul li{
    margin-left: 12px;
}
.dealer_details_bann .box ul li a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background-color: #000000b0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #ffffff8c;
}
.dealer_details_bann .box ul li a:hover{
    color: #fff;
    background-color: var(--primaryclr);
    border-color:#fff;
}
.brand_d_view{
background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 40px;
    
}

.brand_d_view .left_part .box{
    margin-bottom: 20px;
}
.brand_d_view .left_part .photo_gallery .box {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.brand_d_view .sha_box {
        padding: 25px;
    background-color: #fff;
    border-radius: 10px;
}
.brand_d_view .left_part .brand_d_head{
    color: #000;
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
        margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}
.brand_d_view .left_part .brand_d_head:after{
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--primaryclr);
    bottom: 0;
    left: 0
}
.brand_d_view .left_part p{
  font-size: 15px;
    color: #333;
    line-height: 25px;
}
.brand_d_view .sidebar_brand{
        background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.brand_d_view .sidebar_brand h3{
        color: #fff;
       padding: 16px 25px;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--secondclr);
    
}
.brand_d_view .sidebar_brand h3 a{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.brand_d_view .sidebar_brand h3 a i{
    padding-right: 5px;
}
.brand_d_view .sidebar_brand ul{
    list-style: none;
    padding: 20px;
    margin: 0;
}

.brand_d_view .sidebar_brand ul li{
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.brand_d_view .sidebar_brand ul li:last-child{
    margin-bottom: 0;
    border: none;
}
.brand_d_view .sidebar_brand ul li a{
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    
}
.brand_d_view .sidebar_brand ul li a p {
        display: flex;
    align-items: center;
}
.right_side_box h4 {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 15px;
}
.brand_d_view .map_view{
    margin-top: 0px;
}
.brand_d_view .map_view iframe{
    border-radius: 10px;
    overflow: hidden;
    height: 250px !important;
}
.brand_d_view .sidebar_brand ul li a i {
    font-size: 20px;
    padding-right: 6px;
}
.brand_d_view .sidebar_brand ul li a span{
      color: #333;
    text-transform: lowercase;
    font-size: 15px;
    line-height: 16px;
    display: block;
    margin-right: 6px;
}
.brand_d_view .photo_gallery .photo_box{
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_d_view .photo_gallery .photo_box .zoom_ico{
    width: 40px;
    height: 40px;
    background-color: rgb(0, 0, 0,.6);
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s;    
    cursor: pointer;
}
.brand_d_view .photo_gallery .photo_box:hover .zoom_ico{
     opacity: 1;
}
.brand_d_view .share_social{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.brand_d_view .share_social h4 i {
    padding-right: 10px;
}
.brand_d_view .share_social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.brand_d_view .share_social ul li{
    border: none;
    margin-bottom: 0;
}
.brand_d_view .share_social ul li a{
    font-size: 18px;
    margin: 0px 10px;
}
.brand_d_view .share_social ul li:first-child a{
    color: #3b5998;
}
.brand_d_view .share_social ul li:nth-child(2) a{
   background: -webkit-linear-gradient(#7c22b8, #da8941);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.brand_d_view .share_social ul li:nth-child(3) a{
    color: #00acee;
}
.brand_d_view .share_social ul li:nth-child(4) a{
    color: #cd201f;
}
.brand_d_view .share_social ul li:nth-child(5) a{
    color: #0a66c2;
}
.brand_d_view .share_social ul li:nth-child(6) a{
    color: #cd201f;
}
.brand_d_view .faq .acor_box{
    box-shadow: none;
    margin-top: 0;
}
.brand_d_view .faq .acor_box .accordion-item{
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.brand_d_view .faq .accordion-button::after{
        width: 30px;
    height: 30px;
}
.brand_d_view .faq .accordion-button{
           font-size: 18px;
    padding: 14px 0px;
    font-family: var(--secondfnt);
}
.brand_d_view .faq  .accordion-body{
    padding: 15px 0px;
    
}
.brand_d_view .faq .accordion-body{
        font-size: 15px;
    color: #333;
    line-height: 25px;
}
.e_business{
        font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    background-color: #23a15c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    margin-bottom: 0;
    letter-spacing: .5px;
    cursor: pointer;
}
.e_business i{
    margin-right: 8px;
}
#owl_photo_gallery .owl-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
        top: -55px;
    right: 0;
}
#owl_photo_gallery .owl-nav button {
    font-size: 22px;
    color: #000;
    transition: 0.3s;
}
#owl_photo_gallery .owl-nav button.owl-next {
    margin-left: 15px;
}
.right_side_box {
      padding: 25px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.right_side_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.right_side_box ul li {
        font-size: 16px;
    line-height: 18px;
    width: 50%;
    display: flex;
    align-items: center;
}
.right_side_box ul li i{
    width: 40px;
    height: 40px;
        background-color: rgba(35, 161, 92, 0.19);
    border: 1px solid #23a15c;
    color: #23a15c;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-right: 10px;
}
/*end dealer details page view*/
/*start listing plan page*/
.listing_plans{
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
}
.listing_plans:after{
     position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: .6;
}
.listing_plans .price_heading{
    text-align: center;
    margin-bottom: 30px;
padding-bottom: 15px;
    position: relative;
}
.listing_plans .price_heading:after{
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #eac945;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.listing_plans .price_heading img{
    width: 35px;
    margin: 0 auto;
    display: block;
}
.listing_plans .price_heading h1{
          color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.listing_plans .price_heading h1 span{
    font-weight: 600;
}
.listing_plans .price_heading p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.listing_plans .box{
    background-color: #fff;
    padding: 25px 40px;
        border-radius: 15px;
}
.listing_plans .box .sub_head{
        font-size: 15px;
    text-transform: capitalize;
    display: inline;
    padding: 5px 20px;
    margin-bottom: 0;
    background: #23a15c;
    color: #fff;
    border-color: #23a15c;
    border-radius: 5px;
}
.listing_plans .box .price{
      font-size: 60px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #000;
}
.listing_plans .box .price span{
    font-size: 18px;
    font-weight: normal;
    color: #333;
}
.listing_plans .box .para{
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0;
}
.listing_plans .box ul{
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
}
.listing_plans .box.prem ul{
     border-top: 1px solid #565656;
}
.listing_plans .box ul li{
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    
}
.listing_plans .box ul li:after{
       position: absolute;
    content: '\f269';
    display: block;
    color: #23a15c;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 15px;
    font-size: 18px;
    border-radius: 50%;
    background-color: #fff;
    left: 0;
    top: 5px;
    font-weight: bold;
}
.listing_plans .box .btn_style{
    margin-bottom: 0;
}
.listing_plans .box .btn_style a{
       border: 1px solid #23a15c;
    background-color: #23a15c;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 15px;
    text-align: center;
    letter-spacing: 1px;
    transition: 0.3s;
    border-radius: 5px;
}
.listing_plans .box .btn_style a:hover{
     background-color: var(--primaryclr);
    color: #fff;
    border-color: var(--primaryclr);
}
.listing_plans .box.prem{
       background: linear-gradient(180deg,#1e262f 0,#10141b);
}
.listing_plans .box.prem .sub_head{
       color: #000000;
    background-color: #eac945;
}
.listing_plans .box.prem ul li:after{
        color: #eac945;
        background-color: #000;
}
.listing_plans .box.prem .price, .listing_plans .box.prem .price span, .listing_plans .box.prem .para, .listing_plans .box.prem ul li{
    color: #fff;
}
.listing_plans .box.prem .btn_style a{
      background-color: #eac945;
    color: #000;
    border-color: #eac945;
}
.listing_plans .box.prem .btn_style a:hover{
    background-color: var(--primaryclr);
    color: #fff;
    border-color: var(--primaryclr);
}
.listing_plans .box.prem{
    position: relative;
}
.listing_plans .box.prem .tag{
       display: inline-block;
    background-color: #eac945;
    border-radius: 20px;
    font-size: 15px;
    padding: 3px 15px;
    text-transform: capitalize;
    color: #000;
    position: absolute;
    right: 25px;
    top: 25px;
}
.listing_plans .need_help{
        background: linear-gradient(180deg,#1e262f 0,#10141b);
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.listing_plans .need_help p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 22px;
}
.listing_plans .need_help p span{
    opacity: .6;
    font-size: 14px;
    font-weight: normal
}
.listing_plans .need_help ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.listing_plans .need_help ul .phone{
    color: #fff;
    font-size: 14px;
    letter-spacing: .5px;
}
.listing_plans .need_help ul .phone a{
     color: #fff;
    text-decoration: none;
    padding-left: 15px;
}
.listing_plans .need_help ul .phone a i {
    padding-right: 5px;
}
.listing_plans .need_help ul .or{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    opacity: .6;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.listing_plans .need_help ul .btn_style a{
    padding: 10px 25px;
    background-color: var(--primaryclr);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    text-decoration: none;
    border-radius: 5px;
}
/*end listing plan page*/
/*start login page */
.login_form {
    padding: 60px 0px;
   position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
}
.login_form:before{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .4;
    top: 0;
    left: 0;
}
.login_form .box {
    padding: 25px 25px;
    max-width: 460px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
}
.login_form .box h1.head {
    font-size: 35px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
}
.login_form .box .form-group{
    margin-bottom: 12px;
}
.login_form .box label {
    font-size: 16px;
        text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 5px;
}
.login_form .box .form-control {
      border-radius: 2px;
    border: 1px solid #c7c7c7;
    height: 50px;
    background-color: #fbfbfb;
    color: #000;
    border-radius: 5px;
    font-size: 16px;
}
.login_form .box .btn_style {
    font-size: 16px;
        font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 12px 25px;
    background-color: #23a15c;
    border-radius: 5px;
    display:block;
    width:100%;
    text-decoration:none;
    border: none;
    color: #fff;
    transition:0.3s;
}
.login_form .box .regis{
     font-size: 16px;
        font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 12px 25px;
    background-color: var(--secondclr);
    border-radius: 5px;
    display:block;
    width:100%;
    text-decoration:none;
    color: #fff;
    transition:0.3s;
}
.login_form .box .btn_style:hover, .login_form .box .regis:hover{
     background-color: var(--primaryclr);
}
.login_form .social_login p{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: var(--paraclr);
    position: relative;
    z-index: 1;
}
.login_form .social_login p span{
    display: inline-block;
    background-color: #fff;
    padding: 0px 15px;
}
.login_form .social_login p:after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
/*end login page */
/*start register dealer page */

.register-form h1 {
    font-size: 55px;
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--secondclr);
    text-transform: capitalize;
}
.register-form{
    border-top: 1px solid #ddd;
    padding-top: 60px;
}
.register-form p {
    font-size: 20px;
    line-height: 30px;
     color: var(--paraclr);
}
.reg_form_steps ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
         margin-top: 15px;
    margin-bottom: 25px;
}
.reg_form_steps ul:after{
        position: absolute;
    content: '';
    display: block;
    width: calc(100% - 75px);
    height: 1px;
    background-color: #ddd;
    top: 16px;
        z-index: -1;
    left: 35px;
}
.reg_form_steps ul li {
    text-align: center;
        width: 122px;
}
.reg_form_steps ul li .num{
        border-radius: 100px;
    width: 32px;
    height: 32px;
        display: flex;
        align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #a7a7a7;
    margin: 0 auto;
        box-shadow: 0 0 0 15px #fff;
}
.reg_form_steps ul li.active .num{
    background-color: var(--secondclr);
}
.reg_form_steps ul li .text {
    margin-top: 12px;
    font-size: 16px;
    color: var(--secondclr);
    text-transform: capitalize;
    display: inline-block;
}
.register-form .select_row{
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 15px;
        margin-bottom: 15px;
}
.register-form  p.label_check{
        font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 0;
}
.register-form .select_indus{
    border-left: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.register-form .select_indus .form-check{
    width: 50%;
     display: flex;
    align-items: center;
    justify-content: center;
}
.register-form .select_indus .form-check label{
    font-weight: 500;
}
.register-form .select_indus .form-check-input {
    width:35px;
    height:35px;
    margin-right: 8px;
    border: 1px solid #a9a9a9;
        margin-top: 0;
}
.register-form .select_indus .form-check-input:focus{
    box-shadow: none;
}
.register-form .form-floating {
    margin-bottom: 15px;
}
.register-form .form-floating .form-control:focus{
    box-shadow: none;
    border-color: var(--secondclr);
}
.register-form .my_btn {
       padding: 12px 30px;
    font-size: 16px;
    margin-top: 10px;
    background-color: #23a15c;
    border-radius: 5px;
    font-weight: 600;
        text-transform: capitalize;
    color: #fff;
    border: none;
    
}
.register-form .dvdr-top {
    padding-top: 15px;
    border-top: 1px solid #ddd;
    margin-top: 15px;
}
.register-form h4 {
    font-size: 14px;
    font-family: var(--secondfnt);
    color: var(--secondclr);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
}
.drag-area {
    border: 1px dashed #ddd;
    width: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 15px;
    margin-top: 10px;
}
.drag-area .icon {
   font-size: 50px;
    color: #ccc;
    line-height: 45px;
}

.drag-area header {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondclr);
    color: var(--secondfnt);
    background-color: transparent;
}
.drag-area span {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondclr);
    margin: 5px 0 6px 0;
    font-family: var(--secondfnt);
}
.drag-area button {
    font-family: var(--secondfnt);
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 400;
    border: none;
    outline: none;
    background: var(--primaryclr);
    color: #ffffff;
    cursor: pointer;
    border-radius: 5px;
}

/*end register dealer page */

/*start sell form page*/
.sell-form{
    background-image: url(../images/price_list_banner.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
        padding-top: 60px;
    padding-bottom: 60px;
}

.sell-form:after{
       position: absolute;
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.sell-form .title-head {
    margin-bottom: 15px;
}
.sell-form .title-head h1{
       font-size: 42px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.sell-form .title-head p {
        font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 10px;
}
.sell-form .con_box p {
       font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 18px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.26);
    padding-bottom: 10px;
    text-align: center;
}
.sell-form .con_box .pop_brands{
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 4;
        margin-bottom: 30px;
}
.sell-form .con_box .pop_brands li{
    background-color: #fff;
   
    text-transform: capitalize;
    margin-bottom: 10px;
    padding: 12px 10px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #fff;
}
.sell-form .con_box .pop_brands li:hover{
    border-color: #23a15c;
    color: #fff;
     background-color: rgba(35, 161, 92, 0.47);
}
.sell-form .con_box .pop_brands li a p {
        font-size: 15px;
    color: #333;
    margin-top: 6px;
    padding-bottom: 6px;
}
.sell-form .con_box .list_brands{
    column-count: 4;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    column-gap: 30px;
} 

.sell-form .con_box .list_brands li{
      color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
      padding-bottom: 7px;
    cursor: pointer;
    
}
.sell-form .con_box .list_brands li:before{
    content: '\f2fb';
        font-family: 'Material-Design-Iconic-Font';
    font-weight: bold;
    color: var(--primaryclr );
    font-size: 15px;
    padding-right: 8px;
    transition: 0.3s;
}
.sell-form .con_box .list_brands li:hover:before{
    padding-right: 12px;
}
.sell-form .form-box .form-group{
    margin-bottom: 10px;
}
.sell-form .form-box h2{
        font-size: 30px;
    text-transform: capitalize;
    color: var(--secondclr);
    border-bottom: 2px solid var(--secondclr);
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.sell-form .form-box .form-group .form-control {
          border: 1px solid #ddd;
    padding: 7px 12px;
    background: #ffffff;
    height: 50px;
    border-radius: 5px;
    display: block;
    width: 100%;
}
.sell-form .form-box .form-group textarea.form-control{
       height: 85px;
}
select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.sell-form sup{
        color: #f00;
    font-size: 16px;
    position: relative;
    top: -3px;
}
/*
.sell-form .form-box .form-group select.form-control {
    position: relative;
}
.sell-form .form-box .form-group select.form-control:after{
    position: absolute;
    content: '\e5cf';
        font-family: 'Material Symbols Outlined';
    font-size: 14px;
    font-weight: 300;
    color: var(--secondclr);
    right: 0;
    top: 0;
}
*/
.sell-form .form-box .form-group label{
        font-size: 14px;
    font-family: var(--secondfnt);
    color:#fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
    display: inline-block;
}
.sell-form .all_btn{
    margin-top: 15px;
    border: none;
    outline: none;
    box-shadow: none;
}
.sell-form .all_btn a{
    cursor: pointer;
    background-color: #23a15c;
}

.sell-form h4{
      font-size: 14px;
    font-family: var(--secondfnt);
    color:#fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
}

.sell-form .dvdr-top{
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    margin-top: 15px;
}
.sell-form .form-group .radio-box label {
       width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #ffffffeb;
    color: #000;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.sell-form input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
    display: none
}
.sell-form .form-group .radio-box .btn-d{
    width: 49%;
    height: 100%;
}

.sell-form input[type=radio]:checked + label {
    background-color: #23a15c;
    color: #fff;
    border: none;
}

.sell-form .radio-box {
    padding: 0;
    height: 42px;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sell-form .form-group h3{
         font-size: 14px;
    font-family: var(--secondfnt);
    color:#fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    display: inline-block;
}

.sell-form .form-box{
    position: relative;
}
.sell-form .drag-area header, .drag-area span{
    color: #fff;
}
.form_steps ul{
   list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-bottom: 30px;
}
.form_steps ul:after {
     position: absolute;
    content: '';
    display: block;
    width: calc(100% - 150px);
    height: 1px;
    background-color: #ffffff9c;
    top: 48px;
    z-index: -1;
    left: 75px;
}
.form_steps ul li {
    text-align: center;
    width: 145px;
}
.form_steps ul li .num {
        border-radius: 100px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    background-color: #ffffff;
    margin: 0 auto;
}
.form_steps ul li .dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #23a15c;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 12px;
}
.form_steps ul li.active .num {
    background-color: #23a15c;
    color: #fff;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_steps ul li.active .num:after{
     background-color: #23a15c;
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    animation: 2s form_step_active infinite;
}
@keyframes form_step_active{
    0%{
        transform: scale(1);
        opacity: 1;
    }
     50%{
        transform: scale(2);
         opacity: 0
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}
.form_steps ul li .text {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}
.success_msg {
    padding: 25px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 10px;
}
.success_msg .icon {
    font-size: 100px;
    line-height: 0;
    color: #23a15c;
}
.success_msg h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 12px;
    color: var(--secondclr);
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: .5px;
}
.register-form p {
    font-size: 16px;
    line-height: 24px;
     color: var(--paraclr);
    margin-bottom: 0;
}
/*end sell form page*/

/*start dealer dashboard*/
.dash_top_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.single_top{
      width: 100%;
}
.dealer_dash .dash_details .add_pro_btn{
    margin: 0;
}
.dealer_dash .dash_details .add_pro_btn a {
    padding: 12px 25px;
    font-size: 16px;
        text-transform: capitalize;
        background-color: #23a15c;
        border-radius: 5px;
        color: #fff;
    text-decoration: none;
    display: inline-block;
}
.dealer_dash .dash_details .add_pro_btn a i {
    padding-left: 5px;
}
.dealer_dash .dash_details .dash_top_head{
    margin-bottom: 20px;
}
.dealer_dash{
      display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}
.dealer_dash .d_sidebar{
   min-width: 300px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
}
.dealer_dash .d_sidebar ul{
    list-style: none;
    padding: 0 25px;
    margin: 0;
}
.dealer_dash .d_sidebar ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    padding: 12px 15px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
    position: relative;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 5px;
}
.dealer_dash .d_sidebar ul li a .icon{
        width: 30px;
    height: 30px;
    background-color: #ae845f;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.3s;
}
.dealer_dash .d_sidebar ul li a i {
    font-size: 17px;
}
.dealer_dash .d_sidebar ul li a i.zmdi-chevron-right{
       position: absolute;
    right: 30px;
    line-height: 20px;
}
.dealer_dash .d_sidebar ul li a.active, .dealer_dash .d_sidebar ul li a:hover{
    background-color: var(--primaryclr);
    color: #fff;
}
.dealer_dash .d_sidebar ul li a.active .icon, .dealer_dash .d_sidebar ul li a:hover .icon{
    background-color: #fff;
    color: var(--primaryclr);
}
.dealer_dash .d_sidebar ul li a span {
    padding-left: 15px;
}
.dealer_dash .d_sidebar .sub_head{
      text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    padding-left: 30px;
    font-size: 12px;
    margin: 10px 0px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    
}
.dealer_dash .dash_details{
    padding: 50px 30px;
    width: 100%;
    width: calc(100% - 300px);
}
.dealer_dash .dash_details .dash_head{
          color: #000;
    font-size: 23px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
/*
    border-bottom: 1px solid #1b1b1b;
    padding-bottom: 0;
*/
}
.dealer_dash .dash_details .brand_d_head{
        color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
        padding-bottom: 10px;
}
.dealer_dash .dash_details .brand_d_head:after {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: var(--primaryclr);
    bottom: 0;
    left: 0;
}
.dealer_dash .dash_details .gallery {
    margin-bottom: 25px;
}
.dealer_dash .dash_details .gallery ul{
    list-style: none;
    column-count: 2;
    column-gap: 20;
    padding: 0;
    margin: 0;
}
.dealer_dash .dash_details .gallery .lg_box{
    height: 400px;
   object-fit: cover;
    overflow:hidden;
    cursor:pointer;
    border-radius:5px;
    
}
.dealer_dash .dash_details .gallery .md_box{
    height: 190px;
   object-fit: cover;
    overflow:hidden;
    cursor:pointer;
    border-radius:5px;
    
}
.dealer_dash .dash_details .gallery .dvd_box{
    column-count: 2;
    column-gap: 20;
    margin-top: 20px;
}
.dealer_dash .dash_details .gallery .dvd_box .xs_box{
    height: 190px;
    object-fit: cover;
    overflow:hidden;
    cursor:pointer;
    border-radius:5px;
}
.dealer_dash .dash_details .gallery .dvd_box .xs_box.last{
    position: relative;
}
.dealer_dash .dash_details .gallery .dvd_box .xs_box.last .count{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 15px;
    color: #fff;
    font-family: var(--secondfnt);
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.58);
    text-transform: capitalize;
}
.dealer_dash .dash_details .sha_box{
        padding: 25px;
    margin-left: 0;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.dealer_dash .dash_details .left_part p {
          font-size: 16px;
    line-height: 26px;
    color: var(--paraclr);
}
.dealer_dash .dash_details .left_part .faq .accordion-body {
     font-size: 16px;
    line-height: 26px;
    color: var(--paraclr);;
}
.dealer_dash .dash_details .left_part  p {
      font-size: 16px;
    line-height: 26px;
    color: var(--paraclr);
}
.dealer_dash .dash_details .left_part .faq .acor_box {
    box-shadow: none;
    margin-top: 0;
}
.dealer_dash .dash_details .left_part .faq .accordion-button {
    font-size: 18px;
    padding: 14px 0px;
    font-family: var(--secondfnt);
}
.dealer_dash .dash_details .left_part .faq .acor_box .accordion-item {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.dealer_dash .dash_details .left_part .faq .accordion-button::after {
    width: 30px;
    height: 30px;
}
.dealer_dash .dash_details .deal_details{
       padding: 25px;
    margin-left: 0;
    box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
    background-color: #fff;
    border-radius: 10px;
}
.dealer_dash .dash_details .deal_details .user{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.dealer_dash .dash_details .deal_details .user .img_box{
    width: 70px;
    height: 70px;
    background-color: #000;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.dealer_dash .dash_details .deal_details .user p {
   margin-bottom: 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    line-height: 20px;
    letter-spacing: .5px;
}
.dealer_dash .dash_details .deal_details .user p span{
    font-weight: normal;
    font-size: 14px;
    color: #333;
}
.dealer_dash .dash_details .deal_details ul.con{
      list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 15px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 15px 25px;
}
.dealer_dash .dash_details .deal_details .map_view{
    margin-top:20px;
}
.dealer_dash .dash_details .deal_details .map_view iframe{
    border-radius: 10px;
    overflow: hidden;
}
.dealer_dash .dash_details .deal_details ul.con li{
           margin-bottom: 14px;
    border-bottom: 1px solid #ddd;
}
.dealer_dash .dash_details .deal_details ul.con li:last-child{
    margin-bottom: 0;
    border: none;
}
.dealer_dash .dash_details .deal_details ul.con li a{
        text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.dealer_dash .dash_details .deal_details ul.con li a i {
        font-size: 20px;
    color: var(--primaryclr);
    padding-right: 6px;
}
.dealer_dash .dash_details .deal_details ul.con li a span {
    color: #333;
    text-transform: lowercase;
    font-size: 15px;
    line-height: 16px;
    display: block;
    margin-top: 6px;
}
.dealer_dash .dash_details .share_social{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #000;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.dealer_dash .dash_details .share_social h4{
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
}
.dealer_dash .dash_details .share_social h4 i {
    padding-right: 10px;
}
.dealer_dash .dash_details .share_social ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.dealer_dash .dash_details .share_social ul li a{
    font-size: 18px;
    margin: 0px 10px;
}
.dealer_dash .dash_details .share_social ul li:first-child a{
    color: #3b5998;
}
.dealer_dash .dash_details .share_social ul li:nth-child(2) a{
   background: -webkit-linear-gradient(#7c22b8, #da8941);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dealer_dash .dash_details .share_social ul li:nth-child(3) a{
    color: #00acee;
}
.dealer_dash .dash_details .share_social ul li:nth-child(4) a{
    color: #cd201f;
}
.dealer_dash .dash_details .share_social ul li:nth-child(5) a{
    color: #0a66c2;
}
.dealer_dash .dash_details .share_social ul li:nth-child(6) a{
    color: #cd201f;
}
.remove_footer_gap{
    margin-top: -70px;
}
.dash_details .form_group{
    margin-bottom: 12px;
}
.dash_details .form-control{
    border: 1px solid #c7c7c7;
    height: 50px;
    background-color: #fbfbfb;
    color: #000;
}
.dash_details textarea.form-control{
    height: 100px;
}
.dash_details .form-control:focus, .dash_details .form-select:focus{
    box-shadow: none;
}
.dash_details label{
    text-transform: capitalize;
    color: #000;
    font-family: var(--secondfnt);
    margin-bottom: 5px;
}
.dash_details label i{
    padding-right: 6px;
}
.fb_clr{
    color: #3b5998;
}
.insta_clr{
   background: -webkit-linear-gradient(#7c22b8, #da8941);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.twitter_clr{
    color: #00acee;
}
.youtube_clr{
    color: #cd201f;
}
.linked_clr{
    color: #0a66c2;
}
.pinterest_clr{
    color: #cd201f;
}
/*upload images dealer*/
input[type="file"] {
  display: block;
}
.imageThumb {
     max-height: 115px;
    border: 1px solid #c7c7c7;
    padding: 1px;
    cursor: pointer;
}
.pip {
  display: inline-block;
  margin: 20px 10px 0 0;
        position: relative;
}
.remove {
      color: var(--primaryclr);
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -15px;
    font-size: 20px;
    right: -8px;
}
.remove:hover {
  color: black;
}
.up_field{
    position: relative;
}
.up_field .up_img{
   text-align: center;
    border: 1px dashed #ddd;
    padding: 12px;
}
.up_field .up_img i {
    font-size: 40px;
        color: #c7c7c7;
}
.up_field .up_img p{
    text-transform: capitalize;
    margin-bottom: 0;
}
.up_field input[type="file"]{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
/*upload images dealer*/
/*keyword input*/

.tags-input-wrapper{
    background: transparent;
    padding: 10px;
    border-radius: 4px;
        border: 1px solid #c7c7c7;
        background-color: #fbfbfb;
    height: 100px;
}
.tags-input-wrapper input{
    border: none;
    background: transparent;
    outline: none;
    width: 140px;
    margin-left: 8px;
}
.tags-input-wrapper .tag{
     display: inline-block;
    background-color: #ffffff;
    color: black;
    border-radius: 40px;
    padding: 0px 3px 0px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    /* box-shadow: 0 5px 15px -2px rgba(250 , 14 , 126 , .7); */
    border: 1px solid #ddd;
    font-family: var(--secondfnt);
    font-size: 14px;
}
.tags-input-wrapper .tag a {
    margin: 0 7px 3px;
    display: inline-block;
    cursor: pointer;
}
.dash_details .btns_group .sub_btn{
    background-color:  #23a15c;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 30px;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    font-family: var(--primaryfnt);
    z-index: 1;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    letter-spacing: .8px;
    cursor: pointer;
    border: 1px solid #23a15c;
    border-radius: 5px;
}
.dash_details .btns_group .sub_btn.can{
     background-color: #fff;
    border-color: #000;
    color: #000;
}
/*keyword input*/
.dealer_dash .dash_details .prod_box .text_box{
    position: relative;
}
.dealer_dash .dash_details .prod_box .text_box .preview{
       position: absolute;
    right: 15px;
    bottom: 18px;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    border-radius: 50%;
    color: var(--secondclr);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.dealer_dash .dash_details .prod_box .cont .switch{
        width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dealer_dash .dash_details .prod_box .cont .switch label{
    margin: 0;
}
.dealer_dash .dash_details .prod_box .cont .switch .form-check-input:focus{
    box-shadow: none;
}
.dealer_dash .dash_details .prod_box .cont .switch .form-check-input:checked{
    background-color: #23a15c;
    border-color: #23a15c;
}
.dealer_dash .dash_details .prod_box .cont{
    border-top: 1px solid #f5f5f5;
    padding-top: 12px;
}
/* end dealer details page*/
/*start common page*/
.inner_single_banner {
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.inner_single_banner:after{
        position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: .5;
    top: 0;
    left: 0;
}
.inner_single_banner .box{
    text-align: center;
}
.inner_single_banner .box h1 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.inner_single_banner .breadcrumb{
    margin-bottom: 5px;
   justify-content: center;
}
.inner_single_banner .breadcrumb li{
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    
}
.inner_single_banner .breadcrumb li a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.contact .form_part .form_group{
    margin-bottom: 12px;
}
.contact .form_part .form_group .form-control{
        border: 1px solid #c7c7c7;
    height: 48px;
    background-color: #fbfbfb;
    color: #000;
    border-radius: 5px;
}
.contact .form_part .my_file{
     border: 1px solid #c7c7c7;
    background-color: #fbfbfb;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.contact .form_part .form_group textarea.form-control{
    height: 80px;
}
.contact .form_part .my_btn{
     font-size: 16px;
    text-align: center;
    padding: 12px 35px;
    background-color: #23a15c;
    border-radius: 5px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    border: none;
}
.contact .con_part .box{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}
.contact .con_part .box .icon {
    font-size: 24px;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 70px;
    color: var(--secondclr);
}
.contact .con_part .box .text {
    font-size: 16px;
    color: var(--secondclr);
    line-height: 24px;
    
}
.contact .con_part .box .text span{
      font-weight: 500;
    color: var(--paraclr);
}
.contact .map{
    margin-top: 40px;
}
.contact .map iframe{
    height: 250px;
    border-radius: 10px;
}
/*end common page*/
/*start mega menu design*/
.mega_menu{
    position: absolute;
    top: 127px;
    width: 100%;
    left: 0;
    z-index: 9;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    display: none;
}
.mega_menu.menu_open{
    display: block !important;
}
.mega_menu .menu_box p.drop_head{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--secondclr);
    font-weight: bold;
    margin-bottom: 10px;
}
.mega_menu .menu_box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega_menu .menu_box ul li a{
    font-size: 14px;
    font-weight: 500;
    color: var(--paraclr);
    padding: 4px 0px;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.mega_menu .menu_box ul li a:hover{
    padding-left: 3px;
    color: var(--primaryclr);
}
/*end mega menu design*/
/*start blog inner page*/
.blog_inner{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.blog_inner .heading_part{
    text-align: center;
    margin-bottom: 20px;
}
.blog_inner .heading_part .date{
    color: var(--paraclr);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 15px;
    position: relative;
}
.blog_inner .heading_part .date:after{
        position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--paraclr);
    left: -160px;
    right: 0;
    top: 9px;
    margin: 0 auto;
}
.blog_inner .heading_part .date:before{
        position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background-color: var(--paraclr);
    left: 0px;
    right:  -160px;
    top: 9px;
    margin: 0 auto; 
}
.blog_inner .heading_part h1{
        font-size: 50px;
    line-height: 60px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: capitalize;
}
.blog_inner .bl_img{
    border-radius: 10px;
    overflow: hidden;
}
.blog_inner .dvd_part{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.blog_inner .dvd_part .auther{
    display: flex;
    align-items: center;
    
}
.blog_inner .dvd_part .auther .img_box{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    background-color: #ccc;
    margin-right: 10px;
    overflow: hidden;
}
.blog_inner .dvd_part .auther p{
    font-size: 18px;
    text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 0;
    font-weight: 500;
}
.blog_inner .dvd_part .share_icons ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.blog_inner .dvd_part .share_icons ul li a{
    width: 35px;
    height: 35px;
    border: 1px solid var(--paraclr);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--paraclr);
    margin-left: 10px;
    transition: 0.3s;
}
.blog_inner .dvd_part .share_icons ul li a:hover{
    background-color: var(--primaryclr);
    border-color: var(--primaryclr);
    color: #fff;
    
}
.blog_inner .blo_body p {
    color: var(--paraclr);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}
.blog_inner .blo_body p a, .blog_inner .blo_body ul li a{
    font-weight: 600;
    color: var(--secondclr);
}
.blog_inner .blo_body ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}
.blog_inner .blo_body ul li {
    color: var(--paraclr);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
}
.blog_inner .blo_body ul li:before{
        position: absolute;
    content: '\f2fb';
    color: #fff;
    background-color: var(--paraclr);
    font-family: 'Material-Design-Iconic-Font';
    font-size: 14px;
    margin-right: 8px;
    left: 0;
    font-weight: 600;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 3px;
}
.blog_inner .blo_body h2,.blog_inner .blo_body h3, .blog_inner .blo_body h4,.blog_inner .blo_body h5,.blog_inner .blo_body h6{
    color: var(--secondclr);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.blog_inner .blo_body h2{
    font-size: 32px;
    line-height: 42px;
}

.blog_inner .blo_body h3{
    font-size: 28px;
    line-height: 38px;
}
.blog_inner .blo_body h4{
    font-size: 24px;
    line-height: 34px;
}
.blog_inner .blo_body h5{
    font-size: 20px;
    line-height: 30px;
}
.blog_inner .blo_body h6{
    font-size: 18px;
    line-height: 28px;
}
.blog_inner .blo_body img{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 10px;
}
.blog_inner .blo_body span{
    color: var(--paraclr);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    display: block;
}
.blog_inner .blog_nav{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.blog_inner .blog_nav .btn_nav{
    border: 1px solid #ddd;
    padding: 15px 25px;
    text-decoration: none;
    width: 50%;
    display: block;
    position: relative;
}
.blog_inner .blog_nav .btn_nav i {
   position: absolute;
    left: 25px;
    top: 20px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondclr);
}
.blog_inner .blog_nav .btn_nav:last-child i{
    right: 25px;
    left: auto;
}
.blog_inner .blog_nav .btn_nav:first-child{
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.blog_inner .blog_nav .btn_nav:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog_inner .blog_nav .btn_nav p{
    color:  var(--paraclr);
     font-size: 14px;
    line-height: 24px;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.blog_inner .blog_nav .btn_nav span{
     color:  var(--secondclr);
        font-size: 18px;
    line-height: 26px;
     font-weight: 500;
    text-transform: capitalize;
}
/*end blog inner page*/
/*start blog page*/
.blog_slider{
    border-top: 1px solid #ddd;
    padding-top: 30px;
}
.blog_slider .title-head h2{
    font-size: 35px;
    line-height: 45px;
}
.blog_slider .title-head{
    border-bottom: 2px solid var(--secondclr);
    margin-bottom: 35px;
}
.blog_slider .box{
    background-color: #f7f7f7;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
        display: block;
}
.blog_slider .box .img_box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.blog_slider .box .text_box{
    padding:50px 25px;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.blog_slider .box .text_box .date{
       font-size: 16px;
    color: var(--paraclr);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-weight: 500;
}
.blog_slider .box .text_box .head{
        font-size: 38px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 50px;
    margin-bottom: 20px;
    transition: 0.3s
}
.blog_slider .box .text_box .para{
     font-size: 16px;
    color: var(--paraclr);
    line-height: 26px;
    margin-bottom: 0;
}
#owldemoblog .owl-dots{
    text-align: center;
}
#owldemoblog .owl-dots button span{
    display: block;
    width: 30px;
    height: 3px;
    background-color: var(--secondclr);
    margin: 0px 3px;
    opacity: .3;
}
#owldemoblog .owl-dots button.active span{
    opacity: 1;
}

.bl_panel .box{
    text-decoration: none;
    margin-bottom: 15px;
}
.bl_panel .box .img_box{
    border-radius: 5px;
    overflow: hidden;
}
.bl_panel .box .img_box img{
    width: 100%;
}
.bl_panel .box .text_box{
           padding: 15px 15px 15px 15px;
    margin-left: 12px;
    margin-top: -40px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-top-left-radius: 10px;
}
.bl_panel .box .text_box .date{
font-size: 13px;
    color: var(--paraclr);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.bl_panel .box .text_box .bl_cat{
        font-size: 13px;
    color: var(--primaryclr);
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.bl_panel .box .text_box .head{
 font-size: 20px;
    color: var(--secondclr);
    font-weight: 500;
    text-transform: capitalize;
    line-height: 28px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.bl_panel .box .text_box .head:hover{
     color: var(--primaryclr);
}
.bl_panel .box .text_box .by{
     font-size: 14px;
    color: var(--paraclr);
}
.bl_search_panel {
    background-color: #f9f9f9;
}
.bl_search_panel .box{
    display: flex;
    align-items: center;
    padding: 60px 0px;
}
.bl_search_panel .box h3{
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--secondclr);
    margin-bottom: 0;
    width: 100%;
}
.bl_search_panel .box .form_box{
    position: relative;
    margin-left: 25px;
    width: 100%;
}
.bl_search_panel .box .form_box .form-control{
          background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    height: 65px;
    border: 1px solid #ddd;
    padding-left: 20px;
    width: 100%;
}
.bl_search_panel .box .form_box .form-control:focus{
    box-shadow: none;
}
.bl_search_panel .box .form_box button{
           font-size: 24px;
    height: 45px;
    width: 45px;
    padding: 5px 0px;
    background-color: var(--primaryclr);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: .8px;
    border-radius: 5px;
    border: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
/*end blog page*/
/*start about page */
.about_pg_con .top_con_box{
    text-align: center;
    margin-bottom: 70px;
}
.about_pg_con .top_con_box h2{
   font-size: 42px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 500;
}
.about_pg_con .top_con_box p{
    font-size: 16px;
    color: var(--paraclr);
    line-height: 25px;
    margin-bottom: 10px;
border-top: 1px solid #ddd;
    padding-top: 20px;
}
.about_pg_con .con_box h2{
      font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--secondclr);
    margin-bottom: 10px;
}
.about_pg_con .con_box{
  padding: 15px;
}
.about_pg_con .con_box p{
    font-size: 16px;
    color: var(--paraclr);
    line-height: 25px;
    margin-bottom: 10px;

}
.about_pg_con .img_box{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    overflow: hidden;
}

/*end about page */
.VIpgJd-ZVi9od-ORHb-OEVmcd{
display:none;
}
body{
    top: 0 !important;
}

/*start shop tlh*/
.show_change {
    position: relative;
    height: 109px;
}

.show_change .show2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.auth_popup{
    position: fixed;
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.52);
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.auth_popup.open_auth{
     display: flex;
}
.auth_popup .box{
    width: 100%;
    max-width: 550px;
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    position: relative;
}
.auth_popup .box .cls_auth_pop{
   position: absolute;
       right: 20px;
    top: 10px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}
.auth_popup .box .auth_head{
     font-size: 22px;
    font-weight: 500;
    color: #000;
    font-family: jost;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.auth_popup .box .auth_para{
     font-size: 16px;
    line-height: 24px;
    color: #111;
     font-family: jost;
}
.auth_popup .box .auth_head img{
          width: 30px;
    margin-left: 8px;
}
.auth_popup .box .divide{
    display: flex;
    align-items: flex-start;
}
.auth_popup .box .divide .img_part img{
    max-width: 95px;
    width: 100%;
}
.auth_popup .box .divide ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 50px;
    flex: 1;
}

.auth_popup .box .divide ul li {
    display: flex;
    align-items: center;
        padding: 3px 0 3px 24px;
    letter-spacing: 0;
     font-size: 16px;
    line-height: 23px;
    color: #111;
    text-transform: capitalize;
    font-weight: 400;
    font-family: jost;
    position: relative;
}
.auth_popup .box .divide ul li:before{
       position: absolute;
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-image: url(https://www.theluxuryhut.com/images/check.svg);
    background-size: contain;
    background-position: center;
    left: 0;
    top: 10px; 
    background-repeat: no-repeat;
}
.auth_popup .box .cls_btn_auth_pop{
         width: 100%;
    padding: 12px 16px;
    border-radius: 5px;
    margin: 0;
    background-color: #303030;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 20px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}



@media screen and (max-width:1500px){
.auth_popup .box{
        max-width: 520px;
}
.auth_popup .box .divide .img_part img {
    max-width: 85px;
}
.auth_popup .box .divide ul{
        margin-left: 25px;
}
.auth_popup .box .divide ul li{
       font-size: 15px;
    line-height: 22px;
        padding: 3px 0 3px 20px;
}
    .auth_popup .box .auth_para {
    font-size: 15px;
    line-height: 24px;
    }
.auth_popup .box .divide ul li:before{
        width: 13px;
    height: 10px;
}
.auth_popup .box .auth_head {
    font-size: 20px;
}
    
}
@media screen and (max-width: 1400px){
.show_change {
    height: 88px;
}
}
@media screen and (max-width:767px){
    .auth_popup .box{
        max-width: calc(100% - 20px);
            padding: 15px;
    border-radius: 10px;
}
    .auth_popup .box .auth_head {
    font-size: 18px;
        padding-bottom: 12px;
            margin-bottom: 12px;
}
    .auth_popup .box .auth_head img {
    width: 24px;
    margin-left: 6px;
}
    .auth_popup .box .cls_auth_pop{
            right: 12px;
    top: 5px;
    font-size: 22px;
    }
    .auth_popup .box .auth_para {
    font-size: 14px;
    line-height: 22px;
    }
    .auth_popup .box .divide .img_part img {
    max-width: 70px;
}
    .auth_popup .box .divide ul li{
        font-size: 14px;
    line-height: 21px;
    }
    .auth_popup .box .divide ul {
    margin-left: 15px;
}
    .auth_popup .box .cls_btn_auth_pop{
            padding: 10px 12px;
            font-size: 14px;
            margin-top: 15px;
    }
.show_change {
    height: 41px;
}
}

/*start source popup*/
.source_popup{
    position: fixed;
    content: '';
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.52);
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 999;
      display: flex;
}
.source_popup.open_auth{
     display: flex;
}
.source_popup .box{
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.source_popup .box .img_part{
    width: 45%;
    background-size: cover;
    background-position: center;
}
.source_popup .box .cls_auth_pop{
   position: absolute;
       right: 20px;
    top: 10px;
    font-size: 25px;
    color: #000;
    cursor: pointer;
}
.source_popup .box .text_part{
    padding: 45px 25px;
    flex: 1;
}
.source_popup .box .source_head{
          font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
    font-family: jost;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: center;
}
.source_popup .box .source_para{
     font-size: 16px;
    line-height: 24px;
    color: #111;
     font-family: jost;
    text-align: center;
}
.source_popup .box .source_para b{
    font-weight: 500;
}
.source_popup .box .th_you{
   font-size: 16px;
    line-height: 24px;
    color: #111;
    font-family: jost;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}
.source_popup .box .btn_style{
    text-align: center;
}
.source_popup .box .btn_style a{
    text-transform: uppercase;
    padding: 12px 30px;
    position: relative;
    border-radius: 0;
    z-index: 1;
    letter-spacing: .1em;
    transition: .4s;
    background-color: var(--primaryclr);
    font-size: 15px;
    font-family: jost;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.source_popup .box .btn_style a:hover{
    background-color: var(--secondclr);
}
.source_popup .box .t_c{
    text-align: center;
    font-size: 14px;
    font-style: italic;
     font-family: jost;
    color: #111;
    text-transform: capitalize;
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
  
    .source_popup .box{
        display: block;
          width: calc(100% - 20px);
    }
    .source_popup .box .text_part {
    padding: 25px 15px;
    }
   .source_popup .box .img_part {
    height: 230px;
    width: 100%;
}
    .source_popup .box .source_head {
    font-size: 25px;
    line-height: 35px;
            margin-bottom: 10px;
    }
}