body{
    font-family: 'Poppins', sans-serif;
}

a.navbar-brand img {
    width: 240px;
}
a:hover{
    text-decoration: none;
}
header {
    background-color: black;
}


.btn.focus, .btn:focus{
    box-shadow: none;
}
.upload-btn-red {
    border-radius: 8px;
    background-color: #df1313;
    color: white;
    border-color: #df1313;
    height: 46px;
    padding: 0px 15px;
    font-size: 14px;
    margin-left: 8px;
    display: block;
    line-height: 46px;
    margin-right: 8px;
}
.upload-btn-red:hover {
    background-color: transparent;
    color: #df1313;
    border-color: #df1313;
}
.btn-red {
    padding: 0px 32px;
    border-radius: 8px;
    background-color: #df1313;
    color: white;
    border-color: #df1313;
    height: 46px;
    font-weight: 600;
    line-height: 46px;
}
.btn-red:hover{
    background-color: transparent;
    color: #df1313;
    border-color: #df1313;
}
.upload-btn-red i {
    margin-left: 2px;
}
.navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 10px 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #df1313;
}
section.banner {
    background-image: url(../img/banner.jpg);
    color: white;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-position: top;
    height: calc(100vh - 98px);
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 15px;
    padding-bottom: 15px;
}
.section-heading h1 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 12px;
}
.section-heading p {
    font-size: 15px;
    color: #858687;
}
.banner p{
    color: white;
}
.search-box .input-group-prepend .input-group-text {
    background-color: white;
    border-color: white;
    border-radius: 8px;
    padding-right: 0px;
    padding-left: 15px;
}
.search-box input.form-control {
    background-color: white;
    border-color: white;
    padding-top: 18px;
    padding-bottom: 18px;
    outline: 0;
    font-size: 15px;
    color: black;
}
.search-box {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}
.search-box .input-group-prepend .input-group-text i.fas.fa-search {
    color: #929292;
}
.form-control:focus{
    box-shadow: none;
}
.search-box button {
    border-radius: 0px;
    border-color: white;
    font-size: 14px;
    position: relative;
    padding: 0px 20px;
    color: black;
    background-color: white;
}

.search-box button:before {content: "";position: absolute;width: 1px;height: 70%;top: 14%;left: 0;background-color: rgb(0, 0, 0, .2);}

.search-box button i {
    display: block;
    font-size: 16px;
}

.search-box button span {
    font-size: 12px;
}
span.text {
    text-align: left;
    display: block;
    margin-top: 12px;
    color: #a2a2a2;
    font-size: 14px;
}

span.text strong {
    font-weight: normal;
    color: white;
}
p.content-p {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin-bottom: 30px;
}
p.content-p a{
    text-decoration: underline;
    color: #e03c47;
}
section.content {
    margin-top: 40px;
    margin-bottom: 50px;
}
.content-box {
    position: relative;
    border-width: 8px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    background-image: -moz-linear-gradient( 0deg, rgb(241,232,236) 0%, rgba(228,238,255,0.99608) 100%);
    background-image: -webkit-linear-gradient( 
0deg
, rgb(241,232,236) 0%, rgba(228,238,255,0.99608) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(241,232,236) 0%, rgba(228,238,255,0.99608) 100%);
    box-shadow: 0px 27px 27px 0px rgb(13 16 18 / 7%), inset 0px 75px 32px 0px rgb(0 0 0 / 55%);
}

.content-box h1 {
    position: absolute;
    bottom: 10px;
    color: white;
    padding-left: 18px;
    font-size: 25px;
    margin-bottom: 0px;
    transition: all 0.4s ease;
}
.content-box img {
    width: 100%;
    border-radius: 8px;
}
.content-box:before {
    transition: all 0.4s ease;
    content: "";width: 100%;position: absolute;border-radius: 8px;left: 0;height: 100%;bottom: 0;background-color: #00000014;}

.content-box:hover:before {
    background-color: #00000063;
}
.content-box:hover h1 {
    bottom: 80px;
}
section.category {
    background-color: #f4f7f8;
    padding-top: 50px;
    padding-bottom: 10px;
}
.category-box img {
    width: 100%;
    /*border-radius: 16px;*/
    /* transition: all 0.4s ease; */
}
.category-box h2{
    color: black;
    font-size: 19px;
    font-weight: 600;
    margin-top: 22px;
}
.category-box a {
    display: block;
}
.category-box {
    padding-bottom: 25px;
    overflow: hidden;
}
.mt-20{
    margin-top: 20px;
}
.category-box:hover img {
    /* transform: scale(1.1); */
}
section.stock {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
a.grouped_elements img {
    width: 100%;
}
a.grouped_elements {
    position: relative;
    display: block;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

a.grouped_elements span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0000004f;
    transition: all 0.4s ease;
}

a.grouped_elements span i {
    color: white;
    font-size: 30px;
}
a.grouped_elements span {
    opacity: 0;
}
a.grouped_elements:hover span{
    opacity: 1;
}
.mt-10{
    margin-top: 10px;
}
ul {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style: none;
}
footer {
    background-color: #090909;
    color: white;
    padding-top: 50px;
}

footer .footer-text h6 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 20px;
}
.footer-text ul {
    color: #d0d0d0;
}

.footer-text ul li {
    font-size: 14px;
}

.footer-text ul li p {
    margin-bottom: 0px;
}


.footer-text ul li a {
    color: #d0d0d0;
}

.footer-text ul li span {
    color: #e03c47;
}
.footer-text ul li a i {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
    color: white;
    margin-right: 4px;
}
a.fb i{
    background-color: rgb(55, 118, 171);
}
a.insta i {
    background-color: #de1fca;
}
a.twit i {
    background-color: #30a4e0;
}
a.youtube i {
    background-color: #df1313;
}
ul.social li {
    margin-bottom: 8px;
}
ul.links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 340px;
}

ul.links li {
    flex: 0 0 50%;
    margin-bottom: 14px;
}
section.copyright {
    background-color: #000000;
    text-align: center;
    padding: 18px 0px;
    margin-top: 40px;
}

section.copyright p {
    margin-bottom: 0px;
    font-size: 14px;
}

section.copyright a {
    color: #e03c47;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #df1313;
}
.footer-text ul li a:hover {
    color: #e03c47;
}
/*inner-page css*/
.signupcontent h2 {
    font-size: 48px;
    color: #000;
    line-height: 65px;
    font-weight: 700;
}

.SignupSec {
    background-color: #f0f2f7;
    padding: 100px 0px;
    position: relative;
}

.formsignup label {
    font-weight: 400;
    color: #a4a4a4;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 5px;
}

.formsignup input#exampleInputEmail1 {
    border-radius: 5px;
    background-color: rgb(225, 228, 237);
    padding-left: 25px;
    box-shadow: 0px 5px 10px 0px rgba(224, 228, 238, 0.004);
    height: 60px;
    border: 0px;
}
.formsignup .form-control::-webkit-input-placeholder { /* Edge */
  color: #a4a4a4;
  font-size: 19px;
  font-weight: 400;
}

.formsignup .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a4a4a4;
  font-size: 19px;
  font-weight: 400;
}

.formsignup .form-control::placeholder {
  color: #a4a4a4;
  font-size: 19px;
  font-weight: 400;
}
.formsignup input#exampleInputEmail1:focus {
    background-color: #fff;
}
.formsignup .form-group {
    margin-bottom: 40px;
}
.signupcontent .btn-red {
    padding: 20px 32px;
    height: 70px;
    font-weight: 400;
    display: block;
    font-size: 20px;
}
a.linktext {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 20px 0px;
}

a.linktext span {
        color: #e03c47;
    margin-top: 10px;
    display: inline-block;
}
.signupimage {
    bottom: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    height: calc(100% - 40px);
    width: 51%;
    overflow: hidden;
    border-radius: 20px;
}

.signupimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mt-60{
     margin-top: 60px!important; 
}
.loginSec h2{
       margin-bottom: 80px;
    line-height: 55px;
}
.SignupSec.loginSec .signupimage {
    width: 54%;
}
input#password-field{
      border-radius: 5px;
    background-color: rgb(225, 228, 237);
    padding-left: 25px;
    box-shadow: 0px 5px 10px 0px rgba(224, 228, 238, 0.004);
    height: 60px;
    border: 0px;
}
.spanfield {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #9ba1b3;
}
.form-group{
    position: relative;
}

.SignupSec.loginSec a.linktext {
    text-align: start;
    padding: 0px;
    margin-bottom: 50px;
}
a.btn.btn-red.btn-chnge {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgb(224 228 238 / 0%);
    color: #233b58;
    margin-top: 20px;
    font-weight: 600;
    border: 0px;
    font-family: 'Roboto', sans-serif;
}
a.btn.btn-red.btn-chnge img {
    padding-right: 20px;
}
a.linktext.mt-30 {
    margin-top: 55px;
    text-align: center!important;
}
 .SignupSec.loginSec {
    padding-bottom: 40px;
}
.bannernew h1 {
    font-size: 48px;
}
.banner.bannernew p {
    font-size: 20px;
    font-weight: 200;
}


.bannernew-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bannernew .nav-tabs .nav-link {
    border-bottom: 3px solid transparent!important;
    padding-bottom: 10px!important;
    color: #fff;
    border-radius: 0px;
    font-size: 20px;
    display: block;
    border: 0px;
    padding: 0px 0px;
}

.bannernew ul#myTab {
    border: 0px;
}
.bannernew .nav-tabs .nav-link:active {
    background-color: transparent!important;
    border: 0px;
}
.bannernew .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    /* color: #fff; */
     background-color: transparent; 
    /* border: 0px; */
    /* border-bottom: 3px solid #fff!important; */
    border-color: transparent;
}
.bannernew li.nav-item {
    margin: 0px 33px;
}
.banner.bannernew {
    padding-bottom: 80px;
    padding-top: 100px;
}
.switchbutton span {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.plantabs label.labelcheck {
    font-size: 25px;
    margin: 0px;
    font-weight: 600;
    padding-left: 15px;
}

.plantabs input#blankRadio1 {
    height: 25px;
    width: 25px;
}

.plantabs .form-check {
    /* display: flex; */
    /* align-items: center; */
    padding-left: 0;
}
.plantabs {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    /* border: 2px solid #e03c47; */
    /* border-radius: 8px; */
    padding: 0;
    /* margin-bottom: 25px; */
}
.plantabs span {
    color: #eb2f06;
    font-size: 12px;
    background-color: #f6c4c7;
    font-weight: 500;
    padding: 7px 25px;
    border-radius: 13px;
}
.tabsright {
    display: flex;
    align-items: center;
}
.plantabs h3 {
    font-size: 30px;
    margin: 0px;
    padding-left: 20px;
    padding-right: 5px;
}
.plantabs h4{
    font-size: 15px;
    margin: 0px;
}
.formright {
    border-radius: 10px;
    border: 2px solid #e03c47;
}

.formright h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 200;
    margin: 0px;
    background-color: #e03c47;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 70px;
}

.formright span {
    font-size: 18px;
    color: #e03c47;
    font-weight: 500;
}

.formright ul {
    padding: 0px 50px 30px;
    padding-top: 40px;
}
.formright h5 span{
    font-size: 27px;
    color: #fff;
    font-weight: 500;
}
.checkoutform h5 {
    font-size: 32px;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 40px;
}

section.checkoutform input#exampleInputEmail1 {
    height: 55px;
    border-radius: 15px;
    border: 2px solid #e9e9e9;
}
section.checkoutform label {
    text-transform: uppercase;
    margin: 0px;
    font-weight: 600;
    padding-bottom: 10px;
}

.checkoutform {
    margin-top: 60px;
    margin-bottom: 20px;
}
.checkoutform .formcheck {
    margin-bottom: 30px;
}
.formcheck select#exampleFormControlSelect1 {
    background-color: #f0f0f0;
    height: 50px;
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    font-size: 14px;
    color: #090909;
    font-weight: 500;
}

/*  start css  */

.search-box .input-group {
    position: inherit;
}
.formcheck textarea {
    height: 100px;
    border-radius: 15px;
    border: 2px solid #e9e9e9;
    width: 100%;
    resize: none;
}

.tabSet .nav-tabs .nav-item .nav-link.active i {
    color: #e03c47;
}
.tabSet .nav-tabs {
    justify-content: space-between;
    border-bottom: 2px dashed #b0b0b0;
    padding-bottom: 45px;
    margin-bottom: 55px;
}

.tabSet .nav-tabs .nav-item .nav-link {
  all:unset;
  border-width: 2px;
  border-color: rgb(240, 240, 240);
  border-style: solid;
  border-radius: 12px;
  width: 168px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid rgb(240, 240, 240) !important;
  font-size: 17px;
  color: #090909;
  flex-direction: column;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.tabSet .nav-tabs .nav-item .nav-link .fas.fa-exchange-alt {
    font-size: 45px;
    transform: rotate(-45deg);
}

.tabSet .nav-tabs .nav-item .nav-link i {
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 45px;
}
.tabSet .nav-tabs .nav-item .nav-link.active {
    background-color: #f0f0f0;
}
.tabSet .nav-tabs .nav-item .nav-link span i {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 25px;
    opacity: 0;
}

.tabSet .nav-tabs .nav-item .nav-link.active span i {
    opacity: 1;
    color: #e03c47;
}
.checkoutForm .btn-red{
    display: block;
    height: auto;
    padding: 20px 32px;
    font-weight: 400;
}

.searchBoxphotos .input-group{
    align-items: center;
    position: inherit;
}

.searchBoxphotos {
    background-color: #000000;
    border-radius: 0;
    padding: 0px 0;
}

.searchBoxphotos input.form-control {
    background-color: black;
    border-color: transparent;
    padding: 0px 20px;
    color: white;
}

.searchBoxphotos .input-group-append {
    margin-left: 0;
}

.searchBoxphotos .input-group-prepend {
    margin-right: 0;
}

.searchBoxphotos .input-group-prepend .input-group-text {
    background-color: transparent;
    border-color: transparent;
    font-size: 21px;
}

.searchBoxphotos button {
    padding: 1px 20px;
    background-color: black;
    border-color: transparent;
    color: #fff;
    border-left: 1px solid #333333;
}

.searchBoxphotos .refine {
    background-color: #df1313;
    display: block;
    padding: 21px 100px;
    font-size: 18px;
    color: #ffffff;
}
.searchBoxphotos .refine img {
    margin-right: 15px;
}
.searchBoxphotos .input-group-prepend .input-group-text i.fas.fa-search {
    color: #fff;
}


.esntlTab .nav-tabs {
    border-bottom: none;
    justify-content: center;
    border: 2px solid #e0e0e0;
    margin: 0 auto 30px;
    border-radius: 5px;
    background-color: #ffffff;
}

.esntlTab .nav-tabs .nav-item {
    margin-bottom: 0;
}

.esntlTab .nav-tabs .nav-item .nav-link {
    all: unset;
    font-size: 18px;
    color: #585858;
    display: inline-block;
    padding: 12px 39.6px;
    border-bottom: none !important;
    cursor: pointer;
}

.esntlTab .nav-tabs .nav-item .nav-link.active {
    background-color: #e03c47;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.shopngContent {
    text-align: center;
    margin-bottom: 50px;
}

.shopngContent p {
    font-size: 14px;
    color: #585858;
    font-weight: 500;
    margin: 0 0 10px;
}

.shopngContent p a {
    color: #e03c47;
}

.shopngContent ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    
}

.shopngContent ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    border-bottom: 1px solid #858585;
}

.shopngContent p a i {
    font-size: 17px;
    margin-right: 6px;
}

.essentialBox {
    background-color: #ededed;
    padding: 60px 0;
    position: relative;
}

.loaderChk {
    display: table;
    margin: 35px auto 0;
}



.count {
    display: block;
    position: relative;
    /* padding-left: 35px; */
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 17px 15px 65px;
    font-size: 25px;
    color: #000000;
    font-weight: 600;
    border: 2px solid #e03c47;
    border-radius: 15px;
}

/* Hide the browser's default radio button */
.count input:checked {
  position: absolute;
   opacity: 0; 
  cursor: pointer;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
  color: #000;
  appearance: none;
  height: 100%;
}
.count input {
   appearance: none; 
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  /* top: 0; */
  left: 20px;
  height: 30px;
  width: 30px;
  background-color: transparent !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: 2px solid #a7a7a7;
}

/* On mouse-over, add a grey background color */
.count:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.count input:checked ~ .checkmark {
  background-color: #fff !important;
  padding: 0;
  border: 2px solid #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.count .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.count input:checked ~ .checkmark:after {
  display: block;
  background-color: #fff;
}

/* Style the indicator (dot/circle) */
.count .checkmark:after {
        left: 0;
        right: 0;
        top: 6px;
        width: 8px;
        height: 14px;
        border: solid #72151b;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(
45deg
);
        -ms-transform: rotate(45deg);
        transform: rotate(
45deg
);
        margin: auto;
}


/*.form-check .active {
    background: #e03c47;
    color: #fff;
}
.form-check .active span {
    background-color: #bf2e37;
    color: #fff;
}*/


.switch {
  position: relative;
  /* display: inline-block; */
  width: 62px;
  height: 33px;
  margin: 0 16px 0 0;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e03c47;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e03c47;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.switchbutton {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.nav-link {
    padding: 0;
}

#myDIV ul li {
    margin-bottom: 30px;
    width: 100%;
}

#myDIV .nav-tabs .nav-link.active .count {
    background-color: #e03c47;
    color: #fff;
}
.formright ul li {
    font-size: 15px;
    color: #1c1d1c;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.formright ul li + li {
    margin: 25.4px 0 0;
}

.formright ul .online {
    color: #a7a7a7;
}

.formright ul .online span {
    color: #a7a7a7;
}
#myDIV .nav-tabs {
    border-bottom: none;
}
.choseBtn .btn-red {
    font-size: 18px;
    font-weight: 400;
    height: auto;
    padding: 11px 40px;
    background-color: #df1313;
    color: #fff;
}

.pricingform {
    padding: 40px 0;
}

.faqSectn {
    background-color: #fafafa;
    padding: 50px 0;
}

.faqHead {
    text-align: center;
    margin-bottom: 50px;
}

.faqHead h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bolder;
    margin: 0 0 15px;
}

.faqHead p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.faqContent {
    margin-bottom: 70px;
}

.faqContent h2 {
    font-size: 28px;
    color: #000000;
}

.faqContent p {
    font-size: 15px;
    color: #000000;
    margin: 0 0 25px;
}

.faqContent .btn-red {
    font-weight: 400;
    padding: 11px 35px;
    height: auto;
}

/* faq css start */



.accordionStyle .card {

margin-bottom: 20px;

border: 1px solid #cecece;

background: transparent;

border-radius: 0;

/* border-left: none; */

/* border-top: none; */

/* border-right: none; */
}



.accordionStyle .card .card-header {

padding: 0;

border-radius: 4px 4px 0 0;

border: 0;

background: transparent;
}



.accordionStyle .card .card-header button {
    padding: 20px 20px;
    font-size: 16px;
    color: #000000;
    width: 100%;
    text-align: left;
    position: relative;
    display: flex;
    line-height: 30px;
    border-bottom: none;
    border-radius: 0;
    font-weight: 600;
}



.accordionStyle .card .card-header button .fas {

position: absolute;

top: 0;

right: 20px;

color: #6e6e6e;

font-size: 14px;

bottom: 0;

display: flex;

align-items: center;

justify-content: center;
}



.accordionStyle .card .card-body {

border-radius: 0 0 4px 4px;

padding: 20px 0px 20px;

position: relative;

top: 0;

border-top: 1px solid #cecece;

margin: 0 20px;
}



.accordionStyle .card .card-body p {

font-weight: 500;

margin: 0;

font-size: 15px;

color: #606060;

width: 100%;

line-height: 30px;
}



.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {

  content: "\f068";

}



.accordionStyle .card .card-header button[aria-expanded="true"] span {

  color: #000000;

}



.accordionStyle .card .card-header button span {

  padding-right: 13px;

}



.contctmain .cntct-head h2 {

  font-size: 65px;

  margin: 0 0 40px;

}



.contctpg {

  padding: 90px 0;

}



.accordionStyle .card .card-header button[aria-expanded="true"] .fas:before {

color: #6e6e6e;
}



.cntct-head h2 {

  font-size: 50px;

  color: #000000;

  font-weight: 600;

  margin: 0 0 20px;

}


.accordionStyle .card .card-header [aria-expanded="true"] {
    color: #e03c47;
}

.helpContent .faqHead {
    margin-bottom: 0;
    padding: 60px 0;
}

.helpContent .faqHead .btn-red {
    font-size: 15px;
    font-weight: 400;
}

.helpContent .faqHead h2 {
    margin: 0 0 30px;
}

/* faq css end */
/*  end css  */
.photoSec h5 {
    font-weight: 400;
    font-size: 24px;
}
.textfields h6 {
    font-size: 24px;
}

.textfields span {
    font-weight: 400;
    font-size: 17px;
}
.samcontent h5 {
    font-size: 14px;
    font-weight: 500;
}

span.same {
    color: #e25059;
}
.heading1 {
    font-weight: 400;
    font-size: 27px;
}
p.samepara {
    font-size: 16px;
    font-weight: 500;
}

.samcontent h6 {
    padding-top: 17px;
    margin: 0px;
    padding-bottom: 25px;
}
.contentbt p{
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0px;
}
.contentbt p + p{
    padding-top: 10px;
    padding-bottom: 50px;
}
a.text {
    font-size: 13px;
    color: #7c7b7b;
    font-weight: 500;
}
.bgheading{
    font-size: 22px;
    color: #000;
    font-weight: 400;
    margin: 30px 0px;
}
.similarSec {
    margin-top: 40px;
    background-color: #f2f2f2;
    padding-bottom: 40px;
}
.similarbox {
    margin-bottom: 50px;
}
.bgnone {
    background-color: #fff;
}
section.categoriesSec {
    background-color: #e03c47;
    padding: 50px 0px;
}

section.categoriesSec h4 {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 25px;
}
section.categoriesSec ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

section.categoriesSec li {
    line-height: 39px;
}
.similarbox img:hover {
    transform: scale(1.1);
}

.similarbox img {
    transition: all 0.4s ease;
}
.fillfield nav {
    display: table-caption;
}


.fillfield h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    padding-left: 0px;
    padding-right: 10px;
}
img.imageshow {
    opacity: 0;
    position: relative;
    left: -23px;
}
.fillfield  a.nav-link {
   width: 520px;
   display: inline-flex;
   border-color: rgb(213, 213, 213);
   border-style: solid;
   border-radius: 13px;
   background-color: rgb(255, 255, 255);
   align-items: center;
   padding: 15px 20px;
   margin: 10px 0px;
}

.fillfield a.nav-link.active {
    background: #000;
}

.fillfield a.nav-link.active .imageshow {
    opacity: 1;
}
.fillfield a.nav-link.active h4 {
    color: #fff;
}
.fillfield a.nav-link.active p {
    color: #fff;
}
.fillfield p {
    font-size: 17px;
    color: #737373;
    margin: 0px;
    font-weight: 500;
}
.fillfield .nav-tabs {
    border: 0px;
}
.btnSame {
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    padding: 15px 33px;
    background-color: #e03c47;
    border: 1px solid #e03c47;
}
.bgchnge {
    background-color: #000;
    border-color: #000;
}
.bgchnge:hover {
    color: black !important;
}

a.edittext {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #ebebeb;
    padding: 10px 15px;
    border-radius: 7px;
    transition: all 0.4s ease;
}
a.edittext:hover{
    background-color: #e03c47;
    color: white;
    border-color: #e03c47; 
}
.buttonsbtn {
    margin-bottom: 35px;
}

a.edittext i {
    padding-right: 7px;
    font-size: 15px;
}
p.paralast {
    color: #000;
    font-size: 14px;
    padding-top: 2rem;
}
.detailtext {
    margin: 40px 0px;
}
section.srchFilter {
    border-top: 2px solid #df1313;
    border-bottom: 2px solid #df1313;
}
a.details-photos {
    display: block;
    margin-bottom: 30px;
    /* border-radius: 16px; */
    position: RELATIVE;
    /*height: auto;*/
    overflow: hidden;
}

a.details-photos img, a.details-photos video {
    width: 100%;
    /* border-radius: 16px; */
    /* transition: all 0.4s ease; */
    height: 100%;
    object-fit: cover;
}
a.details-photos:hover img {
    /* transform: scale(1.1); */
}
.btnSame:hover {
    background-color: white;
    color: #e03c47;
}
.filter-option {
    position: absolute;
    width: 294px;
    height: 561px;
    background-color: #353838;
    top: 0px;
    color: white;
    display: none;
    z-index: 99;
}

.fiter-box {
    border-bottom: 2px solid #e03c47;
    border-top: 1px solid #e03c47;
    color: #fff;
    padding: 15px 15px 6px 15px;
    background-color: #353838;
}

.fiter-box h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.fiter-box ul li {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 8px 0;
}

.fiter-box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #8d8e8e;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 auto;
    height: 18px;
    outline: none;
    width: 18px;
}

.fiter-box input:before {
    border-radius: 100%;
    content: "";
    display: block;
    height: 11px;
    margin-left: 3px;
    margin-top: 2.8px;
    width: 10px;
}

.fiter-box label {
    color: #ccc;
    cursor: pointer;
    font-size: .875rem;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.fiter-box input:checked:before {
    background-color: #e03c47;
}
.fiter-box ul li:hover input:before {
    background-color: #8d8e8e;
}
.fiter-box ul li input[type=checkbox]{
    border-radius: 0px;
}

.fiter-box input[type=checkbox]:before{
    border-radius: 0px;
}
div#move-container.move {
    padding-left: 160px;
}
div#move-container {
    transition: all 0.4s ease;
}
.esntlTab {
    display: flex;
}
.color-filter-box span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.color-filter-box .black{
    background-color: black;
}
.color-filter-box .white{
    background-color: white;
}
.color-filter-box .red{
    background-color: red;
}
.color-filter-box .orange{
    background-color: orange;
}
.color-filter-box .blue{
    background-color: blue;
}
.color-filter-box .purple{
    background-color: purple;
}
.select2-container{
    width: 100% !important;
    font-size: 15px;
}
.select2-container .select2-selection--single{
    height: 30px;
    border-radius: 0px
}
.fiter-box input[type=text] {
    width: 100%;
    border-radius: 0px;
    height: 30px;
    border: 0px;
}
.tabSet .nav-tabs li {
    flex: 0 0 30%;
}
button.btn.btn-search {
    background-color: #df1313;
    border-color: #df1313;
    color: white;
}

button.btn.btn-search span {
    font-size: 14px;
}
.search-box.searchBoxphotos .btn-search {
    padding: 23px 30px;
}
ul.social {
    display: flex;
    align-items: center;
}
.footer-content img {
    width: 300px;
}
.footer-content p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px;
}
p.address {
    max-width: 170px;
}

/*.dropdown-menu a {
    color: white;
    font-size: 15px;
    border-bottom: 1px solid #df1313;
    padding: 7px 15px;
}*/
.dropdown-menu a:hover {
    background-color: #df1313;
    color: white;
}
.avatarUser {
    border-radius: 100px;
    margin-right: 2px;
}
select.banner-select {
    height: 44px !important;
    border: 0px;
    border-radius: 0px;
    border-left: 2px solid rgb(0, 0, 0, .2);
    margin-top: 8px;
    padding: 0px 23px 0px 14px;
}
a.details-photos:hover .hover-content {
    display: block;
    z-index: 1;
}
span.sub-hover i {
    color: #df1313;
}
.section-heading h1 span {
    color: #df1313;
    font-size: 22px;
    margin-left: 7px;
}

.shopngContent .section-heading h1 {
    display: FLEX;
    align-items: CENTER;
    justify-content: CENTER;
}
.shopngContent ul li a:hover {
    color: #df1313;
}
.shopngContent ul li.active a {
    color: #df1313;
}
.row.details-photo-row h5 i {
    color: #df1313;
}
.details-photo-row .list-group-item:first-child i {
    color: #df1313;
}
.alert-loggin ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.alert-loggin ul li {
    margin: 0px 8px;
}
.btn-success {
    height: 38px;
    font-weight: 400;
    line-height: 38px;
    padding: 0px 32px;
    border-radius: 0.25rem;
}

.btn-success:hover {
    background-color: transparent !important;
    color: #218838;
    border-color: #218838;
}
.search-box.searchBoxphotos select{
    background-color: transparent !important;
    border: 0px;
    border-left: 2px solid #df1313;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    padding: 0px 30px 0px 20px;
}
.search-box.searchBoxphotos select option{
    color: black;
}
.fiter-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.fiter-box ul li {
    flex: 0 0 50%;
}
.category-fiter-box li{
    flex: 0 0 100% !important;
}
.keyword-fiter-box li{
    flex: 0 0 100% !important;
}
.category-fiter-box .select2-container .select2-selection--single{
    height: 40px;
}
.category-fiter-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.category-fiter-box .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.bb-0{
    border-bottom: 0px;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0px
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    border-radius: 0px;
    margin:0px;
    margin-left: auto;
    background-color: #ec525299;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background-color: #ec525299;
}
.mCSB_scrollTools .mCSB_draggerRail {

    background-color: transparent;
}
.color-filter-box ul li{
    flex: 0 0 25px;
    height: 25px;
}
.color-filter-box ul li span{
    border-radius: 50px;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 150px;
}
html{
    overflow-x: hidden;
}
.color-filter-box.fiter-box input[type=checkbox] {
    border-radius: 50px;
    width: 22px;
    height: 22px;
}
.color-filter-box.fiter-box input[type=checkbox]:checked:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: #00ff00;
}
.color-filter-box.fiter-box input[type=checkbox]:before {
    background-color: transparent;
    margin-left: 2px;
    margin-top: -1px;
}
p.filter-options-selected span {
    background-color: #df1313;
    color: white;
    padding: 4px 15px;
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
}

p.filter-options-selected {
    text-align: center;
    font-size: 15px;
}
p.filter-options-selected span strong{
    
margin-left: 4px;
    
position: relative;
    
top: 1px;
}
.dropdown .dropdown-menu {
    border: 1px solid #e4e5ec;
    border-radius: 0.35rem;
    transform-origin: top;
    transform: scale(1,0);
    transition: all .2s linear;
    margin: -0.1rem 0 0;
    box-shadow: 0 5px 75px 2px rgb(64 70 74 / 20%);
    min-width: 11rem;
    animation: .25s cubic-bezier(.25,.8,.25,1) 0s normal forwards 1 fadein;
}
.show>.dropdown-menu {
    transform: scale(1,1);
    opacity: 1;
    display: block;
}
.dropdown .dropdown-menu .dropdown-item {
    padding: 5px 17px;
    width: 100%;
    font-size: 14px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #2a2e30;
    text-align: inherit;
    background-color: transparent;
    border: 0;
}
.dropdown i {
    margin-right: 0.5rem;
}
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border-width: 1px;
    border-color: rgb(150, 163, 218);
    border-style: solid;
    margin-bottom: 10px;
}
div#card-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    display: block;
    width: 100%;
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 6px;
    display: none;
    margin-bottom: 10px;
}
ul.pages-list li {
    margin-bottom: 10px;
}
.faq .accordionStyle .card .card-header button {
    padding: 10px 15px;
}