body {
  font-family: Nunito, sans-serif !important;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: 0;
  webkit-box-shadow: none;
}

.form-control:focus {
  border: 1px solid #d3d3d3;
  box-shadow: none;
  outline: 0;
  webkit-box-shadow: none;
}

.lightred-bg {
  background-color: #eca015 !important;
}

.green-bg {
  background-color: #41aa82 !important;
}

.orange-bg {
  background-color: #ffab03 !important;
}

.white-bg {
  background-color: #fff !important;
}

.orange-text {
  color: #ffab03 !important;
}

.green-text {
  color: #41aa82 !important;
}

.link-text {
  color: #6d6d6d;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 12px;
}

.dark-link-text {
  color: #414141 !important;
}

.btn-orange {
  background-color: #ffab03;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}

.btn-orange:hover {
  color: #fff;
}

.pd-mcat-remove {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-green {
  background-color: #41aa82;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}

.btn-gray {
  background-color: #dcdcdc;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
}

.btn-gray:hover {
  color: #fff;
}

.pd-remove {
  padding: 0;
}

.min-h-100 {
  min-height: 100%;
}

.body-bg {
  background-color: #f5f5f5;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  o-object-fit: cover;
}

.header-nav-img {
  float: left;
  height: 2.2rem;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
  width: 2rem;
}

.navbar-nav ul li {
  list-style-type: none;
}

.navbar-light .navbar-toggler {
  color: #000;
  position: absolute;
  right: 0rem;
  top: 0.5rem;
}

.header-nav {
  float: left;
  font-size: 0.75rem;
  font-weight: 600 !important;
  line-height: 2.5rem;
  padding: 0 !important;
}

.header-nav-icon {
  color: #666;
  float: left;
  font-size: 1.25rem !important;
  line-height: 2.5rem !important;
  margin-right: 0.5rem;
}

.user_name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 40px;
}

.cart_number {
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  height: 20px;
  left: 14px;
  padding: 2px 2px;
  width: 20px;
}

.broad-section-h4 {
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.broad-section-h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 0.85rem;
}

.broad-section-p {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.25rem;
}

.p-lg-4half,
.p-md-4half,
.p-sm-4half,
.p-xl-4half,
.p-xs-4half {
  padding: 2rem;
}

.set-outer-left-pd {
  padding-left: 9px;
}

.set-outer-top-pd {
  padding-top: 9px;
}

.pd-set-7 {
  padding-left: 7px;
  padding-right: 7px;
}

.pd-set-r-7 {
  padding-right: 7px;
}

.pd-set-l-7 {
  padding-left: 7px;
}

.pd-set-r-7 {
  padding-right: 7px;
}

.register-img-bg {
  background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/register_background.png);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/register_background.png);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), url(../img/register_background.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.register_image {
  padding: 5rem 0;
  width: 60%;
}

.authenticate_heading {
  font-size: 1.875rem;
  font-weight: 800;
}

.authenticate_para {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 1.25rem;
  margin-top: 1rem;
}

.authenticate_wave {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.authenticate_btn {
  margin-bottom: 6rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
}

.form-input {
  height: 45px;
}

.genderinput:checked + label {
  background-color: #ffab03;
  color: #fff;
}

.genderlabel {
  background-color: #d9d9d9;
  cursor: pointer;
  height: 45px;
  line-height: 30px;
  margin-left: -5px;
  padding: 0.5rem 1rem;
  width: 50%;
}

.gendermale {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.genderfemale {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.agree_label {
  font-size: 13px;
}

.account_link {
  font-size: 15px;
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
}

.help-block {
  color: #e73d4a;
  display: block;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: -20px;
  text-align: left;
}

.has-error {
  border-color: #e73d4a;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.click_agree label {
  color: #41aa82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}

.click_agree #uniform-declaration-param {
  display: inline;
}

.click_agree ul {
  margin-left: -1.2rem;
  margin-top: 1rem;
  text-align: left;
}

.click_agree ul li {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0.6rem;
}

.click_agree h2 span {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

.address_modal_dialog {
  max-width: 80%;
}

.problem-card-div {
  margin-top: 1.5rem;
}

.problem-card {
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  min-height: 100%;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

.problem-card img {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  width: 55%;
}

.problem-card-body {
  padding: 0 1rem 1rem 1rem;
}

.problem-card-body p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.problem-card-body p span {
  color: #eca015;
}

.problem-card-body a {
  font-size: 13px;
  margin-top: 0.5rem;
  text-align: center !important;
}

.add-problem,
.remove-problem {
  bottom: 5px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
}

.add-problem i {
  color: #eca015;
  font-size: 20px;
}

.remove-problem i {
  color: #41aa82;
  font-size: 20px;
}

.add_device_category ul {
  display: block;
}

.pd-l-remove,
.pd-l-remove1 {
  padding-left: 0;
  padding-right: 10px;
}

.pd-r-remove {
  padding-left: 10px;
  padding-right: 0;
}

.add_device_sidebar {
  min-height: 100%;
}

.add_device_sidebar a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 1rem;
  text-align: left;
}

.add_device_sidebar a:hover {
  background-color: #41aa82;
  color: #fff !important;
}

.add_device_sidebar a.active {
  background-color: #41aa82;
  color: #fff !important;
}

.add_device_sidebar a img {
  margin-right: 0.5rem;
  width: 35px;
}

.add_device_sidebar a.active .with_hover {
  display: inline;
}

.add_device_sidebar a.active .without_hover {
  display: none;
}

.add_device_sidebar a .with_hover {
  display: none;
}

.add_device_sidebar a:hover .with_hover {
  display: inline;
}

.add_device_sidebar a:hover .without_hover {
  display: none;
}

.add_new_link {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.2rem;
  text-align: left;
}

.need_help_link {
  display: block;
  font-size: 16px;
  text-align: left;
}

.add_device_progressbar {
  counter-reset: step;
  float: left;
  margin-bottom: 0;
  margin-left: -1.5rem;
  margin-top: 2px;
  width: 100%;
  z-index: 9;
}

.add_device_progressbar li {
  color: #000;
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: 600;
  list-style-type: none;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  width: 13%;
}

.add_device_progressbar li a:before {
  background-color: #b5b5b5;
  border: 2px solid #b5b5b5;
  border-radius: 50%;
  color: #b5b5b5;
  content: counter(step);
  counter-increment: step;
  cursor: pointer;
  display: block;
  height: 30px;
  line-height: 35px;
  margin: 0 auto 5px 0;
  text-align: center;
  width: 30px;
}

.add_device_progressbar li:after {
  background-color: #b5b5b5;
  content: "";
  height: 2px;
  left: -68%;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: 0;
}

.add_device_progressbar li:first-child:after {
  content: none;
}

.add_device_progressbar li.active a:before {
  background: url(../img/tick.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
  color: transparent;
  z-index: 99;
}

.add_device_progressbar li.active {
  color: #000;
  font-weight: 700;
}

.add_device_progressbar li a {
  color: #ffab03;
  cursor: pointer;
}

.add_device_progressbar li.active:before {
  border-color: #b5b5b5;
}

.add_device_progressbar li.active + li:after {
  background-color: #a4d166;
}

.add_device_category {
  min-height: 100%;
}

.add_device_category a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.5;
  padding: 1rem;
  text-align: left;
}

.add_device_category a img {
  filter: gray;
  filter: grayscale(100%);
  margin-right: 2rem;
  webkit-filter: grayscale(100%);
  width: 35px;
}

.add_device_category a:hover img {
  filter: none;
  webkit-filter: grayscale(0);
}

.add_device_category a.active img {
  filter: none;
  webkit-filter: grayscale(0);
}

.add_device_category a.active {
  color: #6d6d6d;
  opacity: 1;
}

.add_device_category a:hover {
  color: #6d6d6d;
  opacity: 1;
}

.add_device_search_div {
  background-color: #fff;
}

.add_device_searchbar {
  background-color: #fff;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  outline: 0;
  padding: 0.5rem;
  width: 95%;
}

.add_device_product_detail_image {
  background-color: #fff;
  margin: 0.5rem 0;
  max-height: 65px;
  min-height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  o-object-fit: cover;
  overflow: visible;
  padding: 0.5rem;
  width: 100%;
}

.add_device_product_detail_name {
  padding: 0.5rem 0;
}

.add_device_product_detail_name h4 {
  color: #fff;
  font: 14px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: -15px;
  text-align: left;
}

.wizard-brand-box {
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
  height: 100px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  padding: 0.5rem;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  width: 90%;
}

.wizard-brand-box img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 100%;
}

.brand-box {
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  height: 78px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.85rem;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  width: 78px;
}

.bd-highlight {
  min-height: 93%;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}

.brand-box img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 55px;
}

.add_device_product_image {
  background-color: #fff;
  margin: 0.5rem;
  min-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  o-object-fit: cover;
  overflow: visible;
  padding: 0.5rem;
  width: 30%;
}

.set_btn {
  float: right;
  position: relative;
  right: 2rem;
  top: 0.8rem;
}

.add_device_product_card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  cursor: pointer;
  height: 150px;
  margin-top: 1rem;
  padding: 0;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
}

.add_device_product_card img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  padding: 0 1.5rem;
  width: 100%;
}

.add_device_product_card h4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.add_device_product_name {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
}

.add_device_model {
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  height: 150px;
  margin: 2rem 0 0 0;
  padding: 0;
  webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  width: 100%;
}

.add_device_model img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 100%;
}

.add_device_model h5 {
  display: block;
  font-size: 15px;
  font-weight: 800;
  line-height: 15px;
  text-align: center;
}

.responsive-tabs {
  width: 100%;
}

.add_device_address {
  margin-right: 3rem;
}

.add_device_address a {
  color: #b3afaf;
  font-size: 16px;
  font-weight: 600;
}

.add_device_address a.active {
  color: #000;
  text-decoration: underline;
}

.nav-tabs {
  border-bottom: 0;
  margin-bottom: 0;
}

.card-input-element {
  display: none;
}

.card-input {
  padding: 1rem;
}

.card-input:hover {
  cursor: pointer;
}

.card-input .panel-body {
  width: 100%;
}

.card-input-element:checked + .card-input {
  background-color: #fef9f0;
  border-radius: 15px;
  box-shadow: 0 0 1px 2px #ffb443;
  webkit-box-shadow: 0 0 1px 2px #ffb443;
}

.address_label {
  background-color: #ecf6f2;
  border-radius: 15px;
  margin-bottom: 1.5rem;
  width: 100%;
}

.address_select_image {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex-wrap: wrap;
  ms-flex-align: center;
  ms-flex-wrap: wrap;
  webkit-box-align: center;
}

.address_select_image img {
  padding-left: 1rem;
  width: 65%;
}

.address_content h5 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0.4rem;
  text-align: left;
}

.address_content p {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}

.floating-label-group {
  margin-bottom: 25px;
  margin-top: 15px;
  position: relative;
}

.service_by_logo {
  float: right;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  o-object-fit: cover;
  position: relative;
  right: 1rem;
  width: 30%;
}

.service_by_content {
  float: left;
  font-size: 18px;
  font-weight: 800;
  left: 1rem;
  line-height: 50px;
  position: relative;
}

.bg-service_by {
  background-color: #dedede;
}

.floating-label-group .floating-label {
  color: #b0b0b0;
  font-size: 16px;
  font-weight: 600;
  left: 16px;
  o-transition: all 0.1s ease;
  pointer-events: none;
  position: absolute;
  top: 9px;
  transition: all 0.1s ease;
  webkit-transition: all 0.1s ease;
}

.floating-label-group input[type=text],
.floating-label-group input[type=text]:focus {
  border-bottom: 2px solid #ffdda6;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  margin-bottom: 2rem;
  padding: 0.375rem 0;
}

.floating-label-group input[type=text]:focus ~ .floating-label {
  bottom: 0;
  color: #ffab03;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  opacity: 1;
  top: -15px;
}

.adress-type-label {
  color: gray;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}

.address-type-btn {
  background-color: #000;
  border: none;
  border-radius: 10px !important;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding: 0 1rem;
}

.address-type-btn:hover {
  color: #fff;
}

.address-type-btn.active {
  background-color: #f6b03c;
}

.btn-file input[type=file] {
  cursor: inherit;
  display: block;
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 100%;
}

.btn-file {
  align-items: center;
  background-color: #e4e4e3;
  border-radius: 15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex-wrap: wrap;
  font-weight: 700;
  height: 140px;
  line-height: 30px;
  ms-flex-align: center;
  ms-flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  webkit-box-align: center;
  width: 100%;
}

.btn-file i {
  display: block;
  margin: 0 auto;
}

.add_new_doc {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.device_doc {
  font-size: 16px;
  font-weight: 700;
  padding: 2rem 0 0 0;
  text-align: left;
}

.add_device_searchbar_5 {
  background-color: #41aa82;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  outline: 0;
  padding: 0.5rem;
  width: 85%;
}

.add_device_searchbar_5::-webkit-input-placeholder {
  color: #fff;
}

.add_device_searchbar_5:-moz-placeholder {
  color: #fff;
}

.add_device_searchbar_5::-moz-placeholder {
  color: #fff;
}

.add_device_searchbar_5:-ms-input-placeholder {
  color: #fff;
}

.add_device_search_div_5 {
  background-color: #41aa82;
  border-radius: 5px;
}

.p-set-r-07 {
  padding-right: 7px;
}

.p-set-l-07 {
  padding-left: 7px;
}

.dealer_address_search_output {
  border: 1px solid #ffab03;
  border-radius: 6px;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1rem;
}

.dealer_address_search_output img {
  float: left;
  margin-right: 1rem;
  width: 50px;
}

.dealer_address_search_output h4 {
  color: #41aa82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-align: left;
}

.dealer_address_search_output p {
  font-size: 13px;
  font-weight: 700;
  text-align: left;
}

.dealer_payment_mode p {
  padding-left: 4rem !important;
}

.pd-0 {
  padding-left: 8px;
  padding-right: 0;
}

.purchase_date_carousel {
  width: 100%;
}

.purchase_date_carousel label {
  background-color: #f5f5f5;
  font-size: 13px;
  padding: 8px !important;
}

.carousel-wrap {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.purchase_info_pay {
  display: inline;
  float: left;
  margin-right: 5px;
}

.owl-carousel .item {
  position: relative;
  webkit-backface-visibility: hidden;
  z-index: 100;
}

.owl-carousel label.active {
  background-color: #ffab03;
  color: #fff;
}

.owl-carousel input {
  moz-appearance: none;
  webkit-appearance: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block !important;
}

.owl-nav > div {
  color: #cdcbcd;
  margin-top: -26px;
  position: absolute;
  top: 50%;
}

.owl-nav i {
  color: #525252;
  font-size: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  opacity: 0.5;
}

.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i {
  opacity: 1;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  outline: 0;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

.calendar_date {
  -webkit-appearance: none;
  position: absolute;
}

.appoint_dates label.active {
  background-color: #eda120;
  color: #fff;
}

.appoint_dates {
  width: 100% !important;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.appoint_dates label {
  padding: 12px 8px !important;
  background-color: whitesmoke;
  font-size: 13px;
  white-space: nowrap;
  margin: 0px;
  width: 5rem;
  line-height: 18px;
  margin-bottom: 5px;
}

.schedule_date_box {
  width: 100%;
  margin: 0px 3px;
}

.appoint_dates::-webkit-scrollbar {
  width: 10px;
  height: 5px;
}

.appoint_dates::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.appoint_dates::-webkit-scrollbar-thumb {
  background: #1e8a69;
}

.appoint_dates::-webkit-scrollbar-thumb:hover {
  background: #eda120;
}

.work_with_us_banner {
  background-image: url(../img/work_with_us_banner.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 210px;
}

.work_with_us_banner h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  top: 40%;
}

.career_filters .sidebar {
  float: left;
  width: 100%;
}

.career_filters .ul-reset {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.career_filters .filter-item {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 1rem;
}

.career_filters .filter-item-inner {
  border-bottom: 1px solid #eee;
}

.custom-control-label {
  font-size: 0.875rem;
  padding-top: 2px;
}

.career_filters .filter-item-inner-heading {
  background-color: #fff;
  border-bottom: 2px solid #d4d4d4;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 20px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}

.career_filters .filter-item-inner-heading.minus:after,
.career_filters .filter-item-inner-heading.plus:after {
  font-size: 25px;
  position: absolute;
  right: 7.5%;
  top: 15%;
}

.career_filters .filter-item-inner-heading.minus:after {
  content: "-";
}

.career_filters .filter-item-inner-heading.plus:after {
  content: "+";
}

.career_filters .filter-attribute-list {
  overflow: hidden;
}

.career_filters .filter-attribute-list-inner {
  padding: 0 10px 15px;
}

.career_filters .filter-attribute-item {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  padding-left: 10px;
  text-align: left;
}

.career_filters .filter-attribute-item:first-child {
  margin-top: 12px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ffab03;
  border: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none !important;
  webkit-box-shadow: none !important;
}

.career_tag {
  background-color: #41aa82;
  border-radius: 45px;
  color: #fff;
  float: left;
  margin-right: 0.5rem;
  padding: 0.3rem 0.8rem;
}

.career_tag h6 {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  margin-right: 1rem;
}

.career_tag span {
  cursor: pointer;
  font-weight: 800;
}

.career_tabs {
  float: right;
  margin-bottom: 0 !important;
}

.career_tabs .nav-item.show .nav-link,
.career_tabs .nav-link.active i {
  border: 0;
  color: #ffab03;
}

.career_tabs .nav-link {
  border: 0;
  padding: 0 0.7rem;
}

.career_tabs .nav-link i {
  color: #000;
  font-size: 22px;
  margin-top: 5px;
}

.career_box_row,
.career_list_row {
  margin-bottom: 1rem;
}

.career_box_row:nth-child(3n) > .career_box_desc {
  margin-right: 0 !important;
}

.career_box_desc {
  margin-right: 1rem;
}

.career_box_body {
  margin-bottom: 2.5rem;
  padding: 1rem 1.5rem;
}

.career_box_body h6 {
  color: #41aa82;
  font-size: 12px;
  font-weight: 800;
  line-height: 30px;
  text-align: left;
}

.career_box_body h5 {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
}

.career_box_body p {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}

.career_box_body p a {
  color: #fbaa03;
  font-weight: 800;
}

.career_apply_now a,
.career_list_apply_now a {
  background-color: #fbaa03;
  border-radius: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0.5rem 2rem;
}

.career_list_apply_now a {
  font-size: 18px;
}

.career_apply_now a:hover {
  color: #fff;
}

.career_list_desc {
  margin-right: 0 !important;
}

.career_list_body {
  padding: 1rem 1.5rem;
}

.career_list_body h5 {
  color: #000;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left;
}

.career_list_body p {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}

.career_list_body p a {
  color: #fbaa03;
  font-weight: 800;
}

.career_list_apply_now {
  float: right;
  padding: 1.5rem;
}

.career_list_apply_now h6 {
  color: #41aa82;
  font-weight: 800;
  margin-bottom: 2rem;
}

.career_description_all {
  color: #41aa82;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}

.career_description_box {
  padding: 2rem;
}

.career_description_box h6 {
  color: #41aa82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.career_description_box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.career_description_box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.career_description_box .jd_ul {
  list-style-type: none;
}

.career_description_box .jd_ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}

.career_description_box .skills {
  list-style-type: none;
  margin-left: -2.5rem;
}

.career_description_box .skills li {
  border: 1px solid #ffab03;
  border-radius: 60px;
  color: #575757;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-right: 5px;
  padding: 0.5rem 1rem;
}

.share_job li {
  display: inline !important;
  float: left;
  line-height: 0 !important;
  margin-right: 1rem;
}

.share_job li a i {
  color: #41aa82;
}

.floating-apply {
  background-color: #ffab03;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 0.5rem 2rem;
  position: absolute;
  right: 3rem;
}

.footer-content h2 {
  color: #fff;
  font-size: 0.99rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.footer-content p {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}

.them-bg-dark {
  background-color: #1c252c;
  margin-top: 100px;
}

.container-custom {
  width: 84% !important;
}

.footer-block {
  list-style: none;
  padding: 0;
}

.footer-block li a {
  color: #d4d4d4 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.title-footer {
  font-size: 16px;
  font-weight: 700;
}

.footer-icon-new li {
  align-items: center;
  background-color: white;
  border-radius: 50% !important;
  height: 30px;
  justify-content: center;
  margin: 3px;
  ms-flex-align: center;
  ms-flex-pack: center;
  webkit-box-align: center;
  webkit-box-pack: center;
  width: 30px;
}

.footer-icon-new li a i {
  color: #000;
}

.footer-box {
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
}

.app-img-width {
  width: 108px;
}

.footer-dealer-register {
  margin-bottom: 0.9rem;
}

.footer_service_links li {
  display: inline-block;
}

.footer_service_links li a {
  color: #8a8a8a;
  font-size: 13px;
}

.footer_service_links li a:hover {
  color: #fff;
}

.footer_service_links li span {
  color: #fff;
}

.footer_side_service_links {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.footer_side_service_links:hover {
  color: #fff;
}

.footer_service_brands li {
  display: inline-block;
}

.footer_service_brands li span {
  color: #fff;
}

.footer_service_brands li a {
  color: #d4a961;
  font-size: 13px;
}

.footer_service_brands li a:hover {
  color: #eda120;
}

.footer_service_brands,
.footer_service_links {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  webkit-padding-start: 0;
}

.search_bar_addon {
  background-color: #42ab83;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  padding: 0px 14px;
}

.searchbar-input {
  border-bottom-left-radius: 7px;
  border-radius: 0px;
  border-top-left-radius: 7px;
  font-size: 14px;
  height: 37px;
  width: 13rem !important;
}

.topbar_location_div {
  height: 36px;
  margin-left: 0.8rem;
}

.topbar_location_icon {
  color: #eda120;
  display: block !important;
  font-size: 22px !important;
  margin: 0 auto;
  text-align: center;
}

.topbar_location_span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.topbar_location_div a {
  color: #000;
}

#global_search_form_test {
  width: 28rem;
}

.searchbar-addons {
  background-color: #e4e4e4;
  border: 1px solid #d3d3d3;
  border-bottom-right-radius: 7px;
  border-left: 0;
  border-top-right-radius: 7px;
  color: #eda120;
  line-height: 34px;
  padding: 0px 12px;
}

.main_navbar {
  background-color: rgb(226, 252, 244);
  padding: 0.791rem 1.45rem;
}

.logo {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
}

.brand_wizard_space {
  padding: 10px 30px;
}

@media (max-width: 767px) {
  .footer_service_brands li a,
.footer_service_links li a {
    font-size: 11px;
  }
}
.contact-content-bg {
  background-image: url(../img/contact_page.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
}

.contact-content h3 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-content h3:after {
  border-top: 2px solid #ffab03;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 2rem;
  width: 10%;
  z-index: 2;
}

.contact-desc {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.contact-info img {
  float: left;
  height: auto;
  margin-right: 10px;
  width: 20px;
}

.contact-info p {
  color: #41aa82;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.contact_address {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
}

.contact_social li {
  align-items: center;
  background-color: #c2c2c2;
  border-radius: 50% !important;
  height: 30px;
  justify-content: center;
  margin-right: 10px;
  ms-flex-align: center;
  ms-flex-pack: center;
  webkit-box-align: center;
  webkit-box-pack: center;
  width: 30px;
}

.contact-form-row {
  width: 75%;
}

.contact-form-bg {
  background-image: url(../img/contact_us.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 100%;
}

.contact-textarea {
  height: 90px !important;
}

.send_query_contact {
  color: #41aa82;
  font-size: 22px;
  font-weight: 700;
}

.about_us_bg {
  background-image: url(../img/about_us_1.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 480px;
}

.about_footer_bg {
  background-image: url(../img/about_us_footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.mission_content {
  padding: 9rem 1rem;
}

.mission_content h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
}

.mission_content h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 48px;
}

.mission_image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 95%;
}

.about_us_bg2 {
  background-image: url(../img/about_us_2.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 480px;
}

.peace_of_mind {
  padding: 3rem 1rem;
}

.peace_of_mind h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
}

.peace_of_mind .subtitle {
  font-size: 22px;
  font-weight: 600;
  line-height: 50px;
}

.peace_of_mind h1 {
  font-size: 35px;
  font-weight: 800;
  line-height: 48px;
  text-transform: capitalize;
}

.peace_of_mind .title {
  font-size: 35px;
  font-weight: 800;
  line-height: 48px;
  text-transform: capitalize;
}

.peace_of_mind p {
  font-size: 18px;
  font-weight: 600;
  line-height: 35px;
}

.peace_of_mind_img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 70%;
}

.about_us_bg3 {
  background-image: url(../img/about_us_green_bg.png);
  background-position: -9%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
}

.story_image {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  o-object-fit: contain;
  width: 100%;
}

.team-member {
  margin: 15px 0;
  padding: 0;
}

.team-member figure {
  height: 295px;
  margin: 0;
  margin-bottom: 1.5rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.team-member figure img {
  min-width: 100%;
}

.team-member figcaption p {
  font-size: 16px;
}

.team-member-ul {
  list-style: none;
  margin: 0;
  padding: 0;
  o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  visibility: visible;
  webkit-transition: all 0.1s ease-in-out;
}

.team-member-ul li {
  display: inline-block;
  padding: 10px 5px;
}

.team-member-ul li a i {
  color: gray;
  font-size: 18px;
}

.team-member h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 5px 0;
  padding: 0;
}

.team-member-p {
  color: #d9d9d9;
  font-size: 13px;
  font-weight: 600;
}

.team-member figcaption {
  background-color: transparent;
  bottom: 0;
  color: transparent;
  height: 0;
  left: 0;
  o-transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  webkit-transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 996;
}

.team-member figcaption p {
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  left: 10px;
  line-height: 16px;
  position: absolute;
  right: 10px;
  text-align: left;
}

.team-member figure:hover figcaption {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 100%;
  o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  webkit-transition: all 0.3s ease-in-out;
}

.team-member figure img {
  height: 100%;
  margin-bottom: 1rem;
  ms-transform: scale(1) rotate(0) translateY(0);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  o-object-fit: cover;
  o-object-position: top;
  o-transition: all 0.4s ease-in-out;
  transform: scale(1) rotate(0) translateY(0);
  transition: all 0.4s ease-in-out;
  webkit-transform: scale(1) rotate(0) translateY(0);
  webkit-transition: all 0.4s ease-in-out;
  width: 100%;
}

.team-member figure:hover img {
  ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  o-transition: all 0.4s ease-in-out;
  transform: scale(1.1) rotate(1deg) translateY(12px);
  transition: all 0.4s ease-in-out;
  webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  webkit-transition: all 0.4s ease-in-out;
}

.about_join_p {
  font-size: 22px;
  font-weight: 500;
  line-height: 35px;
  margin-top: 1rem;
}

.about_career img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.about_career:hover img {
  filter: gray;
  filter: grayscale(100%);
  webkit-filter: grayscale(100%);
}

.about_blog img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.about_blog:hover img {
  filter: gray;
  filter: grayscale(100%);
  webkit-filter: grayscale(100%);
}

.blog_career_btn {
  background-color: #ffab03;
  border-radius: 6px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10rem;
  padding: 0.5rem 2rem;
}

.blog_career_btn:hover {
  color: #fff;
}

.our_values_bg {
  background-image: url(../img/our_values_bg.png);
  padding: 4rem 7rem 0 7rem;
}

.our_value_pts img {
  width: 12%;
}

.our_value_pts h5 {
  color: white;
  display: inline;
  font-size: 20px;
  font-weight: 700;
  margin-left: 0.5rem;
}

.our_value_pts p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.policies_term h1,
.policies_termh2 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}

.policies_term h1 {
  font-size: 30px;
}

.policies_term h2 {
  font-size: 25px;
}

.faq_bg {
  background-image: url(../img/faq_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 3.5rem 0;
}

.faq_bg h1 {
  color: #41aa82;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 1rem;
}

.faq_search_bar {
  background-color: #fff5e1;
  border-radius: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 34%;
}

.faq_search_bar i {
  color: #ffab03;
  font-size: 25px;
  line-height: 60px;
}

.faq_search_box {
  background-color: #fff5e1;
  border: none;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  outline: 0;
  padding: 0.5rem;
  width: 84%;
}

.faq-heading {
  color: #41aa82;
  font-size: 20px;
  font-weight: 700;
}

.faq_box p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 1.5rem;
}

.faq2_bg {
  background-image: url(../img/faq_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1.5rem 0;
}

.faq_desc_heading {
  color: #41aa82;
  font-size: 22px;
  font-weight: 700;
  line-height: 60px;
  padding-left: 4rem;
  text-align: left;
}

.faq_desc_search_bar {
  background-color: #fff5e1;
  border-radius: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 85%;
}

.faq_desc_search_bar i {
  color: #ffab03;
  font-size: 22px;
  line-height: 60px;
}

.faq_desc_search_box {
  background-color: #fff5e1;
  border: none;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  height: 50px;
  outline: 0;
  padding: 0.5rem;
  width: 84%;
}

.faq_single_panel {
  border-bottom: 1px solid #d9d9d9;
  padding: 0 1.4rem;
}

.faq_panel_title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.faq_panel_title a {
  color: #000;
  font-weight: 700;
  padding: 1.4rem 0;
  text-align: left;
  width: 100%;
}

.faq_panel_title a.collapsed {
  color: gray;
}

.faq_panel_body {
  border-left: 2px solid #41aa82;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  margin: 1rem 0.5rem;
  padding-left: 1rem;
  text-align: left;
}

.product_list_desc_ol {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  position: relative;
  width: 100%;
}

.product_list_desc_ol li {
  height: 35px;
  width: 16%;
}

.product_list_desc_box {
  padding: 2rem;
}

.product_list_desc_name {
  font-size: 23px;
  font-weight: 700;
  line-height: 35px;
  text-align: left;
}

.product_list_desc_price {
  color: #41aa82;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: left;
}

.product_list_desc_content {
  font-size: 15px;
  font-weight: 600;
  line-height: 34px;
  text-align: left;
}

.add_to_cart_btn {
  background-color: #fbaa03;
  bottom: 2rem;
  color: #fff;
  font-weight: 600;
  left: 2rem;
  padding: 0.4rem 1rem;
  position: absolute;
}

.product_list_desc_spec {
  width: 20%;
}

.product_list_desc_spec a {
  color: gray;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 0;
}

.product_list_desc_spec a:hover {
  border: none;
}

.product_list_desc_tab {
  margin-bottom: 0;
}

.product_list_desc_tab .nav-link.active {
  background-color: #fff;
  border: unset;
  border-bottom: 3px solid #fbaa03;
  color: #fbaa03;
}

.product_list_tab_con {
  padding: 2rem;
}

.product_list_tab_con p {
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0.5rem;
  text-align: left;
}

.product_list_tab_con ul {
  list-style-type: none;
  margin-left: -2.5rem;
  text-align: left;
}

.product_list_tab_con ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
}

#product-slider .owl-stage {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
}

#product-slider .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex: 1 0 auto;
  height: 100%;
  ms-flex: 1 0 auto;
  webkit-box-flex: 1;
}

.career_box_desc {
  position: relative;
}

.career_apply_now {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.logged_user {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.logged_user_dropdown {
  border-radius: 0;
  left: -100px;
  min-width: 10rem;
  padding: 0;
  position: absolute;
  top: 3rem;
}

.logged_user_dropdown li {
  border-bottom: 1px solid #d3d3d3;
  line-height: 45px;
  padding: 0 1rem;
}

.logged_user_dropdown li a {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 700;
}

.logged_user_dropdown li a i {
  color: #eda120;
  font-size: 15px;
  margin-right: 0.5rem;
}

.web_problem_btn {
  display: block;
}

.mobile_problem_btn {
  display: none;
}

#product-slider .owl-stage {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
}

#product-slider .item {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  flex: 1 0 auto;
  height: 100%;
  ms-flex: 1 0 auto;
  webkit-box-flex: 1;
}

.career_apply_now {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.career_box_desc {
  position: relative;
}

.purchase_carousel label {
  background-color: #f5f5f5;
  font-size: 13px;
  padding: 8px !important;
}

#purchase_slider .owl-prev {
  color: #ffab03;
  font-size: 40px;
  left: -20px;
  position: absolute;
  top: -2px;
}

#purchase_slider .owl-next {
  color: #ffab03;
  font-size: 40px;
  position: absolute;
  right: -20px;
  top: -2px;
}

.add_purchases_calendar,
.add_purchases_calendar .form-group {
  width: 100%;
}

.add_purchases_calendar label {
  color: #41aa82;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1rem;
  width: 100%;
}

.add_purchases_calendar .date-picker .datepicker-inline {
  width: 100%;
}

.add_purchases_calendar .date-picker .datepicker-inline table {
  width: 100% !important;
}

.add_purchases_calendar .datepicker table tr td.active.active {
  background-color: #ffab03 !important;
  border-color: #ffab03 !important;
}

.add_purchases_calendar .datepicker table tr td.active.active:hover {
  background-color: #eca015 !important;
  border-color: #eca015 !important;
}

.add_purchases_calendar .datepicker .datepicker-switch {
  color: #ffab03;
}

.footer-icon-new {
  margin-bottom: 0;
}

.blog_footerlink a:hover {
  color: #d4d4d4 !important;
}

.footer-icon-new .list-unstyled {
  margin-bottom: 0.3rem !important;
}

.blog_footerlink a {
  color: #d4d4d4 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.blog_footerlink {
  margin-bottom: 0.5rem;
}

.search_link i {
  color: #eda120;
  font-size: 1.2rem;
  margin-right: 4px;
  margin-top: 0.55rem;
}

.search_link span {
  color: #000;
  font-size: 12px;
}

.wizard_progress .location_detail {
  background-color: #f1f1f1;
  color: #41aa82;
  float: left;
  font-size: 15px;
  font-weight: 700;
  padding: 0.5rem;
  text-align: left;
}

.wizard_progress .location_detail img {
  width: 10%;
}

.app_download_banner {
  display: none;
}

.wave-outer {
  min-height: 700px;
}

.logged_user:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #eca121 !important;
}

.dropdown--right {
  margin-right: 14px;
  padding-top: 8px;
}

.dropdown--right .dropdown-toggle::after {
  color: #eda120;
}

.outer-min-h {
  min-height: 700px;
}

.welcome-modal-body {
  overflow: hidden;
  padding: 0 !important;
}

.floating-label-group input:valid ~ .floating-label {
  bottom: 0;
  color: #ffab03;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  opacity: 1;
  top: -15px;
}

.floating-label-group input:-moz-read-only ~ .floating-label {
  bottom: 0;
  color: #ffab03;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  opacity: 1;
  top: -15px;
}

.floating-label-group input:read-only ~ .floating-label {
  bottom: 0;
  color: #ffab03;
  font-size: 13px;
  font-weight: 700;
  left: 16px;
  opacity: 1;
  top: -15px;
}

.web-product-filter {
  display: block;
}

.mobile-product-filter {
  display: none;
}

.sidenavfilter {
  background-color: #fff;
  height: 100%;
  left: 0;
  o-transition: 0.5s;
  overflow-x: hidden;
  padding-top: 0;
  position: fixed;
  top: 4rem;
  transition: 0.5s;
  webkit-transition: 0.5s;
  width: 0;
  z-index: 1;
}

.sidenavfilter a {
  color: #818181;
  display: block;
  font-size: 25px;
  o-transition: 0.3s;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: 0.3s;
  webkit-transition: 0.3s;
}

.sidenavfilter a:hover {
  color: #000;
}

.sidenavfilter .closebtn {
  background-color: transparent !important;
  color: #eda120;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  line-height: 30px;
  margin-bottom: 0.3rem;
  padding: 5px 0 0 10px;
  position: relative;
  right: 0;
  text-align: left;
  top: 0;
  width: 100% !important;
}

.m_apply_clearbox {
  background-color: #fff;
  border-bottom: 8px solid #f3f3f3;
  border-top: 10px solid #f3f3f3;
  height: auto;
  padding: 0.5rem 0;
}

.mobile-product-filter .clear-btn {
  border-radius: 8px;
  color: #eda120;
  float: left;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}

.mobile-product-filter .filter-btn {
  background-color: #eda120;
  border: 1px solid #eda120;
  border-radius: 8px;
  color: #fff;
  float: right;
  font-size: 13px;
  font-weight: 600;
  margin-left: 8px;
  padding: 0.2rem 1rem;
}

.clear_filter {
  border: 1px solid #eda120;
  border-radius: 8px;
  color: #eda120;
  float: right;
  font-size: 13px;
  font-weight: 600;
  padding: 0.2rem 1rem;
}

.clear_filter:hover {
  color: #eda120 !important;
}

.filter_subtitle {
  font-size: 13px;
  font-weight: 800;
  padding-left: 10px;
  text-align: left;
  text-transform: uppercase;
}

.filter_clear {
  border: 1px solid #eda120;
  border-radius: 9px;
  color: #eda120 !important;
  float: unset;
  font-size: 13px !important;
  font-weight: 700;
  line-height: unset;
  padding: 0.2rem 0.8rem !important;
  position: relative;
  right: 1rem;
  top: 2px;
  z-index: 999;
}

.sidenavfilter .closebtn {
  width: 100% !important;
}

.m_filter_nav {
  display: block;
  margin-top: 1rem;
  text-align: left;
}

.m_filter_nav .nav-item {
  border-bottom: none;
}

.m_filter_nav .nav-link:focus,
.m_filter_nav .nav-link:hover {
  border: none !important;
}

.m_filter_nav .nav-link.active {
  background-color: transparent;
  border: none !important;
  color: #41aa82;
}

.filter-gray-bg {
  background-color: #f3f3f3;
  padding-top: 20px;
}

.m_filter_nav .nav-link {
  display: block !important;
  font-size: 13px !important;
  font-weight: 700;
  padding: 8px 10px !important;
}

.m_filter_tab ul {
  list-style-type: none;
  margin-left: -2.5rem;
  padding-top: 15px;
  text-align: left;
}

.m_filter_tab ul li {
  margin-bottom: 7px;
}

.pest_control {
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.09);
  webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.09);
}

.packer_mover {
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.09);
  webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.09);
}

.home_service_heading {
  color: #212529;
  font-size: 25px;
  line-height: 65px;
  text-align: center;
}

.home_service_heading span {
  font-weight: 600;
  text-transform: uppercase;
}

.shop_filters .filter-item-inner .menu-header a {
  color: #eda120 !important;
}

.mobile_product_apply_btn {
  background-color: #eda120;
  border-radius: 9px;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700;
  padding: 0.2rem 0.8rem !important;
  position: relative;
  right: 0;
  top: 2px;
  width: 100%;
}

.user_cart i {
  color: #eda120;
  font-size: 18px;
}

.user_cart label {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  padding-top: 3px;
  position: relative;
}

.user_cart .items-count {
  align-items: center;
  background-color: #eda120;
  border-radius: 100%;
  color: #fff;
  display: grid;
  display: -ms-grid;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  left: 16px;
  ms-flex-align: center;
  position: absolute;
  text-align: center;
  top: -3px;
  webkit-box-align: center;
  width: 18px;
}

.user_cart .items-list {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 #d6d6d6;
  max-height: 350px;
  overflow-y: scroll;
  padding: 15px 15px 0 15px;
  position: absolute;
  right: -20px;
  top: 55px;
  webkit-box-shadow: 0 0 8px 0 #d6d6d6;
  width: 340px;
}

.user_cart .item-name,
.user_cart .item-price {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  margin: 0 0 6px;
}

.user_cart .item-price {
  color: #41aa82;
}

.user_cart .item-pic {
  overflow: hidden;
  width: 100%;
}

.user_cart .item-pic img {
  width: 100%;
}

.user_cart .item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.user_cart .item a {
  color: #000;
}

.user_cart .item:nth-last-child(1) {
  border-bottom: 0;
}

.view_user_cart_btn {
  background-color: #eda120;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 0.3rem;
  width: 100%;
}

.view_user_cart_btn:hover {
  color: #fff;
}

.subscription_modal .subscription_btn {
  background-color: #41aa82;
  border-radius: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.4rem 2rem;
}

.subscription_modal .modal-header {
  background-color: #eda120;
  padding: 0.5rem 1rem;
}

.subscription_modal .modal-title {
  color: #fff;
  font-weight: 600;
}

.subscription_modal .modal-dialog {
  top: 5rem;
}

.subscription_modal button.close {
  color: #fff;
  opacity: 1;
}

.subscription_modal .modal-body .form-group label {
  margin-bottom: 0.2rem;
}

.subscription_modal .modal-body .form-group .form-control {
  border-radius: 0;
}

.subscription_modal_link {
  color: #eda120;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
}

.subscription_modal_link:hover {
  color: #eda120;
  cursor: pointer;
}

.nav.navlist li > a {
  padding: 0px;
  color: #757575;
  font-size: 12px;
  font-weight: 600;
}

.banner_side_listing {
  background-color: #fff;
}

.list_brand_search {
  background-color: #fff;
  width: 97%;
  border-radius: 6px;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}

.side_listing_image_div,
.side_listing_image {
  height: 481px;
}

.nav.navlist {
  min-height: 443px;
  box-shadow: 0 3px 7px 0 #e9e9e9;
  display: block;
  max-height: 443px;
  overflow-y: scroll;
  direction: rtl;
  scrollbar-width: thin;
  scrollbar-color: #d2d2d2 #b1b1b1;
  padding-right: 0;
}

/*.submenu ul {
    min-height: 481px;
     min-width: 205px;
     max-width: 205px;
     background-color: #fbeacd;
     list-style-type: none;
     padding-inline-start: 22px;
     padding: 12px 14px;
 }*/
.image_list_item {
  display: inline-block;
  float: left;
  background-color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #dedede;
  border-radius: 8px;
}

.side_listing_image_div,
.side_listing_image {
  height: 443px;
}

.image_list_item img {
  width: 4.75rem;
  height: 4.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 9px;
}

.submenu ul {
  min-height: 443px;
  max-height: 443px;
  width: 555px;
  background-color: #fbeacd;
  list-style-type: none;
  -webkit-padding-start: 22px;
  padding-inline-start: 22px;
  padding: 12px 14px;
  max-width: 555px;
  overflow-y: scroll;
  padding-right: 0px;
  scrollbar-width: thin;
  scrollbar-color: #d2d2d2 #b1b1b1;
}

.submenu ul::-webkit-scrollbar {
  width: 7px;
}

.submenu ul::-webkit-scrollbar-track {
  background: #d2d2d2;
}

.submenu ul::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

.submenu ul::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}

.nav.navlist::-webkit-scrollbar {
  width: 4px;
}

.nav.navlist::-webkit-scrollbar-track {
  background: #d2d2d2;
}

.nav.navlist::-webkit-scrollbar-thumb {
  background: #b1b1b1;
}

.nav.navlist::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
}

.nav.navlist li {
  position: static;
  direction: ltr;
}

.nav.navlist li:hover {
  background-color: #fbeacd;
}

.brand_list_search {
  width: 60%;
  border: none;
  float: right;
  right: 1rem;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 15px;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.nav.submenu {
  display: none;
  height: 481px;
  background-color: #f1f5fa;
  width: 870px;
  margin-right: -870px;
  background-color: transparent;
  right: 0;
  top: 0;
}

.nav.navlist li:hover > .nav.submenu,
.nav.navlist li.active > .nav.submenu {
  display: block;
}

.submenu-z-index {
  z-index: 1;
}

.side_listing_icon_image {
  width: 25px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 6px;
  filter: grayscale(1);
}

.banner_side_listing .nav-main-tabs {
  color: #1e272e !important;
  font-weight: 700 !important;
  padding: 4px 5px !important;
}

.banner_side_listing li > a i.fa-chevron-right {
  position: absolute;
  top: 14px;
  right: 8px;
  font-size: 9px;
}

.title_head {
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #41ab82 !important;
}

.second_title_head {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding-left: 0px;
  margin-top: 14px;
  margin-bottom: 20px;
}

.new_banner_side {
  min-height: 520px;
}

.new_banner_side .carousel {
  min-height: 520px;
}

.new_banner_side .carousel .carousel-inner,
.new_banner_side .carousel .carousel-item {
  min-height: 520px;
}

.new_banner_side .carousel .carousel-item img {
  min-height: 520px;
}

.new_top_navbar {
  padding: 0.3rem !important;
  background-color: #fff !important;
  border-top: 1px solid #eaeaea;
}

.new_top_navbar .navbar-nav {
  padding-left: 4px;
}

.new_top_navbar .nav-link {
  color: #000 !important;
  font-size: 13px;
  font-weight: 700;
  padding: 0px 14px;
  padding-top: 3px;
}

.new_top_navbar .nav-link:hover {
  color: #41aa82 !important;
}

.search_bar_addon {
  background-color: #e4e4e4;
  padding: 0px 12px;
  line-height: 34px;
  color: #eda120;
  border-left: 0;
  border: 1px solid #d3d3d3;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.searchbar-input {
  font-size: 13px;
  height: 37px;
  border-radius: 0px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.topbar_location_icon {
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: #eda120;
}

.topbar_location_span {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.topbar_location_div {
  margin-left: 0.8rem;
  height: 36px;
}

.topbar_location_div a {
  color: #000;
}

.searchbar-addon {
  background-color: #e4e4e4;
  padding: 0px 12px;
  line-height: 34px;
  color: #000;
  border: 1px solid #41aa82;
  border-left: 0;
}

.logged_user {
  padding: 1px !important;
}

.navbar-nav .user_cart {
  padding-right: 0.8rem;
}

.separate_category {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0.6rem 0.2rem;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  z-index: 99;
  margin-bottom: 5px;
}

.topbar_shop {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0rem;
  border-right: 1px solid #9a9a9a;
  border-top: 1px solid #eaeaea;
}

.category_angle {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  font-size: 14px;
  font-weight: 800;
}

.topbar_shop button {
  padding: 0.35rem 0rem;
  font-size: 12px;
  font-weight: 800;
  display: block;
  color: #000;
  text-align: center;
  position: relative;
  left: 0rem;
  width: 100%;
}

#change_category_view {
  display: none;
}

.active_list {
  display: block !important;
  position: absolute;
  z-index: 99999;
  width: 100%;
  margin-top: 0 !important;
  padding-top: 0.5rem;
}

#category_overlay {
  display: none;
}

.category_overlay {
  display: block !important;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 9999;
}

.skeleton {
  opacity: 0.7;
  -webkit-animation: skeleton-loading 1s linear infinite alternate;
          animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0.125rem;
}

.skeleton-text:last-child {
  margin-bottom: 0;
  width: 80%;
}

@-webkit-keyframes skeleton-loading {
  0% {
    background-color: hsl(200deg, 20%, 70%);
  }
  100% {
    background-color: hsl(200deg, 20%, 95%);
  }
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200deg, 20%, 70%);
  }
  100% {
    background-color: hsl(200deg, 20%, 95%);
  }
}
.broken-image {
  width: 100%;
}

.broken-image::after {
  display: block;
  text-align: center;
  content: "Broken Image";
}

@media screen and (min-width: 575px) {
  .career_box_row:nth-child(odd) > .career_box_desc {
    margin-right: 1rem !important;
  }
  .career_tabs .nav-link i {
    font-size: 15px;
  }
  .career_tabs .nav-link {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 600px) {
  .user_cart {
    margin-top: 9px;
    position: relative;
    right: 1rem;
  }
  .user_cart .items-count {
    left: 0;
    top: 4px;
  }
  .user_cart .items-list {
    left: 0;
    max-height: 150px;
    overflow-x: hidden;
    padding: 8px 8px 0 8px;
    position: absolute;
    right: unset;
    top: 55px;
    width: auto;
  }
  .user_cart .item {
    padding: 6px 0;
  }
  .subscription_modal .modal-title {
    font-size: 17px;
  }
  .subscription_modal .modal-dialog {
    top: 0;
  }
  .subscription_modal .modal-body .form-group label {
    font-weight: 600;
  }
  .subscription_modal .subscription_btn {
    font-size: 15px;
    padding: 0.4rem 1rem;
  }
  .subscription_modal .modal-body .form-group .form-control {
    font-size: 15px;
  }
  #sidebar-content-block {
    border-top: 10px solid #f5f5f5;
    position: fixed;
    top: 4rem;
    width: 100%;
    z-index: 99;
  }
  .top-spacing {
    margin-top: 68px;
  }
  .home_service_heading {
    font-size: 18px;
    line-height: 50px;
  }
  .painting_item_box img {
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .home_paint_title {
    color: #212529;
    font-size: 18px;
    line-height: 15px;
    margin-top: 1rem;
    text-align: center;
  }
  .painting_decor_bg {
    background-size: cover;
    margin: 1rem;
    min-height: 210px;
    padding: 1rem !important;
  }
  .select_address_mobile {
    position: absolute;
    right: 14px;
  }
  .add_cat_mobile {
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-padding-start: 0.5rem;
            padding-inline-start: 0.5rem;
    white-space: nowrap;
  }
  .add_cat_mobile li {
    padding: 0.5rem 1rem;
  }
  .add_cat_mobile li a {
    font-size: 15px;
    font-weight: 700;
  }
  .add_cat_mobile li a.active {
    color: #eda120;
  }
  .product_list_desc_tab .nav-link.active {
    border-bottom: none;
  }
  .scrollbar1::-webkit-scrollbar {
    height: 7px;
    width: 8px;
  }
  .scrollbar1::-webkit-scrollbar-track {
    background: #d3d3d3;
  }
  .scrollbar1::-webkit-scrollbar-thumb {
    background: #41aa82;
  }
  .scrollbar1::-webkit-scrollbar-thumb:hover {
    background: #41aa82;
  }
  .product_list_desc_tab {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .product_list_desc_spec {
    padding: 0 1rem;
  }
  .mobile-product-filter {
    display: block;
    height: 60px;
    position: relative;
    top: 0;
  }
  .mobile_check_product {
    font-size: 13px;
    font-weight: 600;
  }
  .web-product-filter {
    display: none;
  }
  .outer-min-h {
    min-height: auto;
  }
  .shop_filters .filter-attribute-list {
    display: none;
  }
  .shop_filters .filter-item {
    margin-bottom: 0 !important;
  }
  .user_dropdown_right {
    min-width: 100% !important;
  }
  .blog-post-content {
    min-height: auto;
  }
  #product-slider .owl-dots {
    display: none;
  }
  .buy_more {
    font-size: 15px;
  }
  .main_service_outer .raise_req_heading {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1rem;
  }
  .search_link i {
    font-size: 1.2rem;
  }
  .header-nav {
    padding-left: 0 !important;
    width: 100%;
  }
  .footer-icon-new {
    margin-bottom: 1rem;
  }
  .app_download_banner {
    bottom: 0;
    display: block;
    position: fixed;
    z-index: 99;
  }
  .app_download_banner h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .app_width_icon {
    width: 100px;
  }
  #scrollbar::-webkit-scrollbar {
    width: 8px;
  }
  #scrollbar::-webkit-scrollbar-track {
    background: #d3d3d3;
  }
  #scrollbar::-webkit-scrollbar-thumb {
    background: #41aa82;
  }
  #scrollbar::-webkit-scrollbar-thumb:hover {
    background: #41aa82;
  }
  .web_problem_btn {
    display: none;
  }
  .mobile_problem_btn {
    display: block;
    margin-bottom: 2rem;
  }
  .them-bg-dark {
    margin-top: 0;
    padding-bottom: 7.5rem;
  }
  .footer-content {
    display: none;
    padding: 0;
  }
  .footer-content p {
    line-height: 1.45rem;
    text-align: justify;
  }
  .add_device_category {
    max-height: 125px;
    overflow-y: scroll;
  }
  .logged_user {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
  }
  .logged_user_dropdown {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    left: -100px;
    min-width: 10rem;
    padding: 0;
    position: absolute;
    top: 3rem;
  }
  .logged_user_dropdown li {
    border-bottom: 1px solid #d3d3d3;
    line-height: 45px;
    padding: 0;
  }
  .logged_user_dropdown li a i {
    color: #eda120;
  }
  .logged_user_dropdown li a {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 700;
  }
  .logged_user_dropdown li a i {
    font-size: 15px;
    margin-right: 0.5rem;
  }
  .pd-remove {
    padding-left: 8px;
    padding-right: 8px;
  }
  .navbar-toggler {
    border: unset;
    position: absolute;
    right: 0;
    color: #fa8836 !important;
    font-size: 25px;
  }
  .authenticate_heading {
    font-size: 1.25rem;
  }
  .pd-set-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .authenticate_para {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 1rem;
    margin-top: 0.25rem;
  }
  .authenticate_wave {
    display: none;
  }
  .form-input {
    font-size: 14px;
    height: 40px;
  }
  .form-label {
    margin-bottom: 0;
  }
  .genderlabel {
    font-size: 12px;
    height: 40px;
    line-height: 25px;
    padding: 0.5rem 0.25rem;
  }
  .authenticate_btn {
    margin-bottom: 0;
  }
  .btn-orange {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
  .btn-green {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
  .btn-gray {
    font-size: 12px;
    padding: 0.5rem 1rem;
  }
  .header-nav-img {
    display: inline;
    float: left;
    height: auto;
    margin-top: 0.7rem;
    position: relative;
    width: 1.2rem;
  }
  .nav-item {
    border-bottom: 1px solid #d3d3d3;
  }
  .agree_label {
    font-size: 11px;
    text-align: left;
  }
  .search_link {
    margin-right: 1.5rem;
    margin-top: 1rem;
  }
  .register-dealer-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/register_background.png);
    background-size: cover;
  }
  .broad-section-h4 {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
  }
  .broad-section-h1 {
    font-size: 1.0625rem;
    margin-bottom: 0.5rem;
  }
  .broad-section-p {
    font-size: 14px;
    line-height: 20px;
  }
  .progressbar {
    width: 100%;
  }
  .progressbar li {
    font-size: 10px;
    width: 28%;
  }
  .progressbar li:before {
    height: 25px;
    line-height: 25px;
    width: 25px;
  }
  .progressbar li:after {
    top: 12px;
  }
  .register-dealer-fieldset {
    max-width: 100%;
  }
  .register-dealer-input {
    font-size: 14px;
    width: 100%;
  }
  .register-dealer-col {
    flex-basis: auto;
  }
  .action-wizard-button-next {
    margin-right: 0;
  }
  .register-dealer-input-full {
    font-size: 14px;
    width: 100%;
  }
  .register-dealer-single-input {
    width: 100%;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
    padding-left: 17px;
  }
  .select2-container {
    margin-bottom: 1rem !important;
    width: 100% !important;
  }
  .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    font-size: 14px;
    height: 40px !important;
  }
  .document-upload {
    max-width: 285px;
    width: 285px;
  }
  .document-upload .document-preview {
    margin: 0 auto;
  }
  .document_name {
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
  .document-upload .document-edit {
    left: 225px;
  }
  .pd-l-remove,
.pd-l-remove1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .add_device_sidebar a {
    padding: 0.5rem 1rem;
  }
  .add_device_sidebar a img {
    width: 20px;
  }
  .add_device_sidebar a {
    font-size: 12px;
  }
  .wizard_progress {
    background-color: transparent !important;
  }
  .extra-white {
    background-color: #fff !important;
    z-index: 99;
  }
  .add_new_link {
    font-size: 15px;
  }
  .need_help_link {
    font-size: 14px;
  }
  .add_device_progressbar {
    margin-left: -2.5rem;
    width: -webkit-fill-available;
  }
  .add_device_progressbar li:before {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .add_device_progressbar li:after {
    left: -80%;
    top: 10px;
    z-index: -1;
  }
  .add_device_progressbar li {
    font-size: 8px;
    width: 16%;
  }
  .add_device_category a img {
    margin-right: 1rem;
  }
  .add_device_category a {
    padding: 0.5rem;
  }
  .add_device_category ul li {
    float: left;
    width: 100%;
  }
  .add_device_searchbar {
    width: 85%;
  }
  .brand-box {
    height: 70px;
    width: 70px;
  }
  .brand-box img {
    height: 70px;
  }
  .set_btn {
    margin-bottom: 1rem;
    right: 0;
    top: 0;
  }
  .add_device_product_image {
    height: 70px;
    padding: 0.5rem;
    width: 90px;
  }
  .m-white-bg {
    margin-left: 8px;
    margin-right: 8px;
  }
  .add_device_product_card {
    display: block;
    height: 120px;
    margin: 0.5rem auto;
    padding: 0;
    width: 90%;
  }
  .add_device_product_card img {
    height: 80px;
    width: 100% !important;
  }
  .add_device_product_card h4 {
    font-size: 13px;
  }
  .product_width {
    padding-left: 0;
    padding-right: 0;
  }
  .add_device_model {
    height: 120px;
    padding: 1rem 0;
  }
  .add_device_model img {
    display: block;
    height: 90px;
    height: auto;
    margin: 0 auto;
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .add_device_model h5 {
    display: block;
    line-height: 35px;
    margin-left: 0;
    text-align: center;
  }
  .add_device_product_name {
    display: none;
  }
  .card-input {
    padding: 0.5rem;
  }
  .address_content h5 {
    font-size: 14px;
  }
  .address_select_image img {
    padding-left: 0;
    width: 45px;
  }
  .add_device_address a {
    font-size: 15px;
  }
  .add_device_address {
    margin-right: 16px;
  }
  .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .floating-label-group .floating-label {
    font-size: 14px;
  }
  .p-set-r-07 {
    padding-right: 15px;
  }
  .p-set-l-07 {
    padding-left: 15px;
  }
  .pd-mcat-remove {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .problem-card {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  .problem-card img {
    width: 40%;
  }
  .main_banner {
    min-height: 380px;
  }
  .main_banner_div {
    top: 10rem;
  }
  .main_banner_text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
  .main_search_bar {
    height: 40px;
    width: 80%;
  }
  .main_search_box {
    font-size: 13px;
    height: 40px;
    width: 85%;
  }
  .main_service_div {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .main_service_outer {
    border-radius: 0;
  }
  .main_service_box h6 {
    font-size: 13px;
  }
  .main_service_box {
    padding: 0.7rem 0.5rem;
  }
  .main_service_box img {
    display: block;
    margin: 0 auto;
    width: 65px;
  }
  .no-gutter > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .your_dashboard_box img {
    margin-bottom: 0.2rem;
    width: 25%;
  }
  .your_dashboard_box h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .your_dashboard_box p {
    font-size: 11px;
  }
  .dashboard-mb-2 {
    margin-bottom: 1.2rem;
  }
  .main_new_brand {
    height: 70px;
    width: 70px;
  }
  .main_new_brand img {
    height: 70px;
  }
  .main_new_accessory {
    height: 70px;
    width: 70px;
  }
  .main_new_accessory img {
    height: 65px;
  }
  .main-social-icon {
    height: 30px;
    margin-right: 3px;
    padding: 1px;
    width: 30px;
  }
  .we_remind_banner_text {
    padding: 2rem 0;
  }
  .we_remind_banner_text p {
    font-size: 13px;
  }
  .we_remind_banner_text h2 {
    font-size: 22px;
  }
  .we_remind_banner {
    background-color: #000;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 65px;
  }
  .vertical-brand-heading h4 {
    font-size: 16px;
  }
  .vertical-brand-heading h3 {
    font-size: 20px;
  }
  .vertical-brand-box img {
    height: 50px;
    width: 40px !important;
  }
  .vertical-brand-box {
    height: 50px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    width: 50px;
  }
  .complete_room_box img {
    width: 40%;
  }
  .complete_room_box p {
    font-size: 13px;
  }
  .brand_slider {
    background-size: 50%;
    padding: 1rem !important;
  }
  .customer_service_app {
    width: 40%;
  }
  .customer_service_social {
    height: 30px;
    padding: 2px;
    width: 30px;
  }
  .payment_option {
    height: 55px;
    width: 80px;
  }
  .twitter-testimonial-item {
    padding: 3rem 0 1rem 0;
  }
  .twitter-testimonial-item i {
    font-size: 26px;
  }
  .twitter-testimonial-item p {
    font-size: 13px;
    line-height: 23px;
    padding: 0 0;
  }
  .testimonial-follow {
    margin-top: 1rem;
  }
  .instagram-follow-col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .instagram-follow-col:nth-child(3n) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .m-subs {
    float: left;
    width: 30% !important;
  }
  .blog-carousel-banner h1,
.single-blog h1 {
    font-size: 18px;
    margin-top: 1rem;
  }
  .blog-carousel-banner p {
    font-size: 13px;
    padding-right: 1rem;
  }
  .single-blog p {
    font-size: 13px;
  }
  .blog-carousel-banner a,
.single-blog a {
    font-size: 14px;
    padding: 0.4rem 1rem;
  }
  .blog-carousel-banner {
    height: auto;
    min-height: 300px;
    padding: 1rem;
  }
  #blog_carousel .owl-dots {
    bottom: 1rem;
  }
  .blog-heading h1 {
    font-size: 18px;
  }
  .blog-heading {
    padding: 1rem;
  }
  .footer-border-top {
    font-size: 12px;
  }
  .career_filters .filter-item-inner-heading {
    font-size: 14px;
  }
  .career_filters .filter-item-inner-heading.minus:after,
.career_filters .filter-item-inner-heading.plus:after {
    font-size: 18px;
    top: 25%;
  }
  .career_tag h6 {
    font-size: 13px;
    margin-right: 0.2rem;
  }
  .career_tag {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem;
  }
  .career_tabs {
    float: left;
  }
  .career_box_desc {
    margin-right: 0 !important;
  }
  .career_box_body {
    margin-bottom: 3rem;
    padding: 0.5rem 1rem;
  }
  .career_box_body h5 {
    font-size: 12px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .career_box_body h6 {
    line-height: 25px;
  }
  .career_box_body p {
    line-height: 25px;
  }
  .career_box_desc {
    margin-right: 0 !important;
  }
  .career_description_box h4,
.career_description_box h5,
.career_description_box h6,
.career_list_body h5 {
    font-size: 14px;
  }
  .career_list_body p {
    font-size: 13px;
    line-height: 26px;
  }
  .career_list_apply_now {
    float: left;
    padding: 0 1.5rem;
  }
  .career_list_apply_now h6 {
    margin-bottom: 1rem;
    font-size: 13px;
    text-align: left;
  }
  .career_list_apply_now a {
    float: left !important;
    font-size: 14px;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
  }
  .work_with_us_banner {
    background-size: cover;
    height: 170px;
  }
  .work_with_us_banner h1 {
    font-size: 25px;
  }
  .floating-apply {
    display: none;
  }
  .career_description_box {
    padding: 1rem;
  }
  .career_description_box .jd_ul li {
    font-size: 14px;
    line-height: 28px;
  }
  .career_description_box .skills li {
    border-radius: 60px;
    font-size: 14px;
    margin-bottom: 0.5rem;
    margin-right: 0;
    padding: 0.2rem 0.5rem;
  }
  .share_job {
    margin-bottom: 2rem;
  }
  .contact-content h3 {
    font-size: 18px;
  }
  .contact-content h3:after {
    top: 1.5rem;
  }
  .contact-desc {
    margin-top: 1rem;
  }
  .contact-info {
    margin-bottom: 1rem;
  }
  .contact-info img {
    height: auto;
    width: 14px;
  }
  .contact-info p {
    font-size: 14px;
    line-height: 14px;
  }
  .contact_address {
    font-size: 14px;
  }
  .contact-content-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_page.png);
    background-size: contain;
  }
  .contact-form-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_us.png);
    background-size: 30%;
  }
  .contact_social li {
    background-color: gray;
  }
  .send_query_contact {
    font-size: 18px;
  }
  .contact-form-row {
    width: auto;
  }
  .contact-textarea {
    font-size: 14px;
  }
  .about_us_bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_1.png);
    height: auto;
  }
  .our_values_bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/our_values_bg.png);
    padding: 2rem 0;
  }
  .our_value_pts p {
    font-size: 14px;
  }
  .mission_content {
    padding: 4rem 0;
  }
  .peace_of_mind {
    padding: 2rem 0;
  }
  .mission_content h4,
.peace_of_mind h4 {
    font-size: 18px;
    line-height: 38px;
  }
  .mission_content .subtitle,
.peace_of_mind .subtitle {
    font-size: 18px;
    line-height: 38px;
  }
  .mission_content h1,
.peace_of_mind h1 {
    font-size: 28px;
    line-height: 50px;
  }
  .mission_content .title,
.peace_of_mind .title {
    font-size: 28px;
    line-height: 50px;
  }
  .peace_of_mind p {
    font-size: 15px;
    line-height: 34px;
  }
  .about_us_bg2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_2.png);
    min-height: 480px;
  }
  .about_us_bg3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_green_bg.png);
    background-position: left top;
    height: auto;
  }
  .team-member figure {
    height: auto;
    width: 100%;
  }
  .team-member figure img {
    height: auto;
    margin-bottom: 0;
  }
  .about_join_p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
  }
  .blog_career_btn {
    font-size: 14px;
    margin-bottom: 3rem;
    padding: 0.4rem 1.2rem;
  }
  .mission_image {
    width: 80%;
  }
  .story_image {
    width: 70%;
  }
  .faq_bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/faq_1.png);
    background-size: cover;
  }
  .faq_bg h3 {
    font-size: 20px;
  }
  .faq_desc_search_bar,
.faq_search_bar {
    height: 50px;
    width: 90%;
  }
  .faq_desc_search_box,
.faq_search_box {
    font-size: 12px;
    height: 50px;
    width: 78%;
  }
  .faq_desc_search_bar i,
.faq_search_bar i {
    font-size: 15px;
    line-height: unset;
  }
  .faq-heading {
    font-size: 16px;
  }
  .faq_box p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq_desc_heading {
    font-size: 18px;
    padding-left: 0;
    text-align: center;
  }
  .faq_single_panel {
    padding: 1rem 0.5rem;
  }
  .faq_panel_title a {
    font-size: 13px;
    padding: 0;
  }
  .faq_panel_body {
    font-size: 12px;
    line-height: 27px;
    margin: 0.5rem;
    padding-left: 1rem;
  }
  .product_list_desc_box {
    padding: 1rem;
  }
  .product_list_desc_name {
    font-size: 16px;
    line-height: 26px;
  }
  .product_list_desc_price {
    font-size: 18px;
  }
  .product_list_desc_content {
    font-size: 13px;
    line-height: 26px;
  }
  .add_to_cart_btn {
    bottom: unset;
    float: left;
    font-size: 14px;
    left: unset;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
  }
  .product_list_desc_spec {
    border-bottom: none;
    width: 100%;
  }
  .product_list_desc_spec a {
    font-size: 15px;
    padding: 0.7rem 0;
  }
  .product_list_tab_con {
    padding: 1rem;
  }
  .customcheck-img {
    margin-left: 0.3rem;
    margin-right: 0.8rem;
    width: 10%;
  }
  .product_listing_total {
    font-weight: 700;
    text-align: left !important;
  }
  .product_listing_banner h1 {
    font-size: 25px;
  }
  .product_listing_banner h4 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 1rem;
  }
  .product_listing_banner p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 1rem;
    padding: 0;
  }
  .product_listing_banner {
    height: auto;
    padding: 1rem;
  }
  .product_listing_card img {
    height: auto;
  }
  .product_listing_card h5 {
    color: #000;
    font-size: 13px;
  }
  .product_listing_card h4 {
    font-size: 14px;
  }
  .brandcenter_banner img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 74%;
       object-position: 74%;
  }
  .brandcenter_brand_box img {
    width: 50%;
  }
  .brandcenter_brand_box h4 {
    font-size: 14px;
  }
  .brandcenter_box,
.brandcenter_box img {
    height: 150px;
  }
  .locate_dealer_map iframe,
.sales_dealer_div {
    height: 12rem;
  }
  .locate_dealer_tabs .nav-item {
    font-size: 12px;
    padding: 0.4rem;
  }
  .single_dealer_div h4,
.single_dealer_div h5 {
    font-size: 15px;
  }
  .single_dealer_div p {
    font-size: 13px;
  }
  .brandcenter_detail img {
    height: 140px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .daikin_strip img {
    width: 45%;
  }
  .info_support h6 {
    font-size: 14px;
  }
  .info_support h4 {
    font-size: 20px;
    line-height: 40px;
  }
  .info_support p {
    font-size: 13px;
    line-height: 26px;
  }
  .info_support_details img {
    float: left;
    margin-right: 0.5rem;
    width: 20px;
  }
  .info_support_details p {
    float: left;
    font-size: 14px;
  }
  .brandcenter_product_title {
    padding: 1rem 6rem 1rem 1rem;
  }
  .brandcenter_product_title h4 {
    font-size: 16px;
  }
  .request_complain .req_com_content {
    padding: 2rem 0 2rem 1rem;
  }
  .request_complain .req_com_img {
    width: 70% !important;
  }
  .brand_slide_overlay {
    padding: 1rem !important;
  }
  /*-------------------Updated Topbar List-------------------*/
  .topbar_location_div {
    display: none;
  }
  .m-top-nav-view {
    display: none;
  }
  .m-top-list-view {
    display: none;
  }
  .m-top-search {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .user_cart {
    margin-top: 9px;
    position: relative;
    right: 1rem;
  }
  .user_cart .items-count {
    left: 0;
    top: 4px;
  }
  .user_cart .items-list {
    left: 0;
    max-height: 150px;
    overflow-x: hidden;
    padding: 8px 8px 0 8px;
    position: absolute;
    right: unset;
    top: 55px;
    width: auto;
  }
  .user_cart .item {
    padding: 6px 0;
  }
  .subscription_modal .modal-title {
    font-size: 17px;
  }
  .subscription_modal .modal-dialog {
    top: 0;
  }
  .subscription_modal .modal-body .form-group label {
    font-weight: 600;
  }
  .subscription_modal .subscription_btn {
    font-size: 15px;
    padding: 0.4rem 1rem;
  }
  .subscription_modal .modal-body .form-group .form-control {
    font-size: 15px;
  }
  .mobile-product-filter {
    display: block;
  }
  .web-product-filter {
    display: none;
  }
  #sidebar-content-block {
    border-top: 10px solid #f5f5f5;
    position: fixed;
    top: 4rem;
    width: 100%;
    z-index: 99;
  }
  .top-spacing {
    margin-top: 68px;
  }
  .outer-min-h {
    min-height: auto;
  }
  .user_dropdown_right {
    min-width: 100% !important;
  }
  .logged_user_dropdown {
    background-color: #fff;
    border: 0;
  }
  .logged_user_dropdown li a {
    color: #6d6d6d;
  }
  .logged_user_dropdown li a i {
    color: #eda120;
  }
  .header-nav {
    padding-left: 0 !important;
    width: 100%;
  }
  .blog-post-content {
    min-height: auto;
  }
  #product-slider .owl-dots {
    display: none;
  }
  .buy_more {
    font-size: 15px;
  }
  .main_service_outer .raise_req_heading {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1rem;
  }
  .search_link i {
    font-size: 1.2rem;
  }
  .them-bg-dark {
    margin-top: 0;
  }
  .authenticate_wave {
    display: none;
  }
  .navbar-toggler {
    border: unset;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .header-nav-img {
    display: inline;
    float: left;
    height: auto;
    margin-top: 0.7rem;
    position: relative;
    width: 1.2rem;
  }
  .nav-item {
    border-bottom: 1px solid #d3d3d3;
  }
  .navbar-nav {
    margin-top: 2rem;
  }
  .search_link {
    margin-right: 1.5rem;
    margin-top: 1rem;
  }
  .pd-set-7 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .add_device_product_card {
    display: block;
    margin: 0.5rem auto;
    width: 90%;
  }
  .add_device_sidebar a {
    display: inline;
    font-size: 10px;
    padding: 0.75rem 0.5rem;
  }
  .wizard_progress {
    background-color: transparent !important;
  }
  .extra-white {
    background-color: #fff;
    z-index: 99;
  }
  .add_device_progressbar {
    margin-left: -2.5rem;
  }
  .add_device_progressbar li {
    width: 16%;
  }
  .add_device_sidebar a img {
    margin-right: 0.25rem;
    width: 22px;
  }
  .add_device_progressbar li:after {
    left: -80%;
    z-index: -1;
  }
  .pd-l-remove,
.pd-l-remove1 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pd-remove {
    padding-left: 8px;
    padding-right: 8px;
  }
  .add_device_category {
    min-height: 100%;
  }
  .add_device_category a img {
    margin-right: 0.2rem;
    width: 25px;
  }
  .add_device_category a {
    float: left;
    font-size: 13px;
    width: 33%;
  }
  .m-white-bg {
    margin-left: 8px;
    margin-right: 8px;
  }
  .service_by_logo {
    float: unset;
    height: 35px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    right: 0;
    width: 40%;
  }
  .service_by_content {
    float: unset;
    font-size: 14px;
    left: 0;
    line-height: 30px;
    text-align: center;
  }
  .purchase_date_carousel {
    overflow: scroll;
  }
  .purchase_date_carousel label {
    font-size: 13px;
    margin-right: 55px;
    padding: 4px !important;
    width: 90%;
  }
  .add_device_model img {
    height: auto;
    max-height: 100px;
    min-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 40%;
  }
  .add_device_product_name {
    display: none;
  }
  .address_select_image img {
    width: 48%;
  }
  .address_content h5 {
    font-size: 17px;
  }
  .address_content p {
    font-size: 14px;
  }
  .main_banner {
    min-height: 450px;
  }
  .main_banner_div {
    top: 16rem;
  }
  .main_banner_text {
    font-size: 28px;
  }
  .main_search_bar {
    margin: 0 auto;
    margin-left: unset;
    width: 80%;
  }
  .main_search_box {
    width: 86%;
  }
  .main_service_div {
    margin-bottom: 1rem;
  }
  .your_dashboard_box p {
    font-size: 14px;
  }
  .your_dashboard_box img {
    width: 25%;
  }
  .main_new_accessory h6 {
    font-size: 15px;
  }
  .no-gutter > [class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .we_remind_banner_text {
    padding: 3.5rem 1rem;
  }
  .we_remind_banner {
    background-position: 90%;
  }
  .vertical-brand-box {
    height: 70px;
    width: 70px;
  }
  .vertical-brand-box img {
    height: 70px;
    width: 55px !important;
  }
  .complete_room_box img {
    width: 45%;
  }
  .complete_room_box p {
    font-size: 13px;
  }
  .brand_slider {
    padding: 2rem !important;
  }
  .instagram-follow-col:nth-child(3n) {
    padding-left: 15px;
    padding-right: 0;
  }
  .m-subs {
    float: right;
    width: 60% !important;
  }
  .blog-carousel-banner {
    padding: 1.5rem;
  }
  .blog-carousel-banner h1 {
    margin-top: 3rem;
    text-align: left;
  }
  .blog-carousel-banner p {
    padding-right: 0;
  }
  .blog-carousel-banner {
    height: auto;
    min-height: 450px;
  }
  .single-blog-image {
    height: 200px;
  }
  .career_box_desc {
    margin-right: 0 !important;
  }
  .career_box_row:nth-child(odd) > .career_box_desc {
    margin-right: 1rem !important;
  }
  .career_list_body h5 {
    font-size: 15px;
  }
  .career_list_body p {
    font-size: 14px;
    line-height: 28px;
  }
  .career_list_apply_now {
    padding: 1rem;
  }
  .career_list_apply_now h6 {
    font-size: 13px;
  }
  .career_list_apply_now a {
    font-size: 13px;
    padding: 0.5rem 1rem;
  }
  .career_list_apply_now h6 {
    margin-bottom: 1rem;
  }
  .career_list_body {
    padding: 0 1.5rem;
    padding-bottom: 0.5rem;
  }
  .work_with_us_banner {
    background-size: cover;
    height: 170px;
  }
  .floating-apply {
    display: none;
  }
  .contact-content-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_page.png);
    background-size: contain;
  }
  .contact-form-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_us.png);
    background-size: 30%;
  }
  .contact_social li {
    color: gray;
  }
  .contact-form-row {
    width: 100%;
  }
  .contact-info img {
    height: auto;
    width: 20px;
  }
  .contact-info {
    margin-bottom: 1rem;
  }
  .contact-info p {
    line-height: 20px;
  }
  .about_us_bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_1.png);
    height: auto;
  }
  .about_us_bg2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_2.png);
    height: auto;
  }
  .about_us_bg3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_green_bg.png);
    background-position: left top;
    height: auto;
  }
  .story_image {
    width: 60%;
  }
  .our_values_bg {
    padding: 4rem 2rem 2rem 7rem;
  }
  .broad-section-h1 {
    font-size: 1.8rem;
  }
  .about_join_p {
    font-size: 19px;
  }
  .faq_bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/faq_1.png);
    background-size: cover;
  }
  .faq_search_bar {
    width: 75%;
  }
  .faq_desc_heading {
    text-align: center;
  }
  .add_to_cart_btn {
    bottom: unset;
    float: left;
    font-size: 16px;
    left: unset;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
  }
  .customcheck-img {
    margin-left: 0.3rem;
    margin-right: 0.8rem;
    width: 8%;
  }
  .product_listing_banner h1 {
    font-size: 40px;
  }
  .product_listing_banner h4 {
    font-size: 22px;
    line-height: 30px;
    margin: 1rem 0;
  }
  .product_listing_banner p {
    padding: 0;
  }
  .product_listing_banner {
    height: auto;
  }
  .daikin_strip img {
    width: 30%;
  }
  .info_support_details img {
    float: left;
    width: 20px;
  }
  .info_support_details p {
    float: left;
    font-size: 14px;
  }
  .request_complain .req_com_img {
    width: 60% !important;
  }
}
@media screen and (min-width: 768px) {
  .extra-white {
    z-index: 999;
  }
  .btn-green {
    padding: 0.5rem 1rem;
  }
  .header-nav-img {
    height: 1.5rem;
    margin-right: 0.2rem;
    margin-top: 0.5rem;
    width: 1.5rem;
  }
  .header-nav-icon {
    font-size: 1rem !important;
  }
  .cart_number {
    font-size: 9px;
    height: 15px;
    left: 10px;
    top: 4px;
    width: 15px;
  }
  .form-input {
    height: 40px;
  }
  .genderlabel {
    height: 40px;
    padding: 0.35rem 0.25rem;
  }
  .broad-section-h4 {
    font-size: 1.0625rem;
  }
  .broad-section-h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .broad-section-p {
    font-size: 0.875rem;
    line-height: 2rem;
  }
  .progressbar {
    width: 80%;
  }
  .register-dealer-fieldset {
    max-width: 70%;
  }
  .register-dealer-input {
    width: 90%;
  }
  .action-wizard-button-next {
    margin-right: 10%;
  }
  .register-dealer-input-full {
    width: 95%;
  }
  .select2-container {
    width: 90% !important;
  }
  .register-dealer-single-input {
    width: 43%;
  }
  .document-upload {
    margin: 0;
  }
  .document_name {
    margin-bottom: 1rem;
  }
  .add_device_category a img {
    margin-right: 0.25rem;
    width: 25px;
  }
  .add_device_category a {
    font-size: 12px;
    padding: 1rem 0.5rem;
  }
  .add_device_sidebar a {
    display: inline;
    font-size: 12px;
    padding: 0.75rem 0.5rem;
  }
  .add_device_sidebar a img {
    width: 22px;
  }
  .pd-l-remove1 {
    padding-left: 0;
    padding-right: 0;
  }
  .add_device_progressbar li {
    width: 16%;
  }
  .add_device_progressbar li:after {
    left: -80%;
    z-index: -1;
  }
  .add_device_product_card {
    display: block;
    margin: 1rem auto;
    width: 90%;
  }
  .purchase_date_carousel {
    overflow: scroll;
  }
  .purchase_date_carousel label {
    font-size: 13px;
    margin-right: 55px;
    padding: 4px !important;
    width: 90%;
  }
  .main_service_box h6 {
    font-size: 13px;
    text-align: center;
  }
  .main_service_div {
    margin-bottom: 1rem;
  }
  .your_dashboard_box img {
    width: 25%;
  }
  .your_dashboard_box h4 {
    font-size: 22px;
  }
  .your_dashboard_box p {
    font-size: 14px;
  }
  .main_new_accessory h6 {
    font-size: 15px;
  }
  .we_remind_banner_text h2 {
    font-size: 18px;
  }
  .we_remind_banner_text {
    padding: 4rem 2rem;
  }
  .career_box_desc {
    margin-right: 0;
  }
  .career_list_body h5 {
    font-size: 15px;
  }
  .career_list_body p {
    font-size: 14px;
    line-height: 30px;
  }
  .career_list_apply_now h6 {
    font-size: 13px;
  }
  .career_list_apply_now {
    float: right;
    padding: 2rem 1rem 0 0;
  }
  .career_list_apply_now a {
    font-size: 14px;
    padding: 0.5rem;
  }
  .work_with_us_banner {
    background-size: cover;
    height: 170px;
  }
  .floating-apply {
    display: none;
  }
  .contact-content-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_page.png);
    background-size: 70%;
  }
  .contact-form-bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../img/contact_us.png);
    background-size: 30%;
  }
  .unset-p {
    padding-left: 0 !important;
  }
  .m-subs {
    float: right;
    width: 50% !important;
  }
  .blog-carousel-banner h1 {
    font-size: 22px;
    margin-top: 2rem;
  }
  .blog-carousel-banner p {
    font-size: 14px;
    padding-right: 0;
  }
  .app-img-width {
    width: 70px;
  }
  .about_us_bg {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_1.png);
    height: auto;
  }
  .about_us_bg2 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_2.png);
    height: auto;
  }
  .about_us_bg3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/about_us_green_bg.png);
    background-position: left top;
    height: auto;
  }
  .add_to_cart_btn {
    bottom: unset;
    float: left;
    font-size: 16px;
    left: unset;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative;
  }
  .product_listing_banner h1 {
    font-size: 30px;
  }
  .product_listing_banner h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 1rem 0;
  }
  .product_listing_banner p {
    padding: 0;
  }
  .product_listing_banner,
.product_listing_card img {
    height: auto;
  }
  .locate_dealer_tabs .nav-item {
    font-size: 12px;
  }
  .single_dealer_div h4 {
    font-size: 15px;
  }
  .request_complain .req_com_img {
    width: 45% !important;
  }
}
@media screen and (min-width: 992px) {
  .add_device_sidebar a {
    display: block;
    font-size: 13px;
    padding: 1rem 0.5rem;
  }
  .pd-l-remove1 {
    padding-left: 0;
    padding-right: 10px;
  }
  .add_device_category a {
    font-size: 14px;
    padding: 1rem;
  }
  .add_device_category a img {
    margin-right: 0.75rem;
    width: 35px;
  }
  .w-set-25 {
    width: 25%;
  }
  .address_select_image img {
    width: 50%;
  }
  .header-nav-img {
    height: 1.5rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    width: 1.5rem;
  }
  .your_dashboard_box img {
    margin-bottom: 0;
  }
  .your_dashboard_box h4 {
    font-size: 15px;
  }
  .dashboard-mb-2 {
    margin-bottom: 1rem;
  }
  .your_dashboard_box p {
    font-size: 12px;
  }
  .main_new_brand {
    height: 70px;
    width: 70px;
  }
  .main_new_brand img {
    height: 70px;
  }
  .main_new_accessory {
    height: 70px;
    width: 70px;
  }
  .main_new_accessory img {
    height: 70px;
    width: 90%;
  }
  .no-gutter > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .main_new_accessory h6 {
    font-size: 13px;
  }
  .main-social-icon {
    height: 25px;
    padding: 0;
    width: 25px;
  }
  .mainpage_div_heading {
    font-size: 14px;
  }
  .career_list_apply_now {
    padding: 2rem;
  }
  .floating-apply {
    display: block;
  }
  .unset-p {
    padding-left: 9px !important;
  }
  .contact-info img {
    height: 25px;
    width: 25px;
  }
  .contact-info p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact-form-row {
    width: auto;
  }
  .contact-form-bg {
    background-image: url(../img/contact_us.png);
    background-size: 30%;
  }
  .contact-content-bg {
    background-image: url(../img/contact_page.png);
    background-size: 70%;
  }
  .request_complain .req_com_img {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .add_device_progressbar li {
    width: 13%;
  }
  .header-nav {
    font-size: 0.85rem;
  }
  .header-nav-icon {
    font-size: 1.25rem !important;
  }
  .cart_number {
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    left: 14px;
    padding: 2px 2px;
    width: 20px;
  }
  .main_service_box h6 {
    font-size: 16px;
  }
  .mainpage_div_heading {
    font-size: 16px;
  }
  .your_dashboard_box img {
    margin-bottom: 0.5rem;
    width: 30%;
  }
  .your_dashboard_box h4 {
    font-size: 20px;
  }
  .your_dashboard_box p {
    font-size: 12px;
  }
  .dashboard-mb-2 {
    margin-bottom: 2rem;
  }
  .main_new_brand {
    height: 90px;
    width: 90px;
  }
  .main_new_brand img {
    height: 90px;
  }
  .main_new_accessory {
    height: 90px;
    width: 80px;
  }
  .main_new_accessory img {
    height: 75px;
    width: 100%;
  }
  .main-social-icon {
    height: 35px;
    margin-left: 8px;
    margin-right: 0;
    padding: 3px;
    width: 35px;
  }
  .we_remind_banner_text h2 {
    font-size: 30px;
  }
  .we_remind_banner_text {
    padding: 4.5rem 3rem;
  }
  .broad-section-p {
    font-size: 0.875rem;
    line-height: 2.25rem;
  }
  .broad-section-h1 {
    font-size: 1.0625rem;
  }
  .broad-section-h4 {
    font-size: 1.0625rem;
  }
  .career_tabs .nav-link i {
    color: #000;
    font-size: 22px;
  }
  .career_tabs .nav-link {
    padding: 0 0.7rem;
  }
  .career_box_desc {
    margin-right: 1rem;
  }
  .career_box_row:nth-child(3n) > .career_box_desc {
    margin-right: 0 !important;
  }
  .career_list_body h5 {
    font-size: 18px;
  }
  .career_list_body p {
    font-size: 16px;
    line-height: 35px;
  }
  .career_list_apply_now h6 {
    font-size: 16px;
  }
  .career_list_apply_now a {
    font-size: 18px;
    padding: 0.5rem 2rem;
  }
  .work_with_us_banner {
    background-size: 100%;
    height: 210px;
  }
  .app-img-width {
    width: 108px;
  }
  .blog-carousel-banner h1 {
    font-size: 35px;
    margin-top: 6rem;
  }
  .blog-carousel-banner p {
    font-size: 15px;
    padding-right: 20rem;
  }
  .m-subs {
    float: right;
    width: 100% !important;
  }
  .purchase_date_carousel {
    width: 100%;
  }
  .purchase_date_carousel label {
    background-color: #f5f5f5;
    font-size: 13px;
    margin-right: 30px;
    padding: 2px !important;
    width: 90%;
  }
  .carousel-wrap {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .schedule_date_box {
    width: 100%;
  }
  .contact-info p {
    font-size: 15px;
    line-height: 20px;
  }
  .contact-info img {
    height: auto;
    margin-right: 0.4rem;
    width: 20px;
  }
  .contact-form-row {
    width: 75%;
  }
  .about_us_bg {
    background-image: url(../img/about_us_1.png);
    height: 480px;
  }
  .about_us_bg2 {
    background-image: url(../img/about_us_2.png);
    min-height: 480px;
  }
  .about_us_bg3 {
    background-image: url(../img/about_us_green_bg.png);
    background-position: -9%;
    height: auto;
  }
  .add_to_cart_btn {
    bottom: 0rem;
    display: block;
    float: none;
    left: 0rem;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
  }
  .product_listing_banner h1 {
    font-size: 55px;
  }
  .product_listing_banner h4 {
    font-size: 20px;
    line-height: 40px;
  }
  .product_listing_banner p {
    padding: 0 10rem;
  }
  .single_dealer_div h4 {
    font-size: 18px;
  }
  .locate_dealer_tabs .nav-item {
    font-size: 15px;
  }
  .request_complain .req_com_img {
    width: 100% !important;
  }
}
.font-size {
  font-size: 1.25rem;
}

.searchbar-input {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

.modal-body .help-block {
  margin-top: 0 !important;
  margin-bottom: 15px;
}

.magin-for-span span.help-block {
  margin-top: 6px !important;
}

.user_cart {
  margin-right: 1rem;
}

.search_box_header {
  line-height: 36px;
  cursor: pointer;
}

.search_box_header i {
  color: #eda120;
}

.search-open.header-search-1-form {
  height: 48px;
  right: 4rem;
  border: 1px solid #eda120;
}

.header-search-1-form {
  display: none;
  background-color: #fff;
  height: 0;
  margin-right: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
  width: 375px;
  z-index: 9999;
}

.header-search-1-form form {
  position: relative;
  margin: 6px 6px 0;
}

.header-search-1-form input {
  height: 35px;
  padding-right: 50px;
  border-radius: 0px;
  font-size: 15px;
}

.header-search-1-form button[type=submit] {
  background: #42ab82;
  border: medium none;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  padding: 1px 17px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 600px) {
  .navbar {
    justify-content: unset;
  }
}
