* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary:#000;
  --secondry:rgba(0, 0, 0, 0.2);
  /* --bg_color:#e3e7ff; */
  --text_color:white;
  --background-color: var(--background-color) ;
}

body {
  background-color: var(--bg_color);
  font-family: "Open Sans", sans-serif;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: white;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white;
}

.fix_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
}

.header_class {
  display: flex;
  padding: 10px 30px;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  color: black;
  border-bottom: 0.5px solid #ccc;
}

.first_logo {
  width: 210px;
  height: 30px;
  overflow: hidden;
}
.first_logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.edit_builder {
  background-color: var(--primary);
  color: white;
  position: fixed;
  top: 50%;
  right: 0px;
  padding: 10px 15px;
  border-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  z-index: 1020;
}
.edit_builder i {
  font-size: 20px;
  -webkit-animation: gear_go 2s linear infinite;
          animation: gear_go 2s linear infinite;
}
@-webkit-keyframes gear_go {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gear_go {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.border_botm {
  border-bottom: 1px solid var(--primary);
  justify-content: center;
  padding: 5px 10px !important;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: var(--primary);
}

.colps {
  width: 100%;
  box-shadow: none;
  border: 1PX;
  padding: 10px;
  font-weight: 600;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
}

.colps:hover, .colps:focus {
  box-shadow: none;
  color: black;
}

.colps:focus, .colps:active:focus {
  box-shadow: none;
}

.p_0 {
  padding: 0px !important;
}

.flxxce {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.btn_save {
  padding: 1px 10px;
  border: 1px solid white;
  border-radius: 15px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.close_class {
  position: absolute;
  left: -25px;
  top: 50%;
  background: var(--primary);
  opacity: 1;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}

.head_img {
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.head_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider_img {
  width: 100%;
  height: 110px;
  overflow: hidden;
}
.slider_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footu_img {
  width: 100%;
  height: 65px;
  overflow: hidden;
}
.footu_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.prod_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.prod_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar_body {
  padding: 5px;
  background-color: #ccc;
  border-radius: 0px;
}
.sidebar_body ul li {
  text-decoration: none;
  list-style: none;
}

.sidebar_li {
  cursor: pointer;
  background-color: white;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.header_c.active {
  border: 2px solid var(--primary);
  background-color: var(--primary);
}
.header_c.active p {
  color: white;
}

.bt_none {
  border-top: 0px;
}

.border_top {
  background: #b1b1b1;
}

.btn-biig {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  border-radius: 0;
}

.bg-b-primary {
  background-color: var(--primary) !important;
  color: white !important;
  font-weight: 500;
  border-radius: 5px;
}

.bg-b-primary:hover, .bg-b-primary:focus {
  background-color: white !important;
  color: black !important;
  border: 1px solid var(--primary);
  outline: none !important;
  box-shadow: none !important;
  font-weight: 500;
}

.fla {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rotated {
  transform: rotate(180deg);
}

.flex_justify_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.color_box {
  padding: 8px 60px;
  background: #e21717;
  border-radius: 5px;
  height: 20px;
  width: 20px;
  margin: 5px;
  cursor: pointer;
}

.color_new_class {
  gap: 10px;
  display: flex;
  justify-content: space-around;
}

.dfc {
  margin-left: 15px;
  display: flex;
  justify-content: left;
  border-bottom: 1px solid black;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.boldd {
  font-weight: 700;
}

.col_new {
  border-radius: 5px;
  height: 35px;
  width: 35px;
}

.pt_5px {
  padding-top: 5px;
}

.toggle-button-cover {
  display: table-cell;
  position: relative;
  width: 200px;
  height: 140px;
  box-sizing: border-box;
}

.button-cover {
  height: 100px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  top: 50%;
  width: 62px;
  height: 30px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 5 */
#button-5 {
  perspective: 60px;
  overflow: visible;
  margin-right: 25px;
}

#button-5 .knobs:before,
#button-5 .knobs span {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 23px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-5 .knobs:before {
  background-color: #03a9f4;
}

#button-5 .knobs span:before {
  content: "YES";
}

#button-5 .knobs:before,
#button-5 .layer {
  transform: rotateY(0);
  transform-origin: center;
}

#button-5 .checkbox:checked + .knobs:before,
#button-5 .checkbox:checked + .knobs span {
  left: 30px;
}

#button-5 .checkbox:checked + .knobs:before {
  transform: rotateY(180deg);
  background-color: #f44336;
}

#button-5 .checkbox:checked + .knobs span:before {
  content: "NO";
  left: 42px;
}

#button-5 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
  transform: rotateY(-180deg);
}

#button-5 .knobs,
#button-5 .knobs:before,
#button-5 .layer {
  transition: 0.3s ease all;
}

.collapsee {
  margin-top: 10px;
  margin-bottom: 25px;
}

.padd_ {
  padding: 15px 20px 15px 15px !important;
}

.hea_buil {
  border: 3px dotted #f8901f;
  border-radius: 1px;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  margin: 10px 0px;
}

.hea_buil.active {
  border: 3px dotted #f8901f;
  border-radius: 1px;
  padding: 5px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f8901f;
  color: white;
}

.grd {
  padding: 5px;
  cursor: pointer;
  margin: 10px 0px;
  border: 1px solid #ccc;
}
.grd .grid_img {
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.grd .grid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.grd.active {
  background-color: black;
}

.box_f {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 2px;
}

@media (max-width: 550px) {
  .grd .grid_img {
    height: 64px;
  }
  .hea_buil {
    font-size: 11px;
  }
  .faq-main-area-single .accordion a {
    font-size: 11px !important;
  }
  .color_box {
    padding: 8px 35px;
  }
  .first_logo {
    width: 137px;
    height: 30px;
    overflow: hidden;
  }
}/*# sourceMappingURL=builder.css.map */
