body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}
a {
  text-decoration: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.btn.active.focus,
.btn.focus,
.btn.focus:active {
  outline: none;
  outline-offset: 0px;
  border: none !important;
}
a:focus,
a:hover {
  text-decoration: none !important;
  border: 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-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: '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-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-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;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 999;
}
.fixed-header {
  background: #000;
  top: 0;
  z-index: 999;
}
.logo {
  margin-top: 3px;
}
.logo img {
  width: 114px;
}
.header-right {
  text-align: right;
}
.menu {
  display: inline-block;
  vertical-align: middle;
}
.book-btn {
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 26px;
  border-radius: 50px;
  margin-left: 10px;
  text-transform: uppercase;
  transition: ease 0.5s all 0s;
}
.book-btn:hover {
  background: linear-gradient(51deg, rgba(124, 189, 54, 1) 32%, rgba(32, 151, 66, 1) 86%);
}
.banner {
  position: relative;
}
#slide-banner .item {
  position: relative;
  z-index: 99;
}
#slide-banner .item img {
  width: 100%;
}
#slide-banner .item::before {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 79%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
}
#slide-banner .item::after {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#slide-banner .owl-dots,
#service-slider .owl-dots {
  display: none;
}
#slide-banner .owl-prev,
#slide-banner .owl-next,
#service-slider .owl-prev,
#service-slider .owl-next {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-weight: normal;
}
#slide-banner .owl-prev {
  left: 10px;
}
#slide-banner .owl-next {
  right: 10px;
}
#slide-banner .owl-prev span,
#slide-banner .owl-next span,
#service-slider .owl-prev span,
#service-slider .owl-next span {
  font-size: 80px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 7px 0;
  border-radius: 50%;
  color: #a7d030;
}
.banner-content {
  position: absolute;
  width: 100%;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  z-index: 99;
}
.banner-part {
  max-width: 464px;
}
.banner-title {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
}
.banner-title strong {
  font-weight: bold;
  color: #a7d030;
}
.banner-text {
  font-size: 15px;
  color: #fff;
  padding-top: 8px;
}
.banner-btn a {
  display: inline-block;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  margin-top: 25px;
  border-radius: 50px;
  transition: ease 0.5s all 0s;
}
.banner-btn a:hover,
.book2-btn:hover {
  background: linear-gradient(51deg, rgba(124, 189, 54, 1) 32%, rgba(32, 151, 66, 1) 86%);
}
.banner-bottom-sec {
  padding: 20px 0;
  border-bottom: 1px solid #0000001f;
}
.title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.news-list ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.news-list ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}
.we-do-sec {
  padding: 40px 0 60px;
}
.w-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
.box1-top {
  margin-top: 30px;
}
.box1 {
  background: #000;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 30px 20px;
  border-radius: 8px;
  min-height: 100%;
  transition: ease 0.5s all 0s;
}
.box1:hover {
  transform: scale(1.1);
}
.box1 img {
  margin-right: 12px;
}
.book2-btn {
  display: inline-block;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  margin-top: 10px;
  border-radius: 50px;
  transition: ease 0.5s all 0s;
}
.about-sec {
  background: #f7f7f7;
}
.about-left {
  height: 100%;
}
.about-left img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.about-right {
  display: flex;
  align-items: center;
  padding: 25px 9% 25px 2%;
}
.about-title {
  font-size: 14px;
  font-weight: 500;
  color: #010101;
}
.about-title2 {
  font-size: 34px;
  font-weight: bold;
  color: #000000;
  line-height: 40px;
}
.about-title2 strong {
  font-weight: bold;
  color: #6ac150;
}
.about-text {
  font-weight: 500;
  color: #3c3939;
  margin-top: 10px;
}
.book2-btn.two {
  margin-top: 24px;
  padding: 10px 28px;
}
.service-sec {
  padding: 50px 0;
}
#service-slider {
  margin-top: 30px;
}
#service-slider .item {
  text-align: center;
  min-height: 100%;
  margin: 0 7px;
  position: relative;
  background: #fff;
  border-radius: 7px;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 0 7px #bababa;
  transition: ease 0.5s all 0s;
}
#service-slider .item:hover {
  background: #010101;
}
#service-slider .item img {
  width: 100%;
}
#service-slider .owl-stage {
  display: flex;
}
#service-slider .owl-stage-outer {
  padding-bottom: 10px;
}
#service-slider .owl-prev {
  left: -40px;
}
#service-slider .owl-next {
  right: -40px;
}
#service-slider .owl-prev span, #service-slider .owl-next span {
  color: #494949;
}
.serv-content {
  padding: 20px 10px 30px;
}
.serv-title {
  font-size: 18px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.2;
  transition: ease 0.5s all 0s;
}
#service-slider .item:hover .serv-title {
  color: #8fc633;
}
.serv-title:after {
  width: 50px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  transition: ease 0.5s all 0s;
}
#service-slider .item:hover .serv-title:after {
  background: #fff;
}
.serv-text {
  font-size: 14px;
  margin-top: 14px;
  color: #464646;
  transition: ease 0.5s all 0s;
}
#service-slider .item:hover .serv-text {
  color: #fff;
}
.serv-content .book2-btn {
  font-size: 15px;
  padding: 9px 22px;
  transition: ease 0.5s all 0s;
}
.choose-us-sec {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 8%, rgba(152, 201, 50, 1) 46%, rgba(152, 201, 50, 0.5466561624649859) 86%);
  overflow: hidden;
}
.choose-left {
  padding: 30px 5% 50px 0;
}
.choose-list ul {
  margin: 0;
  padding: 0;
}
.choose-list ul li {
  display: flex;
  align-items: start;
  font-size: 15px;
  font-weight: 500;
  color: #e8e8e8;
  margin-top: 30px;
}
.choose-list ul li strong {
  font-size: 20px;
  font-weight: bold;
}
.choose-list ul li img {
  background: #fff;
  border-radius: 50%;
  margin-right: 25px;
  box-shadow: 0 0 0px 5px #c8e4ba;
}
.choose-right {
  position: relative;
  background: #010101;
  text-align: center;
  padding: 0 11%;
  display: flex;
  align-items: center;
  min-height: 100%;
}
.choose-right:before {
  width: 3000px;
  height: 100%;
  background: #010101;
  position: absolute;
  top: 0;
  right: -3000px;
  content: "";
  z-index: 9;
}
.choose-right .w-title {
  text-transform: none;
  margin-top: 12px;
}
.choose-right .w-title strong {
  color: #7cbe36;
}
.brand-sec {
  padding: 30px 0;
  border-bottom: 1px solid #0000001f;
}
.brand-sec .news-list ul li {
  margin: 0 15px;
}
.faq-sec {
  padding: 30px 0 0;
}
.faq-left .w-title {
  text-transform: none;
}
.faq-part {
  margin-top: 35px;
}
.faq-part .accordion-button {
  background: #f4f4f4;
  color: #202020;
  margin-top: 10px;
  font-weight: 600;
}
.faq-part .accordion-button:not(.collapsed) {
  background: #82c035 !important;
  color: #fff;
}
.faq-part .accordion-body {
  border: 1px solid #dedede;
  border-top: none;
  border-bottom: none;
  font-size: 15px;
  font-weight: 500;
  color: #595959;
}
/* .faq-part .accordion-button::after {
  color: #000;
} */
.form-left {
  background-image: linear-gradient(26deg, #1f9743 0%, #a7cf2f 100%);
  padding: 30px 15% 30px 8%;
  min-height: 100%;
}
.form-left .about-title2 {
  text-transform: none;
  font-size: 30px;
}
.form-part {
  margin-top: 15px;
}
.contact-left .form-left {
  padding: 30px 30px;
  border-radius: 8px;
}
.form-part .form-control {
  border: none !important;
  border-radius: 5px;
  box-shadow: none;
  margin-top: 12px;
  padding: 12px 15px;
  color: #000;
  font-size: 16px;
}
.form-part .form-control.message {
  min-height: 110px;
  resize: none;
}
.form-part .form-control.drop {
  background: url(../images/dropdown.png) center right 10px no-repeat #fff;
  padding-right: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none
}
.contact_btn {
  background: #fff;
  border: none;
  border-radius: 50px;
  color: #050505;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  margin-top: 18px;
  display: inline-block;
}
.form-part .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-part .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-part .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-part .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.maps {
  margin-bottom: -5px;
}
.maps iframe {
  margin-bottom: 0;
}
.footer {
  background: #000000;
  padding: 30px 0 15px;
}
.foot_title {
  font-size: 20px;
  color: #6ac150;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.foot1 {
  margin: 0;
  padding: 0;
}
.foot1 li {
  color: #fff;
  list-style: none;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 500;
}
.foot1 li a {
  color: #fff;
  transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
  color: #83c035;
}
.line1 {
  position: relative;
}
.line1:after {
  width: 1px;
  height: 100%;
  background: #ffffff2b;
  position: absolute;
  top: 0;
  right: 16px;
  content: "";
}
.copyright {
  text-align: center;
  padding: 15px 0 0;
  font-size: 15px;
  color: #fff;
  border-top: 1px solid #ffffff1f;
  margin-top: 24px;
}
.copyright a {
  color: #7abd36;
}
#back2Top {
  width: 40px;
  height: 40px;
  line-height: 22px;
  z-index: 999;
  padding-top: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 54px;
  right: 15px;
  color: #fff;
  background: #232323;
  text-align: center;
  opacity: 0;
  transition: ease 0.2s all 0s;
}
#back2Top.show {
  opacity: 1;
}
.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat center top;
  padding: 150px 0 100px;
  background-size: cover;
  margin: 0 0 50px;
  position: relative;
}
.inner-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7987570028011204) 31%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-banner-heading {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
}
.breadcrumb {
  position: relative;
}
.breadcrumb li a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.breadcrumb li a {
  color: #fff;
}
.inner_page_container {
  padding: 0 0 50px 0;
}
.repair_box {
  background: url(../images/repair-bg.jpg) no-repeat center top;
  /*background-image: linear-gradient(26deg, #1f9743 0%, #a7cf2f 100%);*/
  padding: 30px 30px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.repair_box:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
}
.repair_box .about-title2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}
.repair_box .form-part .form-control {
  border-radius: 50px;
  padding: 12px 22px;
}
.repair_box .form-part .form-control.drop {
  background: url(../images/dropdown.png) center right 20px no-repeat #fff;
  padding-right: 35px;
}
.repair_box .form-part .form-control.message {
  border-radius: 15px;
}
.repair_btn {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  margin-top: 18px;
  display: inline-block;
}
.alert-danger {
  color: red;
  font-size: 12px;
}
.about-title3 {
  font-size: 30px;
  font-weight: bold;
}
.about-title4 {
  font-size: 50px;
  font-weight: bold;
}
.about-title5 {
  font-size: 24px;
  font-weight: bold;
}
.about-title6 {
  color: #77bb36;
  font-weight: 500;
}
.repair_submit_btn {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 22px;
  margin-top: 18px;
  display: inline-block;
  width: 235px;
}
.repair_submit_btn span {
  font-size: 14px;
  color: #060606;
}
.contact-left .form-part .form-control.message {
  min-height: 160px;
}
.contact-right {
  background: #000;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 30px 20px 20px;
  border-radius: 8px;
  min-height: 100%;
  transition: ease 0.5s all 0s;
}
.contact_page_info {
  position: relative;
  padding-left: 46px;
  font-size: 16px;
  font-weight: 500;
}
.contact_page_info span {
  color: #6ac150;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 25px;
}
.contact_page_info a {
  color: #fff;
  font-size: 14px;
}
.contact_page_info img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  border-radius: 5px;
}
.map iframe {
  margin-bottom: 0;
  height: 254px;
}
.footer_social a {
  margin-right: 10px;
}
.footer_social img {
  width: 25px;
}
#faqpage .accordion-button:not(.collapsed) {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%) !important;
  color: #fff !important;
}
#faqpage .accordion-button {
  background: #000;
  color: #fff !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.accordion-body {
  border: 1px solid #8bc434;
}
.footer_google {
  position: relative;
  padding-left: 58px;
  margin-top: 25px;
}
.footer_google img {
  position: absolute;
  top: -2px;
  left: 0;
}
.footer_google_star {
  color: #fff;
}
.footer_google_star img {
  position: static;
  margin-top: -7px;
}
.footer_google_text {
  color: #fff;
  font-size: 14px;
}
.thankyou_page_subheading {
  color: #000;
  margin: 20px 0 0;
}
.thankyou_page_subheading span {
  color: #43a240;
  font-size: 20px;
}
#service-slider .owl-prev,
#service-slider .owl-next {
  color: #000 !important;
  font-size: 57px !important;
}
#service-slider .owl-carousel .owl-nav.disabled {
  display: block !important;
}
.abt-title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.2;
}
.abt-title strong {
  font-weight: bold;
  color: #209742;
}
.abt-title.dup {
  margin-top: 15px;
  font-size: 20px;
  color: #000;
}
.ab-inner-text {
  color: #3c3939;
  font-size: 16px;
}
.ab-inner ul {
  padding: 0px;
  margin: 15px 0 0;
}
.ab-inner ul li {
  background: url(../images/right-arw2.png) no-repeat;
  background-position: top 1px left;
  list-style: none;
  padding-left: 30px;
  font-size: 16px;
  margin-bottom: 8px;
  color: #3c3939;
}
.bottom-sec {
  padding: 40px 15px;
  margin-top: 40px;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  border-radius: 5px;
}
.bottom-sec .abt-title {
  color: #fff;
}
.bottom-sec .ab-inner-text {
  color: #fff;
}
.pp_heading {
  font-size: 20px;
  color: #6ac150;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pp_text {
  font-weight: 500;
  color: #3c3939;
  margin-top: 10px;
}
.pp_text strong {
  color: #000;
}
.other_cat_menu li {
  width: 25% !important;
  display: inline-block !important;
  padding-left: 15px;
}
.cat_listing_ul {
  height: 160px;
  overflow: scroll;
}
.menu .ruby-menu li a.active {
  color: #58b23d;
}
.menu div.ruby-wrapper {
  margin: 0;
}
.menu ul.ruby-menu>li>a {
  line-height: normal;
  padding: 30px 0 !important;
  position: relative;
}
.menu .ruby-menu li {
  margin-right: 15px;
}
.menu .ruby-menu li:last-child{
  margin-right: 0;
}
.menu .ruby-menu li li {
  margin-right: 0;
}
.menu ul.ruby-menu>li>a::after {
  display: none;
}
.menu .ruby-menu li a::before {
  width: 0;
  height: 2px;
  background: #a7d030;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  transition: ease 0.5s all 0s;
}
.menu .ruby-menu li a.active::before,
.menu .ruby-menu li a:hover::before {
  width: 100%;
}
.cat_holder_div {
  height: 470px;
  position: fixed !important;
  /* width: 75% !important;
  margin-left: 15%; */
}
.inner_product_block {
  margin-top: 35px;
}
.inner_product_box {
  border: 1px solid #7fbf35;
  min-height: 100%;
  padding: 25px 20px 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;
}
.absolute_buttons {
  position: absolute;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 5px;
}
.inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") no-repeat center left;
  background-size: 15px;
  color: #fff !important;
  padding: 5px 10px 5px 18px;
  display: inline-block;
  font-size: 15px;
}
.inner_product_block_name {
  margin-top: 12px;
  color: #000;
  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);
}
.listing_filter_heading {
  background: #000;
  padding: 10px 15px;
  display: block;
  color: #fff !important;
  font-size: 17px;
  margin-top: 30px;
}
.listing_filter_box {
  border: 1px solid #ddd;
  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: #2294d2;
  border-color: #2294d2;
}
.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: #209742 !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: #000 !important;
}
.selectSort {
  background: url("../images/dropdown.png") no-repeat center right 10px;
  font-size: 14px;
}
.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") #000 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: #000;
  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 .4s;
  -webkit-transition: all .4s;
}
input[type="radio"]:checked+span {
  color: #209742;
}
#radios label {
  cursor: pointer;
  position: relative;
}
#radios label+label {
  margin-left: 15px;
}
.ngx-pagination .current {
  background: #209742 !important;
}
.inner_product_block_btn3 {
  background: url("../images/wishlist_icon.png") no-repeat center left;
  background-size: auto;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.inner_product_block_btn3_red {
  background: url("../images/wishlist_icon_red.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.inner_product_block_img img {
  width: 46%;
}
.inner_product_list_box {
  border: 1px solid #7fbf35;
  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") #209742 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: 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: #000;
  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;
}
.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: #2294d2;
  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: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  border-color: #095e8c;
  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: #000;
  font-weight: 500;
  margin-top: 10px;
}
.empty_cart_btn a {
  display: inline-block;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  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: linear-gradient(51deg, rgba(124, 189, 54, 1) 32%, rgba(32, 151, 66, 1) 86%);
  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: #000;
  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;
}
.alltotal {
  color: #000;
  font-size: 20px;
  padding: 12px 10px;
  font-weight: 500;
}
.common_btn {
  display: inline-block;
  background: #000;
  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: #209742;
  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 #000;
}
.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: #000;
  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;
}
#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: #000;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  margin-left: 15px;
  border-radius: 30px;
}
.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: #000;
  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: #000;
  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: none !important;
  vertical-align: top;
}
.alert-danger {
  font-size: 12px;
  padding: 5px 10px;
}
.form-group {
  margin-bottom: 10px;
}
.forminput {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .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: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .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;
}
.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;
}
.reg_btn {
  display: inline-block;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 30px;
  border: none;
  border-radius: 30px;
}
.reg_btn:hover {
  background: linear-gradient(51deg, rgba(124, 189, 54, 1) 32%, rgba(32, 151, 66, 1) 86%);
  color: #fff !important;
}
.header_cart {
  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;
}
.header_cart_count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  font-size: 13px;
  bottom: 2px;
  right: 2px;
  background: #fff;
}
.profile_page_container {
  background: #f2f4f6;
  padding-bottom: 60px;
  padding-top: 30px;
}
.profile_left_box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}
.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;
}

.logout_btn {
  display: inline-block;
}
.logout_btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
}
.logout_btn:hover {
  background: #2294d2;
  color: #fff !important;
}
.reg_btn {
  display: inline-block;
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
}
.reg_btn:hover {
  background: linear-gradient(51deg, rgba(124, 189, 54, 1) 32%, rgba(32, 151, 66, 1) 86%);
  color: #fff !important;
}
.profile_left_box_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 20px;
}
.profile_left_box_subheading {
  color: #2294d2;
}
.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_image {
  position: relative;
}
.profile-header-logo {
  text-align: center;
}
.profile-header-logo img {
  width: 180px;
}
.inner_banner.profile_heading_image {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.edit_img {
  border: 1px solid #cac7c7;
  padding: 10px;
  width: 125px;
}
.profe_left {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}
/* .profile_heading_image::before {
        background: #001938;
        width: 100%;
        height: 65px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        position: absolute;
        bottom: -65px;
        left: 0;
        content: "";
        } */
.profile_right_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 30px;
}
.profile_heading {
  font-size: 18px;
  padding-bottom: 10px;
}
#ordertable th {
  font-size: 13px;
  font-weight: 500;
  background: #ddd !important;
}
.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: #000;
  font-weight: 500;
}
.add_member {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 50px;
  width: 150px;
  display: inline-block;
}
.inner_product_block_btn_delete {
  background: url("../images/delete.png") no-repeat center left;
  background-size: auto;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.header_links ul {
  text-align: right;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_links ul li {
  list-style: none;
  font-size: 15px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header_links ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.header_links ul li a {
  color: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_links ul li a:hover {
  color: #209742;
}
.header_cart::after {
  display: none;
}
.header_cart {
  padding: 10px 0 !important;
  line-height: normal !important;
  margin-left: 7px;
}
.header_cart img {
  max-width: 24px !important;
  margin: 0 auto;
}
.ruby-wrapper.cart-right {
  margin: 0;
  margin-top: 16px;
}
.cart-right ul li {
  text-align: left !important;
}
ul.ruby-menu>li>ul, ul.ruby-menu>li>ul>li>ul, ul.ruby-menu>li>ul>li>ul>li>ul {
  border-top: 4px solid #209742 !important;
}
.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: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff;
  border-color: #209742;
}
.donate-now label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}
.donate-now label:hover {
  background: #DDD;
}
.banner_spec_block_heading{
  font-weight: 600;
  margin-top: 10px;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1{
	width: 50%;
	float: left;
	background:#209742;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 600;
	font-size: 15px;
}
.footer_btn3{
	width: 50%;
	float: left;
	background: #252525;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 600;
	font-size: 15px;
}
.inner_product_box_used_phone {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  color: #000;
}
.inner_product_box_used_phone:hover {
  background: linear-gradient(51deg, rgba(32, 151, 66, 1) 23%, rgba(152, 201, 50, 1) 100%);
  color: #fff !important;
  border: 1px solid #7fbf35;
}
.notlisted {
  color: #fff;
  font-size: 14px;
}
.notlisted a {
  color: #80bf35;
  text-decoration: underline !important;
  font-weight: 500;
}
.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;
}

.greentxt {
	background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
	border: 1px solid #3bb54a;
	color: #3BB54A;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 0 8px 41px;
	margin-bottom: 15px;
  }


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
#slide-banner .item img{
  height: 300px;
  object-fit: cover;
}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
.header{
  background: #000;
  padding: 5px 0;
}
.menu-toggle.full {
  padding: 0 !important;
  font-size: 32px !important;
  color: #209742 !important;
  width: auto !important;
  line-height: 22px;
  position: fixed;
  top: 27px;
  right: 15px;
}
.ruby-wrapper.cart-right{
  margin-top: 0;
}
.ruby-wrapper.cart-right .ruby-menu{
  display: none;
}
.menu-part .book-btn{
  display: none;
}
.header_cart{
  position: fixed !important;
  top: 24px;
  right: 65px;
  margin-left: 0;
  width: 45px;
  height: 45px;
  padding: 7px 0 !important;
}
.header_cart_count {
  bottom: -2px;
  right: -8px;
}
.logo {
  margin-top: 0;
}
.logo img {
  width: 80px;
}
.menu{
  display: block;
}
.stellarnav.mobile.dark ul{
  max-height: 395px !important;
  overflow-y: scroll !important;
}
.stellarnav.mobile > ul > li > a {
  padding: 10px 0 !important;
  border-bottom: none;
}
.stellarnav.dark li a::before{
  display: none;
}
.stellarnav.mobile{
  margin-top: 5px;
}
.banner{
  margin-top: 90px;
}
.banner-content{
  top: 50%;
}
.banner-part {
  max-width: 100%;
}
.banner-title {
  font-size: 25px;
  line-height: 30px;
}
.banner-btn a {
  font-size: 15px;
  padding: 10px 27px;
  margin-top: 14px;
}
.news-list{
  margin-top: 15px;
}
.news-list ul{
  text-align: left;
}
.news-list ul li {
  display: inline-flex;
  margin: 0 14px 10px 0;
  width: 46%;
}
.we-do-sec {
  padding: 30px 0;
}
.w-title{
  font-size: 24px;
  line-height: 28px;
}
.box1-top {
  margin-top: 15px;
}
.box1 {
  font-size: 18px;
  padding: 15px 7px;
}
.book2-btn {
  padding: 6px 22px;
  margin-top: 10px;
}
.about-right {
  padding: 25px 4%;
}
.about-title2 {
  font-size: 24px;
  line-height: 28px;
}
.book2-btn.two{
  font-size: 15px;
  margin-top: 16px;
}
.service-sec {
  padding: 30px 0;
}
#service-slider .owl-prev, #service-slider .owl-next{
  display: none;
}
#service-slider {
  margin-top: 26px;
}
.serv-content {
  padding: 20px 10px;
}
.choose-us-sec {
  background: linear-gradient(100deg, rgb(32, 151, 66) 8%, rgb(152, 201, 50) 100%, rgba(152, 201, 50, 0.5466561624649859) 86%);
}
.choose-left {
  padding: 20px 0 34px;
}
.choose-list ul li{
  margin-top: 15px;
}
.choose-list ul li strong {
  font-size: 18px;
}
.choose-list ul li img {
  margin-right: 18px;
  width: 60px;
}
.choose-right {
  padding: 30px 4px;
}
.about-text{
  font-size: 15px;
}
.brand-sec .news-list ul li {
  margin: 0 3px 9px;
  width: 47%;
}
.faq-part {
  margin-top: 26px;
}
.faq-part .accordion-button, #faqpage .accordion-button{
  padding: 10px 10px;
}
.faq-part .accordion-body, #faqpage .accordion-body{
  padding: 10px 10px;
  font-size: 14px;
}
#faqpage .accordion-item {
  margin-bottom: 10px;
}
.faq-right{
  margin-top: 24px;
}
.form-left {
  padding: 25px 6%;
}
.form-left .about-title2{
  font-size: 24px;
}
.form-part {
  margin-top: 6px;
}
.maps{
  margin-top: 10px;
}
.footer{
  padding: 30px 0 60px;
}
.foot_logo img{
  width: 112px;
}
.foot_title {
  font-size: 18px;
  margin-top: 12px;
}
.line1::after{
  display: none;
}
.inner-banner {
  padding: 55px 0;
  margin: 90px 0 30px;
}
.inner-banner-heading{
  font-size: 22px;
  padding-bottom: 3px;
}
.inner_page_container {
  padding: 0 0 30px 0;
}
.repair_box{
  padding: 22px 15px;
}
.repair_box .about-title2 {
  font-size: 24px;
  line-height: 28px;
}
.about-title4{
  font-size: 36px;
}
.tbr{
  margin-top: 20px;
}
.repair_submit_btn{
  margin-top: 12px;
  width: 226px;
  padding: 10px 15px;
}
.inner_product_block{
  width: 50%;
  margin-top: 15px;
}
.inner_product_box{
  padding: 10px 0 0;
}
.inner_product_block_img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.list_qty_box{
  max-width: 45%;
}
.inner_product_block_btn2{
  margin-left: 0;
  margin-top: 6px;
}
.inner_product_block_name{
  font-size: 14px;
  padding: 0 3px;
}
.home_product_stock{
  min-height: 122px;
}
.ngx-pagination{
  padding: 0;
}
.cart_page_container {
  padding: 0 0 30px;
}
.main_image img{
  width: 165px;
}
.product_details_name {
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}
.product_details_price {
  font-size: 20px;
  margin-top: 8px;
}
.product_details_share{
  font-size: 15px;
}
.product_details_share img{
  max-width: 36px;
}
.product_details_share a{
  margin-top: 10px;
  display: inline-block;
}
.product_details_tab_heading{
  font-size: 20px;
  margin-top: 15px;
}
.abt-title{
  font-size: 20px;
}
.ab-iner-img{
  margin-top: 15px;
}
.ab-iner-img img{
  width: 100%;
}
.bottom-sec {
  padding: 30px 15px;
  margin-top: 30px;
}
.contact-left .form-left{
  padding: 25px 15px;
}
.contact-right{
  margin-top: 30px;
  padding: 20px 15px;
  min-height: auto;
}
.contact_page_info img {
  top: 9px;
  width: 30px;
}
.contact_page_info{
  padding-left: 42px;
  margin-top: 10px !important;
}
.contact_page_info span{
  font-size: 16px;
  line-height: 16px;
}
.pp_heading {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.pp_text{
  font-size: 15px;
}
.profile_left_box{
  padding: 25px 10px
}
.profile_user_img{
  width: 110px !important;
  height: 110px !important;
}
.profile_left_menu ul li img {
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.profile_right{
  margin-top: 20px;
}
.profile_right .col-lg-3{
  width: 50%;
}
.cat_box{
  padding: 16px 0 0;
  min-height: 95%;
}
.cat_img {
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
.add_member{
  width: 85%;
}
.profile_page_container{
  padding-bottom: 20px;
}
.profile_right_box{
  padding: 20px 10px;
}
.profile_table.table td{
  min-width: 115px;
}
.login_box{
  max-width:340px !important;
  padding: 28px 15px !important;
}
.login_box img, .login_box .profile-img-card{
  width: 82px !important;
  height: 82px !important;
}
.login_box .input-group-text img{
  width: auto !important;
  height: auto !important;
}
.about-title3{
  font-size: 25px;
}
.about-title5{
  font-size: 20px;
}
.inner_product_block_img img {
  width: 64%;
}

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.menu .stellarnav.mobile.dark ul {
  max-height: 186px !important;
}  
.banner-part {
  max-width: 100% !important;
}
.news-list ul li {
  width: 29% !important;
}
.box1-top {
  width: 50%;
}
.box1 {
  font-size: 16px !important;
}
.choose-right::before{
  display: none;
}
.brand-sec .news-list ul li{
  width: auto !important;
}
.product_details_spec .col-lg-4.col-md-4{
  width: 50%;
}
.contact-right {
  margin-top: 20px !important;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.menu-part .book-btn {
  display: inline-block;
  position: fixed;
  top: 26px;
  right: 135px;
  padding: 9px 22px;
  font-size: 14px;
}
.banner-part {
  max-width: 470px;
}
.banner-title {
  font-size: 30px;
  line-height: 35px;
}
.news-list ul li {
  margin: 0 14px 0 0;
  width: 31%;
}
.about-right {
  padding: 25px 1%;
}
.brand-sec .news-list ul li {
  margin: 0 10px 9px;
  width: auto;
}
.brand-sec .news-list ul li img{
  max-width: 93px;
}
.repair_submit_btn {
  width: 194px;
  padding: 10px 10px;
  font-size: 15px;
  margin-right: 8px;
}
.inner_product_block_img img {
  width: 85%;
}
.donate-now li{
  width: 48%;
}
.contact-right, .profile_right{
  margin-top: 0;
}
.product_details_specbox{
  padding: 20px 8px;
}

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.menu .ruby-menu li {
  margin-right: 6px;
  font-size: 12px;
}
.book-btn{
  font-size: 12px;
  padding: 8px 20px;
  margin-left: 10px;
}
.title{
  font-size: 16px;
}
.news-list ul li img{
  max-width: 220px;
}
.box1 {
  font-size: 15px;
  padding: 18px 5px;
}
.box1 img {
  margin-right: 6px;
}
.book2-btn{
  font-size: 14px;
  padding: 6px 20px;
}
.about-right{
  padding: 25px 4% 25px 2%;
}
.about-title2 {
  font-size: 27px;
  line-height: 32px;
}
.brand-sec .news-list ul li {
  margin: 0 10px;
}
.brand-sec .news-list ul li img{
  max-width: 100%;
}
.line1::after{
  right: 0;
}
.repair_box{
  padding: 30px 15px;
}
.repair_submit_btn{
  font-size: 14px;
  padding: 10px 10px;
  width: 178px;
}
.about-title5{
  font-size: 20px;
}
.about-title4 {
  font-size: 40px;
  line-height: 45px;
}
.about-title3{
  font-size: 25px;
}
.profile_left_box{
  padding: 25px 8px;
}
.add_member{
  width: 115px;
}

}

/* 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) {
.stellarnav.mobile.dark ul{
  max-height: 270px !important;
}
.menu-part .book-btn {
  display: inline-block;
  position: fixed;
  top: 26px;
  right: 135px;
  padding: 9px 22px;
  font-size: 14px;
}
.banner-part {
  max-width: 470px;
}
.banner-title {
  font-size: 30px;
  line-height: 35px;
}
.news-list ul li {
  margin: 0 14px 0 0;
  width: 31%;
}
.news-list ul li img {
  max-width: 100%;
}
.about-right {
  padding: 25px 1%;
}
.choose-right {
  padding: 30px 18px;
}
.brand-sec .news-list ul li {
  margin: 0 10px 9px;
  width: auto;
}
.brand-sec .news-list ul li img{
  max-width: 93px;
}
.repair_submit_btn {
  width: 194px;
  padding: 10px 10px;
  font-size: 15px;
  margin-right: 8px;
}
.inner_product_block_img img {
  width: 85%;
}
.donate-now li{
  width: 48%;
}
.contact-right, .profile_right{
  margin-top: 0;
}
.product_details_specbox{
  padding: 20px 8px;
  font-size: 15px;
}
.banner_spec_block_text{
  font-size: 15px;
}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
.menu .ruby-menu li {
  margin-right: 10px;
  font-size: 14px;
}
.menu-part .book-btn{
  font-size: 12px;
  padding: 8px 20px;
  margin-left: 10px;
}
.title{
  font-size: 16px;
}
.news-list ul li img{
  max-width: 225px;
}
.box1{
  font-size: 16px;
  padding: 30px 5px;
}
.book2-btn{
  font-size: 14px;
}
.brand-sec .news-list ul li img {
  max-width: 90px;
}
.foot1 li{
  font-size: 13px;
}
.line1::after{
  right: 0;
}
  
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
.menu .ruby-menu li {
  margin-right: 10px;
  font-size: 14px;
}
.menu-part .book-btn{
  font-size: 12px;
  padding: 8px 20px;
  margin-left: 10px;
}
.title{
  font-size: 16px;
}
.news-list ul li img{
  max-width: 225px;
}
.box1{
  font-size: 16px;
  padding: 30px 5px;
}
.book2-btn{
  font-size: 14px;
}
.brand-sec .news-list ul li img {
  max-width: 90px;
}
.foot1 li{
  font-size: 13px;
}
.line1::after{
  right: 0;
}

}

/* 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) {
.menu .ruby-menu li {
  margin-right: 6px;
  font-size: 12px;
}
.menu-part .book-btn{
  font-size: 12px;
  padding: 8px 20px;
  margin-left: 10px;
  position: relative;
  top: 0;
  right: 0;
}
.title{
  font-size: 16px;
}
.news-list ul li img{
  max-width: 220px;
}
.box1 {
  font-size: 15px;
  padding: 18px 5px;
}
.box1 img {
  margin-right: 6px;
}
.book2-btn{
  font-size: 14px;
  padding: 6px 20px;
}
.about-right{
  padding: 25px 4% 25px 2%;
}
.about-title2 {
  font-size: 27px;
  line-height: 32px;
}
.brand-sec .news-list ul li {
  margin: 0 10px;
}
.brand-sec .news-list ul li img{
  max-width: 100%;
}
.line1::after{
  right: 0;
}
.repair_box{
  padding: 30px 15px;
}
.repair_submit_btn{
  font-size: 14px;
  padding: 10px 10px;
  width: 178px;
}
.about-title5{
  font-size: 20px;
}
.about-title4 {
  font-size: 40px;
  line-height: 45px;
}
.about-title3{
  font-size: 25px;
}
.profile_left_box{
  padding: 25px 8px;
}
.add_member{
  width: 115px;
}
}

@media screen and (min-width: 1424px) {
.choose-right:before {
  right: -2998px;
}
.inner-banner{
  padding: 200px 0 100px;
}    
}

@media screen and (min-width: 1624px) {
.about-right{
  padding: 25px 12% 25px 2%;
}
.inner-banner{
  padding: 220px 0 100px;
}  
}

@media screen and (min-width: 1920px) {
.about-right {
  padding: 25px 20% 25px 2%;
}
.form-left{
  padding: 30px 34% 30px 8%;
}
.inner-banner{
  padding: 250px 0 100px;
}  
}

@media screen and (min-width: 2048px) {
.about-right {
  padding: 25px 22% 25px 2%;
}
.form-left{
  padding: 30px 40% 30px 8%;
}
.inner-banner{
  padding: 260px 0 100px;
}  
}

@media screen and (min-width: 2550px) {
.about-right {
  padding: 25px 27% 25px 2%;
}
.form-left{
  padding: 30px 50% 30px 8%;
}
.inner-banner{
  padding: 400px 0 100px;
}  
}    

