body,
html {
  overflow-x: hidden;
  width: 100%;
  float: left;
}

a:hover {
  text-decoration: none !important;
}

#exampleModal .modal-dialog {
  max-width: 800px;
}

.error-text {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 10px 0;
  color: #dc3545;
  font-weight: 600;
}

.btn {
  box-shadow: none !important;
}

.row {
  width: calc(100% + 30px);
}

.select2-results__option.select2-results__option--highlighted {
  background: #fc8a10;
  color: #fff;
}

*:not(.fa),
:hover:not(.fa),
:active:not(.fa),
:focus:not(.fa),
.btn:not(.fa) {
  outline: none !important;
  font-family: "Nunito Sans", sans-serif;
}

.select2-results__option {
  font-weight: 600;
  font-size: 13px;
  color: #4f504f;
  padding: 5px 10px;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translatex(0);
  }
  40% {
    transform: translatex(2px);
  }
  60% {
    transform: translatex(4px);
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-open .modal,
.modal-open {
  padding-right: 0 !important;
}

.modal-backdrop {
  background: #01132c;
}
.modal-backdrop.show {
  opacity: 25%;
}

.main_facts {
  background: url(../../images/frontend/fact-banner.jpg) no-repeat;
  background-size: cover;
}
.main_facts .fact {
  display: flex;
  padding: 0px 10px;
  width: 100%;
  border-right: 1px solid #cccecd;
  margin: 10px 0;
}
.main_facts .fact .fact_title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: absolute;
  padding: 0px 16px;
}

.search_box {
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
.search_box .btn-refine {
  padding: 9px 15px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: none;
  color: #5c5a5e !important;
  background: rgb(205, 205, 204);
  background: linear-gradient(169deg, rgb(205, 205, 204) 0%, rgb(211, 211, 210) 55%, rgb(205, 205, 204) 100%);
  border-radius: 5px;
  box-shadow: none !important;
}
.search_box .btn-search {
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 2px solid #fc8a10 !important;
  color: #fff !important;
  background: linear-gradient(30deg, #fc8a10 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 0.6s ease, color 0.3s linear;
  border-radius: 5px;
  box-shadow: none !important;
}
.search_box .btn-search.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.search_box .btn-search:hover {
  background-position: 100%;
  color: #fc8a10 !important;
  background-color: transparent;
  border-color: #fc8a10;
}
.search_box .btn-raise {
  padding: 7px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 2px solid #fc8a10 !important;
  color: #fff !important;
  background: #fc8a10;
  border-radius: 5px;
  box-shadow: none !important;
}
.search_box .btn-raise.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.search_box .btn-raise:hover {
  background-position: 100%;
  color: #fc8a10 !important;
  background-color: transparent;
  border-color: #fc8a10;
}

.recent-service .service-box {
  background: url(../../images/frontend/dashboard/Service_request-box-bg.jpg) repeat-x;
  border-radius: 5px;
  display: block;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  margin-bottom: 15px;
}
.recent-service .service-box .receipt-btn {
  margin-top: 2px;
  width: 100%;
  text-align: center;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 1px solid #b4b4b3;
  color: #454546 !important;
  background: #eaeaea;
  border-radius: 5px;
  box-shadow: none !important;
  margin-bottom: 3px;
  display: inline-block;
}
.recent-service .service-box .details-btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  position: relative;
  border: 1px solid #b4b4b3;
  color: #454546 !important;
  background: #eaeaea;
  border-radius: 5px;
  box-shadow: none !important;
}
.recent-service .service-box .approve-btn {
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 14px;
  background: rgb(30, 162, 0);
  background: linear-gradient(169deg, rgb(30, 162, 0) 0%, rgb(0, 190, 7) 55%, rgb(11, 158, 0) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #d2d2d1;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.recent-service .service-box .approve-btn a {
  color: #fff;
}
.recent-service .service-box .close-btn {
  margin-top: 7px;
  text-align: center;
  padding: 0px 14px;
  font-size: 20px;
  position: relative;
  border: 1px solid #d2d2d1;
  color: #e42323 !important;
  background: rgb(195, 195, 195);
  background: linear-gradient(0deg, rgb(195, 195, 195) 0%, rgb(255, 255, 255) 55%, rgb(191, 191, 191) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  margin-left: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.recent-service .service-box img {
  border: 1px solid #d4d4d5;
  border-radius: 5px;
  height: 142px;
}
.recent-service .service-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.recent-service .service-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.recent-service .service-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.recent-service .service-box .status-red {
  color: #fff;
  background: #ff0000;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-wait {
  color: #000;
  background: #ffcc00;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-complete {
  color: #fff;
  background: #006400;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-pending {
  color: #fff;
  background: #ffcc00;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-approve-pending {
  color: #fff;
  background: #ea5455;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-approve {
  color: #fff;
  background: #84bc13;
  font-size: 12px;
  width: 65%;
  padding: 2px 10px;
  text-align: center;
  margin: 5px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-details {
  color: #6b6969;
  font-size: 12px;
  font-weight: 500;
}
.recent-service .watches-box {
  border-radius: 5px;
  display: block;
  padding: 15px;
}
.recent-service .watches-box img {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.recent-service .watches-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.recent-service .watches-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.recent-service .watches-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}

.keyword-title {
  position: relative;
  display: inline-block;
}

.footer-search-title {
  color: #fff;
  font-size: 16px;
  padding-top: 0 !important;
  margin-top: 0;
}

.keyword-title::before {
  content: "";
  position: absolute;
  background-color: #9e9e9e;
  height: 1px;
  top: -12px;
  left: 43%;
  right: 0;
  width: 50%;
  background: #9e9e9e;
}

.keyword-title::after {
  content: "";
  position: absolute;
  background-color: #9e9e9e;
  height: 1px;
  bottom: 0;
  left: 43%;
  right: 0;
  width: 50%;
  background: #9e9e9e;
}

.main_facts {
  background: url(../../images/frontend/fact-banner.jpg) no-repeat;
  background-size: cover;
}
.main_facts .fact {
  display: flex;
  padding: 0px 10px;
  width: 100%;
  border-right: 1px solid #cccecd;
  margin: 10px 0;
}
.main_facts .fact .fact_title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  position: absolute;
  padding: 0px 16px;
}

.search_box {
  padding: 30px 0;
  border-bottom: 1px solid #c9c9c9;
}
.search_box .btn-refine {
  padding: 9px 15px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: none;
  color: #5c5a5e !important;
  background: rgb(205, 205, 204);
  background: linear-gradient(169deg, rgb(205, 205, 204) 0%, rgb(211, 211, 210) 55%, rgb(205, 205, 204) 100%);
  border-radius: 5px;
  box-shadow: none !important;
}
.search_box .btn-search {
  padding: 3px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 2px solid #fc8a10 !important;
  color: #fff !important;
  background: #fe8100;
  border-radius: 5px;
  box-shadow: none !important;
  width: 100%;
}
.search_box .btn-search.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.search_box .btn-search:hover {
  color: #fc8a10 !important;
  background-color: transparent;
  border-color: #fc8a10;
}
.search_box .btn-raise {
  padding: 7px 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 2px solid #fc8a10 !important;
  color: #fff !important;
  background: #fe8100;
  border-radius: 5px;
  box-shadow: none !important;
  width: 100%;
}
.search_box .btn-raise.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.search_box .btn-raise:hover {
  background-position: 100%;
  color: #fc8a10 !important;
  background-color: transparent;
  border-color: #fc8a10;
}

.status-red {
  color: #ffffff;
  background: #b0004b;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}

.status-wait {
  color: #000;
  background: #ffcb0f;
  font-size: 12px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.status-pickup {
  color: #000;
  background: #ff9f43;
  font-size: 12px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.status-complete {
  color: #019535;
  background: #d4efdd;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
}

.recent-service .service-box {
  background: url(../../images/frontend/dashboard/Service_request-box-bg.jpg) repeat-x;
  border-radius: 5px;
  display: block;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-size: cover;
}
.recent-service .service-box .approvepay {
  display: flex;
  bottom: 30px;
  justify-content: center;
  position: absolute;
  width: 50%;
}
.recent-service .service-box .approvepay .approve-btn {
  margin-top: 6px;
  padding: 4px 18px;
  font-size: 14px;
  background: rgb(30, 162, 0);
  background: linear-gradient(169deg, rgb(30, 162, 0) 0%, rgb(0, 190, 7) 55%, rgb(11, 158, 0) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #d2d2d1;
  font-weight: 600;
  color: #fff;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.recent-service .service-box .approvepay .approve-btn a {
  color: #fff;
}
.recent-service .service-box .approvepay .close-btn {
  margin-top: 7px;
  text-align: center;
  padding: 0px 14px;
  font-size: 20px;
  position: relative;
  border: 1px solid #d2d2d1;
  color: #e42323 !important;
  background: rgb(195, 195, 195);
  background: linear-gradient(0deg, rgb(195, 195, 195) 0%, rgb(255, 255, 255) 55%, rgb(191, 191, 191) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  margin-left: 5px;
  cursor: pointer;
}
.recent-service .service-box .details-btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  position: relative;
  border: 1px solid #b4b4b3;
  color: #454546 !important;
  background: #eaeaea;
  border-radius: 5px;
  box-shadow: none !important;
}
.recent-service .service-box img {
  border: 1px solid #d4d4d5;
  border-radius: 5px;
  height: 142px;
}
.recent-service .service-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.recent-service .service-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.recent-service .service-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.recent-service .service-box .status-red {
  color: #e42323;
  background: #ffe3e3;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.recent-service .service-box .status-wait {
  color: #fe7600;
  background: #ffecce;
  font-size: 12px;
  width: 65%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-complete {
  color: #019535;
  background: #d4efdd;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 5px;
}
.recent-service .service-box .status-details {
  color: #6b6969;
  font-size: 12px;
  font-weight: 500;
}
.recent-service .watches-box {
  border-radius: 5px;
  display: block;
  padding: 5px;
}
.recent-service .watches-box img {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding-bottom: 10px;
  width: 100%;
  height: 250px;
}
.recent-service .watches-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.recent-service .watches-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.recent-service .watches-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}

.service-request .service-box {
  background: url(../../images/frontend/dashboard/Service_request-box-bg.jpg) repeat-x;
  border-radius: 5px;
  display: block;
  padding: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
.service-request .service-box .approvepay {
  display: flex;
  position: absolute;
  bottom: 16px;
}
.service-request .service-box .approvepay .approve-btn {
  margin-top: 6px;
  padding: 4px 18px;
  font-size: 14px;
  background: rgb(30, 162, 0);
  background: linear-gradient(169deg, rgb(30, 162, 0) 0%, rgb(0, 190, 7) 55%, rgb(11, 158, 0) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #d2d2d1;
  font-weight: 600;
  color: #fff;
  width: 75%;
  text-align: center;
  cursor: pointer;
}
.service-request .service-box .approvepay .approve-btn a {
  color: #fff;
}
.service-request .service-box .approvepay .close-btn {
  margin-top: 7px;
  text-align: center;
  padding: 0px 14px;
  font-size: 20px;
  position: relative;
  border: 1px solid #d2d2d1;
  color: #e42323 !important;
  background: rgb(195, 195, 195);
  background: linear-gradient(0deg, rgb(195, 195, 195) 0%, rgb(255, 255, 255) 55%, rgb(191, 191, 191) 100%);
  border-radius: 5px;
  box-shadow: none !important;
  margin-left: 5px;
  cursor: pointer;
}
.service-request .service-box .details-btn {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 4px 10px;
  font-size: 14px;
  position: relative;
  border: 1px solid #b4b4b3;
  color: #454546 !important;
  background: #eaeaea;
  border-radius: 5px;
  box-shadow: none !important;
}
.service-request .service-box img {
  border: 1px solid #d4d4d5;
  border-radius: 5px;
  height: 142px;
}
.service-request .service-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.service-request .service-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.service-request .service-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.service-request .service-box .status-red {
  color: #e42323;
  background: #ffe3e3;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 5px;
}
.service-request .service-box .status-wait {
  color: #fe7600;
  background: #ffecce;
  font-size: 12px;
  width: 65%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 5px;
}
.service-request .service-box .status-complete {
  color: #019535;
  background: #d4efdd;
  font-size: 13px;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0 30px 0;
  border-radius: 5px;
}
.service-request .service-box .status-details {
  color: #6b6969;
  font-size: 12px;
  font-weight: 500;
}
.service-request .watches-box {
  border-radius: 5px;
  display: block;
  padding: 15px;
}
.service-request .watches-box img {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.service-request .watches-box .service-title {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 2px;
}
.service-request .watches-box .enq-id {
  color: #fc8a10;
  font-weight: 600;
  font-size: 16px;
}
.service-request .watches-box .service-details {
  color: #525252;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.sprite {
  background: url(../../images/frontend/sprite.png) no-repeat;
  display: inline-block;
}
.sprite.sucess-icon {
  background-position: -180px -394px;
  width: 100px;
  height: 100px;
}
.sprite.fail-icon {
  background-position: -27px -394px;
  width: 100px;
  height: 100px;
}
.sprite.logo-watch {
  background-position: -11px -9px;
  width: 15px;
  height: 21px;
}
.sprite.facebook {
  background-position: 3px -9px;
  width: 21px;
  height: 21px;
}
.sprite.instagram {
  background-position: -21px -9px;
  width: 19px;
  height: 19px;
}
.sprite.twitter {
  background-position: -47px -9px;
  width: 21px;
  height: 17px;
}
.sprite.linkedin {
  background-position: -75px -9px;
  width: 17px;
  height: 17px;
}
.sprite.whatsapp {
  background-position: -96px -9px;
  width: 20px;
  height: 20px;
}
.sprite.visa {
  background-position: -3px -43px;
  width: 53px;
  height: 34px;
}
.sprite.mastercard {
  background-position: -66px -43px;
  width: 53px;
  height: 34px;
}
.sprite.american-express {
  background-position: -129px -43px;
  width: 53px;
  height: 34px;
}
.sprite.watch-icon {
  background-position: -263px -7px;
  width: 46px;
  height: 50px;
}
.sprite.watch-icon-black {
  background-position: -897px -15px;
  width: 46px;
  height: 50px;
}
.sprite.apple-store-icon {
  background-position: -575px -15px;
  width: 140px;
  height: 46px;
}
.sprite.google-store-icon {
  background-position: -732px -15px;
  width: 140px;
  height: 46px;
}
.sprite.icon-genuine {
  background-position: -953px -9px;
  width: 104px;
  height: 96px;
}
.sprite.icon-trusted {
  background-position: -1088px -9px;
  width: 90px;
  height: 96px;
}
.sprite.icon-onlinepayments {
  background-position: -1209px -4px;
  width: 79px;
  height: 96px;
}
.sprite.modal-close {
  background-position: -11px -91px;
  width: 14px;
  height: 14px;
}
.sprite.login-arrow {
  background-position: -42px -93px;
  width: 10px;
  height: 10px;
}
.sprite.request-icon {
  background-position: -446px -111px;
  width: 73px;
  height: 73px;
  margin: 0 auto;
  display: block;
}
.sprite.arrow-white {
  background-position: -42px -93px;
  width: 10px;
  height: 10px;
}
.sprite.bars {
  background-position: -197px -7px;
  width: 35px;
  height: 27px;
}
.sprite.quotes-icon {
  background-position: -506px -15px;
  width: 38px;
  height: 33px;
}
.sprite.quotes-icon.bottom {
  transform: rotate(180deg);
}
.sprite.quotes-icon-two {
  background-position: -1028px -129px;
  width: 38px;
  height: 33px;
}
.sprite.quotes-icon-two.bottom {
  transform: rotate(180deg);
  position: relative;
  top: 10px;
}
.sprite.enquiry-sent {
  background-position: -18px -298px;
  width: 47px;
  height: 60px;
}
.sprite.enquiry-sent.active {
  background-position: -17px -214px;
}
.sprite.quotation-shared {
  background-position: -88px -298px;
  width: 37px;
  height: 60px;
}
.sprite.quotation-shared.active {
  background-position: -87px -214px;
}
.Persprite {
  /* background-position: -88px -298px; */
  background: url(../../images/frontend/payment-recived-gray.png) no-repeat;
  width: 55px;
  height: 60px;
}
.Persprite.active {
  /* background-position: -87px -214px; */
  background: url(../../images/frontend/payment-recived-orange.png) no-repeat;
}
.Sersprite {
  /* background-position: -88px -298px; */
  background: url(../../images/frontend/service-in-progress-gray.png) no-repeat;
  width: 50px;
  height: 60px;
}
.Sersprite.active {
  /* background-position: -87px -214px; */
  background: url(../../images/frontend/service-in-progress-orange.png) no-repeat;
}


.sprite.accepted-quote {
  background-position: -148px -298px;
  width: 79px;
  height: 60px;
}
.sprite.accepted-quote.active {
  background-position: -147px -214px;
}
.sprite.picked {
  background-position: -228px -302px;
  width: 50px;
  height: 60px;
}
.sprite.picked.active {
  background-position: -227px -218px;
}
.sprite.dispatched {
  background-position: -301px -302px;
  width: 80px;
  height: 60px;
}
.sprite.dispatched.active {
  background-position: -300px -218px;
}
.sprite.delivered {
  background-position: -404px -295px;
  width: 63px;
  height: 60px;
}
.sprite.delivered.active {
  background-position: -403px -211px;
}
.sprite.view-icon {
  background-position: -510px -226px;
  width: 26px;
  height: 15px;
}
.sprite.view-icon:hover {
  background-position: -510px -254px;
}
.sprite.view-plus {
  background-position: -546px -223px;
  width: 21px;
  height: 20px;
  padding-top: 5px;
  vertical-align: middle;
}
.sprite.view-plus:hover {
  background-position: -546px -251px;
}
.sprite.feedback-icon {
  background-position: -518px -367px;
  width: 21px;
  height: 21px;
}
.sprite.feedback-icon:hover {
  background-position: -518px -344px;
}
.sprite.receipt-icon {
  background-position: -518px -283px;
  width: 14px;
  height: 21px;
}
.sprite.receipt-icon:hover {
  background-position: -518px -311px;
}
.sprite.user-image {
  background-position: -597px -224px;
  width: 29px;
  height: 29px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #c6c6c6;
}
.sprite.user-image img {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.sprite.privacypolicy-icon {
  background-position: -791px -126px;
  width: 32px;
  height: 41px;
}
.sprite.privacypolicy-icon.active {
  background-position: -791px -196px;
}
.sprite.termsconditions-icon {
  background-position: -858px -123px;
  width: 41px;
  height: 44px;
}
.sprite.termsconditions-icon.active {
  background-position: -858px -193px;
}
.sprite.faq-icon {
  background-position: -934px -129px;
  width: 59px;
  height: 46px;
}
.sprite.faq-icon.active {
  background-position: -934px -199px;
}
.sprite.transparentprocess-icon {
  background-position: -1324px -19px;
  width: 72px;
  height: 77px;
}
.sprite.qualitycontrol-icon {
  background-position: -1432px -19px;
  width: 69px;
  height: 77px;
}
.sprite.warranty-icon {
  background-position: -1546px -19px;
  width: 77px;
  height: 77px;
}
.sprite.icon-service-request {
  background-position: -37px -562px;
  width: 99px;
  height: 99px;
  opacity: 3;
  transform: scale(0.6);
}
.sprite.icon-add-Watch {
  background-position: -171px -562px;
  opacity: 3;
  transform: scale(0.7);
  width: 98px;
  height: 98px;
  margin: -8px 0 0;
}

.brand-sprite {
  background: url(../../images/frontend/brand-logos.svg) no-repeat;
  display: block;
  transform: scale(0.76) translate(-28px, 0);
  width: 190px;
  height: 100px;
  border: 2px solid #f4f4f4;
}
.brand-sprite:hover {
  box-shadow: 0 0 11px #ddd;
}
.brand-sprite.icon-brand-one {
  background-position: -382px -1284px;
}
.brand-sprite.icon-brand-two {
  background-position: -570px -1425px;
}
.brand-sprite.icon-brand-three {
  background-position: -378px -1006px;
}
.brand-sprite.icon-brand-four {
  background-position: -192px -1142px;
}
.brand-sprite.icon-brand-five {
  background-position: -761px -22px;
}
.brand-sprite.icon-brand-six {
  background-position: -192px -25px;
}
.brand-sprite.icon-brand-seven {
  background-position: -953px -1562px;
}

.footer-section {
  background: #050f28;
  padding: 60px 0 0 10px;
  float: left;
  width: 100%;
}
.footer-section .footer-logo-white {
  background: url(../../images/logo-white.svg) no-repeat;
  height: 80px;
  display: block;
  width: 211px;
  background-size: contain;
  margin: 0 0 20px 0;
}
.footer-section .company-description {
  font-size: 14px;
  color: #e1e3ea;
  float: left;
  width: 100%;
  line-height: 16px;
  font-weight: 300;
}
.footer-section .links {
  padding: 0 45px;
}
.footer-section .footer-links,
.footer-section .contact-details {
  padding: 0;
  float: left;
  width: 100%;
}
.footer-section .footer-links li,
.footer-section .contact-details li {
  width: 50%;
  float: left;
  display: block;
  margin: 0 0 0px;
}
.footer-section .footer-links li.child,
.footer-section .contact-details li.child {
  padding-left: 15px;
}
.footer-section .footer-links li.child a::before,
.footer-section .contact-details li.child a::before {
  background: rgb(173, 138, 50);
}
.footer-section .footer-links li a,
.footer-section .contact-details li a {
  font-size: 14px;
  color: #f0f0f1;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  padding: 0 0 15px 15px;
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: none !important;
  background: linear-gradient(90deg, transparent, #fc8a10, transparent) bottom/var(--d, 0) 2px no-repeat;
  transition: 0.5s;
  background-position-y: 26px;
}
.footer-section .footer-links li a:before,
.footer-section .contact-details li a:before {
  content: "";
  height: 7px;
  width: 7px;
  position: absolute;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 5px;
}
.footer-section .footer-links li a:not(.address):hover,
.footer-section .contact-details li a:not(.address):hover {
  --d: 100%;
}
.footer-section .social-icons {
  margin: 0;
  list-style: none;
  padding: 5px 0 10px 0;
  display: inline-flex;
  float: left;
  width: 100%;
  align-items: center;
}
.footer-section .social-icons li {
  float: left;
}
.footer-section .social-icons .sprite {
  margin: 0 10px 0 0px;
}
.footer-section .social-icons .sprite:hover {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.footer-section .contact-text {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 100%;
  padding: 0px;
  font-weight: bold;
}
.footer-section .contact-details {
  margin: 10px 0 0;
}
.footer-section .contact-details li {
  width: 100%;
}
.footer-section .contact-details li a.address:after {
  display: none;
}
.footer-section .paymentmethod {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0px;
}
.footer-section .paymentmethod .contact-text {
  padding: 0 0 15px;
}
.footer-section .paymentmethod li.sprite {
  margin-right: 6px;
}
.footer-section .paymentmethod li.sprite:hover {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

header .logged-menu {
  float: right;
  display: inline-flex;
  align-items: center;
  /*width: 242px;*/
  position: relative;
  cursor: pointer;
}
header .logged-menu .user-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 157px;
  display: inline-block;
}
header .logged-menu .name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
header .logged-menu .name[aria-expanded=false]::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #050f28;
  content: "";
  margin-left: 5px;
  transform: rotate(180deg);
}
header .logged-menu .name[aria-expanded=true]::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #050f28;
  content: "";
  margin-left: 5px;
}
header .logged-menu span.orange {
  color: rgb(254, 118, 0);
}
header .logged-menu .logged-details {
  float: left;
  position: absolute;
  top: 36px;
  margin: 0;
  list-style: none;
  background: #050f28;
  padding: 0 0 10px;
  border-radius: 3px;
  border: 1px solid #050f28;
  width: 159px;
  right: 0;
  z-index: 3;
}
header .logged-menu .logged-details::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #050f28;
  position: absolute;
  top: -7px;
  right: 1px;
}
header .logged-menu .logged-details a {
  width: auto;
  float: right;
  text-align: right;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-flex;
  align-items: center;
  color: #fff !important;
  position: relative;
  flex-wrap: wrap;
  padding: 0 0 0px;
  margin: 10px 25px 0px 0;
  cursor: pointer;
  font-weight: 700;
  background: linear-gradient(currentColor 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}
header .logged-menu .logged-details a.text-danger {
  color: #fc8a10 !important;
}
header .logged-menu .logged-details a.text-danger::before {
  background: #fc8a10;
}
header .logged-menu .logged-details a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: 6px;
  border-radius: 50%;
}
header .logged-menu .logged-details a:hover {
  --d: 100%;
  --p: 100%;
}
header .logo {
  background: url(../../images/main-logo.svg) no-repeat;
  height: 61px;
  display: block;
  width: 229px;
  background-size: contain;
  margin-top: 5px;
}
header .top-header {
  background: #000;
  border-bottom: 1px solid #ddd;
}
header .top-header .navbar {
  padding: 0;
}
header .top-header .navbar .navbar-nav .nav-link {
  color: #fff !important;
  padding: 15px 10px 14px 0 !important;
  font-size: 14px;
  font-weight: 600;
}
header .top-header .navbar .navbar-nav .nav-link.orange {
  color: #fc8a10 !important;
  padding-right: 0 !important;
  font-weight: bold;
}
header .top-header .navbar .navbar-nav .nav-link[href] {
  cursor: pointer;
}
header .top-header .social-icons {
  margin: 0;
  list-style: none;
  padding: 10px 0 1px 0;
  display: inline-flex;
  float: left;
  width: 63%;
  align-items: center;
}
header .top-header .social-icons li {
  float: left;
}
header .top-header .social-icons .sprite {
  margin: 0 10px 0 0px;
}
header .top-header .social-icons .sprite:hover {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
header .white-header {
  background: #fff;
}
header .white-header .logo {
  height: 76px;
  margin: 7px 5px 6px 0;
}
header .white-header .navbar {
  padding: 0;
  align-items: center;
}
header .white-header .navbar .navbar-nav {
  align-items: center;
}
header .white-header .navbar .navbar-nav .nav-link {
  padding: 0 0px 0 0px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  margin: 0 13px 0 0;
  background: linear-gradient(#fc8a10 0 0) 0 100%/var(--d, 0) 3px no-repeat;
  transition: 0.5s;
}
header .white-header .navbar .navbar-nav .nav-link:hover, header .white-header .navbar .navbar-nav .nav-link.active {
  --d: 100%;
  color: #fc8a10;
}
header .white-header .navbar .navbar-nav .notifications {
  float: left;
  position: relative;
}
header .white-header .navbar .navbar-nav .notifications .header-icon {
  font-size: 33px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  background: #fff;
  padding: 4px;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebecf1;
  margin-right: 8px;
  fill: #231f20;
  cursor: pointer;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details {
  position: absolute;
  z-index: 10;
  background: #fff;
  left: 4px;
  width: 250px;
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  top: 44px;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  position: absolute;
  top: -7px;
  left: 1px;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li {
  padding: 7px 7px 7px 24px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  float: left;
  width: 100%;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li.title {
  font-weight: 700;
  color: #000;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li .mesage-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li .time {
  color: #728096;
  font-size: 11px;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li a {
  position: relative;
  float: left;
  width: 100%;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li a:not(.viewall)::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  left: -13px;
  top: 6px;
  border-radius: 50%;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li.viewnotifications {
  padding: 7px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  background: #fc8a10;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li.viewnotifications:hover {
  background: #fc8a10;
}
header .white-header .navbar .navbar-nav .notifications .notifications-details li.viewnotifications .viewall {
  color: #fff !important;
}
header .white-header .navbar .navbar-nav .enquiry-button {
  padding: 9px 18px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #fc8a10 !important;
  line-height: 19px;
  background-color: #fff;
  position: relative;
  border: 2px solid #fc8a10;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 5px;
}
header .white-header .navbar .navbar-nav .enquiry-button::before, header .white-header .navbar .navbar-nav .enquiry-button::after {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}
header .white-header .navbar .navbar-nav .enquiry-button::after {
  background: #fc8a10;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
header .white-header .navbar .navbar-nav .enquiry-button:hover {
  color: #fff !important;
}
header .white-header .navbar .navbar-nav .enquiry-button:hover:after {
  height: 100%;
  width: 135%;
}
header .white-header .navbar .navbar-nav .orange-enquiry-button {
  padding: 8px 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  border: 2px solid #fc8a10;
  color: #fff !important;
  background-image: linear-gradient(30deg, #fc8a10 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 0.6s ease, color 0.3s linear;
  border-radius: 5px;
  box-shadow: none !important;
}
header .white-header .navbar .navbar-nav .orange-enquiry-button:hover {
  background-position: 100%;
  color: #fc8a10 !important;
}

.customers-box {
  min-height: 525px;
  background: #fff url(../../images/frontend/customers-banner.jpg) no-repeat;
  background-attachment: fixed;
  padding: 80px 0;
  background-position: 59% -120px;
}
.customers-box .watch-icon {
  display: block;
  margin: 0 auto 12px;
}
.customers-box .title {
  float: left;
  width: 100%;
  padding: 0 0 54px;
  display: inline-grid;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.customers-box .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 36.5px);
  width: calc(100% + 70px);
  left: -34px;
}
.customers-box .owl-carousel .owl-nav button.owl-prev,
.customers-box .owl-carousel .owl-nav button.owl-next {
  font-size: 49px;
  color: #fc8a10;
}
.customers-box .owl-carousel .owl-nav button.owl-prev.disabled,
.customers-box .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customers-box .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.customers-box .owl-carousel .owl-nav button.owl-next {
  float: right;
}
.customers-box .sub-title {
  font-size: 16px;
  font-weight: 600;
}
.customers-box .customers-details {
  background-color: #fff;
  padding: 28px 21px;
  min-height: 253px;
  border-radius: 5px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  max-height: 253px;
  scrollbar-color: #888 #fff;
  scrollbar-width: thin;
}
.customers-box .customers-details::-webkit-scrollbar {
  width: 5px;
}
.customers-box .customers-details::-webkit-scrollbar-track {
  background: #fff;
}
.customers-box .customers-details::-webkit-scrollbar-thumb {
  background: #888;
}
.customers-box .customers-details .customers-icon {
  background-position: -420px -7px;
  width: 55px;
  height: 54px;
  display: block;
  margin: 0 auto 3px;
}
.customers-box .customers-details .description {
  font-size: 13px;
  color: rgb(113, 124, 136);
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 600;
  position: relative;
}
.customers-box .customers-details .description .fa {
  font-size: 20px;
}
.customers-box .customers-details .description .quotes-icon {
  display: none;
  position: absolute;
  opacity: 0;
}
.customers-box .customers-details .description .quotes-icon.top {
  top: -42px;
  left: 0;
}
.customers-box .customers-details .description .quotes-icon.bottom {
  bottom: -39px;
  right: -5px;
}
.customers-box .customers-details .name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  float: left;
  width: 100%;
  text-align: center;
  margin: 10px 0 1px;
}
.customers-box .customers-details .address {
  font-size: 14px;
  color: #fe7600;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}
.customers-box .customers-details:hover, .customers-box .customers-details.active {
  color: #fff;
  background: #fc8a10;
}
.customers-box .customers-details:hover .description,
.customers-box .customers-details:hover .quotes-icon, .customers-box .customers-details.active .description,
.customers-box .customers-details.active .quotes-icon {
  display: block;
  opacity: 1;
}
.customers-box .customers-details:hover .description,
.customers-box .customers-details:hover .name,
.customers-box .customers-details:hover .address, .customers-box .customers-details.active .description,
.customers-box .customers-details.active .name,
.customers-box .customers-details.active .address {
  color: #fff;
}
.customers-box .customers-details:hover .customers-icon, .customers-box .customers-details.active .customers-icon {
  background-position: -334px -7px;
}

.customers-box1 {
  min-height: 440px;
  background: #fff;
  background-attachment: fixed;
  padding: 40px 0;
  background-position: 59% -120px;
}
.customers-box1 .watch-icon {
  display: block;
  margin: 0 auto 12px;
}
.customers-box1 .title {
  float: left;
  width: 100%;
  padding: 0 0 25px;
  display: inline-grid;
  justify-content: center;
  color: #000;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.customers-box1 .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 36.5px);
  width: calc(100% + 70px);
  z-index: 1;
}
.customers-box1 .owl-carousel .owl-nav button.owl-prev,
.customers-box1 .owl-carousel .owl-nav button.owl-next {
  font-size: 49px;
  color: #fc8a10;
}
.customers-box1 .owl-carousel .owl-nav button.owl-prev.disabled,
.customers-box1 .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.customers-box1 .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.customers-box1 .owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 80px;
}
.customers-box1 .sub-title {
  font-size: 16px;
  font-weight: 600;
}
.customers-box1 .customers-details {
  background-color: #fff;
  padding: 28px 21px;
  min-height: 253px;
  border-radius: 5px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  max-height: 253px;
  scrollbar-color: #888 #fff;
  scrollbar-width: thin;
}
.customers-box1 .customers-details::-webkit-scrollbar {
  width: 5px;
}
.customers-box1 .customers-details::-webkit-scrollbar-track {
  background: #fff;
}
.customers-box1 .customers-details::-webkit-scrollbar-thumb {
  background: #888;
}
.customers-box1 .customers-details .customers-icon {
  background-position: -420px -7px;
  width: 55px;
  height: 54px;
  display: block;
  margin: 0 auto 3px;
}

.why {
  padding: 60px 50px;
}

.story {
  padding: 80px 0;
  background: #fff url(../../images/frontend/story.webp) no-repeat;
  background-attachment: scroll;
  background-position: center;
  overflow: hidden;
  background-size: cover;
}
.story p {
  color: #000000;
}

.main-slider .customers-details {
  background-color: #fff;
  border-radius: 5px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  scrollbar-color: #888 #fff;
  scrollbar-width: thin;
}
.main-slider .customers-details img {
  width: 100%;
  height: 550px;
}
.main-slider .customers-details::-webkit-scrollbar {
  width: 5px;
}
.main-slider .customers-details::-webkit-scrollbar-track {
  background: #fff;
}
.main-slider .customers-details::-webkit-scrollbar-thumb {
  background: #888;
}
.main-slider .customers-details .name {
  font-size: 35px;
  color: #fff;
  text-align: center;
  float: left;
  width: 60%;
  font-weight: bold;
  position: absolute;
  top: 45%;
}
.main-slider .marketplace-deatils {
  float: left;
  width: 100%;
  padding: 35px 2px 0 0px;
}
.main-slider .marketplace-deatils .watch-icon-black {
  display: block;
  margin: 0 auto 18px;
}
.main-slider .marketplace-deatils .title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  line-height: 37px;
  margin: 0;
}
.main-slider .marketplace-deatils .description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  margin: 30px 0;
}
.main-slider .marketplace-deatils .details-button {
  float: left;
  width: 100%;
}
.main-slider .marketplace-deatils .details-button .sprite {
  margin-right: 10px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  border-radius: 6px;
}
.main-slider .marketplace-deatils .details-button .sprite:hover {
  box-shadow: 0 0 11px rgba(5, 15, 41, 0.62);
}

.marketplace-box {
  background: #fff url(../../images/frontend/marketplace.webp) no-repeat;
  background-attachment: fixed;
  padding: 80px 0px;
  background-position: center;
  overflow: hidden;
}
.marketplace-box .marketplace-icon {
  background: url(../../images/frontend/marketplace-icon.png) no-repeat;
  height: 496px;
  background-position: top right;
  margin-right: 36px;
}
.marketplace-box .customers-details {
  background-color: #fff;
  border-radius: 5px;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  scrollbar-color: #888 #fff;
  scrollbar-width: thin;
}
.marketplace-box .customers-details::-webkit-scrollbar {
  width: 5px;
}
.marketplace-box .customers-details::-webkit-scrollbar-track {
  background: #fff;
}
.marketplace-box .customers-details::-webkit-scrollbar-thumb {
  background: #888;
}
.marketplace-box .customers-details .name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
}
.marketplace-box .marketplace-deatils {
  float: left;
  width: 100%;
  padding: 35px 2px 0 0px;
}
.marketplace-box .marketplace-deatils .watch-icon-black {
  display: block;
  margin: 0 auto 18px;
}
.marketplace-box .marketplace-deatils .title {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  line-height: 37px;
  margin: 0;
}
.marketplace-box .marketplace-deatils .description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #767676;
  font-weight: 600;
  margin: 30px 0;
}
.marketplace-box .marketplace-deatils .details-button {
  float: left;
  width: 100%;
}
.marketplace-box .marketplace-deatils .details-button .sprite {
  margin-right: 10px;
  cursor: pointer;
  transition: box-shadow 0.3s;
  border-radius: 6px;
}
.marketplace-box .marketplace-deatils .details-button .sprite:hover {
  box-shadow: 0 0 11px rgba(5, 15, 41, 0.62);
}

.marketplace-box {
  background: #fff url(../../images/frontend/marketplace.webp) no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  background-position: center;
  overflow: hidden;
}
.marketplace-box .owl-carousel .owl-nav {
  position: absolute;
  top: calc(40% - 34px);
  width: calc(100% + 70px);
  left: -34px;
}
.marketplace-box .owl-carousel .owl-nav button.owl-prev,
.marketplace-box .owl-carousel .owl-nav button.owl-next {
  font-size: 49px;
  color: #fff;
  background: #000;
  padding: 10px 5px;
  width: 25px;
}
.marketplace-box .owl-carousel .owl-nav button.owl-prev.disabled,
.marketplace-box .owl-carousel .owl-nav button.owl-next.disabled {
  pointer-events: none;
}
.marketplace-box .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.marketplace-box .owl-carousel .owl-nav button.owl-next {
  float: right;
}

.watch-services-box {
  padding: 50px 0;
}
.watch-services-box .watch-services-details {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 114px 1fr;
  align-items: center;
}
.watch-services-box .watch-services-details .details {
  font-size: 16px;
  color: #000;
  float: left;
  width: 100%;
  font-weight: 600;
}

.watch-brands {
  padding: 80px 0;
}
.watch-brands .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 36.5px);
  width: calc(100% + 70px);
  left: -34px;
}
.watch-brands .owl-carousel .owl-nav button.owl-prev,
.watch-brands .owl-carousel .owl-nav button.owl-next {
  font-size: 49px;
  color: #fc8a10;
}
.watch-brands .owl-carousel .owl-nav button.owl-prev.disabled,
.watch-brands .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.watch-brands .owl-carousel .owl-nav button.owl-prev {
  float: left;
}
.watch-brands .owl-carousel .owl-nav button.owl-next {
  float: right;
}
.watch-brands .owl-item {
  vertical-align: middle;
}
.watch-brands .owl-item img {
  display: block;
  width: 80% !important;
  margin-left: 14%;
}
.watch-brands .brand-grid {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(7, 12.66%);
  gap: 20px;
  background: #fff;
  padding: 10px 20px 10px;
}

.top-banner {
  height: 550px;
  position: relative;
  padding: 0;
  background: #fff;
  /*	overflow: hidden;*/
  /*background-position: bottom;
  background-attachment: fixed;*/
  /*	background-position-y: calc(100% + 104px);*/
}
.top-banner:before {
  content: "";
  background: url(../../images/frontend/banner-01.webp) no-repeat;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  float: left;
  position: absolute;
  background-position-y: 0px;
  background-position-x: -421px;
}
.top-banner .banner-title {
  font-size: 35px;
  color: #000;
  width: 624px;
  padding: 200px 0 0 0;
  line-height: 1.2;
  text-align: left;
  position: absolute;
  font-weight: 600;
}
.top-banner .banner-title p {
  margin-bottom: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.login-modal.sendrequest-modal .modal-content {
  border-radius: 5px;
  background-image: -ms-linear-gradient(90deg, rgb(190, 191, 200) 0%, rgb(223, 223, 228) 39%, #fff 100%);
  box-shadow: 0px 0px 25.81px 3.19px rgba(32, 29, 29, 0.27);
  width: 422px;
  min-height: 285px;
  border: 0;
}
.login-modal.sendrequest-modal .modal-dialog {
  width: 423px;
}
.login-modal.sendrequest-modal .modal-body {
  padding: 40px 70px;
}
.login-modal.sendrequest-modal .btn-trackrequest {
  width: 100%;
  text-align: center;
  background: #767676;
  color: #fff !important;
  padding: 12px 10px;
}
.login-modal.sendrequest-modal .btn-trackrequest:hover {
  background: #515151;
}
.login-modal.sendrequest-modal .btn-trackrequest:hover .sprite {
  animation: bounce 2s infinite;
}
.login-modal.sendrequest-modal .sendrequest-success-text {
  text-align: center;
  width: 100%;
  float: left;
  font-weight: 800;
  text-transform: capitalize;
  margin: 18px 0;
  font-size: 16px;
}
.login-modal.otp-modal .grid-form {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 100px 1fr;
  gap: 5px;
}
.login-modal.otp-modal .grid-form .form-control,
.login-modal.otp-modal .grid-form .select2-container--default .select2-selection--single {
  border-radius: 0px;
  text-align: left;
  padding: 0 20px;
  color: rgb(79, 80, 79);
  font-weight: 600;
  border: 1px solid #d4d4d5 !important;
  height: 48px;
  background: #fff;
}
.login-modal.otp-modal .grid-form .form-control::-moz-placeholder, .login-modal.otp-modal .grid-form .select2-container--default .select2-selection--single::-moz-placeholder {
  font-weight: 600;
}
.login-modal.otp-modal .grid-form .form-control::placeholder,
.login-modal.otp-modal .grid-form .select2-container--default .select2-selection--single::placeholder {
  font-weight: 600;
}
.login-modal.otp-modal .grid-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 13px;
  line-height: 45px;
  color: #4f504f;
}
.login-modal.otp-modal .grid-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4f504f transparent transparent;
  top: 21px;
  left: auto;
}
.login-modal.otp-modal .grid-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4f504f;
}
.login-modal.otp-modal .noaccount-text {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.login-modal.otp-modal .noaccount-text .orange {
  color: #fe7600 !important;
  cursor: pointer;
}
.login-modal.otp-modal .noaccount-text .orange:hover {
  text-decoration: underline;
}
.login-modal.otp-modal .creating-account {
  font-size: 10px;
  color: rgb(107, 107, 107);
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}
.login-modal.otp-modal .login-modal .modal-body {
  padding: 40px 60px;
}
.login-modal .modal-dialog {
  width: 444px;
}
.login-modal .modal-content {
  border-radius: 5px;
  background-image: -ms-linear-gradient(90deg, rgb(190, 191, 200) 0%, rgb(223, 223, 228) 39%, #fff 100%);
  box-shadow: 0px 10px 45px 5px rgba(32, 29, 29, 0.19);
  min-height: 366px;
  border: 0;
  position: relative;
}
.login-modal .modal-content::before {
  content: "";
  height: 22px;
  float: left;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #aeafb6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.login-modal .modal-body {
  padding: 40px 60px;
  z-index: 2;
  position: relative;
}
.login-modal .close {
  position: absolute;
  top: 10px;
  right: 17px;
  opacity: 1;
}
.login-modal .login-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  text-align: center;
}
.login-modal .login-details {
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 12px;
  color: rgba(79, 80, 79, 0.702);
  text-align: center;
  margin: 4px 0 15px;
}
.login-modal .form-control {
  border: 1px solid rgb(212, 212, 213) !important;
  height: 48px;
  background: #fff;
  text-align: center;
  font-size: 13px;
  color: rgba(79, 80, 79, 0.502);
  font-weight: bold;
  box-shadow: none !important;
}
.login-modal .form-control::-moz-placeholder {
  font-weight: 500;
  text-transform: capitalize;
}
.login-modal .form-control::placeholder {
  font-weight: 500;
  text-transform: capitalize;
}
.login-modal .login-button {
  border-radius: 3px;
  background-color: rgb(254, 118, 0);
  width: 100%;
  text-align: center;
  margin: 0px 0 10px;
  color: #fff !important;
  height: 50px;
  padding: 12px 13px;
  border: 2px solid #fe7600;
}
.login-modal .login-button:hover {
  background: #ff9131;
  border-color: #ff9131;
}
.login-modal .login-button:hover .login-arrow {
  animation: bounce 2s infinite;
}
.login-modal .received-text {
  font-size: 12px;
  color: rgb(251, 23, 8);
  font-weight: 700;
  border-top: 1px solid #c0c1c5;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
}
.login-modal .Resentd-otp-button {
  border: 1px solid rgb(107, 107, 107);
  width: 100%;
  font-size: 13px;
  color: rgb(107, 107, 107) !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 12px;
  height: 48px;
  border-radius: 3px;
}
.login-modal .Resentd-otp-button:hover {
  border-color: #000;
  color: #000 !important;
}
.login-modal .socialmedia-account {
  margin-top: 15px;
}
.login-modal .socialmedia-account .login-title {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.31);
}
.login-modal .socialmedia-account .login-title span {
  font-weight: bold;
  float: left;
  width: 100%;
  font-size: 12px;
  color: rgba(79, 80, 79, 0.702);
  text-align: center;
  margin: 4px 0;
}
.login-modal .socialmedia-account .btn-group {
  width: 100%;
  gap: 10px;
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
}
.login-modal .socialmedia-account .btn-group .btn {
  border-radius: 3px;
  font-size: 12px;
  padding: 0px 5px;
  font-weight: 800;
  color: #fff !important;
}
.login-modal .socialmedia-account .btn-group .btn.google.btn {
  background: #dd4b39;
  border: 1px solid #b83e2f;
}
.login-modal .socialmedia-account .btn-group .btn.google.btn .fa-google {
  border-right: 1px solid #b83e2f;
  width: 19px;
  margin: 0 4px 0 0px;
  padding: 7px 9px 7px 0;
}
.login-modal .socialmedia-account .btn-group .btn.google.btn:hover {
  background: #ff5642;
}
.login-modal .socialmedia-account .btn-group .btn.fb {
  background: #3b5998;
  border: 1px solid #253960;
}
.login-modal .socialmedia-account .btn-group .btn.fb .fa-facebook {
  border-right: 1px solid #253960;
  width: 20px;
  margin: 0 4px 0 0px;
  padding: 7px 5px 7px 0;
}
.login-modal .socialmedia-account .btn-group .btn.fb:hover {
  background: #496fbd;
}

.about-banner {
  height: 250px;
  position: relative;
  width: 100%;
}
.about-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/frontend/story-banner.webp) no-repeat;
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: -67px;
}
.about-banner.banner-2::after {
  width: 100%;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/frontend/story-banner.webp);
  background-position: top center;
  height: 250px;
}
.about-banner.banner-2 .form-title {
  top: 30%;
  width: auto;
  position: absolute;
  z-index: 1;
}
.about-banner.banner-2 .form-title h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.about-banner.banner-2 .form-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.about-banner.banner-2 .form-title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
.about-banner.banner-2 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
}

.form-banner {
  height: 218px;
  position: relative;
  float: left;
  width: 100%;
}
.form-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/frontend/form-banner.jpg) no-repeat fixed;
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: 102px;
}
.form-banner.banner-2::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/frontend/form-banner.jpg);
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: 115px;
}
.form-banner.banner-2 .form-title {
  padding: 86px 0 0 15px;
  width: auto;
  position: relative;
  z-index: 1;
}
.form-banner.banner-2 .form-title h1 {
  font-size: 30px;
  color: rgb(8, 17, 36);
  font-weight: 800;
}
.form-banner .form-title {
  float: left;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 75px 0 0 15px;
  color: #000;
  position: relative;
  z-index: 1;
}

.service-banner {
  height: 250px;
  position: relative;
  width: 100%;
}
.service-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/frontend/service-banner.webp) no-repeat;
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: -67px;
}
.service-banner.banner-2::after {
  width: 100%;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/frontend/service-banner.webp);
  background-position: top center;
  height: 250px;
}
.service-banner.banner-2 .form-title {
  padding: 35px 0 0 15px;
  width: auto;
  position: relative;
  z-index: 1;
}
.service-banner.banner-2 .form-title h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.service-banner.banner-2 .form-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.service-banner.banner-2 .form-title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
.service-banner.banner-2 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
}

.why-banner {
  height: 250px;
  position: relative;
  width: 100%;
}
.why-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/frontend/Why-Trust-Us_banner.png) no-repeat;
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: -67px;
}
.why-banner.banner-2::after {
  width: 100%;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/frontend/Why-Trust-Us_banner.png);
  background-position: top center;
  height: 250px;
}
.why-banner.banner-2 .form-title {
  top: 30%;
  width: auto;
  position: absolute;
  z-index: 1;
}
.why-banner.banner-2 .form-title h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.why-banner.banner-2 .form-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.why-banner.banner-2 .form-title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
.why-banner.banner-2 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
}

.contact-banner {
  height: 250px;
  position: relative;
  width: 100%;
}
.contact-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/frontend/contact-banner.jpg) no-repeat;
  background-position: top center;
  position: absolute;
  height: 218px;
  background-position-y: -67px;
}
.contact-banner.banner-2::after {
  width: 100%;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/frontend/contact-banner.jpg);
  background-position: top center;
  height: 250px;
}
.contact-banner.banner-2 .form-title {
  top: 40%;
  width: auto;
  position: absolute;
  z-index: 1;
}
.contact-banner.banner-2 .form-title h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}
.contact-banner.banner-2 .form-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.contact-banner.banner-2 .form-title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
.contact-banner.banner-2 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  width: auto;
  position: relative;
  z-index: 1;
}

.bg-gray {
  background: #f3f3f6;
}

.form-body .grid-box {
  float: left;
  width: 100%;
  display: inline-flex;
}
.form-body .grid-box .select2-container {
  width: 106px !important;
  margin-right: 10px;
}
.form-body .grid-box .select2-container--default .select2-selection--single {
  padding: 10px 10px;
}
.form-body .form-secound-title {
  color: #fc8100;
  float: left;
  width: 100%;
  font-weight: 800;
  margin: 20px 0 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
  font-size: 18px;
}
.form-body .orange {
  color: #fd8b11;
}
.form-body label {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  font-size: 16px;
  margin: 0 0 10px;
}
.form-body label.light {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 15px;
  white-space: nowrap;
}
.form-body .form-control,
.form-body .select2-container--default .select2-selection--single {
  height: 40px;
  padding: 10px 20px;
  font-size: 12px;
  border: 1px solid #d9d9d9 !important;
  border-radius: 3px;
  font-weight: 500;
  outline: none !important;
  box-shadow: none !important;
  resize: none;
  background: #fff;
}
.form-body .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit;
  font-size: 12px;
  padding: 0px;
}
.form-body .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #757575 transparent transparent;
  top: 18px;
  left: auto;
  border-width: 5px 3px 0;
}
.form-body .form-group {
  margin-bottom: 25px;
}
.form-body textarea.form-control {
  height: 90px;
}
.form-body .custom-control-label::before {
  height: 22px;
  width: 22px;
  border: 1px solid #8a8687 !important;
  box-shadow: none !important;
  background-image: linear-gradient(to bottom, #f5f5f7, #f5f5f7, #f5f5f7, #e1e1e4, #bfc0c5);
  top: 0;
}
.form-body .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background: #878183;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  left: -17px;
  top: 7px;
}
.form-body .custom-control-label {
  padding-left: 3px;
  font-size: 14px;
  font-weight: 600;
}
.form-body label.custom-control {
  width: auto;
  margin: 8px 5px 0 0px;
  display: inline-flex;
  align-items: center;
}
.form-body hr.divider {
  border-color: #e1e1e1;
  margin: 15px 0 40px;
}
.form-body .dashbord-links {
  border: 1px solid #e7e7e9;
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
  list-style: none;
  background: #f9f8f6;
}
.form-body .dashbord-links li {
  float: left;
  width: 100%;
}
.form-body .dashbord-links li a {
  float: left;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #000;
  font-weight: 700;
  font-size: 13px;
}
.form-body .dashbord-links li a.activated:after, .form-body .dashbord-links li a:hover:after {
  --d: 100%;
}
.form-body .dashbord-links li a::after {
  background: linear-gradient(#fc8a10 0 0) 0 100%/100% var(--d, 0) no-repeat;
  transition: 0.5s;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
}
.form-body .btn-sendrequest {
  padding: 9px 24px 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  border: 2px solid #fc8a10 !important;
  color: #fff !important;
  background: linear-gradient(30deg, #fc8a10 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  transition: background 0.6s ease, color 0.3s linear;
  border-radius: 5px;
  box-shadow: none !important;
}
.form-body .btn-sendrequest.btn-sm {
  padding: 4px 7px;
  font-size: 12px;
}
.form-body .btn-sendrequest:hover {
  background-position: 100%;
  color: #fc8a10 !important;
  background-color: transparent;
  border-color: #fc8a10;
}
.form-body .image-preview-box {
  height: 100px;
  width: 100%;
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.form-body .image-preview-box img {
  height: 100px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
  position: relative;
  background: #fff;
}
.form-body .image-preview-box:before {
  content: "";
  background: url(../../images/frontend/sprite.png) no-repeat center;
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% - var(--widthA) / 2);
}
.form-body .image-preview-box.dialface:before {
  background-position: -3px -119px;
  width: 56px;
  --widthA: 56px;
  height: 65px;
}
.form-body .image-preview-box.side:before {
  background-position: -74px -119px;
  width: 31px;
  --widthA: 31px;
  height: 69px;
}
.form-body .image-preview-box.back:before {
  background-position: -120px -118px;
  --widthA: 58px;
  width: 58px;
  height: 66px;
}
.form-body .image-preview-box.strap:before {
  background-position: -193px -119px;
  width: 65px;
  --widthA: 65px;
  height: 65px;
}
.form-body .image-preview-box.watchvideo.active:before {
  background-position: -599px -280px;
}
.form-body .image-preview-box.watchvideo:before {
  background-position: -273px -118px;
  width: 84px;
  --widthA: 84px;
  height: 68px;
}
.form-body .image-preview-box.voicenote.active:before {
  background-position: -734px -277px;
}
.form-body .image-preview-box.voicenote:before {
  background-position: -389px -118px;
  width: 42px;
  height: 66px;
  --widthA: 42px;
}
.form-body.static-page .category-title {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: rgb(8, 17, 36);
  font-weight: bold;
  margin: 0 0 36px;
}
.form-body.static-page .nav-tabs {
  float: left;
  width: 100%;
  border: 0 !important;
}
.form-body.static-page .nav-tabs .nav-item {
  margin: 0 0 40px 20px;
}
.form-body.static-page .nav-tabs .nav-item .nav-link {
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 23.75px 1.25px rgba(0, 0, 0, 0.1);
  width: 199px;
  height: 117px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgb(107, 107, 107);
  font-weight: 600;
  border: 0 !important;
  transition: all 0.3s;
}
.form-body.static-page .nav-tabs .nav-item .nav-link.show, .form-body.static-page .nav-tabs .nav-item .nav-link.active {
  background-color: rgb(254, 118, 0);
  color: #fff;
}
.form-body.static-page .nav-tabs .nav-item .nav-link.show .privacypolicy-icon, .form-body.static-page .nav-tabs .nav-item .nav-link.active .privacypolicy-icon {
  background-position: -791px -196px;
}
.form-body.static-page .nav-tabs .nav-item .nav-link.show .termsconditions-icon, .form-body.static-page .nav-tabs .nav-item .nav-link.active .termsconditions-icon {
  background-position: -858px -193px;
}
.form-body.static-page .nav-tabs .nav-item .nav-link.show .faq-icon, .form-body.static-page .nav-tabs .nav-item .nav-link.active .faq-icon {
  background-position: -934px -199px;
}
.form-body.static-page .nav-tabs .nav-item .nav-link .sprite {
  margin: 0 0 15px;
}
.form-body.static-page .tab-content {
  float: left;
  width: 100%;
  padding: 53px 0;
}
.form-body.static-page .tab-content > .tab-pane .title {
  font-size: 30px;
  color: rgb(8, 17, 36);
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 0 0 21px;
  margin: 0;
  border-bottom: 1px solid #afafb0;
}
.form-body.static-page .tab-content > .tab-pane ol {
  list-style: none;
  margin: 0;
  padding: 0 100px 0 35px;
  float: left;
  width: 100%;
}
.form-body.static-page .tab-content > .tab-pane ol li {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(96, 97, 99);
  line-height: 19px;
  margin: 0 0 10px;
}
.form-body.static-page .tab-content > .tab-pane ol li b {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 25px 0;
}
.form-body .datepicker {
  position: relative;
}
.form-body .datepicker .form-control {
  padding-right: 32px;
}
.form-body .datepicker .input-group-addon {
  position: absolute;
  right: 12px;
  top: 8px;
  color: #767676;
}

.custom-upload-form {
  width: 100%;
  float: left;
  clear: both;
}
.custom-upload-form .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.custom-upload-form .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.custom-upload-form .file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 12px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  padding: 0;
  display: block;
  width: calc(100% - 89px);
  pointer-events: none;
  z-index: 0;
  height: 23px;
  line-height: 25px;
  color: #4f504f;
  border-radius: 0;
  font-weight: 600;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-upload-form .file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 7px;
  right: 8px;
  display: inline-block;
  height: 25px;
  background: #767676;
  color: #fff;
  font-weight: 700;
  z-index: 0;
  font-size: 11px;
  line-height: 25px;
  padding: 0 15px;
  text-transform: capitalize;
  pointer-events: none;
  border-radius: 5px;
  width: 69px;
}
.custom-upload-form .file-upload-wrapper:hover:before {
  background: #515151;
}

.orderdetails-section .text-enquiry {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding: 0px 0 15px;
  text-transform: capitalize;
}
.orderdetails-section .text-enquiry.orange {
  color: #fd8b11;
  border-bottom: 0;
  border-top: 1px solid #dedddd;
  padding: 10px 0;
}
.orderdetails-section .text-view {
  float: right;
  text-align: right;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 0px 0 15px;
  text-transform: capitalize;
}
.orderdetails-section .text-view.arrow {
  color: #fd8b11;
  border-bottom: 0;
  border-top: 1px solid #dedddd;
  padding: 10px 0;
}
.orderdetails-section .text-status {
  float: right;
  font-size: 18px;
}
.orderdetails-section .text-status .orange {
  color: #fd8b11;
}
.orderdetails-section .enquiry-image-grid {
  gap: 20px;
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 167px 167px 167px 167px 167px 167px;
}
.orderdetails-section .enquiry-image-grid .enquiry-box {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d4d4d5;
  height: 167px;
  overflow: hidden;
  position: relative;
}
.orderdetails-section .enquiry-image-grid .enquiry-box.audio::before {
  background: #fff url(../../images/frontend/sprite.png) no-repeat -555px -119px;
  width: 47px;
  height: 60px;
  content: "";
  position: absolute;
  left: calc(50% - 23px);
  top: calc(50% - 30px);
}
.orderdetails-section .enquiry-image-grid .enquiry-box.video.active::before {
  background-position: -599px -280px;
  width: 84px;
  height: 68px;
  left: calc(50% - 42px);
  top: calc(50% - 34px);
}
.orderdetails-section .enquiry-image-grid .enquiry-box.video::before {
  background: transparent url(../../images/frontend/sprite.png) no-repeat -617px -95px;
  width: 114px;
  height: 114px;
  content: "";
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% - 57px);
  cursor: pointer;
}
.orderdetails-section .enquiry-image-grid .enquiry-box.video[onclick*=voice_note].active::before {
  background-position: -713px -269px;
  width: 82px;
  height: 82px;
  left: calc(50% - 41px);
  top: calc(50% - 41px);
}
.orderdetails-section .enquiry-image-grid .enquiry-box img {
  height: 167px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff;
}
.orderdetails-section .details-table {
  border: 1px solid #d4d4d5;
  margin: 0;
  border-bottom: 0;
  border-radius: 3px;
  margin: 10px 0;
}
.orderdetails-section .details-table.results .collapse-table .table thead th {
  font-size: 13px;
  vertical-align: initial;
  background: #fbfaff;
  padding: 10px 10px;
}
.orderdetails-section .details-table.results .collapse-table .table tbody td {
  background: #fff;
  font-size: 13px;
  padding: 10px 10px;
}
.orderdetails-section .details-table.results .table thead th {
  background: #dfdfdf;
  text-align: center !important;
  border-color: #c6c6c6;
}
.orderdetails-section .details-table.results tr:nth-child(even) td {
  background: #fbfaff;
}
.orderdetails-section .details-table.results .table tbody td {
  text-align: center !important;
  border-color: #c6c6c6;
  border-top: 0;
}
.orderdetails-section .details-table.results .table tbody td .action-links {
  display: inline-flex;
  align-items: center;
}
.orderdetails-section .details-table.results .table tbody td .action-links a {
  cursor: pointer;
  margin: 0 2px;
}
.orderdetails-section .details-table .table {
  border: 0;
  margin: 0;
  border: 0;
}
.orderdetails-section .details-table .table thead th {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  background: #f2f2f5;
  border: 0;
  border-bottom: 1px solid #d4d4d5;
  border-left: 1px solid #d4d4d5;
  text-align: center;
  padding: 10px 15px;
  text-transform: capitalize;
}
.orderdetails-section .details-table .table thead th:first-child {
  text-align: left;
  border-left: 0;
}
.orderdetails-section .details-table .table tbody td {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding: 10px 15px;
  text-transform: capitalize;
}
.orderdetails-section .details-table .table tbody td:first-child {
  text-align: left;
  border-left: 0;
}
.orderdetails-section .details-table .table tbody td:last-child {
  text-align: left;
}
.orderdetails-section .customerdetails-grid {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 269px 1fr;
  align-items: flex-start;
  gap: 46px;
  margin: 10px 0;
}
.orderdetails-section .customerdetails-grid .customer-details-section {
  margin: 0;
  border-radius: 5px;
  background-color: #f2f2f5;
  list-style: none;
  padding: 1px 11px 11px;
  float: left;
  width: 100%;
}
.orderdetails-section .customerdetails-grid .customer-details-section label {
  float: left;
  width: 100%;
  font-size: 14px;
  color: rgb(107, 107, 107);
  font-weight: bold;
  text-transform: capitalize;
  margin: 0 0 0;
}
.orderdetails-section .customerdetails-grid .customer-details-section li {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  padding: 10px 5px 10px;
  position: relative;
}
.orderdetails-section .customerdetails-grid .customer-details-section li:not(:last-child):after {
  content: "";
  width: 100%;
  display: block;
  border-top: 2px dotted rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  bottom: 0;
}
.orderdetails-section .customer-details-status {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr 1fr;
  display: inline-grid;
}
.orderdetails-section .customer-details-status li {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 28px 0 0;
  align-items: center;
}
.orderdetails-section .customer-details-status li:nth-child(1) {
  align-items: flex-start;
}
.orderdetails-section .customer-details-status li:nth-child(1):before {
  left: 0;
}
.orderdetails-section .customer-details-status li:nth-child(1) .status-text {
  text-align: left;
  margin-left: -15px;
}
.orderdetails-section .customer-details-status li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 6px);
  background-color: #bfbfbf;
}
.orderdetails-section .customer-details-status li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 6px;
  background-color: #bfbfbf;
  left: 12px;
}
.orderdetails-section .customer-details-status li.active:before, .orderdetails-section .customer-details-status li.active:after {
  background-color: rgb(254, 118, 0);
}
.orderdetails-section .customer-details-status li.active .status-text {
  color: #000;
}
.orderdetails-section .customer-details-status li.active + li .status-text::before {
  content: "";
  width: 38%;
  height: 1px;
  position: absolute;
  top: 6px;
  background-color: #fe7600;
  left: 12px;
  z-index: 1;
}
.orderdetails-section .customer-details-status li:last-child::after {
  width: 81px;
}
.orderdetails-section .customer-details-status li:last-child::before {
  left: 81px;
}
.orderdetails-section .customer-details-status li .status-text {
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  width: 100%;
  float: left;
  text-align: center;
  color: rgba(0, 0, 0, 0.251);
}
.orderdetails-section .estimation-grid {
  float: left;
  width: 100%;
  border-top: 1px solid #dedddd;
  margin: 40px 0 100px;
  display: inline-grid;
  padding: 20px 0 0;
  grid-template-columns: 269px 1fr;
  align-items: flex-start;
  gap: 46px;
}
.orderdetails-section .estimation-grid label {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
.orderdetails-section .estimation-grid .value-grid,
.orderdetails-section .estimation-grid .btn-grid {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 100%;
  gap: 7px;
  margin: 0 0 10px;
}
.orderdetails-section .estimation-grid .rejection-box .form-control {
  font-size: 13px;
  color: rgba(79, 80, 79, 0.702);
  font-weight: 500;
  border: 1px solid rgb(212, 212, 213);
  border-radius: 3px;
  background-color: #fff;
  height: 93px;
  resize: none;
  padding: 15px 20px;
}
.orderdetails-section .estimation-grid .rejection-box .form-control:placeholder {
  font-size: 13px;
  color: rgba(79, 80, 79, 0.702);
  font-weight: bold;
}
.orderdetails-section .estimation-grid .estimation-box {
  float: left;
  width: 100%;
  padding-right: 42px;
}
.orderdetails-section .estimation-grid .estimation-box .currency,
.orderdetails-section .estimation-grid .estimation-box .value {
  background-color: rgb(242, 242, 245);
  border: 1px solid rgb(212, 212, 213);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  padding: 6px 20px;
  background-image: linear-gradient(to bottom, #f5f5f7, #f5f5f7, #d6d6d8);
  border-radius: 3px;
}
.orderdetails-section .estimation-grid .estimation-box .value {
  text-align: center;
}

.videomodal .close {
  position: absolute;
  top: 0;
  right: 4px;
}
.videomodal .modal-body {
  padding: 20px 20px 15px;
}

.watches-collection-grid {
  border: 1px solid rgb(231, 231, 232);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 25.81px 3.19px rgba(35, 31, 32, 0.05);
  width: 100%;
  height: 100%;
  padding: 17px;
  display: inline-grid;
  grid-template-columns: 150px 1fr;
  gap: 15px;
  align-items: center;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.watches-collection-grid:hover {
  box-shadow: 0 0 11px rgba(252, 138, 16, 0.3);
}
.watches-collection-grid .watches-image {
  box-shadow: 0px 0px 25.81px 3.19px rgba(35, 31, 32, 0.05);
  border-radius: 8px;
  border: 1px solid rgb(231, 231, 232);
}
.watches-collection-grid .watches-image img {
  display: block;
  margin: 0 auto;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.watches-collection-grid .watche-description .name {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.watches-collection-grid .watche-description .brand {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #fc8a10;
  font-weight: bold;
  text-transform: uppercase;
}
.watches-collection-grid .watche-description .modal-name {
  float: left;
  width: 100%;
  font-size: 14px;
  color: rgb(107, 108, 110);
  font-weight: bold;
  margin: 0 0 15px;
}
.watches-collection-grid .watche-description .price {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  float: left;
  width: 100%;
}
.watches-collection-grid .watche-description .date {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.watches-collection-grid .watche-description .date label {
  font-size: 12px;
  color: rgb(107, 108, 110);
  font-style: italic;
  margin: 0 0 0;
  font-weight: 500;
}

.main-container {
  display: inline-grid;
  grid-template-columns: 630px 1fr;
}
.main-container .story-banner {
  width: 100%;
  height: 420px;
  background: url(../../images/frontend/story-banner.webp) no-repeat center;
  background-size: contain;
  transform: scaleY(1.1);
  margin: 24px 0 0;
}
.main-container .story-section {
  float: left;
  width: 100%;
  padding: 0 0 0 50px;
}
.main-container .story-section .story-title {
  float: left;
  width: 100%;
  font-size: 30px;
  color: rgb(8, 17, 36);
  font-weight: bold;
  margin: 0 0 5px;
}
.main-container .story-section .story-description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(107, 107, 107);
  font-weight: 600;
}
.main-container .story-section .story-quote {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin: 45px 0 0;
}
.main-container .story-section .story-quote .top {
  margin: 2px 0 0;
}
.main-container .story-section .quote-text {
  float: left;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.main-container .story-section .quote-text .name {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-grid;
  margin: 16px 0 0;
}
.main-container .story-section .quote-text .designation {
  color: #757575;
  text-transform: capitalize;
  font-weight: 600;
}

.choose-box {
  float: left;
  border-radius: 5px;
  background-color: #fff;
  width: 368px;
  height: 244px;
  display: inline-flex;
  align-items: center;
  padding: 17px;
  flex-direction: column;
  margin-bottom: 3rem;
  transition: 0.5s;
}
.choose-box:hover {
  background: #fc8a10;
}
.choose-box:hover .choose-title,
.choose-box:hover .choose-description {
  color: #fff;
}
.choose-box:hover .transparentprocess-icon {
  background-position: -1333px -130px;
}
.choose-box:hover .qualitycontrol-icon {
  background-position: -1441px -130px;
}
.choose-box:hover .warranty-icon {
  background-position: -1555px -130px;
}
.choose-box .choose-title {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  gap: 18px;
  margin: 0 0 32px;
  padding: 0 25px;
}
.choose-box .choose-description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(96, 97, 99);
  text-align: left;
  font-weight: 500;
  line-height: 19px;
}

.why-box {
  text-align: center;
  padding: 17px;
}
.why-box .why-title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  gap: 18px;
  margin: 0 0 32px;
  padding: 0 25px;
}
.why-box .why-description {
  float: left;
  width: 100%;
  font-size: 15px;
  color: rgb(96, 97, 99);
  text-align: left;
  font-weight: 500;
  line-height: 19px;
}

.services-section {
  float: left;
  border-radius: 5px;
  background-color: #fff;
  width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
  padding: 30px 17px;
  flex-direction: column;
  margin-bottom: 3rem;
  transition: 0.5s;
}
.services-section:hover .transparentprocess-icon {
  background-position: -1333px -130px;
}
.services-section:hover .qualitycontrol-icon {
  background-position: -1441px -130px;
}
.services-section:hover .warranty-icon {
  background-position: -1555px -130px;
}
.services-section:img {
  margin-bottom: 20px;
}
.services-section .services-title {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  gap: 18px;
  margin: 15px 0 18px;
  padding: 0 10px;
}
.services-section .services-description ul {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 500;
  margin: 0px;
  padding: 0 0 0 20px;
  line-height: 30px;
  list-style-image: url("../../images/frontend/checkmark.jpg");
}
.services-section ul.checkmark li {
  font-size: 16px;
  margin-bottom: 1em;
  list-style-type: none;
  padding: 0.25em 0 0 2.5em;
  position: relative;
}
.services-section ul.checkmark li:before {
  content: " ";
  display: block;
  border: solid 0.8em orange;
  border-radius: 0.8em;
  height: 0;
  width: 0;
  position: absolute;
  left: 0.5em;
  top: 40%;
  margin-top: -0.5em;
}
.services-section ul.checkmark li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 1em;
  top: 40%;
  margin-top: -0.2em;
  transform: rotate(45deg);
}

.select-title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 30px;
  color: rgb(8, 17, 36);
  font-weight: bold;
  margin: 0 0 3rem;
}

.action-collapse[aria-expanded=true] {
  background-position: -547px -281px;
}
.action-collapse[aria-expanded=true]:hover {
  background-position: -547px -311px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #878183;
  height: 9px;
  width: 9px;
  left: -18px;
  top: 7px;
  background-image: none;
}

.success-box {
  padding: 20px;
  width: 600px;
  margin: 0 auto 30px;
  border: 1px solid #23b574;
  background: #effaf5;
  font-size: 22px;
  font-weight: 700;
  color: #23b574;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.fail-box {
  padding: 20px;
  width: 600px;
  margin: 0 auto 30px;
  border: 1px solid #d1183a;
  background: #fceff1;
  font-size: 22px;
  font-weight: 700;
  color: #d1183a;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ui-widget.ui-widget-content {
  border: 1px solid #d9d9d9;
  border-top: 0;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget {
  font-size: 1em;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
  color: #5b5b5b;
  opacity: 1;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-front {
  z-index: 100;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #fc8a10;
  background: #fc8a10;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #fc8a10;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.static-page.feedback .story-section {
  padding: 30px 0 0 50px;
}
.static-page.feedback .feedback-rating {
  border: none;
  float: left;
  width: 167px;
  margin-left: -4px;
}
.static-page.feedback .feedback-rating > input {
  display: none;
}
.static-page.feedback .feedback-rating > label:before {
  margin: 5px;
  font-size: 25px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.static-page.feedback .feedback-rating > .half:before {
  content: "\f089";
  position: absolute;
}
.static-page.feedback .feedback-rating > label {
  color: #ddd;
  float: right;
  width: auto;
}
.static-page.feedback .feedback-rating > input {
  display: none;
}
.static-page.feedback .feedback-rating > input:checked ~ label, .static-page.feedback .feedback-rating:not(:checked) > label:hover, .static-page.feedback .feedback-rating:not(:checked) > label:hover ~ label {
  color: #fc8a10;
}
.static-page.feedback .feedback-rating > input:checked + label:hover,
.static-page.feedback .feedback-rating > input:checked ~ label:hover,
.static-page.feedback .feedback-rating > label:hover ~ input:checked ~ label,
.static-page.feedback .feedback-rating > input:checked ~ label:hover ~ label {
  color: #fc8a10;
}
.static-page.feedback .feedback-rating.rating-readonly > label:before {
  font-size: 15px;
  pointer-events: none;
  color: #fc8a10;
}
.static-page.feedback .feedback-rating.rating-readonly {
  height: 20px;
  line-height: 11px;
}
.static-page.feedback .feedback-rating.rating-readonly > label {
  pointer-events: none;
}

.service {
  padding: 100px 0 60px 0;
}
.service .services-box {
  background: #fff;
}

.Service-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}

.story-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  float: left;
  width: 100%;
  text-align: left;
  padding-bottom: 40px;
}

.notifications-section {
  list-style: none;
  width: 100%;
  float: left;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 0;
  padding: 0 15px;
}
.notifications-section li {
  border: 1px solid rgb(231, 231, 232);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 25.81px 3.19px rgba(35, 31, 32, 0.05);
  width: 100%;
  height: 100%;
  padding: 17px;
  transition: box-shadow 0.3s;
  cursor: pointer;
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
  gap: 10px;
}
.notifications-section li:hover {
  box-shadow: 0 0 11px rgba(252, 138, 16, 0.3);
}
.notifications-section li .title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  float: left;
  width: 100%;
}
.notifications-section li .body {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: initial;
}
.notifications-section li .time {
  color: #fc8a10;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1/2;
  grid-row-start: span 2;
}

.or-divider {
  flex: 0 0 3%;
  max-width: 3%;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 44px;
  color: #fc8a10;
  font-weight: 700;
}

.profile-box {
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: 40% 150px;
  gap: 15px;
}
.profile-box .profile-description {
  background: rgba(252, 138, 16, 0.08);
  float: left;
  width: 100%;
  border: 1px solid rgba(252, 138, 16, 0.64);
  padding: 20px;
  border-radius: 3px;
  gap: 20px;
}
.profile-box .profile-description .d-box-title {
  float: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.profile-box .profile-description .success-rate {
  margin: 0;
  list-style: none;
  float: left;
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 15px 15px;
  gap: 10px;
}
.profile-box .profile-description .success-rate li {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  float: left;
}
.profile-box .profile-description .success-rate li i {
  order: -1;
  margin-right: 10px;
}
.profile-box .profile-description .brand {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  color: #000;
  padding-left: 10px;
  font-weight: 600;
}
.profile-box .profile-description .brand b {
  font-size: 42px;
  font-weight: 700;
  margin-right: 10px;
}

.service-requests-button {
  background: rgba(5, 15, 40, 0.05);
  border: 1px solid rgba(5, 15, 40, 0.21);
  padding: 20px;
  border-radius: 3px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.service-requests-button .btn-sendrequest {
  font-size: 11px;
  border: 2px solid #050f28 !important;
  background: linear-gradient(30deg, #050f28 50%, transparent 50%);
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: 0%;
}
.service-requests-button .btn-sendrequest:hover {
  background-position: 100%;
  color: #050f28 !important;
  background-color: transparent;
  border-color: #050f28;
}
.service-requests-button .watche-description {
  text-align: center;
}

.orderdetails-section .estimation-grid .value-grid {
  grid-template-columns: 2fr;
}

.pulse {
  display: block;
  position: absolute;
  top: 3px;
  right: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fc8a10;
  cursor: pointer;
  box-shadow: 0 0 0 #fc8a10;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 138, 16, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.remove-file {
  background: #dc3545;
  width: 25px;
  height: 25px;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
}

.popover-header {
  background: #fc8a10;
  color: #fff;
  border-bottom: #fc8a10;
}

.popover-body {
  list-style: none;
}
.popover-body li {
  margin: 0 0 5px;
  padding-left: 15px;
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
}
.popover-body li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fc8a10;
  position: absolute;
  left: 3px;
  top: 7px;
}

.begin {
  padding: 100px 0;
}

#begin {
  padding: 100px 0;
  clear: both;
  text-align: justify;
}
#beginimg {
  margin: auto;
}

.bg-gray {
  background: #eff0f4;
}

.journey {
  background: #eff0f4;
  text-align: justify;
}
.journey .text {
  padding: 50px 80px 50px 0px;
}

.journey-img {
  margin-bottom: -100px;
  padding-right: 50px;
}

.digital {
  padding: 100px 0;
  background: #eff0f4;
  clear: both;
  text-align: justify;
}
.digital .text {
  padding: 70px 80px 0px 0px;
}

.details {
  padding: 20px;
}

.mantra {
  padding: 50px 0 30px 0;
  clear: both;
}
.mantra .mantra-title {
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  padding: 20px 0;
}
.mantra .sub-title {
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  gap: 18px;
  margin: 0 0 32px;
  padding: 20px 15px;
}

.line {
  border-right: 1px solid #d0d0d0;
  height: 50%;
}

.callaction {
  background: url(../../images/frontend/call-to-action.png) no-repeat;
  background-position: top center;
  padding: 40px 0;
  height: 250px;
}
.callaction .call-title {
  font-size: 30px;
  color: #000;
  font-weight: 800;
  width: 45%;
  position: relative;
  z-index: 1;
}
.callaction .call-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.callaction .call-button {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  border: 2px solid #fc8a10;
  color: #fff !important;
  background: #fc8a10;
  margin-top: 20px;
  transition: background 0.6s ease, color 0.3s linear;
  border-radius: 3px;
  box-shadow: none !important;
}
.callaction .call-button:hover {
  background-position: 100%;
  color: #fc8a10 !important;
}
.callaction .call-button .symbol {
  font-size: 16px;
  margin-left: 5px;
}

#our-services {
  padding: 35px 0px;
  clear: both;
}
#our-services p {
  font-size: 15px;
  font-weight: 500px;
}
#our-services .right-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 50px;
  text-align: justify;
}
#our-services .right-box1 {
  position: absolute;
  padding-left: 50px;
  text-align: justify;
}
#our-services .left-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: justify;
}
#our-services .title {
  font-size: 25px;
  color: #000;
  padding: 5px 0 10px 0;
  font-weight: 700;
}
#our-services .details {
  position: relative;
}

#contact-details {
  padding: 70px 0px;
  clear: both;
}
#contact-details p {
  font-size: 15px;
  font-weight: 500px;
}
#contact-details .details-box {
  clear: both;
  padding-left: 35px;
}
#contact-details .title {
  font-size: 25px;
  color: #000;
  padding: 5px 0 10px 0;
  font-weight: 700;
}
#contact-details .details {
  position: relative;
}
#contact-details .contact-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  float: left;
  width: 100%;
  padding-bottom: 30px;
}

#address-details {
  padding: 30px 0;
}
#address-details .contact-box {
  padding: 0 15px;
  margin: auto;
  width: 81%;
  float: right;
}
#address-details .contact-box p {
  color: #858585;
  font-size: 16px;
}
#address-details .contact-box .address-title {
  font-size: 18px;
  color: #000;
  padding: 5px 0;
  font-weight: 700;
}

.orange-button {
  border-radius: 3px;
  background-color: rgb(254, 118, 0);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0 10px;
  color: #fff !important;
  padding: 10px 45px;
  border: 2px solid #fe7600;
  margin-top: 35px;
}

.green-button {
  border-radius: 3px;
  background-color: #28a745;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin: 0px 0 10px;
  color: #fff !important;
  padding: 10px 45px;
  border: 2px solid #28a745;
  margin-top: 35px;
}

.login-button:hover {
  background: #ff9131;
  border-color: #ff9131;
}

.login-button:hover .login-arrow {
  animation: bounce 2s infinite;
}

.orange-border-button {
  padding: 10px 15px;
  margin-right: 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fc8a10 !important;
  line-height: 19px;
  background-color: #fff;
  position: relative;
  border: 1px solid #fc8a10;
  overflow: hidden;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 3px;
}
.orange-border-button::before, .orange-border-button::after {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
}
.orange-border-button::after {
  background: #fc8a10;
  color: #fff !important;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  width: 0;
}
.orange-border-button:hover {
  color: #fff !important;
  background: #fc8a10;
}
.orange-border-button:hover:after {
  height: 100%;
  width: 135%;
}
.orange-border-button .login-arrow {
  color: #fc8a10;
}

.social_header {
  padding: 4px 0px 4px 0px !important;
  display: none;
}
.social_header ul {
  list-style: none;
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: right;
}
.social_header a {
  margin-right: 11px;
}
.social_header .call_icon {
  background: url(../../images/frontend/call-icon.svg) no-repeat;
  height: 30px;
  display: block;
  width: 30px;
  background-size: contain;
}
.social_header .face_book {
  background: url(../../images/frontend/facebook.svg) no-repeat;
  height: 30px;
  display: block;
  width: 30px;
  background-size: contain;
}
.social_header .insta_gram {
  background: url(../../images/frontend/instagram.svg) no-repeat;
  height: 30px;
  display: block;
  width: 30px;
  background-size: contain;
}
.social_header .whats_app {
  background: url(../../images/frontend/whatsapp.svg) no-repeat;
  height: 30px;
  display: block;
  width: 30px;
  background-size: contain;
}

.hidnxt {
  display: none;
}

#foc {
  display: none;
}

.vislg {
  display: none;
}

.clrwht {
  color: #fff;
}

.mart20 {
  margin-top: 20px;
}

.marb90 {
  margin-bottom: 90px;
}

.recent-service .watches-box a {
  color: #000;
}
.recent-service .watches-box .enq-id a {
  color: #fc8a10;
}

.floatr {
  float: right;
  display: none;
}
.floatr i {
  color: #fc8a10;
  font-size: 24px;
}

.lftrightbtn {
  float: right;
  display: none;
}
.lftrightbtn i {
  color: #fc8a10;
  font-size: 26px;
}

.hidebtn {
  display: none;
}

.icon-bar_sc {
  display: none;
}

.frmloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7294117647);
  z-index: 1000;
  top: 0;
  overflow: hidden;
  display: none;
  justify-content: center;
  align-items: center;
}
.frmloader p {
  margin-top: 190px;
  color: #fff;
}

.clock_lod {
  border-radius: 70px;
  border: 2px dashed #8f939f;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
}

.clock_lod:after {
  content: "";
  position: absolute;
  background-color: #fc8a10;
  top: 8px;
  left: 48%;
  height: 41px;
  width: 2px;
  border-radius: 5px;
  transform-origin: 50% 97%;
  animation: grdAiguille 2s linear infinite;
}
@keyframes grdAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clock_lod:before {
  content: "";
  position: absolute;
  background-color: #fc8a10;
  top: 21px;
  left: 48%;
  height: 29px;
  width: 2px;
  border-radius: 5px;
  transform-origin: 50% 94%;
  animation: ptAiguille 12s linear infinite;
}
@keyframes ptAiguille {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.help-block ul {
  padding: 0px;
}
.help-block ul li {
  list-style: none;
  color: red;
  font-size: 13px;
}

.marl6 {
  margin-left: 6px;
}

.paidinfo {
  padding: 20px;
}
.paidinfo .row {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.paidinfo .row .col-6 {
  border-right: 1px solid #000;
  padding: 10px 10px;
}
.paidinfo .row:nth-child(1) {
  border-top: 1px solid #000;
}
.paidinfo .row h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.paidinfo .row p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.amerexp {
  background-image: url(../../images/frontend/American_Express_logo.webp);
  width: 51px;
  height: 34px;
  border-radius: 4px;
  background-size: cover;
}

.visaico {
  background-image: url(../../images/frontend/visa.webp);
  width: 60px;
  height: 34px;
  border-radius: 4px;
  background-size: cover;
}

.mastercardico {
  background-image: url(../../images/frontend/mast_crd.webp);
  width: 51px;
  height: 34px;
  border-radius: 4px;
  background-size: cover;
}

.fontsigup {
  font-size: 17px;
}

.accept_btn {
  font-size: 13px;
  background: #1ea200;
  background: linear-gradient(169deg, #1ea200 0, #00be07 55%, #0b9e00 100%);
  border-radius: 5px;
  color: #fff;
  padding: 6px 21px;
  box-shadow: none !important;
  border: 1px solid #d2d2d1;
  text-align: center;
}

.rejclr {
  background-color: #dd4b39;
  background: linear-gradient(169deg, #dd4b39 0, #ee523e 55%, #ff5741 100%);
}

.infoacceptbtnstar {
  color: #fc8a10;
  font-weight: 600;
  font-size: 17px;
  margin-top: 16px;
}

.recent-service .service-box .approvepay .pad0aalign {
  padding: 0px;
}
.recent-service .service-box .approvepay .pad0aalign a {
  display: block;
  padding: 4px 0px;
}

.dflximg {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.menu_container {
  width: 83%;
  margin: 0 auto;
}

.shop-banner {
  height: 330px;
  position: relative;
  width: 100%;
}
.shop-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background: url(../../images/shop/shopbanner.jpg) no-repeat;
  background-position: center;
  position: absolute;
  height: 218px;
  background-position-y: -67px;
}
.shop-banner.banner-2::after {
  width: 100%;
  box-shadow: 9px 4px 11px 5px #f0f0f0;
  background-image: url(../../images/shop/shopbanner.jpg);
  background-position: center;
  height: 330px;
}
.shop-banner.banner-2 .form-title {
  top: 30%;
  width: auto;
  position: absolute;
  z-index: 1;
}
.shop-banner.banner-2 .form-title h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 800;
}
.shop-banner.banner-2 .form-title p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 70%;
}
.shop-banner.banner-2 .form-title .text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
}
.shop-banner.banner-2 .sub-title {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: auto;
  position: relative;
  z-index: 1;
}

.brdcrmb p {
  font-size: 14px;
}
.brdcrmb p i {
  margin: 0px 5px;
}
.brdcrmb p a {
  color: #6d6d6d;
}
.brdcrmb p .actanch {
  color: #050f28;
  font-weight: 700;
}

.rating_Sec {
  display: flex;
}
.rating_Sec .checked {
  color: orange;
}
.rating_Sec .rat_txt {
  margin-left: 11px;
  font-size: 15px;
  font-weight: 700;
  color: #fc8a10;
}

.clrgrn {
  color: green;
}

.proinfo_box h3 {
  font-weight: 700;
  font-size: 24px;
  color: #404041;
  margin-bottom: 5px;
}
.proinfo_box .sub_info_hed {
  margin-bottom: 13px;
  font-size: 14px;
  color: #444;
}
.proinfo_box h6 {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
}

.productflximg {
  display: flex;
  justify-content: space-between;
}
.productflximg .product_mult {
  width: 15%;
}
.productflximg .product_mult div {
  width: 50px;
  height: 50px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.productflximg .product_mult div img {
  width: 100%;
}
.productflximg .product_imgbx {
  width: 85%;
  height: 435px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.prodeslin {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.prodeslin img {
  width: 32px;
  margin-right: 5px;
}

.addtocrt {
  background-color: #000;
  color: #fff;
  padding: 9px 0px;
  width: 180px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #000;
  transition: 0.8s all;
}
.addtocrt:hover {
  border: 2px solid #fc8a10;
  background-color: #fff;
  color: #fc8a10;
  transition: 0.3s all;
}

.buynw {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
  padding: 9px 0px;
  width: 180px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 5px;
}
.buynw:hover {
  border: 2px solid #fc8a10;
  background-color: #fff;
  color: #fc8a10;
  transition: 0.3s all;
}

.offer_bx {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.offer_bx h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 21px;
}
.offer_bx h4 img {
  width: 22px;
  margin-right: 5px;
}
.offer_bx h5 {
  font-size: 16px;
  font-weight: 700;
  color: #fc8a10;
  margin-bottom: 0px;
}
.offer_bx p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.instck {
  background-color: #dbf5db;
  color: green;
  padding: 4px 20px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 17px;
  font-size: 15px;
}

.product_imgbx {
  border: 1px solid #ccc;
  padding: 15px;
}
.product_imgbx img {
  width: 100%;
}

.heartcart {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
  margin-left: 5px;
}

.price_info_pro {
  margin-top: 6px;
}
.price_info_pro span:nth-child(1) {
  color: green;
  font-size: 24px;
  font-weight: 600;
  margin-right: 12px;
}
.price_info_pro span:nth-child(2) {
  text-decoration: line-through;
  color: #777;
  font-size: 14px;
  margin-right: 10px;
}
.price_info_pro span:nth-child(3) {
  color: red;
  font-size: 17px;
  border-radius: 50px;
  font-weight: 500;
}
.price_info_pro p {
  font-size: 13px;
  font-weight: 600;
}

.color_choose {
  width: 50px;
  height: 50px;
  border: 2px solid #ddd;
  display: inline-block;
}
.color_choose img {
  width: 100%;
}

.prod_listing {
  background-color: #f9f9f9;
}
.prod_listing .filter_top {
  background-color: #F5F5F5;
  padding: 10px;
}
.prod_listing .product_box {
  box-shadow: 0 0.25rem 0.25rem 0 #ececec;
  border: 0.0625rem solid #ECECEC;
  cursor: pointer;
  padding: 20px 0px;
  min-height: 473px;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  transition: 0.3s all;
  height: auto;
  overflow: hidden;
}
.prod_listing .product_box:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  transform: translate(0, -2px);
  transition: 0.3s all;
  transform: scale(1.05);
  height: 100%;
  z-index: 9;
}
.prod_listing .product_box:hover h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fc8a10;
  overflow: visible;
  text-overflow: unset;
  display: block;
  width: 100%;
  height: auto;
  word-wrap: break-word;
}
.prod_listing .product_box img {
  width: 100%;
}
.prod_listing .product_box h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #fc8a10;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 38px;
}
.prod_listing .product_box p {
  font-size: 13px;
  color: #5c5c5c;
  margin-bottom: 11px;
  height: 40px;
  overflow: hidden;
}
.prod_listing .product_box .pric {
  color: green;
  font-weight: 700;
  font-size: 17px;
}
.prod_listing .product_box .cutprice {
  text-decoration: line-through;
  color: #777;
  font-size: 12px;
  margin-left: 5px;
}
.prod_listing .product_box .perc_off {
  color: red;
  font-size: 12px;
  margin-left: 3px;
}
.prod_listing .product_box .unlikhert {
  color: #dedede;
  font-size: 20px;
}
.prod_listing .product_box .likhert {
  color: red;
  font-size: 20px;
}
.prod_listing .product_box .hrtpos {
  position: absolute;
  right: 13px;
  top: 13px;
}
.prod_listing .product_box .prod_img {
  margin-top: 20px;
  display: block;
  margin-bottom: 47px;
  height: 200px;
}
.prod_listing .product_box .prod_img div {
  width: 100%;
  height: 240px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(84, 77, 77, 0.8509803922);
}
.prod_listing .product_box .prod_img .imgback {
  display: none;
}
.prod_listing .product_box .prod_img:hover .imgfrnt {
  display: none;
}
.prod_listing .product_box .prod_img:hover .imgback {
  display: block;
}
.prod_listing .product_box .btn_addcart {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  font-weight: 700;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  border: 1px solid green;
  color: green;
  transition: 0.3s all;
}
.prod_listing .product_box .btn_addcart:hover {
  border: 1px solid green;
  color: green;
  transition: 0.3s all;
}
.prod_listing .filter_left h4 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #fc8a10;
}
.prod_listing .itemcount {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.prod_listing .clrorng {
  color: green;
}
.prod_listing .badge_spl {
  position: absolute;
  background-color: #050f28;
  color: #fff;
  top: 6px;
  left: 6px;
  font-size: 11px;
  width: 78px;
  height: 20px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod_listing .bcrdclr {
  background-color: red;
}

.outofstock {
  font-size: 17px;
  font-weight: 600;
  position: absolute;
  width: 90%;
  left: 0;
  bottom: 11px;
  right: 0;
  margin: 0 auto;
  padding: 4px;
}

.product_listing nav {
  margin-top: 30px;
  text-align: center;
}
.product_listing nav .cursor-default svg {
  width: 33px;
  fill: #404041;
}
.product_listing nav a svg {
  width: 33px;
  fill: #fc8a10;
}
.product_listing nav p.text-sm.text-gray-700.leading-5 {
  margin-top: 15px;
  margin-bottom: 25px;
  display: none;
}
.product_listing nav .flex.justify-between.flex-1 span {
  background-color: #404041 !important;
  color: #fff;
  border-radius: 4px;
  display: none;
}
.product_listing nav .flex.justify-between.flex-1 a {
  background-color: #fc8a10 !important;
  color: #fff;
  border-radius: 4px;
  display: none;
}
.product_listing nav .relative.z-0.inline-flex.shadow-sm .relative.inline-flex.items-center.px-2.py-2 {
  margin-right: 10px;
}
.product_listing nav .relative.z-0.inline-flex.shadow-sm a {
  margin-right: 10px;
}

.thankyoumsg {
  box-shadow: 0 0.25rem 0.25rem 0 #ececec;
  border: 0.0625rem solid #ECECEC;
  cursor: pointer;
  padding: 20px 0px;
  height: 473px;
  position: relative;
  margin-bottom: 25px;
  background-color: #fff;
  transition: 0.3s all;
  margin: 0 auto;
  text-align: center;
  background-color: #fff5eb;
  width: 55%;
  height: 248px;
}
.thankyoumsg h3 {
  font-size: 24px;
  font-weight: 600;
  color: green;
}
.thankyoumsg button {
  background-color: #fc8a10;
  border: none;
  padding: 9px 20px;
  border-radius: 4px;
  color: #fff;
  margin-top: 30px;
}
.thankyoumsg p span {
  font-size: 18px;
  margin-left: 3px;
  font-weight: 700;
  color: red;
}

/*-------------------accordian---------------------------*/
#main #faq .card {
  margin-bottom: 5px;
  border: 0;
  border-bottom: 1px solid #dedede;
  background-color: transparent;
  border-radius: 0px;
}
#main #faq .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 11px 0px;
  font-weight: bold;
}
#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#main #faq .card .collapsing {
  line-height: 30px;
}
#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
#main #faq .card .card-body {
  background-color: transparent;
  padding: 0px 0px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#main #faq .card .card-body ul {
  padding: 0;
  margin-top: 3px;
  margin-bottom: 15px;
  max-height: 180px;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#main #faq .card .card-body ul::-webkit-scrollbar {
  width: 3px;
}
#main #faq .card .card-body ul::-webkit-scrollbar-track {
  background: #888;
}
#main #faq .card .card-body ul::-webkit-scrollbar-thumb {
  background: #000;
}
#main #faq .card .card-body ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#main #faq .card .card-body ul li {
  list-style: none;
  font-size: 13px;
}
#main #faq .card .card-body .search_inp {
  width: 100%;
  border: 1px solid #bbb;
  margin: 3px 0px 10px 0px;
  padding: 0px 10px;
  height: 40px;
}
#main #faq .card .card-body .container_chkbx {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  float: unset;
  font-weight: 500;
  text-transform: uppercase;
}
#main #faq .card .card-body .container_chkbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main #faq .card .card-body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  bottom: 0;
  margin: auto;
}
#main #faq .card .card-body .container_chkbx:hover input ~ .checkmark {
  background-color: #ccc;
}
#main #faq .card .card-body .container_chkbx input:checked ~ .checkmark {
  background-color: #fc8a10;
}
#main #faq .card .card-body .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#main #faq .card .card-body .container_chkbx input:checked ~ .checkmark:after {
  display: block;
}
#main #faq .card .card-body .container_chkbx .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*-------------------------------------------------------*/
.dil_box p {
  font-size: 14px;
  color: #444;
  margin-bottom: 5px;
}
.dil_box input {
  width: 70%;
  vertical-align: middle;
  padding: 1px 15px;
  font-weight: 700;
  font-size: 14px;
}
.dil_box button {
  background-color: #000;
  color: #fff;
  padding: 1px 0px;
  width: 26%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #000;
  transition: 0.8s all;
  vertical-align: middle;
  border-radius: 2px;
}
.dil_box button:hover {
  border: 2px solid #fc8a10;
  background-color: #fff;
  color: #fc8a10;
  transition: 0.3s all;
}
.dil_box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 5px;
}

.prod_specification {
  padding: 5px 0px;
}
.prod_specification span {
  font-size: 14px;
  font-weight: 600;
}
.prod_specification p {
  margin-bottom: 6px;
  font-size: 14px;
}

.ratingrev1 {
  text-align: center;
}
.ratingrev1 i {
  color: orange;
  margin-left: 5px;
  font-size: 35px;
}
.ratingrev1 span {
  font-size: 35px;
  font-weight: 700;
}

.ratingbar {
  padding-bottom: 20px;
}
.ratingbar div span:first-child {
  font-size: 14px;
  font-weight: 600;
}
.ratingbar div span:last-child {
  background-color: #ccc;
  width: 80%;
  height: 5px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  position: relative;
}
.ratingbar div .rbar {
  background-color: orange;
  position: absolute;
  height: 5px;
}

.recommend_sect {
  padding: 50px 0px;
}
.recommend_sect h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
.recommend_sect .owl-carousel .owl-nav {
  position: absolute;
  top: -55px;
  right: 0;
}
.recommend_sect .owl-carousel .owl-nav button {
  color: #fff !important;
  width: 38px;
  height: 38px;
  font-size: 31px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0;
  margin-left: 15px;
  background-color: #383838 !important;
  border-radius: 50%;
}

.sidebar_addCart {
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  background-color: #f9f9f9;
  z-index: 100;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 4px solid #fc8a10;
  transition: 0.3s all;
}
.sidebar_addCart .cart_box {
  padding: 15px;
  margin-top: 11px;
  position: relative;
  border: 1px solid #ddd;
  background-color: #fff;
}
.sidebar_addCart .btn_con {
  background-color: #000;
  color: #fff;
  width: 200px;
  padding: 5px;
  margin-top: 50px;
}
.sidebar_addCart .removeaddtocart {
  position: absolute;
  right: -10px;
  top: -10px;
  color: #fff;
  background-color: red;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
}

.inner_cart {
  padding: 20px 30px;
}
.inner_cart h4 {
  font-size: 21px;
  font-weight: 700;
}

.clssidbr {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 2px solid #000;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  z-index: 100;
}

.order_crt h3 {
  font-size: 24px;
  font-weight: 700;
}
.order_crt .conford {
  font-weight: 600;
  margin-bottom: 20px;
}
.order_crt .pricorg {
  font-size: 21px;
  color: green;
  margin-bottom: 0;
}
.order_crt .chksbtn {
  background-color: #fff;
  color: #000;
  padding: 9px 18px;
  width: auto;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid #000;
  transition: 0.8s all;
  vertical-align: middle;
  border-radius: 2px;
}
.order_crt .chksbtn:hover {
  border: 2px solid #fc8a10;
  background-color: #fff;
  color: #fc8a10;
  transition: 0.3s all;
}
.order_crt .img_ordsumm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.order_crt .img_ordsumm img {
  width: 85px;
}

.pricorg {
  font-size: 21px;
  color: green;
  margin-bottom: 0;
}

#shipadd {
  position: relative;
  padding: 10px 75px 10px 0px;
}
#shipadd .editShip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-70%);
  background-color: #fff2da;
  color: #fc8a10;
  padding: 2px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #fc8a10;
  border-radius: 50px;
  cursor: pointer;
}

#textaddres {
  position: relative;
  padding: 10px 10px 10px 0px;
}
#textaddres .editShip {
  background-color: #dbf5db;
  color: green;
  padding: 2px 15px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid green;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
}

#address_ship {
  font-size: 14px;
}

.hedaddress {
  font-size: 17px;
  font-weight: 600;
}

.order_summ span {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 600;
}
.order_summ p {
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
}

.paymeth {
  background-color: #dbf5db;
  border: 2px solid green;
  border-radius: 3px;
  padding: 6px 0px;
  align-items: center;
  width: 100%;
  margin: auto;
  margin-bottom: 13px;
  margin-top: 20px;
}
.paymeth span {
  color: green;
  font-weight: 600;
}

.typcalltxt {
  font-size: 14px;
  color: green;
}

.addcart_layout {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}
.addcart_layout h5 {
  font-size: 16px;
  font-weight: 600;
}
.addcart_layout p {
  font-size: 12px;
  color: #444;
  margin-bottom: 10px;
}
.addcart_layout .wid-35 {
  width: 45%;
  margin-bottom: 10px;
}
.addcart_layout button {
  padding: 5px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.addcart_layout input {
  margin-right: 10px;
  height: 30px;
}

.cart_price_sec {
  margin-top: 6px;
}
.cart_price_sec span:nth-child(1) {
  color: green;
  font-size: 17px;
  font-weight: 600;
  margin-right: 3px;
}
.cart_price_sec span:nth-child(2) {
  text-decoration: line-through;
  color: #777;
  font-size: 12px;
  margin-right: 10px;
}
.cart_price_sec span:nth-child(3) {
  color: red;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 500;
}

.fontdescman {
  font-size: 14px;
  line-height: 23px;
}

.hidside1 {
  width: 0px !important;
  transition: 0.3s all;
}

/*-------------------------slide zoom-------------------------------*/
.product_imgbx {
  position: relative;
}
.product_imgbx:hover .details_image {
  z-index: 10000;
}
.product_imgbx .details_image {
  position: absolute;
  right: -400px;
  width: 85%;
  height: 85%;
  top: 0;
  z-index: -1;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*-----------------------------slide zoom--------------------------------------*/
/*-------------------accordian 2---------------------------*/
#main2 {
  margin-bottom: 40px;
}
#main2 #faq .card {
  margin-bottom: 0;
  border: 1px solid #ccc;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 0px;
  padding: 0px 20px;
}
#main2 #faq .card:last-child {
  border-bottom: 1px solid #ccc;
}
#main2 #faq .card .card-header {
  border: 0;
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
#main2 #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
  padding: 11px 0px;
  font-weight: bold;
}
#main2 #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}
#main2 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#main2 #faq .card .collapsing {
  line-height: 30px;
}
#main2 #faq .card .collapse {
  border: 0;
}
#main2 #faq .card .collapse.show {
  line-height: 30px;
  color: #222;
}
#main2 #faq .card .card-body {
  background-color: transparent;
  padding: 0px 0px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#main2 #faq .card .card-body ul {
  margin-top: 8px;
  margin-bottom: 15px;
  max-height: 180px;
  overflow-y: auto;
  padding-left: 25px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
#main2 #faq .card .card-body ul::-webkit-scrollbar {
  width: 3px;
}
#main2 #faq .card .card-body ul::-webkit-scrollbar-track {
  background: #888;
}
#main2 #faq .card .card-body ul::-webkit-scrollbar-thumb {
  background: #000;
}
#main2 #faq .card .card-body ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#main2 #faq .card .card-body ul li {
  list-style: circle;
  font-size: 14px;
}
#main2 #faq .card .card-body .search_inp {
  width: 100%;
  border: 1px solid #bbb;
  margin: 3px 0px 10px 0px;
  padding: 0px 10px;
  height: 40px;
}
#main2 #faq .card .card-body .smallfntdes {
  font-size: 12px;
  color: #444;
}
#main2 #faq .card .card-body .container_chkbx {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  float: unset;
  font-weight: 500;
  text-transform: uppercase;
}
#main2 #faq .card .card-body .container_chkbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main2 #faq .card .card-body .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  bottom: 0;
  margin: auto;
}
#main2 #faq .card .card-body .container_chkbx:hover input ~ .checkmark {
  background-color: #ccc;
}
#main2 #faq .card .card-body .container_chkbx input:checked ~ .checkmark {
  background-color: #fc8a10;
}
#main2 #faq .card .card-body .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#main2 #faq .card .card-body .container_chkbx input:checked ~ .checkmark:after {
  display: block;
}
#main2 #faq .card .card-body .container_chkbx .checkmark:after {
  left: 8px;
  top: 2px;
  width: 6px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/*-------------------------------------------------------*/
header .top-header .navbar .navbar-nav .cartheader {
  width: 45px;
  padding-bottom: 0px !important;
  padding-top: 13px !important;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
header .top-header .navbar .navbar-nav .cartheader i {
  font-size: 30px;
}
header .top-header .navbar .navbar-nav .cartheader .product-count {
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 3px;
}
header .top-header .navbar .navbar-nav .cartheader .wishlist-count {
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  position: absolute;
  top: 5px;
  right: 3px;
}

.inner_cart {
  height: 90vh;
  overflow: auto;
  /* width */
}
.inner_cart::-webkit-scrollbar {
  width: 0px;
}

.countinp {
  width: 110px;
}
.countinp button {
  padding: 2px 7px;
  border-radius: 0px;
}
.countinp input {
  height: 30px;
  border-radius: 0px;
}

.hamburmenu {
  position: relative;
  width: 100%;
  height: 50px;
}
.hamburmenu ul {
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 24px;
  cursor: pointer;
}
.hamburmenu ul li {
  list-style: none;
  position: absolute;
  background: #000;
  width: 85%;
  height: 3px;
  transform: translateY(-50%);
  transition: 0.2s;
}
.hamburmenu ul li:nth-of-type(1) {
  top: 20%;
}
.hamburmenu ul li:nth-of-type(2) {
  top: 50%;
}
.hamburmenu ul li:nth-of-type(3),
.hamburmenu ul li:nth-of-type(4) {
  width: 50%;
  top: 80%;
}
.hamburmenu ul li:nth-of-type(1),
.hamburmenu ul li:nth-of-type(2),
.hamburmenu ul li:nth-of-type(3) {
  left: 0;
}
.hamburmenu ul li:nth-of-type(4) {
  right: 0;
}
.hamburmenu ul.active li:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.hamburmenu ul.active li:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.hamburmenu ul.active li:nth-of-type(3) {
  left: -50%;
  opacity: 0;
}
.hamburmenu ul.active li:nth-of-type(4) {
  right: -50%;
  opacity: 0;
}

.hamburmenu {
  display: none;
}

#ordersummery {
  overflow-y: auto;
  height: 95vh;
  /* width */
}
#ordersummery::-webkit-scrollbar {
  width: 3px;
}

.clrtotg {
  color: green;
}

.recoh {
  position: relative;
  top: 22px;
  margin-bottom: 50px;
}

.img_orderview {
  width: 100%;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.prod_shop1mob {
  display: none;
}

.prod_shop2mob {
  display: none;
}

.btns_clear {
  background-color: #fc8a10;
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 13px;
  cursor: pointer;
  float: right;
  margin-top: 8px;
  padding: 3px 8px;
}

.backtocrt {
  position: absolute;
  right: 17px;
  top: 76px;
  border: 2px solid #ffcc98;
  width: 145px;
  height: 33px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 4px;
  background-color: #fe8100;
  z-index: 100;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.shareprod {
  position: relative;
  display: inline-block;
}
.shareprod ul {
  padding: 0px;
}
.shareprod ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 3px;
  font-size: 21px;
  margin-right: 7px;
}
.shareprod ul li img {
  width: 25px;
}
.shareprod .sharetab {
  position: absolute;
  width: 190px;
  z-index: 100;
  height: 40px;
  left: -71px;
  padding: 6px 0px;
  top: -34px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  background-color: #fdf4eb;
  border-radius: 4px;
}
.shareprod .sharetab #social-links {
  position: relative;
}
.shareprod .sharetab #social-links::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fdf4eb;
  bottom: -16px;
  left: 83px;
}

.fab:before {
  content: "\f082";
  font-family: "Font Awesome 5 Brands";
}

.social-button {
  color: #fc8a10;
}

.grw-net-widget {
  margin: 0px !important;
}

.pageerrors {
  padding: 50px 0px;
}
.pageerrors img {
  width: 400px;
}

.eapps-widget {
  background-color: #fff;
  width: 251px;
  height: 95px;
  border-radius: 3px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .pageerrors img {
    width: 100%;
  }
  .marorg {
    margin-top: 0 !important;
    vertical-align: middle;
    margin-bottom: 10px !important;
  }
  .marto0 {
    vertical-align: middle;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }
  .social_header {
    background-color: #fff;
    padding: 10px 0px 10px 0px;
  }
  .disnonmob {
    display: none;
  }
  .hidsel .select2 {
    display: none;
  }
  .form-banner.banner_mob {
    height: 165px;
  }
  .form-banner.banner_mob .form-title {
    padding: 20px 0 0 15px !important;
  }
  .form-banner.banner_mob .form-title h1 {
    font-size: 21px;
  }
  .form-banner.banner_mob::after {
    background-position-y: -6px !important;
  }
  .form_mobi .padr_5 {
    padding-right: 5px;
  }
  .form_mobi .padl_5 {
    padding-left: 5px;
  }
  .hidnxt {
    display: inline-block;
  }
  .hidesteps {
    visibility: hidden;
    position: absolute;
  }
  #foc {
    display: block;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
  .vishidd {
    display: none;
  }
  .vislg {
    display: block;
  }
  .posabssoc {
    position: absolute;
    bottom: -21px;
    right: 0;
    padding: 8px 8px 8px 4px !important;
    border-radius: 50px 0px 0px 50px;
  }
  .social_header a {
    margin-left: 8px;
    margin-right: 0px;
  }
  .widmob1 {
    width: 43% !important;
  }
  .widmob2 {
    width: 56% !important;
  }
  .padlxs {
    padding-left: 0px;
  }
  .padrxs {
    padding-right: 0px;
  }
  .recent-service .watches-box .service-title {
    font-size: 14px !important;
  }
  .recent-service .watches-box .service-title a {
    color: #000 !important;
  }
  .floatr {
    display: block;
    margin-left: 20px;
  }
  .lftrightbtn {
    display: block;
  }
  .lftrightbtn i {
    margin-left: 6px;
  }
  .hidebtn {
    display: inline-block;
  }
  .hidstp {
    display: none !important;
  }
  .icon-bar_sc {
    position: fixed;
    top: 30%;
    transform: translateY(-50%);
    right: 0;
    display: block;
  }
  .icon-bar_sc a {
    display: block;
    text-align: center;
    padding: 6px 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .icon-bar_sc a:hover {
    background-color: #000;
  }
  .call_ico {
    background: #f8b800;
    color: white;
    padding-top: 0px;
    padding-bottom: 0;
  }
  .call_ico i {
    margin-top: 4px;
  }
  .facebook_ico {
    background: #3B5998;
    color: white;
  }
  .insta_ico {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
  }
  .whatsapp_ico {
    background: #25d366;
    color: white;
  }
  .hidmobtxt {
    display: none;
  }
  .padlxs0 {
    padding-left: 0px;
  }
  .padrxs0 {
    padding-right: 0px;
  }
  .accept_btn {
    font-size: 11px;
    white-space: nowrap;
  }
  .prod_listing .itemcount {
    margin-bottom: 11px;
  }
  .filter_top .col-lg-4 {
    padding: 0px;
    margin-bottom: 10px;
  }
  .prod_listing .product_box {
    height: 355px;
    border: 0.0625rem solid #ccc;
  }
  .prod_listing .product_box .prod_img {
    display: block !important;
    text-align: center;
  }
  .prod_listing .product_box .prod_img img {
    width: 135px !important;
    margin: 0 auto;
  }
  .proinfo_box h3 {
    margin-top: 20px;
    margin-bottom: 11px;
    font-size: 20px;
  }
  .addtocrt {
    width: 100%;
    margin-bottom: 15px;
  }
  .buynw {
    width: 100%;
    margin-left: 0px;
  }
  .heartcart {
    margin-left: 0;
    margin-top: 15px;
    position: absolute;
    top: -57px;
    right: 17px;
  }
  .offer_bx {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .recommend_sect .owl-carousel .owl-nav {
    top: unset;
    bottom: -50px;
    right: 0;
    margin: 0 auto;
    left: 0;
    width: 113px;
    margin-bottom: 30px;
  }
  .recommend_sect h4 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .recoh {
    margin-bottom: 50px;
    top: 0px;
  }
  #main2 {
    margin-bottom: 0;
  }
  .sidebar_addCart {
    width: 100%;
    overflow: auto;
  }
  .addcart_layout .wid-35 {
    width: 80%;
  }
  .prod_listing .product_box {
    height: 200px;
    margin-bottom: 11px;
    padding: 15px 0px;
  }
  .prod_listing .product_box .prod_img {
    width: 30%;
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 0px;
    height: 75px;
  }
  .prod_listing .product_box .prod_img div {
    height: 100px;
  }
  .prod_listing .product_box .btn_addcart {
    bottom: 13px;
    left: 19px;
    width: 75%;
    right: unset;
  }
  .prod_listing .product_box .outofstock {
    bottom: 13px;
  }
  .prod_listing .product_box .pric {
    font-size: 14px;
  }
  .prod_listing .product_box .perc_off {
    font-size: 11px;
  }
  .prod_listing .product_box .hrtpos {
    right: 15px;
    font-size: 20px;
    position: absolute !important;
    bottom: 13px;
    top: unset !important;
    border: 2px solid #efefef;
    padding: 5px;
  }
  .prod_desctxt {
    display: inline-block;
    width: 68%;
    vertical-align: middle;
  }
  .hide_sec {
    height: 0;
    overflow: hidden;
    padding: 0 !important;
  }
  .hamburmenu {
    display: block;
  }
  .badge_Red {
    background-color: red;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 3px;
  }
  .cartmobi {
    border: 1px solid #fff;
    display: inline-block;
    width: 90px !important;
    text-align: center !important;
    margin-top: 15px !important;
    margin-left: 10px !important;
  }
  .order_crt .img_ordsumm {
    height: auto;
    margin-bottom: 28px;
    justify-content: left;
    margin-left: 15px;
  }
  .productflximg .product_imgbx {
    height: 290px;
  }
  .menu_container {
    width: 95%;
  }
  .prod_shop1mob {
    position: absolute;
    top: 28px;
    width: 70px !important;
    right: 90px;
    display: block;
  }
  .prod_shop1mob a {
    position: relative;
  }
  .prod_shop1mob i {
    color: #444445;
    font-size: 30px;
  }
  .prod_shop1mob .wishlist-count {
    top: -17px;
    position: absolute;
    background-color: #f48020;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -9px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .prod_shop2mob {
    position: absolute;
    top: 28px;
    width: 60px !important;
    right: 40px;
    display: block;
  }
  .prod_shop2mob a {
    position: relative;
  }
  .prod_shop2mob i {
    color: #444445;
    font-size: 30px;
  }
  .prod_shop2mob .product-count {
    top: -17px;
    position: absolute;
    background-color: #f48020;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    right: -9px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner_cart {
    padding: 20px 15px;
  }
  .thankyoumsg {
    width: 95%;
    height: 335px;
  }
  .thankyoumsg h3 {
    font-size: 19px;
  }
  .martopxs360 {
    margin-top: 195px;
    margin-bottom: 230px;
  }
  .shareprod .heartcart {
    position: unset;
  }
  .shareprod .sharetab {
    left: 50px;
    padding: 6px 0px;
    top: 33px;
  }
  .shareprod #social-links::before {
    content: unset;
    display: none;
  }
}
@media (max-width: 991px) {
  .social_header {
    display: block;
  }
  .prod_listing .product_box img {
    width: 204px;
  }
}
@media (min-width: 540px) and (max-width: 800px) {
  .top-banner {
    height: 155px !important;
  }
  .top-banner::before {
    background-position: unset !important;
    background-attachment: unset !important;
    background-position-y: unset !important;
    background-size: contain !important;
  }
  .top-banner .banner-title {
    padding: 25px 14px 15px !important;
    font-size: 18px !important;
  }
  .orange-button {
    font-size: 13px !important;
    padding: 8px 15px !important;
  }
  .green-button {
    font-size: 13px;
    padding: 8px 15px;
  }
}
@media (min-width: 600px) and (max-width: 746px) {
  .top-banner {
    height: 205px !important;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .recent-service .service-box {
    padding: 8px !important;
  }
  .recent-service .service-box .service-title {
    font-size: 16px !important;
  }
  .recent-service .service-box .enq-id {
    font-size: 13px !important;
  }
  .recent-service .service-box .service-details {
    font-size: 14px !important;
  }
  .recent-service .service-box .approvepay {
    position: unset !important;
    width: 100% !important;
  }
  .recent-service .service-box .details-btn {
    font-size: 13px !important;
  }
  .widmob1 {
    width: 53% !important;
  }
  .widmob2 {
    width: 43% !important;
  }
  .main_facts {
    padding: 20px;
  }
  .main_facts .fact img {
    width: 45px;
  }
  .main_facts .fact .fact_title {
    font-size: 14px;
  }
  .mdscrn {
    width: 53%;
  }
  .mdscrn li:nth-child(1) {
    width: 13% !important;
  }
  .mdscrn li:nth-child(2) {
    width: 85% !important;
  }
  .loggedinnav {
    width: 45%;
  }
  .posabssoc {
    position: absolute;
    bottom: -21px;
    right: 0;
    background-color: #fff;
    padding: 8px 8px 8px 4px !important;
    border-radius: 50px 0px 0px 50px;
  }
  .social_header a {
    margin-right: 0px;
    margin-left: 8px;
  }
  .search_box .btn-raise {
    font-size: 13px;
  }
  .search_box .btn-search {
    font-size: 13px;
  }
  .padrl5 {
    padding: 0px 5px;
  }
  #qstatus {
    font-size: 12px !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px) and (orientation: landscape) {
  .sprite.bars {
    display: block !important;
    float: right;
  }
  .navbar .nav-link {
    display: none;
  }
  .d-sm-none {
    display: block !important;
  }
  .buttons {
    display: none !important;
  }
  header .white-header {
    padding: 0;
    z-index: 2;
    position: relative;
  }
  header .white-header .logo {
    height: 70px;
    margin: 20px 0;
  }
  header .white-header .sprite.bars {
    position: absolute;
    right: 19px;
    color: #231f20;
    font-size: 21px;
    top: 24px;
    padding: 0;
    transform: scale(0.6);
    z-index: 99;
  }
  header .white-header .top_nav {
    height: 100%;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 999;
    left: -300px;
    padding-top: 10px;
    background: rgba(5, 15, 40, 0.96);
    margin: 0;
    padding: 0;
  }
  header .white-header .closeicon {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    font-size: 23px;
    background: #fc8a10;
    width: 30px;
    text-align: center;
    height: 26px;
    line-height: 23px;
    font-weight: 700;
  }
  header .white-header .closeicon .notifications-section {
    grid-template-columns: repeat(1, 1fr);
  }
  header .white-header li.nav-item {
    float: left;
    width: 100%;
  }
  header .white-header li.nav-item.top {
    background: #fc8a10;
    padding: 10px;
  }
  header .white-header li.nav-item.top .nav-link {
    width: auto;
    font-size: 13px;
    color: #fff;
    padding: 0;
    float: left;
    padding-right: 12px;
  }
  header .white-header li.nav-item:not(.top) .nav-link, header .white-header li.nav-item .orange-enquiry-button {
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: 800;
  }
  header .white-header li.nav-item:not(.top) .nav-link.active, header .white-header li.nav-item .orange-enquiry-button.active {
    color: #fc8a10;
  }
}
@supports (-webkit-touch-callout: none) {
  .search_box {
    border-bottom: 1px solid #c9c9c9;
  }
  .search_box img {
    display: block;
    margin: auto;
  }
  .search_box .col-30 {
    display: flex;
    width: 30% !important;
  }
  .search_box .btn-refine {
    padding: 9px 15px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: none;
    color: #5c5a5e !important;
    background: rgb(205, 205, 204);
    background: linear-gradient(169deg, rgb(205, 205, 204) 0%, rgb(211, 211, 210) 55%, rgb(205, 205, 204) 100%);
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-search {
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: 2px solid #fc8a10 !important;
    color: #fff !important;
    background: linear-gradient(30deg, #fc8a10 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background 0.6s ease, color 0.3s linear;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-search.btn-sm {
    padding: 4px 7px;
    font-size: 12px;
  }
  .search_box .btn-search:hover {
    background-position: 100%;
    color: #fc8a10 !important;
    background-color: transparent;
    border-color: #fc8a10;
  }
  .search_box .btn-raise {
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: 2px solid #fc8a10 !important;
    color: #fff !important;
    background: #fc8a10;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-raise.btn-sm {
    padding: 4px 7px;
    font-size: 12px;
  }
  .search_box .btn-raise:hover {
    background-position: 100%;
    color: #fc8a10 !important;
    background-color: transparent;
    border-color: #fc8a10;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 745px) {
  .hidden-xs {
    display: none;
  }
  .container {
    padding: 0 20px;
  }
  .recent-service .watches-box {
    border-radius: 5px;
    display: block;
    padding: 15px;
  }
  .recent-service .watches-box img {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 150px !important;
  }
  .recent-service .service-box {
    margin-bottom: 10px;
    display: flex;
  }
  .recent-service .service-box .col-30 {
    max-width: 30% !important;
  }
  .recent-service .service-box .details-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 4px 10px;
    font-size: 14px;
    position: relative;
    border: 1px solid #b4b4b3;
    color: #454546 !important;
    background: #eaeaea;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .recent-service .service-box .approvepay {
    display: flex;
    position: absolute;
    bottom: 27px;
  }
  .recent-service .service-box .approvepay .approve-btn {
    margin-top: 6px;
    padding: 3px 10px;
    font-size: 14px;
    background: rgb(30, 162, 0);
    background: linear-gradient(169deg, rgb(30, 162, 0) 0%, rgb(0, 190, 7) 55%, rgb(11, 158, 0) 100%);
    border-radius: 5px;
    box-shadow: none !important;
    border: 1px solid #d2d2d1;
    font-weight: 600;
    color: #fff;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  .recent-service .service-box .approvepay .close-btn {
    margin-top: 7px;
    text-align: center;
    padding: 0px 14px;
    font-size: 17px;
    position: relative;
    border: 1px solid #d2d2d1;
    color: #e42323 !important;
    background: rgb(195, 195, 195);
    background: linear-gradient(0deg, rgb(195, 195, 195) 0%, rgb(255, 255, 255) 55%, rgb(191, 191, 191) 100%);
    border-radius: 5px;
    box-shadow: none !important;
    margin-left: 5px;
    cursor: pointer;
  }
  .recent-service .service-box img {
    border: 1px solid #d4d4d5;
    border-radius: 5px;
    height: 142px;
  }
  .recent-service .service-box .service-title {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 2px;
  }
  .recent-service .service-box .enq-id {
    color: #fc8a10;
    font-weight: 600;
    font-size: 16px;
  }
  .recent-service .service-box .service-details {
    color: #525252;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
  }
  .recent-service .service-box .status-red {
    color: #e42323;
    background: #ffe3e3;
    font-size: 12px;
    width: 100%;
    padding: 2px 10px;
    text-align: center;
    margin: 5px 0;
    border-radius: 5px;
  }
  .recent-service .service-box .status-wait {
    color: #fe7600;
    background: #ffecce;
    font-size: 12px;
    width: 100%;
    padding: 2px 10px;
    text-align: center;
    margin: 5px 0;
    border-radius: 5px;
  }
  .recent-service .service-box .status-complete {
    color: #019535;
    background: #d4efdd;
    font-size: 12px;
    width: 100%;
    padding: 2px 10px;
    text-align: center;
    margin: 5px 0;
    border-radius: 5px;
  }
  .recent-service .service-box .status-details {
    color: #6b6969;
    font-size: 12px;
    font-weight: 500;
  }
  .search_box {
    border-bottom: 1px solid #c9c9c9;
  }
  .search_box img {
    display: block;
    margin: auto;
  }
  .search_box .col-30 {
    display: flex;
    width: 30% !important;
  }
  .search_box .btn-refine {
    padding: 9px 15px 8px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: none;
    color: #5c5a5e !important;
    background: rgb(205, 205, 204);
    background: linear-gradient(169deg, rgb(205, 205, 204) 0%, rgb(211, 211, 210) 55%, rgb(205, 205, 204) 100%);
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-search {
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: 2px solid #fc8a10 !important;
    color: #fff !important;
    background: linear-gradient(30deg, #fc8a10 50%, transparent 50%);
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    transition: background 0.6s ease, color 0.3s linear;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-search.btn-sm {
    padding: 4px 7px;
    font-size: 12px;
  }
  .search_box .btn-search:hover {
    background-position: 100%;
    color: #fc8a10 !important;
    background-color: transparent;
    border-color: #fc8a10;
  }
  .search_box .btn-raise {
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    border: 2px solid #fc8a10 !important;
    color: #fff !important;
    background: #fc8a10;
    border-radius: 5px;
    box-shadow: none !important;
  }
  .search_box .btn-raise.btn-sm {
    padding: 4px 7px;
    font-size: 12px;
  }
  .search_box .btn-raise:hover {
    background-position: 100%;
    color: #fc8a10 !important;
    background-color: transparent;
    border-color: #fc8a10;
  }
  .customers-box1 {
    min-height: 400px !important;
    background: #fff;
  }
  .keyword-title {
    position: relative;
    display: inline-block;
    margin-top: 10px;
  }
  .footer-search-title {
    color: #fff;
    font-size: 16px;
    padding-top: 0 !important;
    margin-top: 20px;
  }
  .footer-section .links {
    padding: 0 20px !important;
  }
  .keyword-title::before {
    content: "";
    position: absolute;
    background-color: #9e9e9e;
    height: 1px;
    top: 0 !important;
    left: 0 !important;
    right: 0;
    width: 50%;
    background: #9e9e9e;
  }
  .keyword-title::after {
    content: "";
    position: absolute;
    background-color: #9e9e9e;
    height: 1px;
    bottom: 0;
    left: 0 !important;
    right: 0;
    width: 50%;
    background: #9e9e9e;
  }
  .services-section {
    float: left;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 30px 17px;
    flex-direction: column;
    margin-bottom: 25px;
    transition: 0.5s;
  }
  .orange-button {
    border-radius: 3px;
    background-color: rgb(254, 118, 0);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 10px;
    color: #fff !important;
    padding: 10px 45px;
    border: 2px solid #fe7600;
    margin: 20px 0;
  }
  .login-button:hover {
    background: #ff9131;
    border-color: #ff9131;
  }
  .login-button:hover .login-arrow {
    animation: bounce 2s infinite;
  }
  .service-banner {
    height: 400px;
    position: relative;
    width: 100%;
    background: url(../../images/frontend/service-banner.webp) no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .service-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 9px 4px 11px 5px #f0f0f0;
    position: absolute;
    height: 400px;
    background-position-y: -67px;
  }
  .service-banner.banner-2::after {
    width: 100%;
    box-shadow: 9px 4px 11px 5px #f0f0f0;
    background-image: url(../../images/frontend/service-banner.webp);
    background-position: top center;
    height: 400px;
  }
  .service-banner.banner-2 .form-title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    padding: 35px 0 0 15px;
    width: auto;
    position: relative;
    z-index: 1;
  }
  .service-banner.banner-2 .form-title p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    width: 70%;
  }
  .service-banner.banner-2 .form-title .text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    width: 100%;
  }
  .service-banner.banner-2 .sub-title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    width: auto;
    position: relative;
    z-index: 1;
  }
  .form-banner {
    height: 250px;
    position: relative;
    float: left;
    width: 100%;
  }
  .form-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 9px 4px 11px 5px #f0f0f0;
    background-position: top center;
    position: absolute;
    height: 218px;
    background-position-y: 102px;
  }
  .form-banner.banner-2::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    box-shadow: 9px 4px 11px 5px #f0f0f0;
    background-image: url(../../images/frontend/top-banner-mobile.jpg);
    background-position: top center;
    position: absolute;
    height: 218px;
    background-position-y: 35px;
  }
  .form-banner.banner-2 .form-title {
    font-size: 30px;
    color: rgb(8, 17, 36);
    font-weight: 800;
    padding: 50px 0 0 15px;
    width: auto;
    position: relative;
    z-index: 1;
  }
  .form-banner .form-title {
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 75px 0 0 15px;
    color: #000;
    position: relative;
    z-index: 1;
  }
  #contact-details {
    padding: 40px 0px;
    clear: both;
  }
  #contact-details p {
    font-size: 15px;
    font-weight: 500px;
  }
  #contact-details .details-box {
    clear: both;
    padding-left: 0;
  }
  #contact-details .title {
    font-size: 25px;
    color: #000;
    padding: 5px 0 10px 0;
    font-weight: 700;
  }
  #contact-details .details {
    position: relative;
  }
  #contact-details .contact-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    float: left;
    width: 100%;
    padding: 20px 0;
  }
  #address-details {
    padding: 30px 0;
  }
  #address-details .contact-box {
    padding: 0 10px;
    margin: auto;
    width: 80%;
    float: right;
  }
  #address-details .contact-box p {
    color: #858585;
    font-size: 16px;
  }
  #address-details .contact-box .address-title {
    font-size: 18px;
    color: #000;
    padding: 5px 0;
    font-weight: 700;
  }
  .service {
    padding: 30px 0;
  }
  .why {
    padding: 40px 50px;
  }
  .why .why-box {
    text-align: center;
    padding: 0;
  }
  .why .why-box img {
    width: 50%;
  }
  .Service-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .story {
    padding: 40px 0px;
  }
  .story .story-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .about-banner.banner-2 .form-title {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    top: 20%;
    width: auto;
    position: absolute;
    z-index: 1;
  }
  .about-banner.banner-2 .form-title p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    width: 100%;
  }
  #begin {
    padding: 40px 0;
    clear: both;
    text-align: justify;
  }
  #begin img {
    width: 100%;
    height: 100%;
  }
  #begin .begin {
    padding: 40px 0;
    padding: 20px 20px 0 20px;
  }
  #begin .begin .story-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .journey {
    background: #eff0f4;
    text-align: justify;
    padding: 40px 0;
  }
  .journey .text {
    padding: 10px;
  }
  .journey img {
    width: 100%;
    height: 100%;
  }
  .journey .journey-img {
    margin-bottom: 0;
    padding-right: 15px;
  }
  .journey .story-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .digital {
    padding: 40px 0;
    background: #eff0f4;
    clear: both;
    text-align: justify;
  }
  .digital img {
    width: 100%;
    height: 100%;
  }
  .digital .text {
    padding: 0px 15px 0px 0px;
  }
  .digital .story-title {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
  .callaction {
    background: url(../../images/frontend/call-to-action.png) no-repeat;
    background-position: top center;
    padding: 40px 0;
    height: 265px;
  }
  .callaction .call-title {
    font-size: 30px;
    color: #000;
    font-weight: 800;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .callaction .call-title p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
    width: 70%;
  }
  #our-services {
    padding: 20px 0px 20px 0px;
    clear: both;
  }
  #our-services p {
    font-size: 15px;
    font-weight: 500px;
  }
  #our-services .right-box {
    position: relative;
    text-align: justify;
    padding: 5px;
  }
  #our-services .left-box {
    position: relative;
    text-align: justify;
    padding: 5px;
  }
  #our-services .title {
    font-size: 25px;
    color: #000;
    padding: 5px 0 10px 0;
    font-weight: 700;
    text-align: left;
  }
  #our-services .details {
    position: relative;
  }
  .login-modal .socialmedia-account .btn-group {
    margin: 0 0 20px;
    grid-template-columns: auto;
    justify-content: center;
  }
  .or-divider {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    margin: 10px 0;
  }
  header .white-header {
    padding: 0;
    z-index: 2;
    position: relative;
  }
  header .white-header .logo {
    height: 70px;
    margin: 20px 0;
    width: 143px;
    margin-bottom: 0;
  }
  header .white-header .sprite.bars {
    position: absolute;
    right: 19px;
    color: #231f20;
    font-size: 21px;
    top: 24px;
    padding: 0;
    transform: scale(0.6);
    z-index: 99;
  }
  header .white-header .top_nav {
    height: 100%;
    position: fixed;
    top: 0;
    width: 300px;
    z-index: 999;
    left: -300px;
    padding-top: 10px;
    background: rgba(5, 15, 40, 0.96);
    margin: 0;
    padding: 0;
  }
  header .white-header .closeicon {
    color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 99;
    font-size: 23px;
    background: #fc8a10;
    width: 30px;
    text-align: center;
    height: 26px;
    line-height: 23px;
    font-weight: 700;
  }
  header .white-header .closeicon .notifications-section {
    grid-template-columns: repeat(1, 1fr);
  }
  header .white-header li.nav-item {
    float: left;
    width: 100%;
  }
  header .white-header li.nav-item.top {
    background: #fc8a10;
    padding: 10px;
  }
  header .white-header li.nav-item.top .nav-link {
    width: auto;
    font-size: 13px;
    color: #fff;
    padding: 0;
    float: left;
    padding-right: 12px;
  }
  header .white-header li.nav-item:not(.top) .nav-link, header .white-header li.nav-item .orange-enquiry-button {
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    width: 100%;
    margin: 0;
    text-align: left;
    font-weight: 800;
  }
  header .white-header li.nav-item:not(.top) .nav-link.active, header .white-header li.nav-item .orange-enquiry-button.active {
    color: #fc8a10;
  }
  .footer-section {
    padding: 20px 0;
    position: relative;
  }
  .footer-section div[class*=col] {
    position: static;
  }
  .footer-section .footer-links li a,
  .footer-section .contact-details li a {
    font-size: 12px;
    padding: 0 0 5px 15px;
  }
  .footer-section .contact-text {
    padding: 10px 0 0 0px;
    font-size: 14px;
  }
  .footer-section .paymentmethod {
    padding: 10px 0 0;
  }
  .footer-section .company-description {
    font-size: 12px;
  }
  .footer-section .footer-logo-white {
    margin: 0 0 10px 0;
    width: 138px;
  }
  .footer-section .social-icons {
    position: absolute;
    top: 34px;
    right: 5px;
    justify-content: flex-end;
    padding: 0;
    width: calc(100% - 195px);
  }
  .footer-section .social-icons li {
    float: right;
  }
  .customers-box1 {
    min-height: 440px;
    background: #fff;
    background-attachment: fixed;
    padding: 40px 0;
    background-position: 59% -120px;
  }
  .customers-box1 .watch-icon {
    display: block;
    margin: 0 auto 12px;
  }
  .customers-box1 .title {
    float: left;
    width: 100%;
    padding: 0 0 25px;
    display: inline-grid;
    justify-content: center;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .customers-box1 .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 36.5px);
    width: calc(100% + 70px);
    z-index: 1;
  }
  .customers-box1 .owl-carousel .owl-nav button.owl-prev, .customers-box1 .owl-carousel .owl-nav button.owl-next {
    font-size: 49px;
    color: #fc8a10;
  }
  .customers-box1 .owl-carousel .owl-nav button.owl-prev.disabled, .customers-box1 .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .customers-box1 .owl-carousel .owl-nav button.owl-prev {
    float: left;
  }
  .customers-box1 .owl-carousel .owl-nav button.owl-next {
    float: right;
    margin-right: 80px;
  }
  .customers-box1 .sub-title {
    font-size: 16px;
    font-weight: 600;
  }
  .customers-box1 .customers-details {
    background-color: #fff;
    padding: 28px 21px;
    min-height: 253px;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    max-height: 253px;
    scrollbar-color: #888 #fff;
    scrollbar-width: thin;
  }
  .customers-box1 .customers-details::-webkit-scrollbar {
    width: 5px;
  }
  .customers-box1 .customers-details::-webkit-scrollbar-track {
    background: #fff;
  }
  .customers-box1 .customers-details::-webkit-scrollbar-thumb {
    background: #888;
  }
  .customers-box1 .customers-details .customers-icon {
    background-position: -420px -7px;
    width: 55px;
    height: 54px;
    display: block;
    margin: 0 auto 22px;
  }
  .customers-box {
    padding: 40px 0;
    background-position: right;
    min-height: 400px;
  }
  .customers-box .title {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .customers-box .title .watch-icon {
    margin: 0 auto 3px;
    transform: scale(0.8);
  }
  .customers-box .customers-details {
    width: calc(100% - 60px);
    margin: 0 15px 15px 30px;
    padding: 15px;
    min-height: 235px;
    max-height: 235px;
    height: 235px;
  }
  .customers-box .customers-details .description {
    font-size: 12px;
  }
  .customers-box .customers-details .name {
    font-size: 14px;
  }
  .customers-box .customers-details .address {
    font-size: 12px;
  }
  .marketplace-box {
    padding: 40px 0px;
    position: relative;
  }
  .marketplace-box div[class*=col] {
    position: static;
  }
  .marketplace-box .customers-details {
    background-color: #fff;
    border-radius: 5px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    scrollbar-color: #888 #fff;
    scrollbar-width: thin;
  }
  .marketplace-box .customers-details::-webkit-scrollbar {
    width: 5px;
  }
  .marketplace-box .customers-details::-webkit-scrollbar-track {
    background: #fff;
  }
  .marketplace-box .customers-details::-webkit-scrollbar-thumb {
    background: #888;
  }
  .marketplace-box .customers-details .name {
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
  }
  .marketplace-box .marketplace-icon {
    margin: 0;
    height: 454px;
    transform: scale(0.4);
    position: absolute;
    width: 378px;
    left: calc(50% - 189px);
    bottom: -138px;
  }
  .marketplace-box .marketplace-deatils {
    padding: 0 20px;
    margin: 0 0 180px;
    position: relative;
  }
  .marketplace-box .marketplace-deatils .title {
    font-size: 20px;
    line-height: initial;
  }
  .marketplace-box .marketplace-deatils .description {
    font-size: 13px;
    margin: 10px 0;
    color: #333;
    text-align: justify;
  }
  .marketplace-box .marketplace-deatils .details-button .sprite {
    transform: scale(0.7);
    margin: 0px 0 0 -22px;
  }
  .marketplace-box .marketplace-deatils .watch-icon-black {
    margin: 0 auto 3px;
    transform: scale(0.8);
  }
  .watch-services-box {
    padding: 20px 15px;
  }
  .watch-services-box .watch-services-details .sprite {
    transform: scale(0.7);
    display: block;
    margin: 0 auto;
  }
  .watch-services-box .watch-services-details .details {
    font-size: 14px;
    line-height: 19px;
  }
  .watch-brands {
    padding: 40px 0;
  }
  .watch-brands .brand-grid {
    overflow: auto;
    width: 100%;
    grid-template-columns: repeat(7, 125px);
    padding: 0;
    border-radius: 0;
    gap: 10px;
  }
  .watch-brands .col-12 {
    background: #fff;
    padding: 4px 15px;
    margin: 0 15px;
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    ms-flex: 0 0 calc(100% - 30px);
    border-radius: 25px 25px 0px 0px;
  }
  .watch-brands .brand-sprite {
    width: 170px;
  }
  .top-banner {
    height: 360px;
  }
  .top-banner:before {
    height: 360px;
    background: url(../../images/frontend/banner-01.webp) no-repeat;
    background-position: -795px 0px;
    background-attachment: fixed;
    background-position-y: 17px;
  }
  .top-banner .banner-title {
    width: 100%;
    padding: 50px 15px 15px;
    font-size: 24px;
    color: #000;
  }
  .form-body .form-secound-title {
    margin: 15px 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .form-body label {
    font-size: 14px;
  }
  .form-body .form-group {
    margin-bottom: 15px;
  }
  .form-body .custom-control-label::before {
    height: 18px;
    width: 18px;
  }
  .form-body .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 6px;
    left: -18px;
    width: 6px;
    height: 6px;
  }
  .form-body .btn-sendrequest {
    padding: 7px 10px;
  }
  .custom-upload-form {
    margin-bottom: 15px;
  }
  .login-modal .modal-body {
    padding: 20px !important;
  }
  .login-modal .modal-content {
    height: auto !important;
    width: 100% !important;
  }
  .login-modal .modal-dialog {
    height: auto !important;
    width: calc(100% - 30px) !important;
    margin: 0 15px;
  }
  .orderdetails-section .text-status {
    float: left;
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0;
  }
  .orderdetails-section .text-enquiry {
    font-size: 14px;
  }
  .orderdetails-section .enquiry-image-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .orderdetails-section .details-table {
    width: 100%;
    float: left;
    overflow-x: auto;
  }
  .orderdetails-section .customerdetails-grid {
    grid-template-columns: 100%;
  }
  .orderdetails-section .customerdetails-grid .customer-details-section {
    padding: 1px 11px 1px;
  }
  .orderdetails-section .customerdetails-grid .customer-details-section li {
    font-size: 16px;
  }
  .orderdetails-section .btn-sendrequest {
    padding: 5px 10px;
  }
  .orderdetails-section .customer-details-status {
    overflow-x: auto;
    grid-template-columns: 80px 133px 133px 133px 133px 133px;
  }
  .orderdetails-section .customer-details-status li:nth-child(1) .status-text {
    margin: 0;
  }
  .orderdetails-section .customer-details-status li .status-text {
    font-size: 12px;
  }
  .orderdetails-section .customer-details-status .sprite {
    transform: scale(0.9);
  }
  .orderdetails-section .details-table .table thead th {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px;
  }
  .orderdetails-section .details-table .table tbody td {
    font-size: 12px;
    padding: 10px;
  }
  .orderdetails-section .rejection-box {
    order: -1;
  }
  .orderdetails-section .estimation-grid {
    margin: 20px 0;
    grid-template-columns: 100%;
    gap: 20px;
  }
  .orderdetails-section .estimation-grid .estimation-box {
    padding: 0;
  }
  .orderdetails-section .estimation-grid .value-grid {
    grid-template-columns: 100px 100px;
    margin: 0 0 15px;
  }
  .orderdetails-section .estimation-grid .btn-grid {
    display: inline-flex;
    justify-content: center;
    margin: 15px 0 0;
  }
  .form-body.static-page.feedback .story-section {
    padding: 11px;
    background: #fff;
    margin: 30px 15px 0;
  }
  .form-body.static-page .category-title {
    font-size: 20px;
    margin: -25px 0 25px;
  }
  .form-body.static-page .nav-tabs .nav-item {
    margin: 0 5px 30px;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .form-body.static-page .nav-tabs .nav-item .nav-link {
    height: 100%;
    font-size: 13px;
    float: left;
    width: 100%;
  }
  .form-body.static-page .nav-tabs .nav-item .nav-link .sprite {
    transform: scale(0.6);
    margin: 0 0 0;
  }
  .form-body.static-page .tab-content {
    padding: 20px 0;
  }
  .form-body.static-page .tab-content > .tab-pane .title {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .form-body.static-page .tab-content > .tab-pane ol {
    padding: 0 0 0;
  }
  .form-body.static-page .tab-content > .tab-pane ol li {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 0;
  }
  .form-body.static-page .tab-content > .tab-pane ol li b {
    font-size: 18px;
    margin: 20px 0;
  }
  .main-container {
    grid-template-columns: 100%;
    position: relative;
    width: calc(100% + 30px);
    margin: -3rem 0 -10px -15px;
  }
  .main-container .story-banner {
    opacity: 0.4;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    background-size: 300%;
    background-position: top center;
  }
  .main-container .story-section {
    background: rgba(255, 255, 255, 0.7);
    padding: 0 15px;
    margin: 15px 0 15px 15px;
    width: calc(100% - 30px);
    border-radius: 3px;
    z-index: 1;
  }
  .main-container .story-section .story-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .main-container .story-section .story-description {
    font-size: 13px;
    color: #333;
  }
  .main-container .story-section .story-quote {
    margin: 15px 0;
  }
  .main-container .story-section .story-quote .top {
    transform: scale(0.6);
    margin: -2px -14px 0 -7px;
  }
  .main-container .story-section .quote-text {
    font-size: 14px;
  }
  .main-container .story-section .quote-text br {
    display: none;
  }
  .main-container .story-section .quote-text .name {
    font-size: 12px;
  }
  .choose-box {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .choose-box .choose-title {
    padding: 0 0;
    font-size: 18px;
    margin: 0 0 10px;
  }
  .choose-box .choose-title .sprite {
    transform: scale(0.8);
  }
  .choose-box .choose-description {
    font-size: 13px;
  }
  .gray-box {
    margin: -3rem 0 0px;
    z-index: 1;
    position: relative;
  }
  .select-title {
    font-size: 20px;
    margin: -20px 0 20px;
  }
  .notifications-section {
    grid-template-columns: repeat(1, 1fr);
  }
  .form-body .profile-box {
    grid-template-columns: auto;
  }
  .form-body .dashbord-links {
    display: inline-flex;
    overflow: auto;
    white-space: nowrap;
    padding: 0;
  }
  .form-body .dashbord-links li a {
    padding: 14px 10px 10px;
  }
  .form-body .service-requests-button {
    width: 140px;
    padding: 10PX;
  }
  .form-body .sprite.icon-service-request, .form-body .sprite.icon-add-Watch {
    transform: scale(0.5);
    display: block;
    margin: 0 auto -10px;
  }
  .customers-box .owl-carousel .owl-nav {
    display: block;
    width: calc(100% - 14px);
    left: 8px;
    top: 59px;
  }
}
/* Ipad vertical view */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .hidden-xs {
    display: none;
  }
  .services-section {
    float: left;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
    padding: 30px 17px;
    flex-direction: column;
    margin-bottom: 3rem;
    transition: 0.5s;
  }
  .orange-button {
    border-radius: 3px;
    background-color: rgb(254, 118, 0);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: 0px 0 10px;
    color: #fff !important;
    padding: 10px 45px;
    border: 2px solid #fe7600;
    margin-top: 35px;
  }
  .login-button:hover {
    background: #ff9131;
    border-color: #ff9131;
  }
  .login-button:hover .login-arrow {
    animation: bounce 2s infinite;
  }
  .orange-border-button {
    padding: 10px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fc8a10 !important;
    line-height: 19px;
    background-color: #fff;
    position: relative;
    border: 1px solid #fc8a10;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
    border-radius: 3px;
  }
  .orange-border-button::before, .orange-border-button::after {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
  }
  .orange-border-button::after {
    background: #fc8a10;
    color: #fff !important;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(50deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;
  }
  .orange-border-button:hover {
    color: #fff !important;
    background: #fc8a10;
  }
  .orange-border-button:hover:after {
    height: 100%;
    width: 135%;
  }
  .orange-border-button .login-arrow {
    color: #fc8a10;
  }
  header .white-header .logo {
    height: 55px;
    margin: 10px 0px 10px 0;
    width: 180px;
  }
  header .white-header .navbar .navbar-nav .nav-link {
    margin: 0 15px 0 0;
    font-size: 12px;
  }
  header .white-header .navbar .navbar-nav .orange-enquiry-button {
    padding: 5px 10px;
    font-size: 12px;
  }
  header .white-header .navbar .navbar-nav .nav-link {
    padding: 10px 0px 10px 0 !important;
    font-size: 12px;
    line-height: 19px;
  }
  .watch-brands {
    margin-top: -62px;
  }
  .watch-brands .brand-grid {
    overflow: auto;
    width: 100%;
    grid-template-columns: repeat(7, 125px);
    padding: 0;
    border-radius: 0;
    gap: 10px;
  }
  .watch-brands .col-12 {
    background: #fff;
    padding: 4px 15px;
    margin: 0 15px;
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    ms-flex: 0 0 calc(100% - 30px);
    border-radius: 25px 25px 0px 0px;
  }
  .watch-brands .brand-sprite {
    width: 170px;
  }
  .top-banner {
    height: 340px;
  }
  .top-banner:before {
    height: 340px;
    background-size: 153% 515px;
  }
  .top-banner .banner-title {
    font-size: 22px;
    padding: 70px 0 0;
  }
  .watch-services-box {
    padding: 20px 15px;
  }
  .watch-services-box .watch-services-details {
    grid-template-columns: 60px 1fr;
  }
  .watch-services-box .watch-services-details .sprite {
    transform: scale(0.6);
    margin: 0 0 0 -27px;
  }
  .watch-services-box .watch-services-details .details {
    font-size: 14px;
    line-height: 19px;
  }
  .customers-box {
    padding: 20px 0;
    min-height: 425px;
  }
  .customers-box .title {
    font-size: 20px;
    padding: 0 0 20px;
  }
  .customers-box .title .watch-icon {
    margin: 0 auto 3px;
    transform: scale(0.8);
  }
  .customers-box .customers-details {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
    min-height: 235px;
    max-height: 235px;
    height: 235px;
  }
  .customers-box .customers-details .description {
    font-size: 12px;
  }
  .customers-box .customers-details .name {
    font-size: 14px;
  }
  .customers-box .customers-details .address {
    font-size: 12px;
  }
  .marketplace-box {
    height: 383px;
    position: relative;
  }
  .marketplace-box div[class*=col] {
    position: static;
  }
  .marketplace-box .marketplace-icon {
    transform: scale(0.8);
    width: 400px;
    margin: -48px 0 0;
    background-position: top center;
  }
  .marketplace-box .marketplace-deatils {
    padding: 0 20px;
    margin: 0 0 180px;
    position: relative;
  }
  .marketplace-box .marketplace-deatils .title {
    font-size: 20px;
    line-height: initial;
  }
  .marketplace-box .marketplace-deatils .description {
    font-size: 13px;
    margin: 10px 0;
    color: #333;
    text-align: justify;
  }
  .marketplace-box .marketplace-deatils .details-button .sprite {
    transform: scale(0.7);
    margin: 0px 0 0 -22px;
  }
  .marketplace-box .marketplace-deatils .watch-icon-black {
    margin: 0 auto 3px;
    transform: scale(0.8);
  }
  .footer-section {
    padding: 20px 0;
    position: relative;
    z-index: 1;
  }
  .footer-section .footer-links li a,
  .footer-section .contact-details li a {
    font-size: 12px;
    padding: 0 0 5px 15px;
  }
  .footer-section .contact-text {
    padding: 10px 0 0 0px;
    font-size: 14px;
  }
  .footer-section .paymentmethod {
    padding: 10px 0 0;
  }
  .footer-section .company-description {
    font-size: 12px;
  }
  .footer-section .footer-logo-white {
    margin: 0 0 10px 0;
  }
  .footer-section .social-icons {
    padding: 0;
  }
  .footer-section .social-icons li {
    float: right;
  }
  .form-body .form-secound-title {
    margin: 15px 0;
    padding: 10px 0;
    font-size: 16px;
  }
  .form-body label {
    font-size: 14px;
  }
  .form-body .form-group {
    margin-bottom: 15px;
  }
  .form-body .custom-control-label::before {
    height: 18px;
    width: 18px;
  }
  .form-body .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    top: 6px;
    left: -18px;
    width: 6px;
    height: 6px;
  }
  .form-body .btn-sendrequest {
    padding: 7px 10px;
  }
  .custom-upload-form {
    margin-bottom: 15px;
  }
  .form-banner {
    height: 215px;
  }
  .form-banner::after {
    height: 215px;
    background-position: 66% -90px;
  }
  .orderdetails-section .text-status {
    font-size: 14px;
  }
  .orderdetails-section .text-enquiry {
    font-size: 14px;
  }
  .orderdetails-section .enquiry-image-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .orderdetails-section .details-table {
    width: 100%;
    float: left;
    overflow-x: auto;
  }
  .orderdetails-section .customerdetails-grid {
    grid-template-columns: 200px 1fr;
    gap: 20px;
  }
  .orderdetails-section .customerdetails-grid .customer-details-section {
    padding: 1px 11px 1px;
  }
  .orderdetails-section .customerdetails-grid .customer-details-section li {
    font-size: 14px;
  }
  .orderdetails-section .btn-sendrequest {
    padding: 5px 10px;
  }
  .orderdetails-section .customer-details-status {
    overflow-x: auto;
    grid-template-columns: 80px 133px 133px 133px 133px 133px;
  }
  .orderdetails-section .customer-details-status li:nth-child(1) .status-text {
    margin: 0;
  }
  .orderdetails-section .customer-details-status li .status-text {
    font-size: 12px;
  }
  .orderdetails-section .customer-details-status .sprite {
    transform: scale(0.9);
  }
  .orderdetails-section .details-table .table thead th {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px;
  }
  .orderdetails-section .details-table .table tbody td {
    font-size: 12px;
    padding: 10px;
  }
  .orderdetails-section .estimation-grid {
    margin: 20px 0;
    grid-template-columns: 200px 1fr;
    gap: 20px;
  }
  .orderdetails-section .estimation-grid .estimation-box {
    padding: 0;
  }
  .form-banner.banner-2 {
    height: 204px;
  }
  .form-banner.banner-2 .form-title {
    padding: 0 0 0 12px;
    margin: 41px 0 0 15px;
    font-size: 23px;
  }
  .form-banner.banner-2 .form-title .sprite {
    transform: scale(0.6);
    margin-right: -8px;
    margin-left: -9px;
  }
  .form-banner.banner-2 .form-title .sprite.bottom {
    transform: rotate(180deg) scale(0.6);
  }
  .form-body.static-page.feedback .story-section {
    padding: 11px;
    background: #fff;
    margin: 0px 15px 0;
  }
  .form-body.static-page .category-title {
    font-size: 20px;
    margin: -25px 0 25px;
  }
  .form-body.static-page .nav-tabs .nav-item {
    text-align: center;
    margin: 0 0 40px 20px;
  }
  .form-body.static-page .nav-tabs .nav-item .nav-link {
    height: 100%;
    font-size: 13px;
  }
  .form-body.static-page .nav-tabs .nav-item .nav-link .sprite {
    transform: scale(0.6);
    margin: 0 0 0;
  }
  .form-body.static-page .tab-content {
    padding: 20px 0;
  }
  .form-body.static-page .tab-content > .tab-pane .title {
    font-size: 20px;
    padding: 0 0 10px;
  }
  .form-body.static-page .tab-content > .tab-pane ol {
    padding: 0 0 0;
  }
  .form-body.static-page .tab-content > .tab-pane ol li {
    font-size: 13px;
    line-height: 19px;
    margin: 0 0 0;
  }
  .form-body.static-page .tab-content > .tab-pane ol li b {
    font-size: 18px;
    margin: 20px 0;
  }
  .main-container {
    position: relative;
    grid-template-columns: 100%;
    margin: -15px 0 30px 0px;
    width: 100%;
  }
  .main-container .story-banner {
    position: absolute;
    height: 100%;
    margin: 0 0 15px;
    background-size: 100%;
  }
  .main-container .story-description {
    font-size: 14px;
    color: #000;
  }
  .main-container .story-quote {
    margin: 10px 0;
  }
  .main-container .story-quote .top {
    transform: scale(0.8);
    margin: 20px 0px 0px 0px;
  }
  .main-container .story-section {
    z-index: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding: 0 15px;
    margin: 15px 0 15px 15px;
    width: calc(100% - 30px);
    border-radius: 3px;
  }
  .main-container .story-section .quote-text {
    font-size: 16px;
  }
  .main-container .story-section .quote-text .name {
    margin: 10px 0;
    font-size: 13px;
  }
  .main-container .story-section .quote-text br {
    display: none;
  }
  .main-container .story-section .story-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .choose-box {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }
  .choose-box .choose-title {
    padding: 0 0;
    font-size: 14px;
    margin: 0 0 10px;
    gap: 10px;
  }
  .choose-box .choose-title .sprite {
    transform: scale(0.6);
    margin: 0 0 0 -12px;
  }
  .choose-box .choose-description {
    font-size: 13px;
  }
  .gray-box {
    margin: -3rem 0 -30px;
  }
  .select-title {
    font-size: 20px;
    margin: -20px 0 20px;
  }
  .watches-collection-grid {
    grid-template-columns: 120px 1fr;
  }
  .watches-collection-grid img {
    width: 100%;
  }
  .profile-box {
    grid-template-columns: 283px 150px;
  }
  .customers-box .owl-carousel .owl-nav {
    left: -19px;
    width: calc(100% + 39px);
    top: 70px;
  }
}
/* Ipad horizontal view */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .top-banner {
    height: 382px;
  }
  .top-banner:before {
    background-size: 135% 578px;
  }
}
@media (min-width: 1900px) and (max-width: 2560px) {
  .top-banner:before {
    background-position-y: 100%;
    background-position-x: 100%;
  }
}
@media (min-width: 650px) and (max-width: 991px) {
  .recent-service .watches-box {
    padding: 8px !important;
  }
  .recent-service .watches-box img {
    height: 108px !important;
  }
  .recent-service .watches-box .service-title {
    font-size: 14px !important;
  }
  .recent-service .watches-box .service-title a {
    color: #000 !important;
  }
  .container,
  .container-sm {
    max-width: 645px;
  }
}
.ui-helper-hidden-accessible {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
  .recent-service .service-box {
    padding: 8px;
  }
  .recent-service .service-box .service-title {
    font-size: 14px !important;
  }
  .recent-service .service-box .enq-id {
    font-size: 11px;
  }
  .recent-service .service-box .service-details {
    font-size: 12px;
  }
  .recent-service .service-box .details-btn {
    padding: 3px 10px;
    font-size: 12px;
  }
  .recent-service .service-box .approvepay .approve-btn {
    font-size: 12px;
  }
  .recent-service .service-box .receipt-btn {
    font-size: 12px;
  }
  .recent-service .watches-box {
    padding: 0;
  }
  #qstatus {
    font-size: 11px;
  }
  .search_box .btn-search {
    font-size: 12px;
  }
  .search_box .btn-raise {
    font-size: 12px;
  }
  form.example input[type=text] {
    font-size: 13px !important;
  }
  form.example button {
    font-size: 13px !important;
  }
  .pad5lxs {
    padding-left: 5px;
  }
  .pad5rxs {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1150px) {
  header .white-header .navbar .navbar-nav .nav-link {
    font-size: 11px;
  }
  header .top-header .navbar .navbar-nav .nav-link {
    font-size: 12px;
  }
  .menu_container {
    width: 100%;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1470px) {
  .menu_container {
    width: 93%;
  }
  header .white-header .navbar .navbar-nav .nav-link {
    font-size: 11px;
  }
  header .top-header .navbar .navbar-nav .nav-link {
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .prod_listing .product_box .perc_off {
    font-size: 10px;
  }
  .prod_listing .product_box .cutprice {
    font-size: 10px;
  }
  .prod_listing .product_box .pric {
    font-size: 13px;
  }
}
.NewArrival {
  font-weight: 600 !important;
  font-family: "Open Sans", sans-serif !important;
  background: #bebebe !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  position: relative !important;
}

.icon-button__badge {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 25px;
  height: 15px;
  background: red;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  border-radius: 20px;
  font-size: 8px;
}

@media (max-width: 786px) {
  .NewArrival {
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif !important;
    background: #3d3d3d !important;
    padding: 0 10px !important;
    border-radius: 10px !important;
    position: relative !important;
    width: 150px !important;
  }
}/*# sourceMappingURL=frontend-style.css.map */
