@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

/*-------------------General------------------*/
* {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
}

ul {
  list-style: none;
}

.Montserrat {
  font-family: 'Montserrat', sans-serif;
}

a {
  text-decoration: none;
  color: #333;
}

.h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 1.325rem;
  color: #373f50;
}

p {
  color: #54575A;
  margin: 0;
  font-size: 1rem !important;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
}

input[type='time']:after {
  color: #7a7a7a;
  content: attr(placeholder);
}

input[type='date']:after {
  color: #7a7a7a;
  content: attr(placeholder);
}

.button {
  background: #24282b;
  height: 55px;
  font-family: Roboto;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 55px;
  letter-spacing: 2px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  border-top: 0px none;
  border-right: 0px
}

.button:hover {
  background: #f39226;

}

.mobile_store_p p {

  font-size: 1.1rem !important;
}

.form-control {
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  font-weight: 350;

}

.form-control:focus {
  outline: none;
  box-shadow: none;

}

/*--------------------main body-----------------*/

body {
  background-color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dropdown-menu {

  padding: 2px;

  border: 1px solid rgba(0, 0, 0, .04) !important;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 1.25rem -0.0625rem rgb(0 0 0 / 5%);
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.38rem 0.5rem !important;
  clear: both;
  font-weight: 400;
  color: #4b566b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  width: 100%;
  transition: all .25s ease-in-out;
  font-size: .875rem;
  font-weight: 400;
}

.dropdown-item:hover {
  background-color: white !important;
}

/*main page css*/

.iconlist.iconlist-icon-small li .iconlist-item-icon {
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iconlist.iconlist-icon-small li {
  position: relative;
  padding: 20px 0;
  margin: 0 0 0 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

}

.iconlist.iconlist-icon-small li .iconlist-item-icon img {
  width: 32px;
}

/*------------------left menu--------------------*/

#accordion .card-header {
  background-color: white !important;
  border: none;

}

#accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.00) !important;
}

#accordion .accordion-button,
#accordion .a {
  background-color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 400 !important;
  color: #000000d4 !important;
}

/*acording main*/
#accordionm .card-header {
  background-color: white !important;
  border: none;

}

#accordionm .card {
  border: 1px solid rgba(0, 0, 0, 0.00) !important;
}

#accordionm .accordion-button {
  background-color: white !important;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 400 !important;
  color: #000000d4 !important;
}

/*end*/
.accordion-button:focus {
  z-index: 3;
  border-color: white !important;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: white !important;
  outline: 0;
  box-shadow: none !important;
}

#collapseOne .card-body a {
  text-decoration: none;
  text-transform: uppercase;
}


.card-body a:hover {
  background-color: rgba(211, 211, 211, 0.199) !important;
}

.widget-product-title {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 500;
}

/*-----------------------header-------------------*/

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}

.navbar-toggler {
  border: 0 !important;
  color: #4b566b !important;

}

.navbar-brand {
  color: #4b566b !important;
  font-size: 15px !important;
}

.navbar-brand:hover {
  color: #ff6a00d7 !important;
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    font-size: smaller !important;
  }
}

.logo {
  width: 45px;
  height: 45px;
}

ul.dropdown-menu.sub_menu {
  position: absolute;
  left: 100%;
  top: 12px;
 
  font-size: 1.1rem !important;
  
}

.navbar {
  z-index: 1030;
  background-color: white;
  /*border-bottom: 1px solid #e7e5e4;*/
  font-size: 1rem;
  font-weight: 500;
  -webkit-box-shadow: 0px 4px 4px -3px rgb(97 95 95 / 23%);
  -moz-box-shadow: 0px 4px 4px -3px rgb(97 95 95 / 23%);
  box-shadow: 0px 4px 4px -3px rgb(97 95 95 / 23%);
}

.top-header {
  background-color: white;
}

.dropdown-menu>.dropdown>.dropdown-toggle::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0.5rem;
  margin-top: -0.3em;
}

.navbar ul li a {
  color: #4b566b !important;
  padding: 0px !important;
}

.bi-search:hover,
.navbar ul li a:hover {
  color: #ff6900 !important;
}

.bi-search {
  color: #4b566b;
}

@media only screen and (max-width: 768px) {}

.home_img {
  width: 100%;
  height: 100%;

}

.main-menu {
  padding-right: 129px;
}

.contact {
  border: 1 solid black;
  border-radius: 10px;
  background-color: #f8f5f5;
  padding: 2px;
  color: #be4f00;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* main search css */
#search_panel {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  z-index: 1040;
  background-color: #cb602d;
  display: none;

}

.search_panel_close {
  position: relative;
  top: 20px !important;
  right: 30px !important;
  float: right;
  z-index: 1030;

}

#main_search_box {
  margin-top: 20vh;
}

/*  repair pag     */
.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/reparation.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25vh;
  height: 25vh;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 1.325rem;
  font-weight: bold !important;
}

.devices a {
  background-color: #ff6900 !important;
  text-decoration: none;
  color: black;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.devices a:hover .card {
  color: #ff6900 !important;
  z-index: 1030;
}

.device .card {
  border: 0px solid rgba(0, 0, 0, 0.04) !important;
  background-color: transparent !important;
}


.devices.card-img-top {
  height: 30;
  width: 30;
}

.devices a .card {
  width: 15rem !important;
  background-color: #fafafc !important;
  border: none;
}


.main_banner {
  position: relative;
  background: linear-gradient(to right, #e06328, #f36055, #fa8a28);
  height: auto;

  color: white;
  /*border-bottom-left-radius: 25% 10%;
  border-bottom-right-radius: 25% 10%;*/
  -webkit-box-shadow: 0px 2px 2px -1px rgb(97 95 95 / 23%);
  -moz-box-shadow: 0px 2px 2px -1px rgb(97 95 95 / 23%);
  box-shadow: 0px 2px 2px -1px rgb(97 95 95 / 23%);
}

.rendez-btn {
  position: relative;
  background-color: #000000;
  color: white;
  width: 350px !important;
  animation-name: flaoting;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

.section-title:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  height: 3px;
  background: #ff6900;
  pointer-events: none;
}

h2 {
  text-transform: uppercase;
}

.product-price-and-shipping {
  color: #e95f42;
  font-size: 0.9375rem;
  font-weight: 600;
}

@keyframes flaoting {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 0px;
    top: 10px;
  }

  50% {
    left: 0px;
    top: 0px;
  }

  75% {
    left: 0px;
    top: 10px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

.home_img {
  position: relative;

  max-width: 600px;
  max-height: 408px;
}

/*----------------------footer---------------------*/
footer {
  position: relative;
  width: 100%;

  bottom: 0;
  color: white;
  background-color: #202020;
  font-size: 12px;
  background-color: rgb(14, 14, 14);
  color: #ffff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.row {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.0rem) !important;
  padding-left: var(--bs-gutter-x, 0.0rem) !important;
  margin-right: auto;
  margin-left: auto;
}



/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #ee0979;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
  width: 100px;
  background: #c5c5f1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #c5c5f1;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #333;
  text-transform: uppercase;
  font-size: 9px;
  width: 16.6%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  font-family: "main-icons", "Roboto", sans-serif;
  content: counter(step);
  counter-increment: step;
  display: block;
  margin: 0 auto 0.25rem;
  background-color: #ededed;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2rem;
  text-align: center;
  border-width: 0.125rem;
  border-style: solid;
  border-color: #ededed;
  border-radius: 50%;
  font-weight: 400;
  font-size: 11px;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  height: 0.125rem;
  width: 70%;
  background-color: #ededed;
  position: absolute;
  top: 1rem;
  z-index: -1;
  left: -35%;
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #ff7504;
  color: white;
}

/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}

.dme_link a {
  background: #fff;
  font-weight: bold;
  color: #ee0979;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}

/*--Model design desplay --*/
.device_model a {
  color: #333 !important;
  text-decoration: none;
}

.device_model a img {
  position: relative;
  width: 100%;
  height: auto;
}

.device_model img {
  position: relative;
  width: 100%;
  height: auto;
}

.repair-device-img {
  width: 100%;
}

.repair-device-img img {
  width: 100%;
  height: auto;
}

.card {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04) !important;
}

.device_model .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
  transition: 0.5s;
}

.repair_type {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .09);
  /*border: 1px solid #ff750491;*/
  border-radius: 7px;
  margin-top: 12px;
}

.repair_type:hover {
  border-color: #ff6900 !important;
}

.online_pay_btn {
  background: #FF6900;
  color: #FFFFFF;
  transition-duration: 0.3s;
  transition-property: box-shadow;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  box-shadow: 0 0.25rem 1.25rem 0 rgb(255 105 0 / 65%);
  border-radius: 0.5rem;
  letter-spacing: 0.0313rem;
  font-weight: 700;
}

.popover {
  border-color: 1px solid #dc3545 !important;
}

/*invoice repair*/



/* -------------------------------------
  INVOICE
  Styles for the billing table
------------------------------------- */
.invoice {
  background-color: white;
  text-align: left;
  width: 100%;
}

.invoice td {
  padding: 5px 0;

}

.invoice .invoice-items {
  width: 100% !important;
}

.invoice .invoice-items td {
  border-top: #eee 1px solid;
}

.invoice .total td {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  font-weight: 700;
}


input[type="checkbox"] {
  pointer-events: none;
}

.form-check-input {
  width: 25px !important;
  height: 25px !important;
  color: #be4f00;
}

.form-check-input:checked {
  color: #fff;
  background-color: #ff7504;
  border-color: ff7504;
}

.form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25) !important;
  outline: 1px !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25) !important;
}

form input.btn {
  background-color: white;
  color: #212529;
  border: 1px solid #ff7504;
}

form input.btn:hover {
  background-color: #ff7504;
  color: #fafafc !important;
}

/*loading...*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1030;
  background-color: #000000;
  opacity: 0.4;
  top: 0px;
  left: 0px;
}

/*--------------------------*/

.main-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/images/bg-ab.jpg);
  height: 30vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  color: white !important;

}

.about-us {
  color: #4b566b;
}


/*animation*/
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

/*fade up*/
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}