@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-nice-select/1.1.0/css/nice-select.min.css');

/**************************************
                General
**************************************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
body{
    font-family: 'Rosarivo';
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
a,a:hover,a:focus{
    color: #3BB3C3;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
h1,h2,h3,h4{
    font-family: 'Playfair Display', serif;
}
main{
    overflow: hidden;
}
/**************************************
                Helper Class
**************************************/
.sub-title{
    color: #000000;
    text-transform: uppercase;
    line-height: 28px;
    font-size: 20px;

}
.section-title{
    font-style: normal;
    font-size: 40px;
    line-height: 53px;
    color: #000000;
}
.section-title span{
    font-weight: bold;
}
.dec{
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.8);
}
p{
    font-style: normal;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.card-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #010101;
    margin-bottom: 0;    
}
.thm-color{
    color: #DB812D !important;
}
.orange-dark{
    color: #EE594D;
}
.sec-gap{
    padding: 100px 0;
    background: #F8F7FF;
}
.title-sec {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 50px;
}

.primary-btn{
    padding: 10px 15px;
    background: #DB812D;
    border: 1px solid #DB812D;
    outline: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    color: #fff;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.primary-btn:hover{
    background-color: #fff;
    color: #DB812D;
    box-shadow: 0px 8px 10px rgba(219, 129, 45, 0.5);
    border: 1px solid #DB812D;
}
.primary-btn-outline{
    border: 1px solid #DB812D;
    padding: 10px 15px;
    background: #FFFFFF;
    color: #DB812D;
    line-height: 22px;
    font-size: 16px;
    display: inline-block;
}
.primary-btn:hover img{
    filter: invert(61%) sepia(15%) saturate(2347%) hue-rotate(345deg) brightness(92%) contrast(85%);

}
.primary-btn-outline:hover{
    box-shadow: 0px 8px 10px rgba(219, 129, 45, 0.5);
    background-color: #DB812D;
    color: #fff;
}
.primary-btn-outline:hover img {
    filter: brightness(0) invert(1);
}


.card{
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
/**************************************
                Hero Area
**************************************/
.Main-Slider{
    overflow: hidden;
 }
 .Main-Slider .img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: left
}

.Main-Slider .img-fill:after {
  /* content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00000052; */
}

.Main-Slider .blocks-box,
.Main-Slider .slick-slider {
  margin: 0;
  padding: 0!important;
}

.Main-Slider .slick-slide {
  float: left;
  padding: 0;
}

/* ==== Slider Style === */
.Main-Slider .item .img-fill,.Main-Slider .item .img-fill img{
    height: 70vh;
}
.Main-Slider .item .img-fill img{
    width: 100%;
    object-fit: cover;
    object-position: top center;
  }

.Main-Slider .item .img-fill .info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 90px;
    text-align: start;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 1;
    
}

.Main-Slider .item .img-fill img{
  
}

.Main-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Main-Slider .item h3{
  font-size: 50px;
line-height: 67px;
color: #000000;
font-weight: 400;
  animation:fadeOutRight 1s both;
  margin:0;
  padding:0;
}
.Main-Slider .item h3 span{
    font-weight: bold;
}
.Main-Slider .item h5{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    animation: fadeOutLeft 1s both;
    font-weight: normal;
    margin-top: 1.3rem;
}
.Main-Slider .item p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    animation: fadeOutLeft 1s both;
    font-weight: normal;
    margin-top: 1.3rem;
}

.Main-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1.5s;
  -webkit-animation:fadeInDown 1s both 1.5s;
}

.Main-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1s;
  -webkit-animation:fadeInLeft 1s both 1s;
}
.Main-Slider .item.slick-active p{
    animation:fadeInLeft 1s both 2s;
    -webkit-animation:fadeInLeft 1s both 2s;
}
.Main-Slider .author{
    position: absolute;
    right: 120px;
    bottom: 80px;
    color: #fff;
    z-index: 1;
}

.button-section .btn-orange,.item.slick-active .button-section .btn-orange{
    animation: fadeInUp 1s both 2.5s;
    -webkit-animation: fadeInUp 1s both 2.5s;
}
.button-section .btn-black,.item.slick-active .button-section{
    animation: fadeInUp 1s both 2.5s;
    -webkit-animation: fadeInUp 1s both 2.5s;
}
.Main-Slider .slick-dots {
    position: absolute;
    bottom: 15%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: 90px;
}
.Main-Slider .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #EDF3FF;
    display: inline-block;
    background-color: transparent;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.Main-Slider .slick-dots li button{
    background: #EDF3FF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.Main-Slider .slick-dots li.slick-active button:before{
    border: none;
    background-color: transparent;
}
.Main-Slider .slick-dots li.slick-active button{
    border: 2px solid #DB812D;
    background-color: #fff;
}
.floting-social{
    height: 70vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);

}
.floting-social a{
    border: 1px solid #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 10px;
}
.floting-social a:hover{
    background: #DB812D;
    border-color: #DB812D;
}
/**************************************
                Offer
**************************************/
.small-title{
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.5);

}
.title{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.offer-box{
    overflow: hidden;
    position: relative;
}
.offer-box,.offer-box img{
    height: 390px;
}
.offer-box img{
    
    width: 100%;
    object-fit: cover;
    object-position: top center;
}
.hover-content .item-info{
    left: 0;
    bottom: 0;
    width: 83%;
    top: 17%;
    background: rgba(45, 53, 119, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 32px;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    -o-transform: translateX(-101%);
}
.hover-content:hover .item-info{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}
.item-info {
    position: absolute;
    top: 30px;
    left: 30px;
}
.item-info .primary-btn{
    box-shadow: 0px 8px 10px rgba(219, 129, 45, 0.5);
}
.hover-content .primary-btn-outline{
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.hover-content .primary-btn-outline:hover{
    background-color: #DB812D;
    border-color: #DB812D;
}
.right-content .item-info{
    left: 50%;
    bottom: 30px;
    top: auto;
}
/**************************************
                Daily Need
**************************************/
.curve {
    position: absolute;
    top: -2px;
}
.heading-section {
    z-index: 1;
    position: relative;
}
.card-title{
    color: #000000;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
}
.price{
    color: #000000;
    line-height: 28px;
    font-size: 20px;
}
.small-line{
    border-radius: 5px;
    background: #DB812D;
    height: 5px;
    width: 45px;
    display: inline-block;
    margin: 15px 0;
}
.product-card .card-body{
    padding: 20px 10px 10px 10px;
}
.product-card .item-img{
    width: 100%;
    height: 290px;
    overflow: hidden;
    object-fit: cover;
    object-position: top center;
}
.product-card:hover{
    box-shadow: 0px 10px 15px rgba(45, 53, 119, 0.3);
}
.product-card:hover .primary-btn-outline{
    box-shadow: 0px 8px 10px rgb(219 129 45 / 50%);
    background-color: #DB812D;
    color: #fff;
}
.product-card:hover .primary-btn-outline img{
    filter: brightness(0) invert(1);
}
.product-card .card-title{
        height: 50px;
}
.product-card a:hover .card-title{
    color: #DB812D;
}
/**************************************
                Best
**************************************/
.bg-blue{
    background: #2D3577;
}
.card-title2{
    line-height: 27px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;

}
.icon-box{
    height: 80px;
    margin-bottom: 10px;
}
.best .product-card:hover {
    box-shadow: 0px 10px 15px rgb(45 53 119 / 30%);
    background-color: rgb(0 0 0 / 31%);
}
.testimonial .dec{
    color: #001F3D;
    opacity: .8;
    line-height: 28px;
}
.testi-card{
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.active .testi-card{
    box-shadow: 0px 12px 15px rgba(33, 30, 183, 0.15);
}
.active .testi-card .quat{
    box-shadow: 0px 7px 12px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    width: 66.94px;
    height: 66.94px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**************************************
                Footer
**************************************/
footer{
    background: #2D3577;
}
footer h1{
    line-height: 28px;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 25px;

}
footer p{
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}
footer .list{
    position: relative;
    padding-left: 30px;
}
footer .list img{
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-link {
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.2);
padding: 15px 0;
}
.footer-link a{
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    margin: 10px;
    padding: 10px 0;
    display: inline-block;
}
.footer-link a:hover{
    color: #fff;
}
.copyright{
    background: #191E4B;
    color: rgb(255 255 255 / 60%);
    line-height: 20px;
    font-size: 16px;
    margin: 0;
    padding: 25px;
    text-align: center;
}
/*======================Inner Page==========================*/
/**************************************
                Product Details
**************************************/
.breadcrumb-section {
    border-bottom: 1px solid #EAEEF3;
    margin-top: 84px;
    padding-top: 20px;
}
.breadcrumb a{
    color: #DB812D;
}
.breadcrumb a,.breadcrumb-item.active{
    font-size: 12px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    color: #DB812D;
    font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 16px;
  line-height: 19px;
  text-rendering: auto;
  font-size: 10px;
  width: 16px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb-item.active{
    color: #000;
}
.mag {
    margin: 0 auto;
}
.mag img {
    max-width: 100%;
    
    width: 100%;
}
.magnify,.mag img{
    height: 340px;
}
.magnify {
    position: relative;
    cursor: none;
    
}
.magnify-large {
    position: absolute;
    display: none;
    width: 275px;
    height: 275px;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
             border-radius: 100%
}
.wis-tag input[type="checkbox"] + label:before {
    content: "\f004";
    color: #FF4444;
    top: 4px;
    left: 3px;
    border: 1px solid transparent;
    padding: 0px;
    border-radius: 3px;
    display: block;
    position: absolute;
    transition: .5s ease;
    font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  text-rendering: auto;
  width: 16px;
  -webkit-font-smoothing: antialiased;
}
.wis-tag input[type="checkbox"] {
    display: none;
}
.product-price .wis-tag input[type="checkbox"] + label {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #EAEEF3;
    border-radius: 50%;
    position: relative;
    right: 0;
    top: 0;
}
.product-price .wis-tag input[type="checkbox"]:checked + label:after,.product-price .wis-tag input[type="checkbox"] + label:before {
    top: 6px;
    left: 6px;
    color: #fff;
    transition: .5s ease;
}
.wis-tag {
    cursor: pointer;
}
.wis-tag input[type="checkbox"]:checked + label:before {
    border: 1px solid transparent;
    background-color: transparent;
}
/******** Product Details ************/
.product-images li,.product-images figure, .product-images a, #detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
.product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
.product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.product-images .thumb-nav {
  margin: 0 auto;
  padding:20px 0px;
  max-width: 600px;
}
.product-images .thumb-nav .slick-track{
    margin: 0;
}
.product-images .thumb-nav.slick-slider .slick-prev, .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
.product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
.product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
.product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 120px;
    padding: 2px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
}
.product-images .thumb-nav li:hover, .product-images .thumb-nav li:focus {
  border-color: #999;
}
.product-images .thumb-nav li.slick-current img {
  border-color: #DB812D;
}
.main-img-slider img{
    margin: auto;
}
.rating-tag {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #00B69F;
    margin-right: 15px;
    background: rgb(0 182 159 / 12%);
    border-radius: 5px;
    padding: 4px;
}
.social-share {
    display: flex;
}
.social-share a {
    background: #FFFFFF;
    color: #737B7D;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 50%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}
.social-share a:hover{
    background-color: #DB812D;
    color: #fff;
}
.check-pin,.form-group{
    position: relative;
}
.check-pin .form-control{
    border: 1px solid rgba(45, 53, 119, 0.2);
    padding: 14px 60px;
    
    font-size: 16px;
    border-radius: 50px;
}
.check-pin img{
    position: absolute;
    left: 22px;
    top: 17px;
}
.check-pin button{
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0px 8px 10px rgb(219 129 45 / 50%);

}
.form-control:focus{
    box-shadow: none;
}
.product-price {
    background: #FFFFFF;
    border: 1px solid #EAEEF3;
    border-radius: 10px;
    padding: 10px;
}
.sold-by {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    display: flex;
    align-items: center;
    margin: 0;
}
.sold-by {
    color: #219D2D;
}
.main-price {
    
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    display: flex;
    align-items: center;
    text-decoration-line: line-through;
    color: #737B7D;
    margin-bottom: 0;
}
.offer-price {
   
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #219D2D;
}
.product-price .label {
    
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 170%;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 4px;
}

.add-qty {
    background: #FFFFFF;
    border: 1px solid #EAEEF3;
    border-radius: 30px;
    position: relative;
    height: 45px;
}
.remove, .add {
    width: 25px;
    height: 25px;
    background: #EAEEF3;
    border: 0;
    outline: none;
    position: absolute;
    right: 15px;
    top: 9px;
    border-radius: 50%;
}
.remove {
    right: 45px;
}
.add-qty input {
    height: 100%;
    width: 80px;
    margin-left: 25px;
    border: none;
    outline: none;
}
.form-select {
    float: inherit;
    font-size: 12px;
    line-height: 28px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.nice-select.form-select {
    width: 100%;
    float: none;
    border: 1px solid rgba(37, 56, 142, 0.1);
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    text-transform: capitalize;
    height: 45px;
    color: rgb(0 0 0 / 70%);
    padding: 10px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 50rem;
}
.nice-select:after {
    border-bottom: 2px solid #737B7D;
    border-right: 2px solid #737B7D;
    content: '';
    display: block;
    height: 7px;
   
    right: 20px;
    top: 50%;
   
    width: 7px;
}


.form-select {
    background-image: none;
}
.nice-select.form-select:focus,.form-control:focus{
    box-shadow: none;
}
.nice-select .list{
    width: 100%;
    min-height: auto;
    max-height: 300px;
    overflow: auto;
}
.nice-select .option.focus{
    background: #fff;
    color: #fff;
}
.nice-select .option.selected,.nice-select .option.selected:hover{
    color: #DB812D ;
}
.nice-select .option:hover {
    background: #DB812D;
    color: #fff;
}
.review-list {
    position: relative;
    padding-left: 50px;
}
.review-list .review-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.nfl {
    background: #FF9801;
    width: 40px;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
}
.review-list h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}
.review-list p {
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 170%;
    color: #737B7D;
}
.ro {
    background: #ff980130;
    color: #FF9801;
}
.snap img {
    border: 1px solid #EAEEF3;
    padding: 6px;
    margin-right: 5px;
}
.review-section .nice-select.form-select {
    width: 200px;
    border-radius: 10px;
}
.review-entry-box{
    background: #fff;
    border-radius: 10px;
    padding: 25px 18px;
}


.star{
    margin: 1px;
    border-radius: 4px;
    border: 1px solid #fff;
    overflow: hidden;
    display: inline-block;
    }
  
  .star label {
        line-height: 3.0em;
      width: 42px;
      height: 42px;
      font-size: 20px;
  }
  
  .star label span {
        text-align: center;
      display: inline-block;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 5px;
  }
  
  .star label input {
    position: absolute;
    display: none;
    color: #fff !important;
  }
  
  .star label input + span{
      color: #737B7D;
      background: #EAEEF3;
  }
  
  .star input:checked + span {
      color: #ffffff;
      
  }
  .star input:checked + span{
      background-color: #00B69F;
  }
  
  .drop-zone {
    max-width: 100%;
    height: 200px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    cursor: pointer;
    border: 1px dashed #737B7D;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  .drop-zone__prompt .list{
      position: relative;
      padding-left: 60px;
      margin-bottom: 21px;
  }
  .drop-zone__prompt p.label{
      font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #232323;
  opacity: .5;
  }
  .drop-zone__prompt h4{
    color: #96CDFF;
    font-size: 16px;
  }
  .drop-zone__prompt .list h6{
      font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  
  color: #000000;
  }
  .drop-zone__prompt .list img{
      position: absolute;
      left: 0;
  }
  .drop-zone__thumb {
    width: 100%;
      height: 180px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #00000003;
      background-size: contain;
      position: relative;
      background-repeat: no-repeat;
      background-position: center;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
    display: none;
  }
  .form-control {
    background: #FFFFFF;
    border: 1px solid #EAEEF3;
    border-radius: 8px;
    outline: none;
    color: #000;
    font-size: 15px;
    padding: 14px;
}