@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;400;600&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;;
}
/*common css*/
.p-20{
    padding: 50px 0
}
.t-white{
    color: white;
}
/****************/
/*Header Section CSS Start*/

a{
   
}
ul{
    list-style: none;
}

body{
    background-color: antiquewhite;
}
.topstrip{
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background: #ececec;
    z-index: 999;
}
.topstrip div{
    padding: 1px 0;
}
.topstrip div :is(a,i){
    color: rgb(34, 33, 33);
    font-size: 16px;
    margin-left: 5px;
}
.topstrip .social-icon a{
 
    
    padding: 0 5px;

}
head{
    width: 100%;

}
.mynav{
    display: flex;
    justify-content: space-between;
    align-items: center;
   /* background: #f05624; */
   background: #9824f0;
   box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
   padding: 0px 50px;
    
}
.mynav .location button{
    padding: 5px 10px;
    background: #f05624;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    right: 30px;
    color: white;
    transform: translate(0,-50%);
    
    z-index: 1;
    border-radius: 5px;
}
.mynav .brand{
    padding: 10px 0;
    margin-left: 15px;
    
}
.mynav .brand a{
    font-size: 24px;
    color: #fff;
    text-decoration: none;
}

.mynav .location button span:nth-child(2)::after{
    content: '\276F' ;
    display: inline-block;
   
    transform: rotate(90deg);
    margin-left: 10px;
}

.menu-icon,.search-icon{
    width: 30px;
    height: 25px;
    display: none;
   
}
.loged-user,.location{

    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.loged-user .user-icon,.location .location-icon{
    width: 30px;
    height: 30px;
    margin: 0 10px;
   
}
.location .location-icon i{
    color: white;
    font-size: 28px;
    
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align:center;
    line-height: 30px;
}
.loged-user p,.location p{
    color: white;
    line-height: 0px;
    
    margin-top: 15px;

}
.loged-user p span,.location p span{
    line-height: 30px;
    cursor: pointer;
    
}
.loged-user p span::after,.location p span::after{
    content: '\276F';
    display: inline-block;
    -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(90deg);
  margin-left: 10px;

}

.loged-user .um,.location .lf{
    position: absolute;
    top: 100%;
    width: 200px;
    background: white;
    height: 0px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px -3px rgba(53, 48, 48, 0.75);
    z-index: 13;

}
.location .lf{
    width: 450px;
    height: 0;
    /* padding: 10px 20px; */
}
.location .lf form{
    width: 100%;
}
.location .lf form input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    padding-left:20px ;
    border: 1px solid #ccc;
    outline: none;
    position: relative;

    z-index: 1;

}
.loged-user .um div,.location .lf> div{
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 2px;
}
.location .lf div{
    left: 20%;
}
.um.active{
    height: auto;
    overflow: unset;
    
    
}
.lf.active{
    height: auto;
    overflow: unset;
    padding:10px 20px ;
    
}
.loged-user .um ul{
    position: relative;
    z-index: 1;
}
.loged-user .um ul li{
    display: block !important;
    padding: 10px 0;
}
.loged-user .um ul li a{
    color: #000 !important;
}
.loged-user .user-icon img,.location .location-icon img{
    width: 100%;
    border-radius:100% ;
}
.menu-icon button,.search-icon button{
width: 100%;
border:none;
background: none;
color: #fff;
font-size: 18px;
}

.mynav .menu{
    display: none;
    position: relative;
    z-index: 1;
}
.contact{
    display: flex;
    justify-content: space-between;
    align-items: center;

    
}
.mynav .menu ul {
    margin-bottom: 0 !important;
}
.mynav .menu> ul> li:not(li.drop-down-menu){
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    min-width: 80px;
    overflow: hidden;
    border-bottom:1px solid #e4d0c7;
  
}
.mynav .menu> ul> li.drop-down-menu{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #a29797;
    min-width: 80px;
    overflow: hidden;
    
   
}
.mynav .menu> ul> li.drop-down-menu>ul{
    /* display: none; */
    background: #fbe6dd;
    height:0px;
    transition:all 1s ;
}
.mynav .menu> ul> li.drop-down-menu>ul.ddmactive{
    /* transition:height 0.5s; */
    height: auto;
    
}
.mynav .menu> ul> li.drop-down-menu> span{
    display: inline-block;
   padding: 10px 15px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    

}
.mynav .menu> ul> li.drop-down-menu> span::after{
    content:'\276F' ;
    position: absolute;
    right: 10px;
}
.mynav .menu> ul> li.user-loged{
    padding: 20px 15px !important;
    background: #2f201b;
    pointer-events: none;
    display: flex !important;
    justify-content: space-between;
}
.mynav .menu> ul> li.user-loged> .user-icon{
    width: 40px;
    height: 40px;
    
}
.mynav .menu> ul> li.user-loged> .user-icon img{
    width: 100%;
    border-radius: 50px;
}
.mynav .menu> ul> li.user-loged a{
    color: white;
}
.mynav .menu> ul> li.drop-down-menu>ul li{
    padding: 10px 30px;
}

.mynav .menu ul li a{
color: #fff;
font-size: 15px;
position: relative;
text-decoration: none;
}
.mynav .menu ul li a::after{
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: -180%;
    background:#f05624;
    transition: 0.5s;

}
.mynav .menu ul li:hover >a{
    color: #000;
    font-size: 15px;

}

.mynav .menu ul li:hover >a::after{
    left: 50%;
    transform: translate(-50%,0);
}

.search a{
    margin:0 30px;
    color: #fff;
    text-decoration: none;
}
.search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search >form .s-field{
    width: 400px;
    max-width: 100%;
    position: relative;

    border-radius: 5px;
}

.search >form .s-field input{
    width: 100%;
    height: 35px;
    border:none;
    outline: none;
    border-radius: 5px;
    padding-left:20px ;
    background: #f4d2c6
}
.search >form .s-field button{
    position: absolute;
    right: 0px;
    height: 100%;
    padding: 0 10px;
    border-radius: 0 5px 5px 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #f05624;
    background: white;
    border: none;
    outline: none;
    

}
.cart-btn{
    font-size:22px ;
    position: relative;

}
.cart-btn i{
    color: rgb(248, 228, 228);
}
.cart-btn span{
    position: absolute;
    top: -5px;
    font-size:10px ;
    right: -10px;
    background: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius:50px ;
    color:#f05624 ;
    font-weight: bold;
    border: 1px solid #ccc;
}
/*Header Section CSS END*/


/*Banner Section Start */

.banner{
    width: 100%;
    /* height: 80vh; */
   
}
.banner .carousel-inner
{
    width: 100%;
    /* height: 80vh; */
    
}
.banner .carousel-inner .carousel-item{
    width: 100%;
    /* height: 80vh; */
    z-index: -100;
}
.banner .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}
.banner .overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.507);
}

.bcaption{
    width: 50%;
    position: absolute; 
    top:50px;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    background: rgba(0, 0, 0, 0.2);
    border:1px solid #000;
    border: 1px solid rgba(92, 92, 92, 0.3);
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    padding: 30px;
}
.bcaption h5{
    color: white;
    text-align: center;
    font-size: 32px;
}
/*  */
/*Banner Section End */


/*category menu start*/

.section{
    padding:30px 50px 20px 50px;
    background: white;
}
.shipping{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #e8e8e8;
    padding: 5px 50px;
    border: 1px solid  #f5e9ed;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    margin-top: -80px;
    z-index: 12;
    border-radius: 5px;
}
.shipping >div a{
width: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
position: relative;

}
/* .shipping >div:not(:last-child)::after{
    content: '';
    width: 3px;
    height: 40px;
    background: #f5ccd1;
    position: absolute;
    right: 0;
} */
.shipping >div a .icon{
    /* max-width: 80px; */
    min-width: 56px;
   

}
.shipping >div a .icon img{
    width: 75%;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
}
.shipping >div a .text{
    
   

}
.shipping >div a {
    text-decoration: none;
}
.shipping >div a .text h3{
    font-size: 1.5vw;
    font-weight: bold;
    margin: 5px;
    /* text-decoration: none; */
    color: rgb(34, 33, 33);
}


.get-package{
  
    
    /* display: grid;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    padding: 0 200px; */
    background: url(../Images/bgline6.png) no-repeat;
    background-size: 63%;
    background-position: center;
    display: flex;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    padding: 0 120px;
}
.get-package>div{
    margin: 0 10px;
    margin: auto;
    margin: 0 10px;
}
.get-package>div > div.icon{

    border-radius: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.get-package >:nth-child(odd){
    margin-top: 50px;
}
.get-package>div > div.icon img{
    width: 100%;
    border-radius: 100px;
    padding: 10px;
    background: white;
    border: 1px solid #ccc;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.get-package>div>div.text h3{
    font-size: 1.5vw;
}

/*category menu end*/


/*Deal of the day Section start*/
.deal-of-day h3.title,.best-deal h3.title{
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    }
    
    /* .deal-of-day h3.title::after{
        content: '';
        width: 350px;
        height: 2px;
        background: #f05624;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    } */
    .deal-of-day .deal-item{
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top:10px ;
    }
    .best-deal .deal-item{
        padding: 10px 15px;
        border-radius:5px ;
    }
    .deal-of-day .deal-item .i-name p:nth-child(3){
        margin-top: -20px;
       
    }
    .deal-of-day .deal-item .i-price, .best-deal .deal-item .i-price {
    
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    }
    .deal-of-day .deal-item .i-price h5,.best-deal .deal-item .i-price h5{
        color: #f05624;
    }
    .deal-of-day .deal-item .i-price h5 strike,.best-deal .deal-item .i-price h5 strike{
        font-size: 14px;
        color: rgb(82, 74, 74);
        margin-left: 10px;
    }
    .deal-of-day .deal-item .i-price button,.best-deal .deal-item .i-price button{
        background: none;
        border:1px solid #f05624;
        color:#f05624;
        border-radius: 5px;
        font-size: 12px;
    padding: 5px;
    font-weight: bold;
    }
    .deal-of-day .deal-item .i-price button:hover,.best-deal .deal-item .i-price button:hover{
        background: #f05624;
        color: white;
        font-weight: bold;
    }
    .deal-of-day .deal-item .i-name h6,.best-deal .deal-item .i-name h6{
        margin-left: 70%;
        margin-top:-20px ;
        border: 1px solid green;
        padding: 2px 5px;
        border-radius: 5px;
    }
    .deal-of-day .deal-item .i-img, .best-deal .deal-item .i-img {
        width: 100%;
        height: 200px;
    }
    .deal-of-day .deal-item .i-img img, .best-deal .deal-item .i-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }
    .best-deal .deal-item{
        background: white;
        margin-top: 10px;
    }
    .deal-item .i-name{
        margin-top: 20px;
    }
    .deal-item .i-name p{
        margin: 0 !important;
    }
    .best-deal .i-price ul li{
        display: inline-block;
        color: #f05624;
    }
/*Deal of the day Section End*/
/*On Going Project Section Css Start*/

.newly{
    padding: 0px 100px;
    
    /* background:linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url(../Images/slide-10.jpg); */
}


/* .row :is(.col-md-3,.col-md-5,.col-md4){
border: 1px solid black;
} */
.ongoin-projects .projects{
    background: rgb(240, 240, 234);
    border-radius: 10px;
    border: 1px solid rgb(238, 238, 221);


}
.ongoin-projects .projects ul li{
    
    color: black;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;

}
.ongoin-projects .projects ul li:hover{
    background: rgb(228, 228, 216);;
}
.ongoin-projects .des-project .topstrip{


}

.ongoin-projects .des-project{
    display: none;
}
.p-image img{
    display: none;
}


.des-project.show1,.p-image img.show1{
    display: block;
}
.hide1{display: none;}
/*On Going Project Section Css End*/

.newly{
    /* background:linear-gradient(0deg, rgba(27, 27, 27, 0.8), rgba(20, 20, 20, 0.8)), url(../Images/slide-10.jpg); 
    background-attachment: fixed; */
    z-index: -3;
    
}
.p-detail{
    padding-left: 10px;
    margin-top: 20px;
}
.p-detail button{
    margin: auto;
    background: #f05624;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius:50px ;
    color: white;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom:20px ;

}
.newly .item{
    overflow: hidden;
    z-index: -2;
}
section h2.title{
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: bolder;
    margin-top: 30px;
}
/* section h2.title::after{
    content: '';
    width: 100px;
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgb(255, 208, 0);

} */


 /* .box img{
    border-radius: 10px 10px 0 0 ;
} */
.newly .owl-carousel .item{
    /* background: rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(0,0,0,0.1);
    border-right: 2px solid rgba(255,255,255,0.1);
    border-bottom: 2px solid rgba(255,255,255,0.1);*/
    border-radius: 5px; 
    color: rgb(0, 0, 0);
   
    /* -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,1); */
    border: 1px solid #ccc;
   
}
.owl-stage .owl-item{
    border:none ;
}
.newly .owl-carousel .item .box{
    height: 220px;
}
.newly .owl-carousel .item .box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#cstmr-details .cimgbox{
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius:100px ;
    overflow: hidden;
}
#cstmr-details .cimgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#cstmr-details .p-detail{
    text-align: center;
}

/*Key Feature Sectin Start*/

.keyfeaturesec{
    background: #ecc102;
    padding: 50px 0 200px 0;
    clip-path: polygon(0 0,100% 0,100% 80%,0 99%);
}
.keyfeaturesec .headtitle{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    color: white;

}
.keyfeaturesec .keyfeature
{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* border: 1px solid black; */
}
.keyfeaturesec .keyfeature .img{
    border: 1px solid #cea905;
    border-radius: 100%;
    width: 100px
    ;height: 100px;
    text-align: center;
    background: #dfb604;
    line-height: 100px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(206,169,5,0.75);
    -moz-box-shadow: 0px 3px 0px 0px rgba(206,169,5,0.75);
    box-shadow: 0px 3px 0px 0px rgba(206,169,5,0.75);
  
}
.keyfeaturesec .keyfeature .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}
.keyfeaturesec .keyfeature .img i{
    font-size: 60px;
    color: white;
    line-height: 100px;
}

/*Key Feature Sectin End*/


/*request call back section start */

.quick-connect{
    /* position: fixed;
    right:-63px;
    top: 50%;
    transform: rotate(90deg);
    z-index:5; */
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    /* transform: rotate(
90deg
); */
    z-index: 12;
}
.quick-connect ul li{
    padding: 5px 5px;
    color: white;
    background: white;
    margin:5px 0 ;
    right: -64px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: 0.5s;

}
.quick-connect ul li a{
    text-decoration: none;
    color: black;
    
}
.quick-connect ul li:hover{
    right: -2px;
}
.quick-connect ul li a i{
    font-size: 25px;
    margin-right: 10px;
    color: #f05624;
}

.quick-connect button{
 background: #ffd000;
 padding: 5px 10px;
 border: none;
 outline: none;
 cursor: pointer;
 
}

.Request-form{
    position: fixed;
    top: 0;left: 0;right: 0;bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
    transition: 1s;
    display: none;
    
}
.Request-form.model1{
  display: block;
}
.Request-form form h5{
    text-align: center;
    font-weight: 600;
    color: white;
}
.Request-form form{
    width: 300px;
    border: 1px soli    black;
    background: #ffd000;
    padding: 20px 10px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100
    ;
    transform: translate(0,-50%);
    transition:all 1s ease;
}

.Request-form span{
    position: absolute;
    top: 10px;
    left: 20px;
    width: 20px;
    height: 20px;
    color: white    ;
    border: 1px solid white;
    text-align: center;
    line-height: 20px;

}

.Request-form form input[type="text"],.Request-form form input[type="tel"],.Request-form form input[type="email"]  {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    padding-left: 20px;

}
.Request-form form input[type="submit"]{
    padding: 10px 20px ;
    background: #000;
    border: none;
    outline: none;
    color: white;
    border-radius: 5px;
    margin: auto;

}
.Request-form form textarea{
    min-width: 100%;
    max-height: 100px;
    min-height: 100px;
    margin-top: 10px;
    border-radius: 5px;
    padding-left: 20px ;
}

/*request call back section End */


/*footer region*/
footer{
    /* background: rgb(247, 247, 247); */
    padding: 0px 0px 20px 0;
    background: #f2f2f2;;
}
.footer-ship div h3{
    font-size: 1.9vw;
        padding: 5px;
        line-height: 40px;
        color: #fff;

}
.footer-ship div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-ship div span{
    margin-right:10px ;
    font-size: 26px;
    float: left;
    color: #fff;
}
footer .f-part{
    padding:20px 20px;
    background: #fff

}
footer .f-part:nth-child(1){
    border-bottom: 1px solid #fff;
}
.footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly
    ;margin-top: 20px;
    padding: 10px 20px;

}
.footer-menu .links{
    display: flex;
   
    justify-content: space-between;
    width: 100%;

}
.footer-menu .link{
    width: 100%;
}

.footer-menu .link h3{
    font-size: 18px;
    width: 100%;
    color: rgb(37, 37, 37);
}

.footer-menu .link ul{
    list-style: none;
    width: 100%;
    display: grid;
    
    grid-template-columns: 1fr 1fr;
}
.footer-menu .link ul li a{

    color: #b6b5b5;
}
.footer-menu .link ul li{
    
    padding: 5px;
    display: inline-block;
    
    /* margin-left: -40px; */
}

.footer-menu .support div.top{
    display: flex;

    width: 100%;
    justify-content: space-between;
}
.footer-menu .support div.top div{
    margin-right: 50px;
}
.footer-menu .support .top .icon-s h1{
font-size: 55px !important;
}

.footer-menu .blog-link ul li a{
    text-decoration: none;
    color: #b6b5b5;
}
.footer-menu .blog-link ul li a span:nth-child(2){
    color: #f05624;
}
.footer-menu .blog-link ul li a span:last-child{
    color: #b6b5b5;
}
.footer-menu .add-link ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius:100px ;
    background: #f05624;
    color: white;
    text-align: center;
    
}
.footer-menu .add-link ul li:not(:first-child){
    margin-left: 15px;
}
.footer-menu .add-link ul li a{
    color: white;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 26px;
}
.support .subscribe{
    margin-top: 20px;
}
.support .subscribe form{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.support .subscribe form .field{
    width: 80%;

}
.support .subscribe form .field input{
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #ccc;
    padding-left: 15px;
}
.support .subscribe form .go{
    width: 20%;
}
.support .subscribe form .go button{
    width: 100%;
    border: none;
    height: 50px;
    background: #626262;
}

footer .contact{
    
    width: 100%;
}
footer .contact ul li{
    margin-top: 10px;
}
footer .contact ul li i{
    color:  white;
    font-size: 20px;
    margin-right: 20px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;

}
footer .contact ul li a{
    font-size: 16px;
    color: #ccc;
}
/*footer End region*/


/*************************************************cart section Css ****************START*****************************/
.cart-section{
    position: fixed;
    top: 0;
    left: -100%;
    
    bottom: 0;
    background: #1f0a03d5;
    z-index: 20;
    
   
}
.cart-section .c-wrap{
    position: absolute;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 32%;
    background: white;
    overflow-y: auto;
    
 
    -webkit-box-shadow: -27px 0px 47px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -27px 0px 47px 1px rgba(0,0,0,0.75);
    box-shadow: -27px 0px 47px 1px rgba(0,0,0,0.75);
    transition: 0.5s;
}

.cart-section .c-wrap .c-items .c-head-sec{
    width: 100%;

}
.cart-section .c-wrap .c-items .c-head-sec h2{
    text-align: left;
    font-size: 2.1vw;
    margin-top:30px ;
    padding-left: 10px;
}
.cart-section .c-wrap .c-items .c-head-sec p{
    text-align: center;
    font-size: 1.1vw;
    background: green;
    margin-top: 20px;
    padding:5px ;
    color: white;
    font-weight: bold;
    
}
.cart-section .c-wrap .c-items .c-item{
    margin: 20px 10px;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.75);
    
}
.cart-section .c-wrap .c-items .c-item .save{
    width: 100%;
}

.cart-section .c-wrap .c-items .c-item .save h4{
    font-size: 18px;
    text-align: center;
    padding:5px ;
    border: 1px solid green;
    color: green;
}
.cart-section .c-wrap .c-items .c-item .item-name{
    padding: 0 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    
}
.cart-section .c-wrap .c-items .c-item .item-name h4 span{
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #f1f1f1;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    padding: 5px 10px;
}
.cart-section .c-wrap .c-items .c-item .item-detail{
    display: flex;
    justify-content: space-between;
    padding:0 10px;
    
}
.cart-section .c-wrap .c-items .c-item .item-detail .price-qty{
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}
.cart-section .c-wrap .c-items .c-item .item-detail .price-qty span{
    border-radius:5px ;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    padding: 0 5px;
    margin-right: 15px;
}
.cart-section .c-wrap .c-items .c-item .item-detail .price-qty p{
    
    height: 30px;
    line-height: 30px;
    color: #f05624;
}
.cart-section .c-wrap .c-items .c-item .item-detail .price-qty p strike{
    font-size: 14px;
    color: rgb(151, 150, 150);
    margin-left: 10px;
}
.cart-section .c-wrap .c-items .c-item .item-detail .qty form span{
    font-size: 26px;
    background: #f1f1f1;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #f05624;
    cursor: pointer;
    
    
}
.cart-section .c-wrap .c-items .c-item .item-detail .qty form span:nth-child(2){
    font-size:20px ;
    background: none;
    width: 20px;
    color: black;
    cursor: text;
}

.c-bill{
    padding-bottom: 150px;
    position: relative;
}
.c-bill .c-offers{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.c-bill .c-offers .c-offer{
    padding: 0 10px;
    position: relative
}
.c-bill .c-offers .c-offer .o-img{
    width: 100%;
    height: 150px;
}
.c-bill .c-offers .c-offer .o-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-bill .c-offers .c-offer .price span:not(:first-child){
    font-weight: bold;
}
.c-bill .c-offers .c-offer .price span :first-child{
    font-weight: bold;
    color: rgb(102, 101, 101);
}
.c-bill .c-offers .c-offer .price span strike{
    font-size: 14px;
    color: #888;
    margin-left: 5px;
}
.c-bill .c-offers .c-offer .c-add-btn button{
    background:none ;
    border:1px solid #f05624 ;
    outline: none;
    color: #f05624;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.5s ;
}
.c-bill .c-offers .c-offer .c-add-btn button:hover{
    background: #f05624;
    color: white;
}
.c-bill .c-offers .c-offer .o-tag{
    position: absolute;
    top: 0;
    right: 10px;

}
.c-bill .c-offers .c-offer .o-tag p{
    border: 1px solid #f05624;
    color: #f05624;
    background: rgba(255, 255, 255, 0.664);
    padding: 0 5px;
    font-weight: bold;
}
.c-bill .bill{
    padding: 15px 10px;
    margin: 30px 10px;
    border: 1px dashed #888;
    
}
.c-bill .bill h4{
    font-size: 20px ;
    font-weight: bold;
}
.c-bill .bill table{
    width: 100%;
}
.c-bill .bill table tr td{
    padding: 5px 0;
}
.c-bill .bill table tr td:nth-child(even){
    text-align: right;
}
.c-bill .bill table tr th:nth-child(2){
    text-align: right;
    padding: 5px 0;
}
.c-bill > form{
    position: fixed;
    padding: 0 15px;
    bottom: 10px;
    width: 32%;
    right: -100%;
    transition: 0.5s;
}
.c-bill form button{
    width: 100%;
    background: #f05624;
    color: white;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
}

.cart-section .c-wrap .close{
    position: absolute;
    top: 10px;
    right: 30px;
}
.cart-section .c-wrap .close span{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #000;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
}


.activecart{
   left: 0;
   right: 0;
}
.activecart .c-wrap{
    right: 0;
}
.activecart .c-wrap .c-bill form{
    right: 0;
}
/*************************************************cart section Css *****************END*****************************/

/*Product Detail Page *****************************************Start************************************ */


.category-2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /* background: #e8e8e8; */
    background: #f9f2ec;
    padding: 0px 150px;
    border: 1px solid  #f5e9ed;
    position: relative;
    -webkit-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 4px -2px rgba(0,0,0,0.75);
    
    z-index: 12;
    border-radius: 5px;
}
.category-2 >div a{
width: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
position: relative;
text-decoration:none
}
/* .category-2 >div:not(:last-child)::after{
    content: '';
    width: 3px;
    height: 40px;
    background: #f5ccd1;
    position: absolute;
    right: 0;
} */
.category-2 >div a .icon{
    /* max-width: 80px; */
    min-width: 62px;
   

}
.category-2 >div a .icon img{
    width: 75%;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%,0);
    /* background: #ded7d7; */
    /* border-radius: 50px; */
    padding: 5px;
    /* border: 1px solid #fb9878; */
}
.category-2 >div a .text{
    
   

}
.category-2 >div a  .text h3{
    font-size: 1.2vw;
    font-weight: bold;
    margin: 5px;
    color: #79655f;
}

.category-2 >div.active-cat a .icon img{
    border: 2px solid #f05624;
    border-radius: 50px;
    padding: 2px;
}
.category-2 >div.active-cat> a .text h3{
    color: #f05624;
    font-weight: bolder;
}
/*P details  START ***************************************/
.productSec .p-details{
    width: 100%;
}
.productSec .p-details .offer{
    width: 100%;
    margin-bottom: 20px;
}
.productSec .p-details .offer> span{
    display: inline-block;
  padding: 0px 10px;
    background: #13c513;
    color: white;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}
.productSec .p-details h4{
    font-size: 22px ;
    font-weight: 600;
    margin-bottom: 20px;
}
.productSec .p-details p{
    font-size: 16px;
    color: #888;

}

.productSec .p-details .s-price{
    color: #222222
}
.productSec .p-details .s-price p{
    margin-bottom: 0 !important;
}
.productSec .p-details .s-price p span{
    font-size: 1.4rem;
    font-weight: 500;

} 
p{
    margin-bottom:0 !important ;
}
.productSec .p-details .s-price span:not(:first-child){
    
    margin-top: 0px;
    display: inline-block;
    color: #ccc;
}
.productSec .p-details .avail{
    margin: 20px 0;
}
.productSec .p-details .avail span{
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #f05624;
    color: #f05624;
    border-radius: 5px;
    font-weight: 600;
}
.productSec .p-details button{
    background: #f05624;
    color: white;
    border: none;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 100px;
    font-weight: 600;


}

.productSec .more-details{
width: 100%;
}
.productSec .more-details ul li{
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid rgb(248, 242, 242);
    color: #000;
    font-weight: 600;
}
.productSec .more-details ul li span{
    color: #888;
    position: relative;
    
    display: inline-block;
    text-align: left;
    width: 100%;
    font-weight: 500;

}

.productSec .why-choose{
    width: 100%;
}
.productSec .why-choose ul li{
    display: flex;
    justify-content: flex-start;
   
    flex-wrap: nowrap;

}
.productSec .why-choose ul li> div:first-child >i{
    font-size: 22px;
    color: teal;
}
.productSec .why-choose ul li> div:last-child{
    margin-left: 10px;
}
.productSec .why-choose ul li> div:last-child >span{
    color: rgb(43, 173, 163);
}


/*P details section END *****************************************/








/*Product Detail Page *****************************************End *************************************/



/*Offer Page CSS ****START **************/
.lock-offer .sec-title,.offer .sec-title{
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
.lock-offer .sec-title h2{
    
}
.lock-offer .sec-title p,.offer .sec-title p{
    margin-top: -21px !important;
    
}
.lock-offer .item{
    background: linear-gradient(rgba(70, 169, 250, 0.6),rgba(248, 3, 3, 0.363));
    background: linear-gradient(#f98965,#f05624)
}
.offer .item{
    background: linear-gradient(#6bf3da,#00a896);
}

.lock-offer .item .box,.offer .item .box{
    height:80px !important;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.lock-offer .item .box span{
display: inline-block;
text-align: center;
line-height: 50px;
width: 50px;
height: 50px;
font-size: 40px;
background: #f15928;
border-radius: 50px;
color: #fff;
margin: auto;

}
.offer .item .box span{
    display: inline-block;
text-align: center;
line-height: 50px;
width: 50px;
height: 50px;
font-size: 40px;
background: #3dc7b2;
border-radius: 50px;
color: #fff;
margin: auto;
}
.lock-offer .item .p-details,.offer .item .p-details{
    
    text-align: center;
    color: white;
    margin-top:50px ;
}
.lock-offer .item .p-details h5,.offer .item .p-details h5{
    border-top: 1px solid #888;
    font-size: 12px;
    color: #fff9f9;
    padding-top: 10px ;
    margin-top: 50px;
}
.offer-banner .m-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
.offer-banner .m-banner h5,.offer-banner .m-banner p{
    text-align: center;
    font-weight: 600;
    color: white;

}
.offer-banner .m-banner p{

}

.col-offer{
    border: 1px solid #ecebeb;
    position: relative;
    top: -45px;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
}
/*Offer Page CSS ***END ***************/





/*profile page css ************START******************/
.profile-menus{
    border-right: 1px solid rgb(241,241,241);
   
}
.profile-menus .profile-head {
width: 100%;

}

.profile-menus .profile-head .pro-img{
    width: 100px;
    margin: auto;
   
}
.profile-menus .profile-head  h5{
   text-align: center;
   width: 100%;

}
.profile-menus .profile-head .pro-img img{
    width: 100%;
    border-radius:100px ;
}

.profile-menus .p-menu{
    width: 100%;
   
}
.profile-menus .p-menu ul{
    width: 100%;
    
}
.profile-menus .p-menu ul li{
    padding: 15px 0;
    color: #888;
    border-bottom: 1px solid rgb(241, 241, 241);
    width: 100%;
    text-align: left;
    padding-left: 15px;

    
}
.profile-menus .p-menu ul li:hover{
    background: rgb(241, 241, 241);;
}

.profile-menus .p-menu ul li a{
    text-decoration: none;
    color: rgb(31, 30, 30);
}

.profile-body{
    width: 100%;
}

.profile-body .address-list{
    width: 100%;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px -1px rgba(0,0,0,0.75);

}
.profile-body .address-list .add-address{
    width: 100%;
    border-bottom: 1px solid rgb(241,241,241);
    padding: 0 20px;

}
.profile-body .address-list .add-address button{
    background: none;
    border: none;
    outline: none;
    color: #f05624;
    font-weight: 600;
    padding:10px 0;

}
.profile-body .address-list ul li{
    padding: 10px;
    border-bottom: 1px solid rgb(241,241,241);
}
.profile-body .address-list ul li div.address{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
    position: relative;
}
.profile-body .address-list ul li div.address .add-type i{
    font-size: 26px;
    color: #f05624;
}
.profile-body .address-list ul li div.address .add-details{
    margin-left: 15px;
}
.profile-body .address-list ul li div.address .btn-edit{
    
    
    position: absolute;
    right: 20px;
    bottom: 10px;
}
.profile-body .address-list ul li div.address .btn-edit a{
    padding: 5px 15px;
    background: rgb(228, 227, 227);
    text-decoration: none;
    color: #000;
    border-radius: 5px;
}
.profile-body .address-list ul li div.address .btn-edit a:hover{
    background: #ccc;
}
.profile-menus .p-menu ul li.m-active{
    background: #f05624;
    
}
.profile-menus .p-menu ul li.m-active a{
    color: white;
}
/*profile page css ************END********************/
/*Notification Css Page ***********START***************/


.address-list .Notification{
    display: flex;

}
.address-list .Notification .not-icon{
    margin-right: 15px;
    position: relative;
}
.address-list .Notification .not-icon i{
    font-size: 22px;
    background: rgb(241,241,241);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: rgb(57, 13, 255);
}
.address-list .Notification .add-details{
    width: 100%;
}
.address-list .Notification .not-icon::after{
    content: '';
    width: 8px;
    height: 8px;
    background-color: #f05624;
    border-radius: 100px;
    position: absolute;
    top: 0px;
    right: 0px;

}
.address-list .Notification span{
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #888;
}

/*Notification Css Page ***********END***************/

/*Order-history page CSS    START***************************/
.profile-body .order-history .order-img{
    width: 150px;
    margin-right: 15px;

}
.profile-body .order-history{
    display: flex; 
    position: relative;
}
.profile-body .order-history .order-img img{
    width: 100%;
}
.profile-body .order-history .add-details{
    width: 100%;
}
.profile-body .order-history .add-details> span{
    display: inline-block;
    text-align: right;
    width: 100%;
    color: #888;
    font-size: 14px;
}
.profile-body .order-history .add-details p{
    width: 70%;
}
.profile-body .address-list ul li {
    position: relative;
}
.profile-body .address-list ul li .price
{
    position: absolute;
    top: 10px;
    right: 10px;
}

.profile-body .address-list ul li .price> span{
    width: 100%;
    font-size: 22px;
    border: 1px solid green;
    padding: 5px 10px;
    color: green;
    border-radius: 5px;
}
.profile-body .order-history .add-details p span,.item-details span{
    color: #888;
    display: inline-block;
    border:1px solid #ccc;
    
    padding: 5px 10px;
    border-radius:5px ;
}
/*Order-history page CSS    END***************************/


/*Address Book Add address Css Start*/
  .amodal {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.5);
        transform:scale(0)
        ;
        transition:0.5s ease;
    }
        .amodal.modal-show{
            transform:scale(1);
        } 
        .form-wrap {
            width: 430px;
            background: white;
            padding: 50px 20px;
            height: 500px;
            position: relative;
            overflow: scroll;
        }

        .form-wrap form {
            width: 100%;
        }

            .form-wrap form div {
                width: 100%;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-top: 15px;
            }

                .form-wrap form div input[type="text"] {
                    width: 100%;
                    height: 40px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    background: none;
                    outline: none;
                    padding-left: 15px;
                }
                .form-wrap form div input[type="radio"] {
                    width: 20px;
                    height: 20px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    background: none;
                    outline: none;
                    text-align: center;
                    line-height: 40px;
                    position: relative;
                    margin-left:10px;
                }
                .form-wrap form div :nth-child(2)+span{
                    margin-left:20px
                } .form-wrap form div label:last-child {
                    margin-left: 15px;
                }
                    input[type="radio"]:checked+label:after
                     {
                        border: 2px solid green;
                    }
                    
                     .form-wrap .modal-header1 {
                        position: absolute;
                        
                        right: 0;
                        top: 0;
                        left: 0;
                        margin: 0 20px;
                        color: #000;
                        border-radius: 0 0 5px 5px;
                        border-bottom:1px solid #ccc;
                        text-align: left;
                        padding-top:15px;
                    }

   
    .field button {
        width: 100%;
        height: 45px;
        background: #f05624;;
        color: white;
        outline: none;
        border: none;
        border-radius:5px ;
    }
    .modal-title h5{
       text-align:left !important;
       
       width:100%;
       font-weight:bold;
       
    }
/*Address Book Add address Css End*/


/*Buy page CSS ****************************START***************************************/


.wizard-mark{
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
}

.wizard-mark li{
  
  text-align: center;
  height: 45px;
  cursor: pointer;

}


.wizard-mark li:not(:first-child)::before{
    content: '-----------';
    margin: 10px;
 
  
}
.wizard-mark li {
    pointer-events: none;
    transition: all 2s;
    
}
.wizard-mark li.active-ev{
    pointer-events: all;
}
.wizard-mark li span.mark-active{
    color: #f05624;
    text-decoration: underline;
    font-weight: 700;
    
    transition: all 2s;
}

#wizard form{
    /* border:5px solid rgb(218, 11, 11); */
    max-width: 100%;
    margin: 10px 10px;
    display:flex;
    overflow:  hidden;
    /* flex-direction: row;
    flex-wrap: nowrap; */
}
#wizard form div.w-container{
    min-width: 100% ;
    position: relative;
    left: 0%;
    transition:all 0.3s ;
}

/* #wizard form fieldset{
    left: -100%;
} */
.w-container div.box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding:0 20px ;
    border:1px solid #e0d9ca;
    min-height: 80px;
    margin-bottom: 10px;
}
/* .w-container div.address-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 80px;
    border:1px solid #e0d9ca;
    padding:0 20px ;
} */
.w-container div.address-box div p{
    width: 65%;
    
}
.w-container div.offer-box div ul {

 list-style: none ;
 max-height: 25px;
 
 overflow:hidden;
 transition:all 1s ;
}
.w-container div.offer-box div ul.open{
 max-height: 100%;
 transition:all 1s ;
} 
.w-container div.offer-box div ul li::before{
    content:'\2022'
    ;font-weight: bolder;
    color: #f05624;
    margin-right: 15px;
    
}
.w-container div.offer-box div button{
    border:none;
    background: none;
    color: #f05624;
    outline: none;
    font-weight: 600;
    display: inline-block;
}
.w-container div.offer-box div button::after{
    content: '\276E';
    display: inline-block;
   transform: rotate(-90deg) ;
   margin-left: 5px;
}
.w-container div.offer-box div button.shless::after{
    content: '\276E';
    display: inline-block;
   transform: rotate(90deg) ;
   margin-left: 5px;
}
.w-container div.address-box div p strong{
    color: #f05624;
}
.w-container div.address-box div button{
    padding:10px 15px;
    border: none;
    outline: none;
    background: transparent;
    border: 2px solid #f05624;
    border-radius: 5px;
    color:  #f05624;
    font-weight: bold;
}
.w-container div.item-header{
    padding:0 15px;
    display: flex;
    justify-content: space-between;
}
.w-container div.item-header h4{
    font-size: 18px;
    
}
.w-container div.product-detail{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    padding:0 20px ;
    border:1px solid #e0d9ca;
    min-height: 80px;
    margin-bottom: 10px;
}
.w-container div.product-detail .pro-image{
    max-width: 110px;
    min-height: 130px;
   
   margin-top: auto;
    
}
.w-container div.product-detail .pro-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.w-container div.product-detail .item-details p{
    width: 100%;
}
.w-container div.product-detail .item-rate h5{
    font-weight: bolder;
    font-size: 20px;
    text-align: right;
}
.w-container div.product-detail .item-rate p strike{
    font-weight: bold;
    color: rgb(160, 156, 156);
    font-size: 16px;
    
}
.w-container div.product-detail .item-rate p span{
    font-size: 18px;
    color: green;
    font-weight: bolder;

}

.w-container .order-details table{
    width: 80%;
    border-collapse: collapse;
}

.w-container .order-details table tr:last-child{
    border-top: 1px solid #ccc;
}
.w-container .order-details table tr td:nth-child(2){
    text-align: right;
}
.w-container .order-details table tr th:nth-child(2){
    text-align: right;
}
.w-container .order-details table tr th{
    padding: 8px 0;
}
.w-container .order-details table tr td{
    padding: 5px 0;
    
}
.w-container .delivery {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    background: #d2691e0a;
    width: 80%;
    padding: 0 5px;
  
}
.w-container .delivery div span{
    font-size: 20px;
    color: #f05624;
}
.w-container .delivery div p{
    font-size: 17px;
    width: 100%;
    padding-left: 10px;
    
}

.w-container .next-w-button {
    width: 80%;
    margin-top: 10px;
}
.w-container .next-w-button button{
    width: 100%;
    border: none;
    outline: none;
    background: #f05624;
    color: white;
    text-transform: uppercase;
    padding:10px 0;
}

.w-container .del-estimate{
    display: flex;
    justify-content: space-between
    
}
.w-container .del-estimate .del-img{
    width: 60px;
    height: 80px;
    
}
.w-container .del-estimate .del-img img{
    width: 100%;
    
    object-fit: cover;
}

.w-container .del-estimate h4{
    font-size: 16px;  
    width: 80%;
}

.tt{
    width: 100%;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
    padding:0 20px ;
   
    min-height: 80px;
    
    
}

.tt div{
    margin-left: 10px;
}
.cod,.credit,.banking{
    border:1px solid #e0d9ca;
    margin-bottom: 10px;
    
}
.tt div h4{
    font-size: 1vw;
}

.w-container .banking-form{
    width: 400px;
    padding:5px 15px;
    margin: 0 auto ;
   
        
}

.w-container .banking-form div{
    margin: 30px 0;
}
.w-container .banking-form div {
    display: flex;
    margin: 20px 0;
    position: relative;
}
.w-container .banking-form div i{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 18px;
    color: #ad9787;
}
.w-container .banking-form div input{
   width: 100%;
    height: 35px;
    margin-right:10px ;
    padding-left: 10px;
    background: none;
    outline: none;
    border: 1px solid #ccc;

}
.w-container .banking-form ul li{
    list-style: none;
    padding: 10px 10px;
}
.w-container .banking-form ul li input{
    margin-top: 10px;
    background: #d2691e;
}
.show11{
    display: none;
}


/*Buy page CSS ****************************END***************************************/