/*
Template: foodsto  - foodsto Landing Page WordPress Theme
Author: iqonicthemes.in
Version: 1.1
Design and Developed by: iqonicthemes.in

NOTE: This is main stylesheet of template, This file contains the styling for t
he actual Template. Please do not change anything here! write in a custom.css fi
le if required!
*/

/*================================================
[  Table of contents  ]
================================================


:: Title
:: Count Down
:: Product Offer Block
:: Mobile View Button
:: Product Offer
:: Testimonial
:: Team
:: Progressbar
:: Instagram
:: Scrollbar
:: Responsive


======================================
[ End table content ]
======================================*/:root { --primary-color: #3bb77e; --secondary-color: #ffba43; --white-color: #ffffff; --white-light-color: #ebecef; --title-color: #1c2137; --sub-title-color: #ffba43; --body-text: #4a4a4a; --light-green-color: #e2f9ee; --light-yellow-color: #fff8ed; --warning-color: #ff0000; --light-grey: #f9faff; }

/*--------------------------------------------------------------
                     Title
--------------------------------------------------------------*/
.iq-title-box { margin-bottom: 60px; }
.iq-title-box .iq-subtitle { color: var(--primary-color); font-size: 22px; line-height: 1; letter-spacing: 2px; font-family: 'Satisfy', cursive; }
.iq-title-box .iq-title-desc { margin-top: 15px; }
.iq-title-divider { background: var(--secondary-color); height: 3px; display: inline-block; width: 50px; }

/*--------------------------------------------------------------
                     Count Down
--------------------------------------------------------------*/
.iq-count-down .displaySection { display: inline-block; width: 150px; height: 150px; font-family: 'Poppins', sans-serif; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 900px; margin-right: 30px; padding-top: 40px; }
.iq-count-down .displaySection:last-child { margin-right: 0; }
.iq-count-down .displaySection .numberDisplay { display: inline-block; width: 100%; color: var(--secondary-color); font-size: 46px; line-height: 1; }
.iq-count-down .displaySection .periodDisplay { color: var(--white-color); line-height: 1; font-size: 20px; }

.icon-primary svg{
  fill:var(--primary-color);
}
/*--------------------------------------------------------------
                     Product Offer Block
--------------------------------------------------------------*/
.iq-product-offer-block { position: relative; overflow: hidden; border-radius: 5px; }
.iq-product-offer-block .iq-offer-img, .iq-product-offer-block .iq-offer-img .iq-offer-back-img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; width: 100%; }
.iq-product-offer-block .iq-offer-back-img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.iq-product-offer-block:hover .iq-offer-back-img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.iq-product-offer-block .iq-offer-info { position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: var(--white-color); text-align: left; padding: 0 0 0 55px; min-height: 280px; z-index: 1; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; padding: 35px; width: 100%; }
.iq-product-offer-block .iq-offer-title, .iq-product-offer-block .iq-offer-desc { display: block; width: 100%; }
.iq-product-offer-block .iq-offer-info .iq-btn-container { display: block; width: 100%; }
.iq-product-offer-block .iq-offer-info .iq-offer-sub { display: block; width: 100%; }

/*--------------------------------------------------------------
                     Mobile View Button
--------------------------------------------------------------*/
.iq-shop-btn-holder.iq-shop-btn-footer-holder { display: none; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul { width: 100%; position: relative; display: block; padding: 0; margin: 0 auto; text-align: center; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul li>a, .iq-shop-btn-holder.iq-shop-btn-footer-holder ul li .wishlist_count a { display: flex; align-items: center; justify-content: flex-end; flex-direction: column; padding-bottom: 5px; background-color: var(--white-color); height: 4.235801032em; position: relative; z-index: 999; border-right: 1px solid; border-right-color: var(--light-green-color); text-decoration: none; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul li:hover a { color: var(--secondary-color); }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul li { list-style: none; width: 33.10%; margin: 0 auto; text-align: center; padding: 0; display: inline-block; float: left; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul li a i { display: block; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder ul li:last-child a { border: none; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder { position: fixed; bottom: 0; left: 0; right: 0; z-index: 996; border-top: 1px solid; border-top-color: var(--light-grey); background-color: var(--white-color); }
.iq-shop-btn-holder.iq-shop-btn-footer-holder .wishlist_count { position: relative; }
.iq-shop-btn-holder.iq-shop-btn-footer-holder span.wcount { position: absolute; top: 15px; left: 0; right: -24px; margin: 0 auto; z-index: 999; color: var(--white-color); background-color: var(--secondary-color); display: inline-block; width: 16px; line-height: 16px; height: 16px; font-size: 13px; border-radius: 90px; }

/*--------------------------------------------------------------
                     Product Offer
--------------------------------------------------------------*/
.iq-product-block-info { display: flex; align-items: flex-start; margin-bottom: 30px; position: relative; overflow: hidden; align-items: center; position: relative; background-color: var(--white-color); border: 0px solid; box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); padding: 10px; border-radius: 5px; }
.iq-product-block-info:before { content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border-radius: 5px; opacity: 0.5; }
.iq-product-info { flex: 1; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 15px; z-index: 1; }
.iq-product-block .iq-product-img { width: 120px; height: 120px; -ms-flex-item-align: center !important; align-self: center !important; overflow: hidden; }
.iq-product-block-info .iq-product-info h5 { margin-bottom: 0px; margin-top: 0; transition: all 0.45s ease 0s; }
.iq-product-block-info:hover .iq-product-info h5 { color: var(--primary-color); }
.iq-product-info .iq-woo-ratings ul { padding: 0; margin: 0; }
.iq-product-info .iq-woo-ratings ul li { list-style: none; float: left; display: inline-block; padding: 0; margin: 0 5px 0 0; font-size: 14px; }
.iq-product-info .iq-woo-ratings ul li:last-child { margin-right: 0; }
.iq-product-block-info .iq-product-info del { color: var(--body-text); font-size: 16px; align-self: center; font-family: 'Poppins', sans-serif; margin-right: 5px; }
.iq-product-block-info .iq-product-info  span { position: relative; font-size: 20px; font-weight: 600; font-family: 'Poppins', sans-serif; color: var(--primary-color); }
.iq-product-block-info .iq-woo-product-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.iq-product-block-info .woocommerce-LoopProduct-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.iq-product-block .iq-product-img img { width: 100%; height: 100%; border-radius: 5px; }
.iq-product-block-info .iq-woo-ratings { color: var(--secondary-color); position: relative; font-size: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; }
.iq-product-block-info .iq-product-info span.iq-review { color: var(--body-text); font-size: 14px; font-weight: 500; margin-left: 5px; }
.img-space-lr { padding: 0 0 0 15px; }
.img-space-rl { padding: 0 15px 0 0; }

/*--------------------------------------------------------------
                  Testimonial
--------------------------------------------------------------*/

/*style 1*/
.iq-testimonial .iq-testimonial-avtar img { width: 100%; height: 100%; }
.iq-testimonial .iq-testimonial-quote { position: absolute; font-size: 180px; line-height: 180px; left: 0; top: -100px; z-index: -1; }
.iq-testimonial .iq-testimonial-quote i { color: var(--light-green-color); font-weight: bold; }
.iq-testimonial-1 .iq-testimonial-info .iq-testimonial-avtar { margin-right: 15px; width: 60px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.iq-testimonial-1 .iq-testimonial-info .iq-testimonial-avtar img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
.iq-testimonial-1 .iq-testimonial-info .iq-testimonial-content { z-index: 1; position: relative; padding: 30px; }
.iq-testimonial-1 .iq-testimonial-info .title { font-size: 18px; }
.iq-testimonial-1 .iq-testimonial-info .avtar-name { display: table-cell; }
.iq-testimonial-1 .iq-testimonial-info .avtar-name  span { font-size: 14px; }
.iq-testimonial-1 .iq-testimonial-info p { margin-bottom: 0px; color: var(--title-color); }
.iq-testimonial-1 .iq-testimonial-info .iq-lead { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 22px; color: var(--title-color); }
.iq-testimonial-1 .iq-testimonial-info .iq-testimonial-member { margin-top: 30px; display: flex; }
.iq-testimonial-1.text-right .iq-testimonial-info .iq-testimonial-member { float: right; display: block }
.iq-testimonial-1.text-right .iq-testimonial-info .iq-testimonial-avtar { margin-right: 0; margin-left: 15px; float: right; }
.iq-testimonial-1.text-center .iq-testimonial-info .iq-testimonial-member { display: block; text-align: center; }
.iq-testimonial-1.text-center .iq-testimonial-info .iq-testimonial-avtar { display: inline-block; vertical-align: middle; }
.iq-testimonial-1.text-center .iq-testimonial-info .avtar-name { display: inline-block; text-align: left; vertical-align: middle; }
.iq-testimonial-1.text-center .iq-testimonial-info .avtar-name .iq-post-meta { display: inline-block; color: var(--primary-color); }

/*style 2*/
.iq-testimonial-2 .iq-testimonial-user .iq-designation { color: var(--white-color); font-weight: 400; font-style: italic; }

/* Arrows */
.iq-testimonial-2 .slick-prev, .iq-testimonial-2  .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.iq-testimonial-2  .slick-prev:hover, .iq-testimonial-2  .slick-prev:focus, .iq-testimonial-2  .slick-next:hover, .iq-testimonial-2  .slick-next:focus { color: transparent; outline: none; background: transparent; }
.iq-testimonial-2  .slick-prev:hover:before, .iq-testimonial-2  .slick-prev:focus:before, .iq-testimonial-2  .slick-next:hover:before, .iq-testimonial-2  .slick-next:focus:before { opacity: 1; }
.iq-testimonial-2  .slick-prev.slick-disabled:before, .iq-testimonial-2  .slick-next.slick-disabled:before { opacity: .25; }
.iq-testimonial-2  .slick-prev:before, .iq-testimonial-2 background  .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.iq-testimonial-2  .slick-prev { left: -25px; }
[dir='rtl'] .iq-testimonial-2  .slick-prev { right: -25px; left: auto; }
.iq-testimonial-2  .slick-prev:before { content: 'â†'; }
[dir='rtl'] .iq-testimonial-2  .slick-prev:before { content: 'â†’'; }
.iq-testimonial-2  .slick-next { right: -25px; }
[dir='rtl'] .iq-testimonial-2  .slick-next { right: auto; left: -25px; }
.iq-testimonial-2  .slick-next:before { content: 'â†’'; }
[dir='rtl'] .iq-testimonial-2  .slick-next:before { content: 'â†'; }

/* Dots */
.iq-testimonial-2  .slick-dotted.slick-slider { margin: 0 -15px; }
.iq-testimonial-2  .slick-dots { position: relative; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.iq-testimonial-2  .slick-dots li { position: relative; display: inline-block; width: 35px; height: 3px; margin: 0 5px; padding: 0; cursor: pointer; }
.iq-testimonial-2  .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 35px; height: 3px; padding: 0; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.iq-testimonial-2  .slick-dots li button:hover, .iq-testimonial-2  .slick-dots li button:focus { outline: none; }
.iq-testimonial-2  .slick-dots li button:hover:before, .iq-testimonial-2  .slick-dots li button:focus:before { opacity: 1; }
.iq-testimonial-2  .slick-dots li button:before { background: var(--white-color); font-family: 'slick'; font-size: 6px; position: absolute; top: 0; left: 0; width: 35px; height: 3px; content: ''; text-align: center; opacity: .25; color: var(--white-color); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.iq-testimonial-2  .slick-dots li.slick-active button:before { opacity: .75; color: var(--white-color); }
.iq-testimonial-2  .slick-initialized .slick-slide { outline: none; }
.iq-testimonial-2  .slick-initialized .slick-slide { display: block; margin: 0 auto;}
.iq-testimonial-2  .testimonial-slider { color: var(--body-text); }
.iq-testimonial-2  .slick-next:before { content: "\f3d3"; font-family: "Ionicons"; font-size: 20px; }
.iq-testimonial-2  .slick-prev:before { content: "\f3d2"; font-family: "Ionicons"; font-size: 20px; }
.iq-testimonial-2 .iq-slider .iq-lead {font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--white-color); }
.iq-testimonial-2 .iq-testimonial-user { font-weight: 400; font-family: 'Manrope', sans-serif; }
.iq-testimonial-2 .iq-testimonial-user {
  position: relative;
  background: var(--primary-color);
  padding: 15px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.iq-testimonial-2 .iq-testimonial-main {
  margin: 0 15px;
  padding: 10px;
  box-shadow: 0px 4px 28.14px 0.86px rgba(0, 0, 0, 0.05);
  background: var(--white-color);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.iq-testimonial-2 .iq-testimonial-main .iq-testimonial-desc{
  padding: 15px 15px 50px;
} 
.iq-testimonial-2 .iq-testimonial-main p {
  margin: 0 30px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-style: italic;
}
.iq-testimonial-2 .iq-testimonial-user .iq-user-img {
  position: absolute;
  left: auto;
  right: 15px;
  top: -40px;
}
.iq-testimonial-2 .iq-testimonial-user .iq-user-img img {
  width:80px;
  border: 5px solid var(--white-color);
  box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10);
  background: var(--white-color);
}
.iq-testimonial-2 .iq-testimonial-icon i{
  font-size: 50px;
  opacity: 0.2;
}
.iq-testimonial-2 .iq-testimonial-icon {
  text-align: center;
  margin: 0 12px 0 0;
}
/*--------------------------------------------------------------
                  Team
--------------------------------------------------------------*/
.iq-team-blog { position: relative; display: block; text-align: center; padding: 10px 10px 0 10px; box-shadow: 0px 1px 30px 0px rgba(36, 38, 43, 0.10); background: var(--white-color); border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; overflow: hidden; margin-bottom: 30px; }
.iq-team-blog .iq-team-img { border-radius: 5px; position: relative; display: block; overflow: hidden; }
.iq-team-blog .iq-team-img img { width: 100%; height: 100%; }
.iq-team-blog .iq-team-info { padding: 10px 0 15px; }
.iq-team-blog .iq-team-info .designation-text { color: var(--primary-color); padding-bottom: 10px; display: block; }
.iq-team-blog .iq-team-info .iq-team-social ul { list-style: none; padding: 0; margin: 0 auto; }
.iq-team-blog .iq-team-info .iq-team-social ul li { display: inline-block; vertical-align: middle; margin: 0 5px; }
.iq-team-blog .iq-team-info .iq-team-social ul li a { display: block; line-height: 45px; color: var(--primary-color); text-align: center; height: 45px; width: 45px; border-radius: 5px; border: 1px solid var(--primary-color); }
.iq-team-blog .iq-team-info .iq-team-social ul li a i { color: var(--primary-color); }
.iq-team-blog .iq-team-info .iq-team-social ul li a:hover { color: var(--white-color); background: var(--secondary-color); border: 1px solid var(--secondary-color); }
.iq-team-blog .iq-team-info .iq-team-social ul li a:hover i { color: var(--white-color); }

/*--------------------------------------------------------------
                   category list Page
--------------------------------------------------------------*/
.iq-category-grid .iq-category-link { margin-bottom: 30px; position: relative; display: block; border-radius: 5px; }
.iq-category-grid .iq-category-link a { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; font-size: 18px; font-family: 'Poppins', sans-serif; -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; position: relative; width: 100%; border-radius: 5px; }
.iq-category-grid .iq-category-details { position: relative; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; color: var(--white-color); text-align: left; padding: 0 0 0 55px; min-height: 280px; z-index: 1; overflow: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; padding: 25px; width: 100%; }
.iq-category-grid .iq-category-link .iq-title { margin-bottom: 15px; display: block; width: 100%; }
.iq-category-grid .iq-category-link .iq-button { text-align: center; margin: 0 15px; -webkit-backface-visibility: hidden; backface-visibility: hidden; margin: 0; }
.iq-category-grid .iq-category-link a img { -webkit-transition: .5s; -o-transition: .5s; transition: .5s; will-change: transform; width: 100%; }
.iq-category-grid .iq-category-link a:hover img, .iq-category-grid .iq-category-link:hover img { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); }
.iq-category-grid .iq-category-link a:hover .iq-button { color: var(--white-color); }
.iq-category-grid .iq-category-link a:hover span:before { width: 100%; color: var(--white-color); border-radius: 5px; }

/*--------------------------------------------------------------
                  Pricing Plan
--------------------------------------------------------------*/
.iq-price-table { overflow: hidden; margin-top: 0; background: var(--white-color); padding: 0px; border-radius: 10px; position: relative; }
.iq-price-table::before { content: ""; display: block; position: absolute; bottom: 15px; right: -60px; background: var(--white-light-color); border-radius: 25px; height: 60%; transform: rotate(15deg); width: 60px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-price-table .iq-price-header { padding: 45px 30px; position: relative; border-top: 10px solid var(--primary-color); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.iq-price-table .iq-price-header .iq-price-label { color: var(--primary-color); text-transform: uppercase; font-weight: bold; }
.iq-price-table .iq-price-header .price { color: var(--secondary-color); line-height: normal; text-transform: initial; }
.iq-price-table .iq-price-header h2.iq-price { font-size: 60px; }
.iq-price-table .iq-price-header h3.iq-price { font-size: 45px; }
.iq-price-table .iq-price-header h4.iq-price { font-size: 36px; }
.iq-price-table .iq-price-header h5.iq-price { font-size: 24px; }
.iq-price-table .iq-price-header h6.iq-price { font-size: 16px; }
.iq-price-table .iq-price-header .iq-price span { color: var(--title-color); }
.iq-price-table .iq-price-body ul.iq-price-service li { font-weight: normal; list-style: none; line-height: 45px; font-size: 18px; color: var(--body-text); }
.iq-price-table .iq-price-body ul.iq-price-service li:hover { color: var(--secondary-color); }
.iq-price-table .iq-price-header .iq-price-label { margin-bottom: 10px; display: block; }
.iq-price-table .iq-price-body ul.iq-price-service { padding: 30px 45px; border-top: 2px solid var(--white-light-color); }
.iq-price-table .iq-button { margin-bottom: 45px; }
.iq-price-table .iq-price-header  .iq-price-description { margin-bottom: 0; margin-top: 10px; }
.iq-price-table:hover .iq-price-header, .iq-price-table.active .iq-price-header { border-top-color: var(--secondary-color); }
.iq-price-table:hover .iq-price-header .iq-price-label, .iq-price-table.active .iq-price-header .iq-price-label { color: var(--secondary-color); }
.iq-price-table.active::before, .iq-price-table:hover::before { background: var(--secondary-color); }
.iq-price-table.active .iq-button { background: var(--secondary-color); color: var(--white-color); }
.iq-price-table .iq-button:focus { background: var(--secondary-color); color: var(--white-color); }

/*---------------------------------------------------------------------
              Progressbar
-----------------------------------------------------------------------*/
.iq-progressbar-content { position: relative; margin-bottom: 30px; }
.iq-progressbar-content:last-child { margin-bottom: 0; }
.progress-value { float: right; border-radius: 5px; color: var(--title-color); line-height: 30px; position: relative; bottom: 25px; right: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.iq-progress-bar { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; background: var(--white-light-color) none repeat scroll 0 0; box-shadow: 0 0 0; height: 7px; margin: 0; position: relative; width: 100%; margin: 10px 0 0; }
.iq-progress-bar>span { background: var(--primary-color) none repeat scroll 0 0; display: block; height: 100%; width: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }

/*---------------------------------------------------------------------
              Instagram
-----------------------------------------------------------------------*/
.iq-insta-box img { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
.iq-insta-box:hover img { -webkit-transform: scale(1.03); -ms-transform: scale(1.03); transform: scale(1.03); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
body.page-id-294 .iq-breadcrumb-one, body.page-id-389 .iq-breadcrumb-one { display: none; }
body.page-id-294 .content-area .site-main, body.page-id-389 .content-area .site-main { padding: 0; }

/*---------------------------------------------------------------------
               Scrollme Title
-----------------------------------------------------------------------*/
.scrolling-text { font-size: 130px; line-height: 115px; font-family: 'Poppins', sans-serif; font-weight: 600; text-transform: capitalize; color: transparent; z-index: -1; -webkit-text-stroke: 1px var(--primary-color); opacity: 0.2; }
.scrolling-text .skrollable { z-index: -1; }
.iq-team-style-1.detail-page .iq-team-blog .iq-team-info p { margin-top: 15px; margin-bottom: 0; padding-top: 20px; border-top: 1px solid rgba(0, 0, 0, 0.06); }
.iq-team-style-1.iq-doctor-info .iq-team-blog .iq-team-info .iq-team-main-detail { clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
.iq-team-style-1.iq-doctor-info .iq-team-blog .iq-team-info:after { clip-path: inset(0 0 0 0); -webkit-clip-path: inset(0 0 0 0); }
.iq-team-style-1.detail-page .iq-team-blog { margin: 0; }

/*---------------------------------------------------------------------
                Responsive
-----------------------------------------------------------------------*/
@media(max-width:1024px) {
  .iq-offer-back-img { background-position: center; }
}
@media(max-width:479px) {
  .iq-testimonial-2 .iq-testimonial-icon { display: none; }
  .iq-testimonial-2 .iq-testimonial-main p{ margin: 0;}
}