body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins";
}
img {
  max-width: 100%;
  height: 0 auto;
}
a {
  text-decoration: none !important;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus,
a:hover {
  text-decoration: none !important;
}

input:focus,
textarea:focus,
select:focus,
.forminput:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
input:focusr,
textarea:focusr,
select:focusr,
.forminput:focusr {
  outline: none !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.ttf") format("truetype"),
    url("../fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff"),
    url("../fonts/Poppins-Medium.ttf") format("truetype"),
    url("../fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff"),
    url("../fonts/Poppins-SemiBold.ttf") format("truetype"),
    url("../fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.ttf") format("truetype"),
    url("../fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "a Auto Signature";
  src: url("../fonts/aAutoSignature.eot");
  src: url("../fonts/aAutoSignature.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aAutoSignature.woff2") format("woff2"),
    url("../fonts/aAutoSignature.woff") format("woff"),
    url("../fonts/aAutoSignature.ttf") format("truetype"),
    url("../fonts/aAutoSignature.svg#aAutoSignature") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/Oswald-Bold.eot");
  src: url("../fonts/Oswald-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Oswald-Bold.woff2") format("woff2"),
    url("../fonts/Oswald-Bold.woff") format("woff"),
    url("../fonts/Oswald-Bold.ttf") format("truetype"),
    url("../fonts/Oswald-Bold.svg#Oswald-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.header_top {
  background: #20201f;
  height: 42px;
  padding: 9px 0 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
  height: 0;
  padding: 0;
}
.header_top_left {
  font-size: 15px;
  color: #fff;
}
.header_top_left span {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.header_top_left span img {
  width: 18px;
  margin: 2px 6px 0 0;
}
.header_top_right {
  text-align: right;
  color: rgba(255, 255, 255, 0.4);
}
.header_top_right span {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
}
.header_top_right span img {
  width: 18px;
  margin: 2px 6px 0 0;
}
.header_top a {
  color: #fff;
}
.header_mid {
  background: #0f5090;
}
.logo img {
  width: 190px;
}
.header_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu ul li {
  display: inline-block;
  /*	position: relative;*/
}
.header_menu ul li a {
  display: block;
  color: #fff;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 99;
  padding: 26px 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover,
.header_menu ul li.active a {
  color: #fff;
  background: #f30305;
}
.header_phone {
  color: #fff;
  margin-left: 40px;
  line-height: 1.3;
}
.header_phone img {
  width: 30px;
  margin-right: 10px;
}
.header_phone strong {
  font-weight: 600;
}
.header_phone a {
  color: #fff;
  font-size: 15px;
}
.header_btn1 {
  background: #0f5090;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_btn1:hover {
  background: #111;
}
.header_btn2 {
  background: #fe0201;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_btn2:hover {
  background: #111;
}
.header_cart {
  display: inline-block;
  width: 35px;
  padding: 0 10px 7px 0;
  margin-left: 15px;
}
.header_cart_count {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fe0201;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  font-size: 13px;
  padding-top: 2px;
}
.header_search {
  margin-left: 15px;
  /* width: 200px; */
}
.header_search .form-control {
  border: 2px solid #333 !important;
  min-height: 40px;
  font-size: 15px;
  border-radius: 30px;
}
.header_search_btn {
  position: absolute;
  top: 50%;
  right: 2px;
  padding: 0 10px;
  border: none;
  width: 40px;
  background: none;
  transform: translate(0, -50%);
  border-left: 1px solid #ddd;
}
.home_banner_section {
  background: url("../images/banner_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 130px;
  padding: 100px 0 0;
}
.banner_heading {
  font-family: "Oswald";
  font-size: 28px;
  margin-top: 70px;
}
.banner_list {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}
.banner_subheading {
  font-weight: bold;
  font-size: 28px;
  margin-top: 20px;
  line-height: 38px;
}
.banner_subheading strong {
  font-size: 38px;
}
.banner_btn1 {
  background: #fff;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: 500;
  margin: 25px 10px 0 0;
  color: #111 !important;
  box-shadow: 0px 7px 13.77px 3.23px rgba(0, 0, 0, 0.09);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn1:hover {
  background: #111;
  color: #fff !important;
}
.banner_btn2 {
  background: #151514;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  margin-left: 10px;
  font-weight: 500;
  margin: 25px 0 0;
  color: #fff !important;
  box-shadow: 0px 7px 13.77px 3.23px rgba(0, 0, 0, 0.09);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner_btn2:hover {
  background: #fe0201;
}
.home_wedo_section {
  padding: 70px 0 100px;
}
.home_wedo_section_subheading {
  font-weight: 500;
  color: #111;
  font-size: 15px;
  margin-bottom: 5px;
}
.home_wedo_section_heading {
  font-family: "Oswald";
  font-size: 30px;
  line-height: 35px;
  color: #111;
}
.home_wedo_block {
  margin-top: 70px;
  padding: 0 20px;
}
.home_wedo_block_inner {
  background: #fe0000;
  border-radius: 10px;
  min-height: 100%;
  padding-right: 15px;
  box-shadow: 0px 7px 13.77px 3.23px rgba(0, 0, 0, 0.09);
}
.home_wedo_block_inner img {
  width: 240px;
  margin: -20px 0 -20px -20px;
}
.home_wedo_block_text {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
}
.home_wedo_block_btn {
  width: 36px;
  height: 36px;
  background: url("../images/arrow_icon.png") #fff no-repeat center;
  background-size: 20px;
  border-radius: 50%;
  margin: 15px auto 0;
}
.home_tab_section {
  background: #ffeadc;
  padding: 70px 0;
}
#myTab {
  padding: 0;
  margin: 0;
  border: none;
  height: 245px;
  overflow: auto;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
  scrollbar-width: thin;
}
#myTab .nav-item {
  width: 100%;
}
#myTab .nav-link {
  color: #161616;
  font-weight: 500;
  border: none !important;
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  position: relative;
  padding: 10px 0 10px 20px;
}
#myTab .nav-link:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #f05a28;
  border-radius: 50%;
}
#myTab .nav-item.show .nav-link,
#myTab .nav-link.active {
  color: #f05a28;
  background: none;
}
.home_tab_section_heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  color: #111;
}
.home_tab_section_text {
  color: #666;
  margin-top: 20px;
}
.home_tab_section_btn {
  background: #0f5090;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_tab_section_btn:hover {
  background: #111;
  color: #fff !important;
}
.home_brand_section {
  border-bottom: 1px solid #eee;
}
.home_brand_img {
  border-right: 1px solid #eee;
}
.home_brand_img:last-child {
  border-right: none;
}
.home_about_section {
  padding: 70px 0;
}
.home_about_section_subheading {
  font-weight: 500;
  color: #0f5090;
}
.home_about_section_heading {
  font-family: "Oswald";
  color: #111;
  font-size: 35px;
  line-height: 38px;
  margin-top: 10px;
}
.home_about_section_text {
  color: #666;
  margin-top: 20px;
}
.home_about_section_btn {
  background: #111;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 5px;
  margin-top: 20px;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_about_section_btn:hover {
  background: #0f5090;
}
.home_shop_section {
  background: #f4f4f4;
  padding: 70px 0;
}
.home_shop_block {
  margin-top: 35px;
}
.home_shop_block_inner {
  background: #fff;
  border-radius: 8px;
  padding: 25px 15px;
  border: 2px solid #fff;
  box-shadow: 0px 12px 15.3px 1.7px rgba(0, 0, 0, 0.07);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_shop_block_inner:hover {
  border-color: #333;
}
.home_shop_block_heading {
  font-weight: 600;
  font-size: 18px;
  margin-top: 20px;
}
.home_shop_block_text {
  color: #666;
  font-size: 13px;
  margin-top: 5px;
}
.home_shop_block_btn {
  background: #111;
  display: inline-block;
  padding: 9px 20px;
  border-radius: 5px;
  font-size: 15px;
  margin-top: 20px;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_shop_block_inner:hover .home_shop_block_btn {
  background: #fe0201;
}
.home_choose_section {
  padding: 70px 0;
}
.home_choose_right_img {
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translate(0, -50%);
}
.home_feature_block {
  margin-top: 30px;
}
.home_feature_block_inner {
  background: #fff;
  box-shadow: 0px 4px 11px 0.96px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  padding: 20px;
  font-weight: 500;
  font-size: 15px;
  min-height: 100%;
}
.home_feature_block_inner img {
  width: 40px;
  margin-right: 15px;
}
.home_reviews_section {
  padding: 70px 0;
}
.home_reviews_box {
  box-shadow: 0px 2px 11px 0.96px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 25px;
  margin: 10px 0;
}
.home_reviews_box_img img {
  border-radius: 50%;
}
.home_reviews_box_text {
  font-size: 15px;
  color: #666;
  margin-top: 20px;
  line-height: 25px;
}
.home_reviews_box_rating {
  margin-top: 15px;
}
.home_reviews_box_name {
  color: #fc8645;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}
#testimonialSlider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: -37px;
  width: 100%;
  left: 0;
}
#testimonialSlider .owl-prev {
  background: url("../images/prev_icon.png") #0f5090 no-repeat center;
  background-size: 9px;
  width: 40px;
  height: 40px;
  font-size: 0;
  margin-right: 15px;
  border-radius: 50%;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#testimonialSlider .owl-next {
  background: url("../images/next_icon.png") #0f5090 no-repeat center;
  background-size: 9px;
  width: 40px;
  height: 40px;
  font-size: 0;
  border-radius: 50%;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#testimonialSlider .owl-prev:hover,
#testimonialSlider .owl-next:hover {
  background-color: #111;
}
.alert-danger {
  color: #fe0201;
  font-size: 12px;
}
.home_bottom_section {
  background: url("../images/bottom_bg.jpg") #fe0201 no-repeat center;
  background-size: cover;
  padding: 60px 0;
}
.home_bottom_section_text {
  font-weight: 500;
  font-size: 18px;
  margin-top: 15px;
}
.home_bottom_section_text a {
  color: #fff;
}
.footer {
  padding: 15px 0;
  background: #0f5090;
}
.footer_social {
  text-align: right;
}
.footer_social a {
  margin: 0 2px;
}
.footer_social img {
  width: 35px;
  background: #f90102;
  border-radius: 50%;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_social img:hover {
  background: #444;
}
.footer_copyright {
  color: #eee;
  font-size: 14px;
  text-transform: uppercase;
}
.footer_copyright a {
  color: #eee;
}
#back-to-top {
  background: #0f5090;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
/* .about_page_content {
  margin-top: 70px;
} */

/*========== Contact Us Start ============*/

.inner_page_banner {
  background: url("../images/inner_banner.jpg") no-repeat;
  background-size: cover;
  padding: 130px 0;
  margin-top: 72px;
  position: relative;
}
.inner_page_banner:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.inner_page_banner .container {
  position: relative;
  z-index: 9;
}
.inner_page_banner_heading {
  color: #222;
  font-weight: 600;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 5px;
}
.inner_page_container {
  background: url("../images/inner_page_bg.jpg") no-repeat center bottom;
  background-size: 100%;
  padding: 70px 0;
  position: relative;
}
.inner_page_container:before {
  background: url("../images/inner_page_bg2.jpg") no-repeat top left 30%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inner_page_container .container {
  position: relative;
  z-index: 9;
}
.breadcrumb {
  font-size: 14px;
}
.breadcrumb-item.active,
.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before {
  color: #eee;
}
.inner_page_heading {
  color: #111;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  position: relative;
  padding-bottom: 10px;
}
.inner_page_heading::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  border-bottom: 4px solid #fe0201;
}
.contact_page_box {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 10px;
  margin-top: 50px;
}
.contact_right_box {
  background: #111;
  padding: 40px;
  min-height: 100%;
}
.contact_left {
  padding: 40px;
}
.contact_page_info {
  position: relative;
  padding-left: 47px;
  color: #666;
  margin-top: 25px;
}
.contact_page_info a {
  color: #666;
}
.contact_page_info strong {
  color: #222;
  font-weight: 500;
  font-size: 18px;
}
.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}
.contact_form .form-control {
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  resize: none;
}
.contact_form select.form-control {
  background: url("../images/dropdown.png") #fff no-repeat center right 10px;
}
.contact_form .contact_btn {
  background: #fe0201;
  border: none;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 30px;
  padding: 10px 20px;
}
.contact_form {
  margin-top: 15px;
}
.contact_map {
  filter: grayscale(100%);
}

/*========== Contact Us End ============*/

/*========== Repair Start ============*/

.repair_page_container {
  background: url("../images/inner_page_bg.jpg") no-repeat center bottom;
  background-size: 100%;
  padding: 70px 0 80px;
  position: relative;
}
.repair_page_container:before {
  background: url("../images/inner_page_bg2.png") no-repeat top left 30%;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.repair_page_container .container,
.repair_page_fixed_section {
  position: relative;
  z-index: 9;
}
.repair_page_title {
  font-weight: 600;
  font-size: 33px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.choose_device_block {
  margin-top: 35px;
  text-align: center;
}
.choose_device_block_inner {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 7px;
  display: block;
  min-height: 100%;
  padding: 20px 10px;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.choose_device_block_inner::before,
.choose_device_block_inner::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw {
  transition: color 0.25s;
}
.draw::before,
.draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
  border-radius: 7px;
}
.draw::after {
  bottom: 0;
  right: 0;
  border-radius: 7px;
}
.draw:hover {
  color: #0f5090;
}
.draw:hover::before,
.draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #0f5090;
  border-right-color: #0f5090;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #0f5090;
  border-left-color: #0f5090;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}
.meet:hover {
  color: #0f5090;
  border-radius: 7px;
}
.meet::before {
  border-radius: 7px;
}
.meet::after {
  top: 0;
  left: 0;
  border-radius: 7px;
}
.meet:hover::before {
  border-top-color: #f90102;
  border-right-color: #f90102;
}
.meet:hover::after {
  border-bottom-color: #0f5090;
  border-left-color: #0f5090;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}
.choose_device_block_inner:hover {
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.3);
}
.choose_device_block_inner img {
  width: 70px;
}
.choose_device_block_text {
  color: #333;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}
.repair_page_topbar {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.progress {
  height: 6px;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #dcdcdc;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-bar {
  background: #0f5090;
}
.repair_page_topbar_block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.repair_page_topbar_heading {
  color: #999;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
}
.repair_page_topbar_heading:before {
  position: absolute;
  content: ":";
  top: 0;
  right: -8px;
  color: #666;
}
.repair_page_topbar_text {
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.common_back_btn {
  display: inline-block;
  background: #fe0201;
  color: #fff !important;
  margin-top: 40px;
  padding: 10px 35px;
  font-weight: 500;
  border-radius: 4px;
}
.problem_block img {
  width: 65px;
}
.repair_details_container {
  padding: 70px 0 0;
}
.repair_detail_img_inner {
  border-radius: 10px;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 7px 22.75px 2.25px rgba(0, 0, 0, 0.09);
}
.repair_detail_name {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #222;
}
.repair_detail_price {
  color: #555;
  font-weight: 500;
  font-size: 17px;
}
.repair_detail_price strong {
  color: #0f5090;
  font-weight: 600;
  font-size: 20px;
}
.repair_detail_time {
  color: #555;
  font-weight: 500;
  font-size: 17px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}
.detail_spec {
  margin-top: 30px;
}
.detail_spec_inner {
  box-shadow: 0px 7px 22.75px 2.25px rgba(0, 0, 0, 0.09);
  background: #111;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.detail_spec_inner img {
  width: 45px;
  margin-bottom: 10px;
  filter: brightness(0) invert(1);
}
.detail_store_notice {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 20px;
  padding: 10px 0 20px;
}
.repair_detail_mid {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0 30px;
}
.repair_detail_right {
  padding-left: 30px;
}
.repair_detail_choose_heading {
  font-weight: 600;
  font-size: 20px;
  color: #222;
  margin: 0 0 12px;
}
.radiobtn {
  position: relative;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.radiobtn label {
  background: #fff;
  display: block;
  color: #444;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  box-shadow: 0px 7px 22.75px 2.25px rgba(0, 0, 0, 0.09);
  padding: 16px 5px;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
}
.radiobtn input[type="radio"],
.radiobtn input[type="checkbox"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.radiobtn input[type="radio"]:checked + label,
.radiobtn input[type="checkbox"]:checked + label {
  background: #0f5090;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-color: #0f5090;
  color: #fff;
}
.radiobtn input[type="radio"]:checked + label:before,
.radiobtn input[type="checkbox"]:checked + label:before {
  width: 20px;
  height: 20px;
}
.radiobtn_price {
  font-weight: 600;
  font-size: 19px;
  color: #fe0201;
}
.radiobtn input[type="radio"]:checked + label .radiobtn_price,
.radiobtn input[type="checkbox"]:checked + label .radiobtn_price {
  color: #fff;
}
.repair_detail_right_line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 20px 0 15px;
}
.repair_detail_right_price {
  font-weight: 600;
  font-size: 24px;
  color: #222;
  text-align: center;
}
.repair_new_payment_box {
  box-shadow: 0px 7px 22.75px 2.25px rgba(0, 0, 0, 0.09);
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 15px;
  text-align: center;
}
.repair_new_payment_box_heading {
  color: #333;
  font-size: 18px;
  margin-bottom: 10px;
}
.repair_new_payment_box_text {
  color: #666;
  font-size: 14px;
  margin-top: 15px;
}
.repair_detail_right_btn1 {
  display: inline-block;
  background: #fe0201;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  width: 50%;
  margin-top: 20px;
  border-radius: 4px;
  padding: 11px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.repair_detail_right_btn1:hover {
  background: #111;
}
.repair_detail_right_btn2 {
  display: inline-block;
  background: #0f5090;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff !important;
  width: 50%;
  margin-top: 10px;
  border-radius: 4px;
  padding: 11px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.repair_detail_right_btn2:hover {
  background: #111;
}

/*========== Repair End ============*/

.error_page_container {
  display: flex;
  text-align: center;
  align-items: center;
  min-height: 100vh;
  padding: 30px 0;
}
.error_page_container img {
  width: 250px;
}
.error_page_heading {
  color: #222;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  margin-top: 20px;
}
.error_page_text {
  color: #666;
  margin-top: 5px;
}
.error_page_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 20px;
  border-radius: 35px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.error_page_btn:hover {
  background: #111;
}

/*========== Service Start ============*/

.service_list_page_top_heading {
  color: #222;
  font-weight: 600;
  font-size: 22px;
  margin-top: 70px;
}
.service_list_page_box {
  margin-top: 40px;
}
.service_list_page_box_inner {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 7px;
  min-height: 100%;
  padding: 0 0 25px;
}
.service_list_page_box_img img {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.service_list_page_box_inner:hover .service_list_page_box_img img {
  transform: scale(1.1);
}
.service_list_page_box_heading {
  font-weight: 600;
  color: #222;
  font-size: 20px;
  padding: 20px 20px 0;
}
.service_list_page_box_text {
  color: #666;
  padding: 15px 20px 0;
}
.service_list_page_box_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff !important;
  margin-top: 20px;
  padding: 10px 20px;
  border-radius: 35px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.service_list_page_box_btn:hover {
  background: #111;
}
.service_list_page_box_icon img {
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 50%;
  width: 85px;
  margin-top: -43px;
  position: relative;
  z-index: 9;
  padding: 5px;
  background: #fff;
}
.service_details_top_section {
  padding: 70px 0;
}
.service_details_img img {
  border-radius: 10px;
}
.inner_page_text {
  color: #666;
  margin-top: 20px;
}
.inner_page_list ul {
  padding: 0;
  margin: 0;
}
.inner_page_list ul li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  color: #666;
  margin-top: 4px;
}
.inner_page_list ul li:before {
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 17px;
  height: 17px;
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
}
.service_details_bottom_section {
  padding: 70px 0 0;
}

/*========== Service End ============*/

/*========== Thankyou Start  ============*/

.thankyou_page_heading {
  font-weight: 600;
  font-size: 26px;
  line-height: 38px;
  color: #070707;
  text-align: center;
  margin-top: 10px;
}
.thankyou_text {
  color: #666;
  margin-top: 20px;
}
.thankyou_btn {
  background: #fe0201;
  display: inline-block;
  padding: 11px 20px;
  border-radius: 35px;
  margin-left: 10px;
  font-weight: 500;
  margin: 25px 0 0;
  color: #fff !important;
  box-shadow: 0px 7px 13.77px 3.23px rgba(0, 0, 0, 0.09);
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
  background: #111;
}

/*========== Thankyou End ============*/

/*========== Repair Modal Start ============*/

.modal-content {
  border: none;
}
.modal-header {
  position: relative;
  display: block;
}
.repair_modal_heading {
  font-weight: 600;
  font-size: 18px;
}
.repair_modal_text {
  font-size: 14px;
  color: #868686;
}
.modal-header .close {
  position: absolute;
  top: 27px;
  right: 15px;
  background: #0f5090;
  border: none;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 20px;
  padding: 0 !important;
  line-height: 11px;
}
.repair_details_modal .form-control {
  margin-top: 12px;
  box-shadow: none !important;
  font-size: 15px;
  min-height: 45px;
  resize: none;
}
.modal_form_btn {
  background: #fe0201;
  color: #fff;
  border: none;
  margin-top: 15px;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.modal_problem_text {
  color: #666;
}
.modal_problem_text strong {
  color: #333;
  font-weight: 600;
}

/*========== Repair Modal End ============*/

.header_ham_icon {
  display: inline-block;
  width: 25px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 20px;
  position: relative;
  margin-top: 6px;
}
.header_ham_icon:before {
  width: 100%;
  border-bottom: 2px solid #fff;
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
}
.offcanvas-header .btn-close {
  box-shadow: none !important;
}
.offcanvas-header {
  background: #ffeadc;
}
.offcanvas-title {
  text-transform: uppercase;
  font-size: 17px;
}
.offcanvas.offcanvas-start {
  width: 290px;
}
.header_menu_mobile ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.header_menu_mobile ul li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.header_menu_mobile ul li:last-child {
  border-bottom: none;
}
.header_menu_mobile ul li a {
  display: block;
  color: #666;
  font-style: normal;
  text-decoration: none;
  position: relative;
  z-index: 99;
  padding: 8px 0;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_menu_mobile ul li a:hover,
.header_menu_mobile ul li.active a {
  color: #fe0201;
}
.header_mobile_btn1 {
  background: #0f5090;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 15px;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_mobile_btn2 {
  background: #fe0201;
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 15px;
  color: #fff !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mobile_menu_social img {
  width: 35px;
  background: #111;
  border-radius: 50%;
}
.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.footer_btn1 {
  background: #fe0201;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding: 10px 12px 0;
}
.footer_btn3 {
  background: #111;
  color: #fff !important;
  width: 50%;
  float: left;
  padding: 10px 0;
}
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #0f5090;
}
.checkbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fe0201;
  border-radius: 50%;
}
.checkbox_container:hover input ~ .checkmark {
  background-color: #fe0201;
}
.checkbox_container input:checked ~ .checkmark {
  background-color: #fe0201;
}
.checkbox_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox_container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cart_header {
  background: #fe0201;
  color: #fff;
  font-weight: 600;
}
.cart_border {
  border-color: #fe0201;
}
.fs14 {
  font-size: 14px;
}
.cart_total {
  font-size: 20px;
  font-weight: 600;
}
.sub_product {
  padding: 0 10px !important;
  font-size: 13px !important;
}
.sub_product:hover {
  color: #fff !important;
}
.cat_listing_ul {
  height: 160px;
  overflow: scroll;
  -webkit-scrollbar-width: thin;
  -moz-scrollbar-width: thin;
  scrollbar-width: thin;
}
.other_cat_menu li {
  width: 25% !important;
  display: inline-block !important;
  padding-left: 15px;
}
.other_cat_menu li a {
  padding: 0 10px !important;
}
.other_cat_menu li a:hover {
  color: #fff !important;
}
.sa_banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sa_banner:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sa-banner-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.product_block_price {
  color: #fe0201;
  font-weight: 500;
}
.home_product_stock {
  color: green;
  font-size: 14px;
}
.product_detauls_container {
  padding: 60px 0 40px;
}
.product_detauls_img {
  border: 1px solid #ddd;
  padding: 15px;
}
.product_detauls_img img {
  width: 100%;
}
.product_details_name {
  font-weight: 500;
  color: #222;
  font-size: 25px;
  line-height: 32px;
}
.product_details_rating {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.product_details_rating img {
  width: 85px;
  margin-right: 8px;
}
.product_details_qty {
  display: inline-flex;
  width: 140px;
  margin-top: 30px;
  margin-right: 10px;
}
.product_details_qty_btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
}
.product_details_share {
  margin-top: 30px;
  color: #666;
  font-size: 15px;
}
#thumbslider .owl-item {
  padding: 0 5px;
}
.product_details_share a {
  margin-left: 7px;
  width: 35px;
}
.product_details_stock {
  color: #999;
  font-size: 15px;
  margin-top: 15px;
}
.product_details_stock span {
  font-weight: 500;
}
.product_details_price {
  font-weight: 600;
  color: #0f5090;
  font-size: 28px;
  margin-top: 15px;
}
.product_details_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.product_details_list ul li {
  list-style: none;
  color: #666;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
}
.product_details_list ul li:before {
  position: absolute;
  content: "";
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}
.product_details_list ul li strong {
  font-weight: 500;
  color: #333;
}
.product_details_cart_btn {
  display: inline-block;
  background: linear-gradient(
    51deg,
    rgba(32, 151, 66, 1) 23%,
    rgba(152, 201, 50, 1) 100%
  );
  color: #fff !important;
  margin-top: 30px;
  padding: 10px 22px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product_details_cart_btn:hover {
  background: linear-gradient(
    51deg,
    rgba(124, 189, 54, 1) 32%,
    rgba(32, 151, 66, 1) 86%
  );
}
.product_details_tab {
  margin: 50px 0 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.product_details_tab_heading {
  color: #222;
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}
.product_details_table {
  margin-top: 15px;
}
.product_details_table tr th {
  font-weight: 500;
  color: #555 !important;
  font-size: 15px;
}
.product_details_table tr td {
  color: #666 !important;
  font-size: 15px;
}
.product_details_tab_subheading {
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}
.donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.donate-now li {
  float: left;
  margin: 0 5px 0 0;
  min-height: 70px;
  position: relative;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.donate-now input[type="radio"]:checked + label,
.Checked + label {
  background: #444;
  color: #fff;
  border-color: #444;
}
.donate-now label {
  padding: 12px 5px 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
}
.donate-now label:hover {
  background: #ddd;
}
.product_details_specbox {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 100%;
}
.product_details_specbox img {
  height: 40px;
}
.product_details_tab .nav-item.show .nav-link,
.product_details_tab .nav-link.active {
  background: linear-gradient(
    51deg,
    rgb(252, 114, 23) 23%,
    rgb(254, 2, 1) 100%
  );
  border-color: #0f5090;
  color: #fff;
}
.product_details_spec {
  border-left: 1px solid #eee;
}

.product_details_tab .nav-link {
  background: #eee;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #ddd;
  margin: 0 10px -2px 0;
  color: #666;
}
.sa_banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.sa_banner:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.sa-banner-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.listing_filter_heading {
  background: #0f5090;
  padding: 10px 15px;
  display: block;
  color: #fff !important;
  font-size: 17px;
  margin-top: 30px;
}
.listing_filter_box {
  border: 1px solid #ddd;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(221, 221, 221);
  border-top: none;
  padding: 15px 15px;
  max-height: 300px;
  overflow: auto;
}

.listing_filter_check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.listing_filter_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.listing_filter_check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #e8e8e8;
}
.listing_filter_check:hover input ~ .checkmark {
  background-color: #ccc;
}
.listing_filter_check input:checked ~ .checkmark {
  background-color: #0f5090;
  border-color: #0f5090;
}
.listing_filter_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.listing_filter_check input:checked ~ .checkmark:after {
  display: block;
}
.listing_filter_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sort_dropdown {
  border-color: #ccc !important;
  background: url("../images/dropdown.png") no-repeat center right 10px;
  color: #666;
  padding: 10px 30px 10px 15px;
}
.sort_text {
  color: #666;
  margin-top: 12px;
}
.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-floor {
  display: none;
}
.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-ceil {
  display: none;
}
.ngx-slider .ngx-slider-pointer {
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  background-color: #fb0001 !important;
}
.ngx-slider .ngx-slider-pointer::after {
  width: 13px !important;
  height: 13px !important;
  top: 6px !important;
  left: 6px !important;
  border-radius: 7px !important;
  background: #fff !important;
}
.ngx-slider .ngx-slider-selection {
  background: #0f5090 !important;
}
.price_slider_txt {
  color: #0f5090;
  font-size: 15px;
  font-weight: 600;
}
.selectSort {
  background: url("../images/dropdown.png") no-repeat center right 10px;
  font-size: 14px;
  padding-right: 30px;
}

.list_qty_box {
  display: inline-block;
  max-width: 55px;
  font-size: 12px;
  padding: 6px 0 6px 8px;
  border: none !important;
  vertical-align: top;
}
.inner_product_block_btn2 {
  background: url("../images/cart_icon2.png") #0f5090 no-repeat center left 10px;
  background-size: auto;
  background-size: 15px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 30px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 4px;
}
.inner_product_block_name {
  margin-top: 12px;
  color: #666;
  font-size: 15px;
  font-weight: 600;
}
.home_product_block_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}
.home_product_block_price {
  color: #0f5090;
  font-weight: bold;
  font-size: 13px;
  margin-top: 2px;
}
.home_product_stock {
  font-size: 11px;
  font-weight: 600;
  color: #209742;
  text-align: center;
  margin-top: 3px;
}
.material-icons input[type="radio"] {
  opacity: 0;
  position: absolute;
}
input[type="radio"] + span {
  font-family: Material Icons;
  color: #888;
  padding: 0;
  font-size: 26px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
input[type="radio"]:checked + span {
  color: #0f5090;
}
#radios label {
  cursor: pointer;
  position: relative;
}
#radios label + label {
  margin-left: 15px;
}
.ngx-pagination .current {
  background: #0f5090 !important;
}

.inner_product_list_box {
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  position: relative;
  padding: 15px;
  margin-top: 20px;
  margin-left: 0px;
}
.inner_product_list_box .home_product_stock {
  text-align: left;
}
.inner_product_list_box .inner_product_block_name {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0;
}
.inner_product_list_box .home_product_block_price {
  font-size: 15px;
}
.inner_product_list_box .home_product_block_rating {
  margin-top: 0;
}
.inner_product_list_box .inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") #0f5090 no-repeat center
    left 10px;
  background-size: auto;
  background-size: 15px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 30px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 4px;
}
.inner_product_list_box .list_qty_box {
  display: inline-block;
  max-width: 55px;
  font-size: 12px;
  padding: 5px 0 6px 8px;
  vertical-align: top;
  border: 1px solid #ddd !important;
  margin-left: 10px;
}
.list_btn_div {
  text-align: right;
}
.listviewwish {
  position: absolute;
  vertical-align: top;
  margin-right: 230px;
  top: 5px;
}
.list_right_btn_div {
  vertical-align: top;
  /* display: inline-block; */
}
.product_detauls_img {
  border: 1px solid #ddd;
  padding: 25px;
  background: #fff;
}
.product_detauls_img img {
  width: 100%;
}
.product_details_name {
  font-weight: 500;
  color: #0f5090;
  font-size: 25px;
  line-height: 32px;
}
.product_details_rating {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.product_details_rating img {
  width: 85px;
  margin-right: 8px;
}
.product_details_qty {
  display: inline-flex;
  width: 140px;
  margin-top: 30px;
  margin-right: 10px;
}
.product_details_qty_btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  color: #666;
}
.product_details_share {
  margin-top: 30px;
  color: #666;
  font-size: 15px;
}
#thumbslider .owl-item {
  padding: 0 5px;
}
.product_details_share a {
  margin-left: 7px;
  width: 35px;
}
.product_details_stock {
  color: #999;
  font-size: 15px;
  margin-top: 15px;
}
.product_details_stock span {
  font-weight: 500;
}
.product_details_price {
  font-weight: 600;
  color: #0f5090;
  font-size: 28px;
  margin-top: 15px;
}
.product_details_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.product_details_list ul li {
  list-style: none;
  color: #666;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
}
.product_details_list ul li:before {
  position: absolute;
  content: "";
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}
.product_details_list ul li strong {
  font-weight: 500;
  color: #333;
}
.product_details_cart_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff !important;
  font-weight: 600;
  margin-top: 30px;
  padding: 10px 22px;
  border-radius: 4px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product_details_cart_btn:hover {
  background: #20201f;
}
.product_details_tab {
  margin: 50px 0 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.product_details_tab_heading {
  color: #0f5090;
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}
.product_details_table {
  margin-top: 15px;
}
.product_details_table tr th {
  font-weight: 500;
  color: #555 !important;
  font-size: 15px;
}
.product_details_table tr td {
  color: #666 !important;
  font-size: 15px;
}
.product_details_tab_subheading {
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}
.rating_right_progress {
  color: #666;
}
.rating_right_progress .progress-bar {
  background-color: #ffc107;
}
.btn-warning {
  color: #fff;
  margin-right: 5px;
}
.btn-default {
  border-color: #ddd;
  columns: #666;
  margin-right: 5px;
}
.review-block-rate button {
  box-shadow: none !important;
  font-size: 15px;
  padding: 5px;
  line-height: 15px;
}
.review-block-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
  color: #555;
}
.review-block-description {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.review-block .img-rounded {
  width: 65px;
  border-radius: 50%;
}
.review-block-name {
  margin-top: 10px;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
}
.review-block-date {
  color: #8e8e8e;
  font-size: 12px;
}
.review_form .form-control {
  border-color: #ddd !important;
  margin-top: 10px;
  min-height: 46px;
  resize: none;
}
.review_submit_btn {
  background: #0f5090;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 30px;
}
.product_details_tab .nav-link {
  background: #eee;
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 0 10px -2px 0;
  color: #666;
}
.product_details_tab .nav-item.show .nav-link,
.product_details_tab .nav-link.active {
  background: #0f5090;
  border-color: #0f5090;
  color: #fff;
}
.product_details_spec {
  border-left: 1px solid #eee;
}
.product_details_specbox {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 100%;
}
.product_details_specbox img {
  height: 40px;
}
.inner_text {
  color: #302f2f;
  line-height: 22px;
  font-size: 14px;
}
.tnner_txt_heading {
  font-size: 20px;
  color: #095e8c;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 25px;
  font-weight: 500;
}
.d-inline-flex span {
  font-size: 30px;
  color: #ffc107;
}
.review_form_rating {
  margin-top: 20px;
  color: #666;
}
.product_details_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}
.home_product_block_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.cart_page_container {
  padding: 60px 0;
  background: #fff;
}
.empty_cart {
  font-size: 20px;
  color: #0f5090;
  font-weight: 500;
  margin-top: 10px;
}
.empty_cart_btn a {
  display: inline-block;
  background: #0f5090;
  color: #fff;
  padding: 9px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.empty_cart_btn a:hover {
  background: #fe0201;
  color: #fff;
}
.cartheading {
  background: #ddd;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  display: none;
}
.prd_name {
  font-size: 14px;
  line-height: 20px;
}
.prd_name strong {
  font-size: 15px;
  font-weight: 500;
}
.prd_img img {
  padding: 5px;
}
.prdrow {
  border: 1px solid #ddd;
  padding: 20px;
  background: #f9f9f9;
}
.cart_details .input-group {
  max-width: 125px;
}
.cart_details .input-group span {
  margin-right: 0;
}
.cart_details .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  margin-left: 1px;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  text-align: center;
  padding: 0;
  margin: 0 6px 0 0px !important;
  font-size: 12px;
}
.cart_details .btn-number {
  border: 1px solid #ddd !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 18px;
  background: #fff !important;
  border-radius: 0px;
  color: #333 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cart_details .btn {
  padding: 0;
}
.cart_details .input-group {
  margin-top: 10px;
}
.cart_total {
  background: #f9f9f9;
}
.cart_total .headings {
  background: #f9f9f9;
  color: #0f5090;
  font-size: 20px;
  min-height: 40px;
  padding: 0px 10px 10px;
  text-align: center;
  font-weight: 500;
}
.cart_total .subtotal {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding: 12px 10px;
  font-weight: 500;
}
.cart_total .subtotal .pull-right {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.cart_total .subtotal .pull-right i {
  font-size: 18px;
}
.cart_proceed .btn-default {
  background: #333;
  border-radius: 0px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 16px 10px 14px;
  transition: all 0.5s ease 0s;
}

.cart_total .subtotal .pull-right {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  float: right;
}
.cart_proceed_inner {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
}
.sub_total {
  color: #0f5090;
  font-size: 17px;
  padding: 12px 10px;
  font-weight: 500;
}
.alltotal {
  color: #0f5090;
  font-size: 20px;
  padding: 12px 10px;
  font-weight: 500;
}
.pick_address {
  font-size: 12px !important;
  /* color: #fe0201; */
  font-weight: normal !important;
}
.common_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff;
  padding: 13px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.common_btn:hover {
  background: #fe0201;
  color: #fff;
}
.checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #0f5090;
}
.checkoutcard_inactive {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #eee;
  background-clip: border-box;
  border: 1px solid #ddd;
}
.card-header {
  background: #0f5090;
  border-radius: 0 !important;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.checkoutcard_inactive_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}
.checkout_container {
  /* padding: 20px 0 60px 0; */
  padding: 160px 0 60px 0;
}
#checkout .badge.bg-secondary {
  padding: 6px 9px 5px 8px;
  background-color: #ddd !important;
  font-weight: normal;
  color: #302f2f;
  margin-right: 7px;
}
.chk_profile_txt {
  padding: 2px 30px 0;
  font-size: 13px;
}
.active_checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
}
.active_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}
.cancel_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  margin-left: 15px;
  border-radius: 30px;
  width: 110px;
}
.add_address_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #2874f0;
  margin-top: 15px;
}
.address_checkout_main_div {
  text-align: left;
  color: #302f2f;
  font-size: 13px;
}
.name_address {
  font-weight: 500;
  margin-bottom: 5px;
}
.optbtn {
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
  width: 77px;
  text-align: center;
  margin-bottom: 7px;
}
.select_address_btn {
  display: inline-block;
  background: #0f5090;
  color: #fff !important;
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 50px;
}
.chk_address_edit,
.chk_address_edit:hover {
  color: #302f2f;
  float: right;
  border: 1px solid #302f2f !important;
  padding: 5px 10px;
}
.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #209742;
  margin-top: 15px;
  font-weight: 500;
}
.address_form_box {
  border: 1px solid #ddd !important;
  padding: 20px;
  margin-left: 0px;
  margin-top: 10px;
}
.address_main_div {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 30px;
  color: #302f2f;
  margin-top: 15px;
}
.name_address {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}
.address_div {
  font-size: 14px;
}
.optbtn {
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
  width: 77px;
  text-align: center;
  margin-bottom: 7px;
}
.address_del_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: red;
  margin-left: 5px;
}
.address_del_btn:hover {
  color: #fff !important;
}
.address_edit_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: #0f5090;
  margin-left: 5px;
}
.address_edit_btn:hover {
  color: #fff !important;
}
.list_qty_box {
  display: inline-block;
  max-width: 55px;
  font-size: 12px;
  padding: 6px 0 6px 8px;
  border: 1px solid #ddd !important;
  vertical-align: top;
}
.alert-danger {
  font-size: 12px;
  padding: 5px 10px;
}
.inner_product_block {
  margin-bottom: 35px;
}
.inner_product_box {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  min-height: 100%;
  padding: 10px 10px 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.inner_product_box :hover {
}
.absolute_buttons {
  position: absolute;
  /* background: linear-gradient( 51deg, rgb(252, 114, 23) 23%, rgb(254, 2, 1) 100% ); */
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 5px;
}
.inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") #fb0001 no-repeat center
    left 8px;
  background-size: auto;
  background-size: 15px;
  color: #fff !important;
  padding: 5px 10px 5px 27px;
  display: inline-block;
  font-size: 15px;
  border-radius: 5px;
}
.inner_product_block_name {
  margin-top: 12px;
  color: #0f5090;
  font-size: 17px;
  font-weight: 600;
}
.alert {
  position: fixed;
  top: -20px;
  left: 0;
  border: 1px solid rgba(3, 100, 18, 0.1);
  border-radius: 0;
  padding: 15px;
  color: #fff;
  box-shadow: 0 5px 10px -5px rgba(3, 100, 18, 0.5);
  transition: all 0.2s ease-in-out;
  display: none;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(
    51deg,
    rgba(32, 151, 66, 1) 23%,
    rgba(152, 201, 50, 1) 100%
  );
  text-align: center;
  font-size: 14px;
}
.visible {
  display: block;
  transform: translateY(1.25rem);
}

.forminput {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  padding-left: 0.75rem;
  padding-left: 0.75rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}
.has-feedback-left {
  padding-left: 45px !important;
  -webkit-appearance: none;
  position: relative;
}
.has-feedback {
  position: relative;
}
select.has-feedback-left {
  background: url(../images/dropdown.png) no-repeat center right 10px;
  padding-right: 30px;
}
.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px;
}
.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px;
}
.left {
  float: left;
}
.form-control-feedback {
  position: absolute;
  margin-top: 10px;
  height: 15x;
  color: #bbb;
  line-height: 24px !important;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center;
}
.form-group {
  margin-bottom: 10px;
}
.reg_btn {
  display: inline-block;
  background: #fe0201;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  /* margin-left: 15px; */
  border-radius: 30px;
  width: 110px;
}
.profile_page_container {
  /* background: #f2f4f6; */
  padding-bottom: 60px;
  padding-top: 30px;
  position: relative;
}
.profile_left_box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}
.profile_right_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 30px;
}
.profile_left_menu ul {
  padding: 0;
  margin: 30px 0 0;
}
.profile_left_menu ul li {
  display: flex;
  align-items: center;
  margin-top: 5px;
  list-style: none;
  color: #302f2f;
  font-size: 15px;
}
.profile_left_menu ul li a {
  color: #302f2f;
}
.profile_left_menu ul li img {
  width: 45px;
  height: 45px;
  /* background: #eaedff; */
  border-radius: 50%;
  margin-right: 10px;
}
.cat_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  padding: 25px 0;
  border-radius: 5px;
}
.cat_name {
  padding-top: 15px;
  font-size: 16px;
  color: #0f5090;
  font-weight: 500;
}
.add_member {
  background: #151514;
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 5px;
  width: 90%;
  display: inline-block;
}
.profile_user_img {
  background: #fff;
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  margin: 0 auto;
  display: block;
}
.profile_user_name {
  color: #1f1f1f;
  font-size: 25px;
}
.profile_heading {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 600;
}
.profile_table {
  font-size: 14px;
}

.logout_btn {
  display: inline-block;
  background: #151514;
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  width: 100px;
}
.logout_btn:hover {
  background: #fe0201;
  color: #fff !important;
}
.logout_btn2 {
  display: inline-block;
  background: #fe0201;
  color: #fff !important;
  font-weight: 500;
  font-size: 15px;
  padding: 7px 20px;
  border: none;
  border-radius: 5px;
  width: 100px;
}
.logout_btn2:hover {
  background: #151514;
  color: #fff !important;
}
.toplogin {
  margin:0;
  padding:0;
}
.toplogin li {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  padding:0px 0px 0px 20px;
}
.toplogin li a{
  color: #0f5090;
  font-size: 15px;
}
.toplogin li a:hover{
  color: #fe0201;
}
.greentxt {
	background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
	border: 1px solid #3bb54a;
	color: #3BB54A;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 13px;
	padding: 8px 0 8px 41px;
	margin-bottom: 15px;
  }





.header_profile {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  padding: 10px 0 0;
  border-radius: 50%;
  background: linear-gradient(
    51deg,
    rgba(32, 151, 66, 1) 23%,
    rgba(152, 201, 50, 1) 100%
  );
  color: #fff !important;
}
.position-relative {
	position: relative !important;
  }
  #thumbslider .owl-dots {
    display: none;
  }
  #thumbslider .owl-item img {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
  }
  .banner_spec_block_heading {
    font-weight: 500;
    margin-top: 12px;
  }
  .banner_spec_block_text {
    color: #848484;
    font-weight: normal;
    font-size: 14px;
  }
  .profile_table tr td:first-child {
    padding-left: 0;
  }
  .profile_table tr td:last-child {
    color: #666;
  }
  .header_mobile_login {
    padding: 0;
    margin: 0;
    position: fixed;
    top: 18px;
    right: 20%;
  }
  .header_mobile_login li {
    font-size: 15px;
    display: inline-block;
    margin-left: 15px;
  }
  .header_mobile_login li a {
    color: #555;
  }
  .mobile_menu_social a {
    margin: 0 2px;
  }

  .home_inner_section_heading {
    font-family: "Oswald";
    color: #111;
    font-size: 20px;
    line-height: 38px;
    margin-top: 15px;
  }
  .home_inner_section_sub_heading {
    font-family: "Oswald";
    color: #fe0201;
    font-size: 25px;
    line-height: 38px;
    margin-top: 15px;
  }
  .home_inner_section_text {
    font-size: 14px;
    margin-top: 5px;
  }

.direction_btn {
  background: #f90102;
  color: #fff !important;
  padding: 10px 12px 10px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 4px;
  margin-right: 10px;
}

/*=============== Responsive ================*/

@media only screen and (min-width: 300px) and (max-width: 1023px) {
  .header_top,
  .header_bottom_right {
    display: none !important;
  }
  .logo {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .logo img {
    width: 125px;
  }
  .banner_heading {
    font-size: 22px;
    margin-top: 0;
  }
  .home_banner_section {
    margin-top: 0;
  }
  .profile-img-card {
    width: 70px !important;
    height: 70px !important;
  }
  .home_banner_right_img img {
    width: 200px;
    margin-top: 30px;
  }
  .banner_list {
    font-size: 16px;
  }
  .banner_subheading,
  .banner_subheading strong,
  .home_wedo_section_heading,
  .home_about_section_heading {
    font-size: 25px;
    line-height: 30px;
  }
  .banner_btn1,
  .banner_btn2,
  .home_tab_section_btn,
  .home_about_section_btn {
    padding: 10px 18px;
    margin-top: 20px;
    font-size: 15px;
  }
  .home_wedo_section,
  .home_tab_section,
  .home_about_section,
  .home_shop_section,
  .home_choose_section,
  .home_reviews_section,
  .home_bottom_section {
    padding: 40px 0;
  }
  .home_wedo_block_inner img {
    width: 150px;
    margin: -15px 0 -15px 0;
  }
  .home_wedo_block {
    margin-top: 50px;
    padding: 0 12px;
  }
  .home_tab_section_right {
    margin-top: 30px;
  }
  .home_tab_section_heading {
    font-size: 22px;
    line-height: 27px;
    margin-top: 25px;
  }
  .home_tab_right_img img {
    width: 200px;
  }
  .home_about_section_img {
    margin-bottom: 30px;
  }
  .home_shop_block_inner {
    padding: 20px 10px;
  }
  .home_shop_block {
    margin-top: 25px;
  }
  .home_choose_right_img {
    position: static;
    transform: none;
    margin-bottom: 30px;
  }
  .home_feature_block_inner {
    padding: 10px;
    font-size: 13px;
  }
  .home_feature_block_inner img {
    width: 35px;
    margin-right: 10px;
  }
  #testimonialSlider .owl-prev {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  #testimonialSlider .owl-next {
    width: 35px;
    height: 35px;
  }
  .sa-banner-title {
    font-size: 20px;
    font-weight: 600;
  }
  .home_bottom_section_text {
    font-size: 16px;
  }
  .footer_top_menu ul li {
    font-size: 15px;
    display: block;
    font-weight: normal;
    margin: 2px 0;
  }
  .footer_top_menu:last-child {
    text-align: left;
  }
  .footer_top_block {
    margin-top: 30px;
  }
  .footer_top_block:last-child {
    padding-left: 12px;
  }
  .footer_social img {
    width: 35px;
  }
  .footer_mid {
    padding: 10px 0 20px;
  }
  .repair_page_title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 60px;
  }
  .repair_page_container {
    padding: 60px 0 40px;
  }
  .service_list_page_top_heading {
    font-size: 18px;
  }
  .service_list_page_box {
    margin-top: 30px;
  }
  .service_details_img {
    margin-bottom: 25px;
  }
  .inner_page_heading {
    font-size: 23px;
    line-height: 28px;
  }
  .home_feature_block {
    margin-top: 25px;
  }
  .service_details_bottom_section {
    padding: 40px 0 0;
  }
  .contact_left {
    padding: 35px;
  }
  .contact_right_box {
    padding: 25px;
  }
  .choose_device_block {
    margin-top: 25px;
  }
  .repair_detail_img_inner img {
    width: 200px;
  }
  .repair_detail_name {
    font-size: 22px;
  }
  .repair_detail_mid {
    border-right: none;
    padding: 0 12px;
    margin-top: 30px;
  }
  .repair_detail_right {
    padding-left: 12px;
  }
  .repair_detail_right_btn1 {
    margin-top: 10px;
    margin-right: 10px;
  }
  .repair_page_topbar_heading {
    width: 30%;
  }
  #back-to-top {
    bottom: 55px;
  }
  .footer_bottom {
    padding: 15px 0 60px;
  }
  .absolute_buttons, .list_btn_div {
    display: flex;
    flex-wrap: wrap;
  }
  .inner_product_block_btn1, .inner_product_list_box .inner_product_block_btn1 {
    width: 48%;
    margin-left: 0;
  }
  .list_qty_box, .inner_product_list_box .list_qty_box {
    width: 48%;
    max-width: inherit;
    margin-left: 4% !important;
  }
  .inner_product_box {
    padding: 15px 15px 95px;
  }
  .listviewwish {
    position: static;
    margin-right: 0;
    margin-top: 5px;
  }
  .inner_product_block_name {
    font-size: 15px;
  }
  .inner_product_block_btn2 {
    width: 100%;
    margin: 10px 0 0;
  }
  .product_details_name {
    font-size: 22px;
    line-height: 1.2;
  }
  .product_details_price {
    font-size: 22px;
  }
  .product_details_share img {
    width: 30px;
  }
  .product_details_share div {
    margin-bottom: 5px;
  }
  .product_details_share a {
    margin: 0 4px 0 0;
  }
  .profile_right_box {
    padding: 20px 15px;
    margin-top: 20px;
  }
  .profile_left_box {
    padding: 25px 15px;
  }
  .upload_img_right img {
    width: 100px;
    margin-bottom: 20px;
  }
  .profile_table tr td {
    display: block;
  }
  .profile_table tr td:first-child {
    padding: 10px 0 0;
    border-bottom: none;
  }
  .profile_table tr td:last-child {
    padding: 0 0 10px;
    color: #666;
  }
}

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

@media only screen and (min-width: 321px) and (max-width: 480px) {
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
  .home_wedo_block {
    width: 50%;
  }
  .home_wedo_block_inner img {
    width: 115px;
  }
  .home_choose_right_img {
    width: 50%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .home_banner_right_img img {
    width: auto;
    margin-top: 0;
  }
  .home_tab_section_right {
    margin-top: 0;
  }
  .home_choose_right_img {
    position: absolute;
    right: -90px;
    transform: translate(0, -50%);
    width: 400px;
  }
  .footer_top_menu ul li {
    font-size: 13px;
    display: inline-block;
    margin: 2px 4px;
  }
  .contact_right_box {
    padding: 35px 25px;
  }
  .repair_detail_mid {
    margin-top: 0;
  }
  .repair_page_topbar_heading {
    width: auto;
  }
  .profile_right_box {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .header_btn1,
  .header_btn2 {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 13px;
  }
  .header_top {
    padding: 11px 0 0;
  }
  .header_top_left span img, .header_top_right span img {
    width: 15px;
    margin: 2px 4px 0 0;
  }
  .header_cart {
    width: 30px;
    margin-left: 10px;
  }
  .toplogin li a {
    font-size: 14px;
  }
  .toplogin li {
    padding: 0px 0px 0px 14px;
  }
  .header_top_left span, .header_top_right span {
    font-size: 12px;
    margin-right: 10px;
  }
  .header_menu ul li a {
    font-size: 14px;
    padding: 38px 7px;
  }
  .header_search {
    margin-left: 10px;
    /* width: 160px; */
  }
  .banner_heading {
    margin-top: 0;
  }
  .home_wedo_block_inner img {
    width: 165px;
  }
  .home_choose_right_img {
    width: 550px;
  }
  .footer_social img {
    width: 35px;
  }
  .inner_product_block_btn1, .inner_product_list_box .inner_product_block_btn1 {
    width: 48%;
    margin-left: 0;
  }
  .list_qty_box, .inner_product_list_box .list_qty_box {
    width: 48%;
    max-width: inherit;
    margin-left: 4% !important;
  }
  .inner_product_box {
    padding: 15px 15px 95px;
  }
  .inner_product_block_name {
    font-size: 15px;
  }
  .inner_product_block_btn2 {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home_banner_right_img img {
    width: auto;
    margin-top: 0;
  }
  .home_tab_section_right {
    margin-top: 0;
  }
  .home_choose_right_img {
    position: absolute;
    right: -90px;
    transform: translate(0, -50%);
    width: 400px;
  }
  .footer_top_menu ul li {
    font-size: 13px;
    display: inline-block;
    margin: 2px 4px;
  }
  .contact_right_box {
    padding: 35px 25px;
  }
  .repair_detail_mid {
    margin-top: 0;
  }
  .repair_page_topbar_heading {
    width: auto;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .home_banner_right_img img {
    width: auto;
    margin-top: 0;
  }
  .home_tab_section_right {
    margin-top: 0;
  }
  .home_choose_right_img {
    position: absolute;
    right: -90px;
    transform: translate(0, -50%);
    width: 400px;
  }
  .footer_top_menu ul li {
    font-size: 13px;
    display: inline-block;
    margin: 2px 4px;
  }
  .contact_right_box {
    padding: 35px 25px;
  }
  .repair_detail_mid {
    margin-top: 0;
  }
  .repair_page_topbar_heading {
    width: auto;
  }
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

@media screen and (min-width: 1424px) {
}

@media screen and (min-width: 1624px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2048px) {
}

@media screen and (min-width: 2550px) {
}
