/*------------- Main Banner -------------*/
.section-tagline {
  color: #707D95;
  font-weight: 500;
  letter-spacing: 2px;
}
.banner-image-box {
  z-index: 99;
}
.main-tagline {
  color: #707D95;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.banner-image-col-one img {
  z-index: 99;
  position: relative;
  border-radius: 21px;
}
.banner-icon-image6 {
  position: absolute;
  top: 1em;
  right: 25em;
  width: 30px;
}
span.h1-part1 {
  display: block;
}
.banner-contact-details .header-git-block {
  padding: 6px 23px;
}
.banner-container {
  margin-top: 8em;
}
.banner-add-text {
  color: white;
  font-weight: 700;
  font-size: 19px;
  background-color: var(--color-secondry);
  padding: 17px 27px 11px 26px;
  border-top-right-radius: 47px;
  border-bottom-right-radius: 47px;
}
.banner-other-image1 {
  position: absolute;
  top: 7em;
  left: 2em;
}
.banner-other-imag2 {
  position: absolute;
  left: 33%;
  top: 9em;
}
.banner-other-image3 {
  position: absolute;
  top: 37%;
  left: 54%;
}
#main-banner {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
  padding-bottom: 0;
}
.banner-other-image4 {
  position: absolute;
  bottom: 14%;
  left: 50%;
}
span.phone-txt {
  display: block;
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.banner-text {
  font-size: 16px;
  color: #707D95;
  margin: 14px 0 32px 0 !important;
  font-weight: 400;
}

.banner-contact-details {
  background-color: var(--color-primary);
  /* padding: 18px; */
  border-radius: 60px;
  display: inline-flex !important;
}
.banner-head h1 {
  color: #000000;
  font-size: 52px;
  font-weight: 500;
}
.banner-image-col-two, .banner-image-col-three {
  margin-top: 7em;
}
.happy-customer-block .banner-box-number {
  margin-top: 0;
}
.banner-records {
  background-color: #140e10;
  padding: 16px 30px;
  /* display: flex; */
  /* justify-content: space-between; */
  max-width: 76.3%;
}
.banner-other-image7, .banner-other-image5, .banner-other-image3, .footer-other-image3, .footer-other-image4{
  animation-name: float_up_down;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float_up_down;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float_up_down;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float_up_down;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float_left_right;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float_up_down{
  0%{
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }
  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}
.banner-other-image6, .banner-other-image4, .banner-other-imag2, .banner-other-image1, .footer-other-image1, .footer-other-image2, .footer-other-image6, .footer-other-image5, .icon-image , .banner-icon-image1, .banner-icon-image4, .banner-icon-image3, .service-shape2, .why-choose-shape-image1, .why-choose-shape-image3, .doctor-shape-image2, .product-shape1, .product-shape2{
  animation-name: rotateme2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme2;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme2;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme2;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme2;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes rotateme2{
  0%{
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
    opacity: 1;
  }
}
/* ---------  Brand --------- */
#our-brands .brand-images  img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*------------------ Services -------------------*/
.service-bg {
  padding: 23px 23px;
  background-color: #ffffff;
  box-shadow: 0px 4px 44px 0px #00000012;
}
.services-block:hover .service-bg{
  background-color: var(--color-primary);
}
.services-block:hover h5 {
  color: white;
}
.services-block:hover .services-box-text {
  color: white;
}

.services-image {
  background-color: #FAD961;
  align-items: center;
  display: flex;
  justify-content: center;
}
#our-process .service-scale-image {
  margin-right: 14px;
}
.services-link-block a {
  font-size: 14px;
  color: #f5b100;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
.services-textbox {
  margin: 0;
}
.service-overlay {
  position: relative;
  text-align: center;
}
.service-scale-image {
  transition: all .6s ease;
  position: relative;
  padding: 15px;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.services-block h5 {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.services-box-text {
  font-size: 16px;
  color: #707D95;
  font-weight: 400;
}
.service-link a {
  color: var(--color-primary);
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.service-link a i {
  margin-left: 5px;
}
.services-text-inner {
  padding-bottom: 10px;
  position: relative;
  padding-left: 5px;
}
.services-head {
  max-width: 40%;
  margin: 0 auto;
}
.services-textbox h5, .services-textbox h5 a {
  font-size: 19px;
  /* padding-top: 2em; */
  color: #222431;
  font-weight: 400;
  font-size: 16px;
}
.services-block {
  transition: all .6s ease;
  margin-bottom: 23px;
}
.services-text {
  color: #9C9C9C;
  font-size: 15px;
  font-weight: 400;
}
.services-image {
  position: relative;
}
.services-block:hover .service-bg{
  filter: drop-shadow(4.243px 4.243px 14px rgba(0,0,0,0.09));
}
.service-scale-image img {
  position: relative;
}
.service-scale-image img {
    transition: 0.5s;
    position: relative;
}
.team_img img, .post-image-block img {
  transition: all 0.5s ease 0s;
  width: 100%;
}
.team_outer:hover img, .news-box:hover .post-image-block img{
    transform: scale(1.2) translate(4%, 4%);
}
.team_img, .post-image-block {
    position: relative;
    overflow: hidden;
}
#our-services {
  padding-top: 0;
  max-width: 100%;
}
#our-doctors, #best-for-you, #latest-news {
  max-width: 100%;
}
.testimonials-row {
  margin: 0 auto;
}
/* --------- About Us --------- */
.li-span {
  background-color: var(--color-primary);
  width: 10px;
  height: 9px;
  display: inline-flex;
  border-radius: 50%;
  margin: 2px;
}
.li-span-outer {
  margin-right: 10px;
  border: 1px solid var(--color-primary);
  display: inline-flex;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.li-span-outer{
  margin-right: 10px;
}
.about-image {
  position: relative;
}
.about-image1 img {
  width: 100%;
}
.about-image img {
  width: 100%;
  position: relative;
  z-index: 9;
  left: 20px;
}
.about-image {
  position: relative;
  max-width: 96%;
}
#about-us li {
  list-style: none;
  padding-bottom: 13px;
}
#about-us li i {
  background-color: #32ba7c;
  color: white;
  font-size: 10px;
  border-radius: 50%;
  padding: 3px;
  font-weight: 900;
  margin-right: 3px;
}
.about-image1 img{
  width: 100%;
}
#about-us .section_main_head .section-tagline:after {
  margin: 0;
}
.about-image2 {
  position: absolute;
  bottom: 0;
  border-top: 14px solid white;
  border-right: 14px solid white;
}
.whychoose-image1 {
  position: relative;
  display: inline-block;
}
.about-block, .whychoose-block {
  position: relative;
  display: inline-block;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
/*-------------- Work Process ------------------*/
#work-process {
  padding: 0;
}
#work-process .section_main_head .section-tagline:after {
  margin: 0;
}
.process-item-block {
  width: 198px;
  height: auto;
  text-align: center;
}
.process-numner-text {
    background-color: var(--color-primary);
    display: inline-block;
    padding: 6px 24px;
    border-radius: 23px;
    font-weight: 700;
    font-size: 18px;
    color: white;
    position: relative;
    bottom: -24px;
}
.process-title-box h5, .process-title-box h5 a {
  color: #15161C;
  font-weight: 600;
  font-size: 18px;
}
.process-text {
  color: #707D95;
}
.process-shape-one {
  position: absolute;
  left: 0;
  top: 5em;
  z-index: 99;
}
.process-box-row.row {
  padding-bottom: 3em;
}
.work_process-row.row {
  align-items: center;
  position: relative;
  z-index: 9;
  padding-top: 3em;
}
.process-shape-two {
  position: absolute;
  bottom: 45px;
  right: 31px;
  z-index: 99;
}
.process-heading-block {
  padding-top: 2em;
  padding-bottom: 22em;
}
.process-item:nth-child(1) {
  margin-top: -18em;
  position: relative;
  z-index: 9;
}
.process-item:nth-child(2) {
  margin-top: -15em;
  position: relative;
  z-index: 9;
}
.process-image img {
  border-radius: 50%;
}
.process-item:nth-child(3) {
  margin-top: -13em;
  position: relative;
  z-index: 9;
}
.process-item:nth-child(4) {
  margin-top: -9em;
  position: relative;
  z-index: 9;
}
.heading-shape-shadow {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 67%);
  width: 100%;
  height: 102%;
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
}
/*------------------- Records ------------------*/
#records {
    background-color: var(--color-secondry);
}
.count-box-number.box-count {
  font-size: 83px;
  top: 16px;
  font-weight: 800;
  margin-bottom: 0;
  color: var(--color-secondry);
  background-color: transparent;
  text-shadow: -1px -1px 0 var(--color-primary), 1px -1px 0 var(--color-primary), -1px 1px 0 var(--color-primary), 1px 1px 0 var(--color-primary);
  line-height: 64px;
}
.records-info {
  padding: 30px 12px;
}
.records-info h6, .records-info h6 a {
  font-size: 18px;
  color: white;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 30px;
}
#records .owl-stage-outer {
  padding-bottom: 10px;
}
.record_detail, .record-content-block {
  text-align: center;
}
.section-heading {
  color: #222222;
  font-weight: 500;
  font-size: 28px;
}
/*------------------- Make an appointment ------------------*/
.make-an-appointment-form-shape {
  background-color: var(--color-secondry);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  clip-path: polygon(0 0, 100% 26%, 100% 100%, 0% 100%);
}
#make-an-appointment-form-section .container {
  z-index: 9;
}
.make_an_appointment_form_form .section_main_head h3 {
  color: white;
  padding-bottom: 0;
}
.make_an_appointment_form_shortcode input[type="text"], .make_an_appointment_form_shortcode input[type="number"], .make_an_appointment_form_shortcode input[type="email"], .make_an_appointment_form_shortcode textarea, .make_an_appointment_form_shortcode input[type="date"], .make_an_appointment_form_shortcode select {
  border: none;
  font-size: 12px;
  padding: 14px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: white;
  border-radius: 7px;
  color: #707D95;
  margin-bottom: 20px;
}
.make_an_appointment_form_shortcode select {
    padding: 17px 10px;
}
.make_an_appointment_form_shortcode p {
  margin-bottom: 0;
}
.make_an_appointment_form_shortcode input[type="text"]::placeholder, .make_an_appointment_form_shortcode input[type="number"]::placeholder, .make_an_appointment_form_shortcode input[type="email"]::placeholder, .make_an_appointment_form_shortcode textarea::placeholder, .make_an_appointment_form_shortcode input[type="date"]::placeholder {
  color: #707D95;
}
.make_an_appointment_form_shortcode input[type="submit"] {
  margin-top: 10px;
  width: 100%;
}
.working-hours-listing {
  background-color: var(--color-primary);
  padding: 23px 20px;
  height: 100%;
}
.working-hours-listing .section_main_head h3, .working-hours-text, .working-hours-day, .working-hours-time  {
    color: white;
}
.working-hours-listing ul li {
    border-bottom: 1px solid #FFFFFF33;
}
/*------------------- Our Process ------------------*/
#our-process {
  background-color: var(--color-primary);
}
#our-process .section_main_head h6 {
  color: white;
}
#our-process .section_main_head h6:before {
  background-color: white;
}
#our-process .section_main_head h3 {
  color: white;
}
#our-process .box-tagline {
  color: var(--color-primary);
  font-size: 14px;
}
#our-process .service-overlay h5 {
  font-size: 18px;
  padding-top: 0;
  font-weight: 600;
}
#our-process .process-box-text {
  font-size: 16px;
  color: #797979;
}
#our-process .service-overlay {
  position: relative;
  text-align: left;
  align-items: center;
}
.process-text-inner {
  position: relative;
  padding-left: 19px;
}
.process-text-inner:before {
  content: '';
  background-color: #ecf6fa;
  height: 100%;
  width: 1px;
  display: inline-block;
  position: absolute;
  left: 0;
}
/*------------------- Why Choose Us ------------------*/
#why-choose-us .shape-about::before {
  clip-path: polygon(31% 0%, 100% 0, 100% 81%, 82% 81%, 82% 100%, 1% 100%, 0 24%, 31% 24%);
}
#why-choose-us .about-shape-bg:after {
  clip-path: polygon(29% 0%, 100% 0, 100% 84%, 85% 84%, 85% 100%, 0% 100%, 0% 22%, 29% 22%);
  height: 100%;
  top: 0;
}
#why-choose-us li img {
  margin-right: 3px;
}
#why-choose-us li {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
  list-style: none;
}
#why-choose-us .about_btn {
  margin-top: 1em;
}
.why-choose-shape-image1 {
  position: absolute;
  left: 0%;
  top: 50%;
}
.why-choose-shape-image2 {
  position: absolute;
  right: 0;
  top: 38%;
}
.why-choose-shape-image3 {
  right: 19%;
  width: 24px;
  position: absolute;
  bottom: 0;
}

/*------------------- Our Doctors ------------------*/
.owl-carousel .owl-item .our_doctors-box img {
  width: 100% !important;
}
.our_doctors_head a {
  color: #00052C;
  font-weight: 600;
}
.our_doctors-desig {
  color: #707D95;
}
ul.social-profiles {
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
}
.our_doctors-box:hover ul.social-profiles{
  opacity: 1;
  transform: translateY(-20px);
  transition: all 0.3s ease 0s;
}
.social-profiles  a {
  color: #707D95;
  background-color: white;
  width: 35px;
  height: 35px;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 3px;
}
.social-profiles  a:hover {
    background-color: var(--color-primary);
    color: white;
}
#best-for-you:before, #latest-news:after {
  content: '';
  opacity: 0.161;
  width: 625px;
  height: 625px;
  border-radius: 313px;
  background-color: #0087be;
  position: absolute;
  right: 0;
  filter: blur(37px);
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
}

#latest-news .section_main_head .section-tagline:after {
    margin: 0;
}

/*------------------- Our Products ------------------*/
#our-products {
  position: relative;
}
.flash_product:hover .custom_product_meta a{
  background-color: var(--color-primary);
  color: white;
}
.flash_product:hover .custom_product_meta .add_to_cart_button:before{
  color: white;
}
.product-shape1 {
  position: absolute;
  top: 22%;
  left: -1%;
}
.product-shape2 {
  position: absolute;
  bottom: 11%;
  right: -1%;
}
span.onsale {
  background-color: #de3618;
  color: white;
  font-size: 14px;
  padding: 5px 17px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
  border-radius: 5px;
  background-color: #ffae34;
}
.our_products-col{
  padding: 5px;
  border-radius: 10px;
  filter: drop-shadow(3.009px 3.993px 15px rgba(0,0,0,0.06));
  background-color: #ffffff;
}
.product-sale {
  position: absolute;
  top: 10px;
  left: 10px;
}
.product_img_box img {
  width: 100%;
}
.average-star-rating {
  color: #797979;
}
.product-box {
  padding: 0px 10px 15px 10px;
}
.average-star-rating i {
  color: #faa72a;
  font-size: 13px;
  margin-right: 3px;
}
.price-box del {
  color: #ababab;
  font-weight: 700;
}
.flash_product  h5 a {
  font-size: 18px;
  color: #222222;
  font-weight: 500;
}
.flash_product h5 {
padding-top: 0;
}
.price-box ins {
  font-weight: 700;
  text-decoration: none;
  color: #222222;
}
.flash_product .custom_product_meta a {
transition: all 0.3s ease 0s;
}
.flash_product .custom_product_meta a {
  display: block;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 23px;
  background-color: transparent;
  border: 1px solid #797979;
  color: #797979;
  font-weight: 400;
}
.custom_product_meta .add_to_cart_button:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #797979;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta {
  margin-top: 13px;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 10px;
}
.flash_product:hover .custom_product_meta {
  opacity: 1;
}
.flash_product {
margin-bottom: 30px;
}
.flash_product .add_to_cart_button.ajax_add_to_cart.added {
display: none;
}
.custom_product_meta .added_to_cart:before {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #797979;
  font-size: 14px;
  margin-right: 6px;
}
.custom_product_meta .added_to_cart {
margin-left: 8px;
display: none;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::after {
font-family: WooCommerce;
content: "\e01c";
vertical-align: top;
font-weight: 400;
color: white;
position: absolute;
top: 30%;
left: 0;
right: 0;
transform: translateY(-50%);
display: block;
z-index: 9999;
display: block;
/* width: 10px; */
/* height: 10px; */
font-size: 16px;
text-align: center;
animation: spin 2s linear infinite;
}
.custom_product_meta .add_to_cart_button.ajax_add_to_cart.loading::before{
visibility: hidden;
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.flash_product .yith-wcwl-add-button a span {
display: none;
}
.flash_product .yith-wcwl-add-button a i {
  font-size: 16px;
  color: #333333;
  background-color: transparent;
  margin: 0;
  padding: 6px 7px;
}
.product_img_box {
  position: relative;
  margin-bottom: 10px;
}
.flash_product  a.added_to_cart.wc-forward {
margin-left: 0px;
}
.product-quick-meta {
  position: absolute;
  top: 6px;
  right: 10px;
  transition: all 0.3s ease 0s;
}
.flash_product:hover  .price-rating-block {
display: none !important;
transition: all 0.3s ease 0s;
}
.flash_product:hover  .custom_product_meta {
display: block;
transition: all 0.3s ease 0s;
}
.yith-wcwl-add-to-wishlist {
margin-top: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse i {
  font-size: 19px;
  color: white;
  background-color: black;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
}
.flash_product .yith-wcwl-wishlistexistsbrowse a {
  display: none !important;
}
.flash_product i.yith-wcwl-icon.fa.fa-heart {
  font-size: 16px;
  color: #f23333;
  padding: 6px 7px;
  border-radius: 8px;
  margin: 0;
  background-color: transparent;
}
.flash_product span.feedback {
    font-size: 0;
}

/*----------------- Product Star Rating--------------*/
.woocommerce ul.products li.product .star-rating{
  color: #fcb01f;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
  position: relative;
  height: 1.7em;
  line-height: 1;
  font-size: 1em;
  width: 7.4em;
  font-family: star;
}
.star-rating {
  color: #FEC004;
  font-size: .857em;
  display: block;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.9em;
  font-family: star;
}
.star-rating:before{
 content: "\73\73\73\73\73";
 color: #FEC004;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 font-size: 12px;
 letter-spacing: 5px;
}
.star-rating span{
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  font-size: 12px;
  letter-spacing: 5px;
}
.rating-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.review_count {
  color: #808080;
  font-size: 12px;
}
.price-box-rating {
  display: flex;
  justify-content: space-between;
}
.wishlist_table.mobile li .item-details h3 a {
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.wishlist_table.mobile li .item-details h3 {
  padding-top: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table td {
  font-size: 14px;
}
.wishlist_table.mobile li table.additional-info td {
  font-size: 14px;
}
.wishlist_table.mobile .product-add-to-cart a {
  display: table!important;
  margin: 0 auto 5px!important;
  text-align: center;
  background-color: black;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 6px;
  margin: 0 auto;
  color: white;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
  text-align: center;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share {
  text-align: center;
  float: none;
}
.wishlist_table.mobile li .item-wrapper .item-details {
  width: 100%;
  text-align: center;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
  margin: 0 auto;
  display: block;
}
.woocommerce .wishlist-title h2 {
  display: none;
  margin: 0;
}
.woocommerce .wishlist-title {
  margin: 0;
}
.wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info {
  margin: 0 auto;
  width: auto;
}
.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-cart-form__cart-item td, .woocommerce table.shop_table td, .woocommerce .woocommerce-error, .woocommerce table.shop_table th {
  text-align: left;
}
#top-seller .yith-wcwl-wishlistaddedbrowse a, #blockbustor-deals .yith-wcwl-wishlistaddedbrowse a, #deals .yith-wcwl-wishlistaddedbrowse a {
  display: none;
}
.wishlist_table.mobile li {
  margin-bottom: 7px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
#top-seller a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #hot-sale a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added, #discount-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.yith-wcwl-wishlistaddedbrowse {
    text-align: left;
}
/*------------------- Best For You ------------------*/
.best-for-you-head-two h4 {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 15px;
}
#best-for-you li {
  margin-bottom: 12px;
  list-style: none;
}
#best-for-you ul {
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#best-for-you li i {
  background-color: #32ba7c;
  color: white;
  padding: 4px 5px;
  font-size: 12px;
  border-radius: 50%;
}
.best-for-you-btn {
  margin-top: 2em;
}
.best-for-you-block {
  margin-bottom: 23px;
}
.best-for-you-shape {
  position: absolute;
  top: 26%;
  left: 1%;
}
/*------------------- Video ------------------*/
#video {
  padding-top: 0;
  position: relative;
}
.video-image img {
  width: 100%;
  border-radius: 18px;
}
a.video_icon {
  background-color: var(--color-primary);
  padding: 17px 20px;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: white;
  border-radius: 50%;
  font-size: 26px;
}
a.video_icon:hover {
  background-color: #333333;
}
.video-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}
.video-shape-image {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ----------- Testimonials ------------- */
#video {
  padding-top: 0;
  position: relative;
}
#testimonials .owl-dots {
  margin-top: 1em;
}
.testimonials-heading {
  color: #222222;
  font-weight: 600;
  font-size: 20px;
}
.testimonial_box {
  position: relative;
}
.testimonial-image-quote .testimonial-quote i {
  color: #e5f3f8;
  font-size: 50px;
  position: absolute;
  bottom: 8%;
  right: 26px;
  transform: rotateY(180deg);
}
/*#testimonials {
  background-color: #e5f0dd;
}*/
.testimonial_outer > img {
  margin-bottom: 30px !important;
  display: block;
}
.owl-carousel .owl-item .testimonials_image img {
  width: auto !important;
  height: auto;
  border-radius: 50%;
  position: relative;
  z-index: 99;
}
.testimonial-block.testimonial_outer {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 4px 44px 0px #0000001C;
}
.testimonial-title {
  position: relative;
  display: block;
  margin: 0 !important;
  padding-bottom: 3px;
  padding-top: 0;
}
.testimonial-title a {
  font-size: 18px;
  position: relative;
  color: var(--color-secondry);
  font-weight: 600;
}
.testimonial-quote svg path {
    stroke: var(--color-primary);
}
.testimonials_image {
  margin-right: 10px;
}
.t-desig {
  font-size: 14px;
  display: block;
  color: #797979;
  font-weight: 400;
}
.testimonials-star-rating i {
  color: #F8B601;
  margin-right: 3px;
  font-size: 14px;
}
.testimonials-info p{
  margin-bottom: 0;
}
.custom-testimonials-nav.owl-nav {
  /* text-align: left; */
  position: relative;
}
.testimonials-info p {
  font-size: 16px;
  margin-bottom: 10px !important;
  color: #707D95;
  font-weight: 400;
}
.testimonial-block .media {
  display: inline-flex;
  align-items: center;
}
.custom-testimonials-dots.owl-dots {
  position: relative;
  margin-top: 4em;
}
.testimonial_box{
  transition: all .6s ease;
}
.testimonials-info {
  padding: 20px 0;
  margin-bottom: 16px;
  margin-top: 0px;
  border-radius: 10px;
}
.triangle, .triangle-case-study, .triangle-team, .triangle-footer, .triangle-banner {
  display:block;
  width: 100%;
  filter: url('#goo');
}

.triangle::before {
  content: "";
  display: block;
  padding-top: 86%;
  background: var(--b,orange);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.triangle-case-study::before {
  content: "";
  display: block;
  padding-top: 86%;
  padding-top: 0;
  clip-path: polygon(0 0, 100% 21%, 100% 100%, 0% 100%);
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  border: 1px solid #eeeeee;
}

.triangle-banner::before {
  content: "";
  padding-top: 64%;
  background-color: var(--color-primary);
  position: absolute;
  width: 92%;
  left: 0;
  right: 0;
  border: 1px solid #eeeeee;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 91%);
  margin: 0 auto;
}
#testimonials button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -65px;
}
#testimonials button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
/*-----------------------faq--------------------------*/
#our-faq .section_main_head .section-tagline:after {
  margin: 0;
  background-color: var(--color-primary);
}
#our-faq {
  clip-path: polygon(0 0, 100% 22%, 100% 100%, 0% 100%);
}
#our-faq .section_main_head h3 {
  color: white;
}
#our-faq .section_main_head .section-tagline {
  color: var(--color-primary);
}
#testimonials .owl-stage-outer {
    padding: 38px 0;
}
.faq-container {
    padding: 83px 40px 40px 40px;
}
#our-faq .section_main_head h6 {
  color: #12161C;
  margin-bottom: 16px;
}
#accordionfaq button.accordion-button {
  font-size: 18px;
  color: white;
  font-weight: 700;
  padding: 13px 27px 13px 0px;
  border: none;
  margin-bottom: 0;
  width: 100%;
  display: block;
  box-shadow: none;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 500;
}
#our-faq .accordion-body {
  padding: 10px 10px 10px 0px;
}
#our-faq .accordion-item {
  border-bottom: 1px solid #A4C9E9;
  border-radius: 0;
  padding: 14px 0;
}
#accordionfaq button.accordion-button:after {
  content: "";
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  font-size: 19px;
  background-image: none;
  top: 4px;
  color: #554983;
  border: 1px solid #554983;
  padding: 0px 4px 4px 3px;
  border-radius: 50%;
}
#accordionfaq button.accordion-button[aria-expanded="true"]:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 1px;
  background-color: white;
  color: #1E2D78;
  font-family: "Font Awesome 5 Free";
  border: none;
  font-size: 14px;
}
#accordionfaq button.accordion-button[aria-expanded="false"]:after {
  content: "\f067";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 1px;
  background-color: var(--color-primary);
  color: var(--color-secondry);
  border-color: transparent;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
}
.accordion-body {
  padding: 10px;
}
.accordion-collapse{
  padding: 0px;
}
h4.accordion-header button{
  padding: 12px 12px;
  background-color: var(--color-fe5970) !important;
  border-radius: 7px;
}
.accordion-header {
  padding: 0;
}
.accordion-button:focus{
  box-shadow: none;
}
#accordionfaq button.accordion-button:not(.collapsed) {
}
.accordion-body p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
}
#accordionfaq button.accordion-button:after {
  position: absolute !important;
  right: 9px;
  top: 54% !important;
  transform: translateY(-50%) !important;
  padding: 4px 5px;
  font-size: 11px !important;
}
#accordionfaq button.accordion-button:not(.collapsed)[aria-expanded="true"]:after {
  /* color: white; */
  padding: 5px 5px;
}

/* ----------- Pricing Plans ------------- */
.style-3 .pricing-header {
    border-bottom: none;
    margin: 0;
    height: 118px;
}
.pricing-card-head .pricing-header {
  align-items: center;
  display: flex;
  justify-content: center;
}
.style-3 .pricing-card-head .pricing-header {
  text-align: left;
  justify-content: start;
  padding: 15px 10px;
}
.style-3 .pricing-card {
    background-color: #E9FFFE;
    text-align: center;
}

.style-3 .pricing-header h5 {
  color: black;
  padding: 16px 0;
  font-weight: 500;
}

.pricing-features ul {
    margin: 0;
}

.pricing-features ul li i {
  background-color: #70809D;
  color: white;
  font-size: 12px;
  CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.pricing-features ul  li {
  padding: 16px 0;
  list-style: none;
  border-top: 1px solid #D8DBEA;
  color: #70809D;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-3 .pricing-footer {
    padding-bottom: 22px;
}

.plan-price {
    background-color: var(--color-secondry);
    padding: 19px 15px;
}

.plan_price {
    color: white;
    font-weight: 800;
    font-size: 32px;
}

span.plan_package {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    position: relative;
    top: 4px;
}

.style-3 .pricing-feature li {
  color: #70809D;
  font-size: 16px;
  padding: 15px 10px;
  border-top: 1px solid #D8DBEA;
  background-color: transparent;
  list-style: none;
}
.pricing-feature ul {
    margin: 0;
}

.style-3 .price {
  color: #616161;
  font-size: 60px;
  font-weight: 400;
  line-height: normal;
}

.style-3 .currency {
  top: 12px;
  font-size: 22px;
  left: -16px;
  font-weight: 300;
}

.style-3 .plan {
  bottom: 12px;
  left: auto;
  margin: 0;
  left: calc(100% + 5px);
  font-weight: 400;
  font-size: 12px;
  width: 50px;
  text-align: left;
  line-height: normal;
}
.style-3 .pricing-feature li span, .style-3 .pricing-feature li i {
  float: right;
}

.style-3 .ribbon {
  top: 35%;
  right: -10px;
  left: auto;
  border-radius: 0;
}

.style-3 .ribbon:after {
  border-right: 10px solid transparent;
  border-top: 7px solid rgba(0, 0, 0, 0.5);
  bottom: -7px;
  content: "";
  position: absolute;
  right: 0;
}

.style-3 .person .price {
  color: #2196f3;
}

.style-3 .person .plan {
  color: #757575;
}

.style-3 .corp .price {
  color: #4caf50;
}

.style-3 .corp .plan {
  color: #757575;
}

.style-3 .unlim .price {
  color: #f44336;
}

.style-3 .unlim .plan {
  color: #757575;
}

.style-3 .business .price {
  color: #ffc107;
}

.style-3 .business .plan {
  color: #757575;
}

.pricing-card:hover{
  background-color: #EFFDFF;
}
.pricing-card:hover .plan-price{
  background-color: var(--color-primary);
}
.pricing-card:hover .plan_price, .pricing-card:hover .plan_package {
    color: white;
}
.pricing-card:hover .theme_button2 {
    background-color: var(--color-primary);
    color: white;
}
.style-3 .pricing-feature li:last-child, .pricing-features ul li:last-child{
  border-bottom: 1px solid #D8DBEA;
}

li.inactivelist i {
    visibility: hidden;
}

.plan-btn {
  padding-top: 24px;
}

.style-3.comparison-table [class*=col-]:first-child {
  margin: -1px;
}
.style-3.comparison-table .list-feature .pricing-header h5 {
    margin-top: 0;
    border-bottom: none;
    color: #000000;
}

.style-3.comparison-table .pricing-feature li p, .style-3.comparison-table .pricing-feature li i, .style-3.comparison-table .pricing-feature li span {
  float: none;
}

.style-3 .pricing-footer .btn-act.btn-line {
  background: none;
  border-color: #2196f3;
  color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-line:hover {
  background: #2196f3;
  border-color: #2196f3;
  color: #fff;
}

.style-3 .pricing-footer .btn-act.btn-bg {
  background-color: #2196f3;
  border-color: #2196f3;
}

.style-3 .pricing-footer .btn-act.btn-bg:hover {
  background: #212121;
  border-color: #212121;
}
/*---------------------- Gallery ------------------------*/
#work-gallery .section_main_head .section-tagline:after {
    margin: 0;
}
.gallery_image_box i {
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 16px 18px;
  border-radius: 50%;
}
.gallery_icon {
  display: none;
}
.gallery_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EA7F4AB2;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 90%;
  margin: 0 auto;
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
/* Main CSS */
#work-gallery {
  /* background-color: #F2F2F2; */
  /* padding-bottom: 0; */
}
.grid-wrapper span.square {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  border-radius: 50%;
  color: var(--color-secondry);
}
.grid-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(338px, 1fr));
  grid-auto-rows: 317px;
  grid-auto-flow: dense;
  padding: 0;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
  width: 100%;
}
.gallery-wrapper.container {
  max-width: 1468px;
}
/* ----------- Promotional Banner ------------- */
#promotional-banner {
  padding: 0;
}
/* ----------- Events ------------- */
#testimonials .section_main_head, #our-gallery .section_main_head, #our-services .section_main_head, #our-events .section_main_head, .half-width-heading{
  max-width: 33%;
  margin: 0 auto;
}
/* ----------- Latest News ------------- */
#latest-news .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -72px;
  transform: translateY(-50%);
}
#latest-news .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translateY(-50%);
}
.news-inner-div {
    box-shadow: 0px 4px 34px 0px #00000012;
    margin: 21px;
}
.news-date-comment.d-flex.align-items-center {
  justify-content: space-between;
}
.news-content {
  padding: 24px;
}
.news-content ul.post-categories a {
  color: var(--color-primary);
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
}
.news-date {
  font-weight: 400;
  color: #797979;
}
.news-comment a {
  color: #c3c3c3;
  font-size: 14px;
}
.sep {
  padding: 0 6px;
}
.news-comment {
  margin-left: 20px;
}
.post-metabox {
  margin: 0;
}
.news-box h5 a {
  display: block;
  margin-top: 0;
  color: #00052C;
  font-weight: 500;
  color: var(--color-secondry);
}
.news-date-comment i {
  color: var(--color-primary);
  font-size: 14px;
  margin-right: 7px;
}
.read-more a {
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #D8DBEA;
  border-radius: 5px;
  display: inline-block;
  margin-top: 19px;
  color: #707D95;
  font-size: 14px;
  font-weight: 600;
}
.read-more a:hover, .news-box:hover .read-more a{
  background-color: var(--color-primary);
  color: white;
}
.news-date-comment a {
  color: #707D95;
}
.news-text {
  margin-top: 10px;
  color: #797979;
  font-weight: 400;
}
a.post_link {
  font-weight: 500;
  font-size: 16px;
}
a.post_link:hover {
  color: white;
}
.news-comment i {
  margin-right: 10px;
}
.post-metabox {
  margin-bottom: 20px;
  position: relative;
}
#latest-news {
  position: relative;
}
.news-box-outer {
  position: relative;
}
/*-------------- Owl crousel ---------------*/
button.owl-prev, button.owl-next {
  border: none;
  padding: 0;
}
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin-right: 8px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 0;
  height: 14px !important;
  width: 14px !important;
  display: inline-block;
  border: none;
  /* display: flex; */
  /* align-items: center; */
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
    background-color: transparent !important;
    border-color: var(--color-primary) !important;
}
.owl-carousel button.owl-dot.active span, button.owl-dot.active span {
    background-color: var(--color-primary) !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
.owl-carousel .owl-nav i, .owl-nav i {
  border: none;
  transition: .3s ease;
  opacity: 1;
  padding: 0;
  color: #292D32;
  padding: 12px 12px;
  font-size: 16px;
  border: none;
  border: 1px solid #D8DBEA;
  writing-mode: tb-rl;
  border-radius: 50%;
}
.owl-carousel .owl-nav button.owl-prev i:hover, .owl-nav button.owl-prev i:hover, .owl-carousel .owl-nav button.owl-next i:hover, .owl-nav button.owl-next i:hover{
  color: var(--color-primary);
}
.owl-carousel .owl-dots button.owl-dot span, .owl-dots button.owl-dot span {
  margin: 1px;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #707D95;
  border-radius: 50%;
}
button.owl-prev {
  margin-right: 7px;
}
.owl-nav {
  margin-top: 20px;
  text-align: center;
}
.owl-carousel .owl-item .post-image-block img {
  width: 100% !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none;
}
.dot-image {
    position: absolute;
    top: 2em;
    right: 3em;
}

/*-------------- Newsletter ---------------*/
#newsletter_section {
  background-color: var(--color-primary);
  padding: 23px 40px;
}
#newsletter_section .section_main_head h3 {
  font-weight: 600;
  color: white;
  font-size: 34px;
  padding-bottom: 8px;
}
#newsletter_section .section_main_head .section-text {
  color: #dfe7eb;
  font-weight: 400;
}
#newsletter_section input[type="email"] {
  width: 100%;
  background-color: white;
  border-radius: 10px;
  border: none;
  margin-right: 17px;
  padding: 12px 25px;
  font-size: 16px;
  color: #707D95;
}
#newsletter_section input[type="email"]::placeholder {
  font-size: 16px;
  color: #707D95;
}
.newsletter_shortcode input[type="submit"] {
  border-radius: 10px;
  background-color: var(--color-secondry);
  position: absolute;
  right: 0;
  top: 0;
}
.newsletter_shortcode {
  margin-top: 25px;
}
#newsletter_section .row {
  align-items: center;
}
.flash_product .yith-wcwl-add-button a .fa-heart-o:before {
  content: "\f004";
}
#latest-news .owl-stage-outer {
  padding: 3em 0;
}
#make-an-appointment-form-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}