/** General appointment btn */
/** theme border customization */
/** header quick links buttons variable */
/** social buttons in footer */
.text-brand-primary-light, .hover-text-brand-primary-light:hover {
  color: #ff9027;
}
.text-brand-primary, .hover-text-brand-primary:hover {
  color: #ff9027;
}
.text-brand-primary-dark, .hover-text-brand-primary-dark:hover {
  color: #ff9027;
}
.text-brand-secondary-light, .hover-text-brand-secondary-light:hover {
  color: #30302f;
}
.text-brand-secondary, .hover-text-brand-secondary:hover {
  color: #030202;
}
.text-brand-secondary-dark, .hover-text-brand-secondary-dark:hover {
  color: #30302f;
}
.text-gray, .hover-text-gray:hover {
  color: #404040;
}
.text-white, .hover-text-white:hover {
  color: #fff;
}
.text-black, .hover-text-black:hover {
  color: #000;
}
.text-error, .hover-text-error:hover {
  color: #f00;
}
.text-warning, .hover-text-warning:hover {
  color: #ffae42;
}
.text-success, .hover-text-success:hover {
  color: #008000;
}
.bg-brand-primary-light, .hover-bg-brand-primary-light:hover {
  background-color: #ff9027;
}
.bg-brand-primary, .hover-bg-brand-primary:hover {
  background-color: #ff9027;
}
.bg-brand-primary-dark, .hover-bg-brand-primary-dark:hover {
  background-color: #ff9027;
}
.bg-brand-secondary-light, .hover-bg-brand-secondary-light:hover {
  background-color: #30302f;
}
.bg-brand-secondary, .hover-bg-brand-secondary:hover {
  background-color: #030202;
}
.bg-brand-secondary-dark, .hover-bg-brand-secondary-dark:hover {
  background-color: #30302f;
}
.bg-gray, .hover-bg-gray:hover {
  background-color: #404040;
}
.bg-white, .hover-bg-white:hover {
  background-color: #fff;
}
.bg-black, .hover-bg-black:hover {
  background-color: #000;
}
.bg-error, .hover-bg-error:hover {
  background-color: #f00;
}
.bg-warning, .hover-bg-warning:hover {
  background-color: #ffae42;
}
.bg-success, .hover-bg-success:hover {
  background-color: #008000;
}
.banner-section {
  height: calc(100vh - 135px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
}
.banner-section .arrow-bottom {
  position: absolute;
  height: 40px;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
  animation: bounce 2s infinite;
}
.banner-section .arrow-bottom:hover {
  color: #ff9027;
}
.banner-section .arrow-bottom span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .banner-section.inner-banner {
    height: 50vh;
    min-height: 50vh;
  }
}
@media (max-width: 1200px) and (orientation: landscape) {
  .banner-section.inner-banner {
    height: 70vh;
  }
}
@media (max-width: 992px) {
  .banner-section.inner-banner {
    height: 70vh;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .banner-section.inner-banner {
    height: 90vh;
  }
}
@media (max-width: 992px) {
  .banner-section.inner-banner .content-part {
    width: 100%;
    padding-bottom: 20px;
  }
}
.banner-section.inner-banner .banner-content {
  margin-top: -20px;
}
.banner-section .wrapper {
  height: 100%;
}
.banner-section .content-part {
  width: 740px;
}
.banner-section .content-part h1 {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .banner-section .content-part h1 {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .banner-section .content-part h1 br {
    display: none;
  }
}
.banner-section .content-part p {
  font-size: 25.92px;
}
@media (max-width: 992px) {
  .banner-section .content-part p {
    font-size: 22.92px;
  }
}
@media (max-width: 767px) {
  .banner-section .content-part p {
    font-size: 18.92px;
  }
}
@media (max-width: 480px) {
  .banner-section .content-part p {
    font-size: 15.92px;
  }
}
@media (max-width: 480px) {
  .banner-section .buttons .btn-block {
    width: 100%;
    padding-bottom: 10px;
  }
  .banner-section .buttons .btn-block .read-more {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.banner-section .buttons .btn-block:last-child .read-more {
  border-color: #ff9027;
  background: transparent;
  color: #ff9027;
}
.banner-section .buttons .btn-block:last-child .read-more:hover {
  border-color: #ff9027;
  background: #ff9027;
  color: #fff;
}
@media (max-width: 350px) {
  .banner-section .buttons .read-more {
    margin-bottom: 10px;
  }
}
.banner-section .buttons .read-more:first-child {
  margin-right: 20px;
}
@media (max-width: 640px) {
  .banner-section .buttons .read-more:first-child {
    margin-right: 0;
  }
}
.banner-section .buttons span {
  margin-bottom: 0 !important;
}
.banner-section.without-image {
  background-color: #faf2f3;
}
.banner-section.without-image .content-part h1, .banner-section.without-image .content-part p {
  color: #000;
}
.banner-section .inner-content > span {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .banner-section .inner-content > span {
    margin-bottom: 15px;
  }
}
.banner-section .inner-content > span a {
  color: #ff9027;
  font-size: 14px;
}
.banner-section .inner-content > span a:hover {
  color: #fff;
}
.banner-section .inner-content > span .middle-arrow {
  padding: 0 13px;
  display: inline-block;
  font-size: 20px;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.content.default-page {
  padding: 70px 0;
}
.content.default-page h1, .content.default-page .entry {
  max-width: 900px;
  margin: auto;
}
.content.default-page h1 {
  padding-bottom: 36px;
}
.content.about-page {
  padding: 70px 0 104px;
}
@media (max-width: 767px) {
  .content.about-page {
    padding: 50px 0 64px;
  }
}
.content.about-page .entry {
  max-width: 990px;
  margin: auto;
}
.content.about-page .entry p {
  padding: 0 99px;
}
@media (max-width: 1024px) {
  .content.about-page .entry p {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .content.about-page .entry p {
    padding: 0;
  }
}
.content.about-page .entry img {
  border-radius: 10px;
}
.about-group {
  overflow: hidden;
}
.about-group .top-content, .about-group .bottom-content {
  max-width: 812px;
  margin: auto;
  padding: 0 20px;
}
.about-group .top-content {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .about-group .top-content {
    padding-top: 30px;
  }
}
.about-group .top-content h2 {
  color: #030202;
  font-weight: bold;
}
.about-group .top-content p {
  font-size: 25.92px;
}
@media (max-width: 992px) {
  .about-group .top-content p {
    font-size: 22.92px;
  }
}
@media (max-width: 767px) {
  .about-group .top-content p {
    font-size: 18.92px;
  }
}
.about-group .logos-slider {
  padding: 50px 0;
  margin-left: -27px;
  margin-right: -27px;
}
.about-group .logos-slider .slick-slide {
  padding: 0 27px;
}
@media (max-width: 1024px) {
  .about-group .logos-slider .slick-slide {
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .about-group .logos-slider .slick-slide {
    padding: 0 12px;
  }
}
.about-group .logos-slider .single-list a {
  display: block;
}
#contact-page .about-us {
  display: none;
}
@media (max-width: 767px) {
  #contact-page .about-us {
    display: block;
    margin-top: 120px;
  }
}
#contact-page .default-page {
  padding: 90px 0 80px;
}
@media (max-width: 767px) {
  #contact-page .default-page {
    padding: 60px 0;
  }
}
div.fsError {
  display: none !important;
}
.fsValidationError {
  background: transparent !important;
  box-shadow: none !important;
  border: 1px solid #ff9027 !important;
}
.partner-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 105px 0 110px;
}
@media (max-width: 992px) {
  .partner-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .partner-section {
    padding: 70px 0;
  }
}
.partner-section h2 {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.partner-section h2:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
  background-color: #ff9027;
}
.partner-section p {
  color: #fff;
}
.partner-section .partner-content {
  max-width: 663px;
  margin: auto;
}
.partner-section .description {
  padding-bottom: 36px;
}
.welcome-section {
  padding: 77px 0 68px;
  position: relative;
}
@media (max-width: 1024px) {
  .welcome-section {
    padding: 67px 0 68px;
  }
}
.welcome-section h1 {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .welcome-section h1 {
    padding-bottom: 23px;
    margin-bottom: 26px;
  }
}
.welcome-section h1:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 90px;
  height: 2px;
  background-color: #ff9027;
}
.welcome-section .welcome-desc {
  padding-left: calc(( 100vw - 1430px ) / 2);
}
@media (max-width: 1500px) {
  .welcome-section .welcome-desc {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .welcome-section .welcome-desc {
    padding-right: 20px;
  }
}
.welcome-section .welcome-btn {
  padding-top: 18px;
}
@media (max-width: 1024px) {
  .welcome-section .welcome-btn {
    padding-top: 10px;
  }
}
.welcome-section .description {
  max-width: 663px;
}
@media (max-width: 1024px) {
  .welcome-section .description {
    max-width: 100%;
  }
}
.welcome-section .welcome-listing {
  padding-left: 60px;
}
@media (max-width: 1200px) {
  .welcome-section .welcome-listing {
    padding-left: 30px;
  }
}
@media (max-width: 1024px) {
  .welcome-section .welcome-listing {
    padding: 40px 20px 0;
  }
}
.welcome-section .welcome-listing .single-list {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 50%;
}
@media (max-width: 480px) {
  .welcome-section .welcome-listing .single-list {
    padding-top: 100%;
  }
  .welcome-section .welcome-listing .single-list:nth-child(3) {
    order: 2;
  }
}
.welcome-section .welcome-listing .inner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.welcome-section .welcome-listing .inner-content h3 {
  font-weight: 400;
  font-size: 44.78px !important;
}
@media (max-width: 1400px) {
  .welcome-section .welcome-listing .inner-content h3 {
    font-size: 37.32px !important;
  }
}
@media (max-width: 1200px) {
  .welcome-section .welcome-listing .inner-content h3 {
    font-size: 30.19px !important;
  }
}
@media (max-width: 767px) {
  .welcome-section .welcome-listing .inner-content h3 {
    font-size: 21.6px !important;
  }
}
.welcome-section .welcome-listing .inner-content h3 span {
  font-size: 27.32px;
}
.welcome-section .welcome-listing .inner-content h3 strong {
  font-weight: 400;
  color: #ff9027;
  display: block;
}
.connect-customer-section {
  background-color: #000;
  padding: 70px 0 54px;
}
@media (max-width: 767px) {
  .connect-customer-section {
    padding: 50px 0 25px;
  }
}
@media (max-width: 767px) {
  .connect-customer-section .connect-listing .single-iga {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .connect-customer-section .connect-listing .single-iga {
    width: 100%;
  }
}
.connect-customer-section .connect-listing .icon-part {
  padding-bottom: 55px;
  width: 90px;
  height: 120px;
  margin: auto;
}
@media (max-width: 767px) {
  .connect-customer-section .connect-listing .icon-part {
    padding-bottom: 20px;
    height: 85px;
  }
}
@media (max-width: 1024px) {
  .connect-customer-section .single-iga h3 {
    font-size: 20px !important;
  }
}
#contact-page .content.default-page .entry {
  max-width: 1450px;
}
#contact-page .content.default-page .entry .email-block {
  position: relative;
  padding-left: 45px;
}
#contact-page .content.default-page .entry .email-block:before {
  content: '';
  display: block;
  width: 24px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('https://ibpwebstag.wpengine.com/wp-content/uploads/2022/01/mail-icon.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #contact-page .wp-block-columns {
    flex-wrap: wrap !important;
  }
  #contact-page .wp-block-column {
    width: 100%;
    margin: 0;
    flex-basis: auto !important;
    flex-grow: unset !important;
  }
  #contact-page .wp-block-column:first-child {
    padding-bottom: 30px;
  }
}
#contact-page .content h2 {
  font-size: 44.78px !important;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  #contact-page .content h2 {
    font-size: 37.78px !important;
  }
}
@media (max-width: 767px) {
  #contact-page .content h2 {
    font-size: 32.78px !important;
  }
}
#contact-page .content h3 {
  font-size: 21.6px !important;
  font-weight: bold;
  color: #030202;
  margin-bottom: 25px;
  padding-top: 5px;
}
#contact-page .content p {
  line-height: 1.5;
}
#contact-page form a {
  color: #ff9027;
  font-weight: bold;
  text-decoration: underline !important;
}
#contact-page form a:hover {
  color: #030202;
}
#contact-page form label.terms-checkbox-icon {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #contact-page form label.terms-checkbox-icon {
    margin-bottom: 20px;
    display: block;
    line-height: 1.7;
  }
}
#contact-page form label.terms-checkbox-icon .content-part {
  margin-left: 10px;
}
#contact-page .message-block p {
  margin-bottom: 10px;
}
#contact-page .file-label {
  margin-top: -10px;
  display: block;
}
#contact-page .file-label span {
  padding-bottom: 15px;
  display: block;
  color: #4e4e4e;
}
#contact-page .file-type {
  color: #acacac;
  margin-top: 23px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 640px) {
  #contact-page .file-type {
    flex-wrap: wrap;
  }
}
#contact-page .file-type span {
  display: flex;
  align-items: center;
}
@media (max-width: 640px) {
  #contact-page .file-type span {
    padding-bottom: 7px;
  }
}
#contact-page .file-type span img {
  width: 21px;
  margin-right: 10px;
}
#contact-page input[type=text], #contact-page input[type=email], #contact-page input[type=number], #contact-page input[type=tel], #contact-page input[type=file], #contact-page textarea, #contact-page select {
  color: #4e4e4e;
  padding: 14px 16px;
  transition: 0.3s ease all;
  height: 54px;
  border: 2px solid #d8d8da;
  background-color: #fff;
  box-sizing: border-box;
  font-size: 18px;
  width: 100%;
  font-family: 'proxima_novaregular', sans-serif;
}
@media (max-width: 767px) {
  #contact-page input[type=text], #contact-page input[type=email], #contact-page input[type=number], #contact-page input[type=tel], #contact-page input[type=file], #contact-page textarea, #contact-page select {
    font-size: 16px;
    height: 48px;
  }
}
#contact-page input[type=text]:focus, #contact-page input[type=email]:focus, #contact-page input[type=number]:focus, #contact-page input[type=tel]:focus, #contact-page input[type=file]:focus, #contact-page textarea:focus, #contact-page select:focus {
  border-color: #30302f !important;
}
#contact-page input[type=text]::-webkit-input-placeholder, #contact-page input[type=email]::-webkit-input-placeholder, #contact-page input[type=number]::-webkit-input-placeholder, #contact-page input[type=tel]::-webkit-input-placeholder, #contact-page input[type=file]::-webkit-input-placeholder, #contact-page textarea::-webkit-input-placeholder, #contact-page select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari/Edge */
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=text]::-ms-input-placeholder, #contact-page input[type=email]::-ms-input-placeholder, #contact-page input[type=number]::-ms-input-placeholder, #contact-page input[type=tel]::-ms-input-placeholder, #contact-page input[type=file]::-ms-input-placeholder, #contact-page textarea::-ms-input-placeholder, #contact-page select::-ms-input-placeholder {
  /* Microsoft Edge */
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=text]:-ms-input-placeholder, #contact-page input[type=email]:-ms-input-placeholder, #contact-page input[type=number]:-ms-input-placeholder, #contact-page input[type=tel]:-ms-input-placeholder, #contact-page input[type=file]:-ms-input-placeholder, #contact-page textarea:-ms-input-placeholder, #contact-page select:-ms-input-placeholder {
  /* IE 10+ */
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=text]::-moz-placeholder, #contact-page input[type=email]::-moz-placeholder, #contact-page input[type=number]::-moz-placeholder, #contact-page input[type=tel]::-moz-placeholder, #contact-page input[type=file]::-moz-placeholder, #contact-page textarea::-moz-placeholder, #contact-page select::-moz-placeholder {
  /* Firefox 19+ */
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=text]:-moz-placeholder, #contact-page input[type=email]:-moz-placeholder, #contact-page input[type=number]:-moz-placeholder, #contact-page input[type=tel]:-moz-placeholder, #contact-page input[type=file]:-moz-placeholder, #contact-page textarea:-moz-placeholder, #contact-page select:-moz-placeholder {
  /* Firefox 18- */
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=text]::placeholder, #contact-page input[type=email]::placeholder, #contact-page input[type=number]::placeholder, #contact-page input[type=tel]::placeholder, #contact-page input[type=file]::placeholder, #contact-page textarea::placeholder, #contact-page select::placeholder {
  /*styles here*/
  color: #4e4e4e;
}
#contact-page input[type=file] {
  border-style: dashed;
  position: relative;
}
#contact-page select {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2021/12/select-arrow.png.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 23px center;
  color: #4e4e4e;
  padding: 8px;
}
#contact-page select option {
  padding: 5px 0;
}
#contact-page textarea {
  height: 110px;
}
#contact-page .wpcf7-response-output {
  text-align: center;
}
#contact-page input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0 !important;
}
#contact-page input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
}
#contact-page input[type=checkbox]:before {
  content: "\2714";
  font-size: 14px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 17px;
  height: 17px;
  border: 1px solid #d8d8da;
  margin-right: 7px;
  line-height: 1.1;
  text-align: center;
}
#contact-page input[type=checkbox]:checked:before {
  color: #030202 !important;
}
#contact-page input[type=submit] {
  background: #ff9027 !important;
  color: #fff;
  border: 2px solid #ff9027;
  width: 100%;
  max-width: 536px;
  margin: auto;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: 0.5s ease all;
  height: 57px;
  min-height: 57px;
  cursor: pointer;
  border-radius: 6px !important;
  font-size: 26px !important;
  line-height: 24px;
  padding: 12px 28px;
  cursor: pointer;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #contact-page input[type=submit] {
    font-size: 21px !important;
    height: 48px;
    min-height: 48px;
  }
}
#contact-page input[type=submit]:hover {
  background: #fff !important;
  color: #ff9027;
  border-color: #ff9027;
}
#contact-page .wpcf7-list-item {
  margin-left: 0;
}
#contact-page .wpcf7-spinner {
  display: none !important;
}
.our-product-section {
  padding-top: 70px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .our-product-section {
    padding-top: 50px;
  }
}
.our-product-section .tabs {
  padding-bottom: 54px;
}
.our-product-section h2 {
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .our-product-section h2 {
    padding-bottom: 20px;
  }
}
.our-product-section .nav-tabs {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .our-product-section .nav-tabs {
    padding: 0 2px;
  }
}
.our-product-section .nav-tabs li {
  padding: 0 5px;
  width: 33%;
}
@media (max-width: 767px) {
  .our-product-section .nav-tabs li {
    padding: 0 2px;
  }
}
.our-product-section .nav-tabs li a {
  display: block;
  width: 100%;
  background-color: #404040;
  text-align: center;
  color: #fff;
  font-size: 37.32px;
  font-weight: bold;
  padding: 5px 10px;
}
@media (max-width: 1200px) {
  .our-product-section .nav-tabs li a {
    font-size: 25.32px;
  }
}
@media (max-width: 1024px) {
  .our-product-section .nav-tabs li a {
    font-size: 23.32px;
  }
}
@media (max-width: 767px) {
  .our-product-section .nav-tabs li a {
    font-size: 20.32px;
  }
}
@media (max-width: 640px) {
  .our-product-section .nav-tabs li a {
    font-size: 16.32px;
  }
}
@media (max-width: 480px) {
  .our-product-section .nav-tabs li a {
    font-size: 14.32px;
  }
}
@media (max-width: 400px) {
  .our-product-section .nav-tabs li a {
    font-size: 12.32px;
  }
}
.our-product-section .nav-tabs li.active a {
  background-color: #ff9027;
}
.our-product-section .inner-content {
  height: 100%;
}
.our-product-section .inner-content a {
  width: 100.1%;
  height: 100%;
}
.our-product-section .inner-content a span {
  border: 2px solid #fff;
  padding: 10px 32px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s ease all;
}
@media (max-width: 640px) {
  .our-product-section .inner-content a span {
    padding: 7px 20px;
    font-size: 14px;
  }
}
.our-product-section .inner-content a span:hover {
  border-color: #ff9027;
  background-color: #ff9027;
}
.our-product-section .inner-content a .content-part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.5s ease all;
  padding: 70px 85px;
}
@media (max-width: 767px) {
  .our-product-section .inner-content a .content-part {
    padding: 40px 55px;
  }
}
.our-product-section .inner-content a .image-src {
  left: -1px;
}
.our-product-section .inner-content a .image-src img {
  height: 101%;
}
.our-product-section .slick-track {
  margin-left: 0;
}
.product-section {
  padding: 76px 0 20px;
}
@media (max-width: 767px) {
  .product-section {
    padding: 50px 0 20px;
  }
}
.product-section h2 {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  pointer-events: none;
  text-align: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .product-section h2 {
    top: 20%;
  }
}
.product-section .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 83px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .product-section .icon-play {
    width: 45px;
  }
}
.product-section .video-list-item a {
  display: block;
}
.product-section .video-list-item a img {
  width: 104%;
  left: 48%;
  -webkit-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
}
.product-section .product-listing {
  padding-top: 76px;
}
.product-section .product-listing .read-more:not(:first-child) {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .product-section .product-listing .read-more:not(:first-child) {
    margin-left: 15px;
  }
}
@media (max-width: 480px) {
  .product-section .product-listing .read-more {
    font-size: 14px;
  }
}
.product-section .product-listing p {
  font-weight: 400;
}
.product-section .product-listing ul li {
  padding-bottom: 90px;
  width: 44%;
}
@media (max-width: 1400px) {
  .product-section .product-listing ul li {
    width: 47%;
  }
}
@media (max-width: 1024px) {
  .product-section .product-listing ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .product-section .product-listing ul li {
    padding-bottom: 60px;
  }
}
.product-section .product-listing .inner-content {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .product-section .product-listing .inner-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.product-section .product-listing .inner-content h3 {
  font-size: 30px;
}
.product-section .product-listing .inner-content .description {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .product-section .product-listing .inner-content .description {
    padding-bottom: 25px;
  }
}
.product-section .image-src {
  padding-top: 32%;
}
@media (max-width: 1024px) {
  .product-section .image-src {
    padding-top: 35%;
  }
}
@media (max-width: 1024px) {
  .product-section .image-src {
    padding-top: 40%;
    min-height: 300px;
  }
}
.avwp-av-overlay {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2021/12/Age-Popup-Background-Image.webp) !important;
}
.avwp-av {
  background-color: transparent !important;
  width: 696px !important;
  padding: 20px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 992px) {
  .avwp-av {
    width: 100% !important;
  }
}
.avwp-av:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 35px;
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2021/12/footer-logo-drinkwise.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
}
.avwp-av img {
  margin-bottom: 60px !important;
}
@media (max-width: 1024px) {
  .avwp-av img {
    margin-bottom: 35px !important;
  }
}
.avwp-av h2 {
  font-size: 31.3px !important;
  margin-bottom: 60px !important;
  box-shadow: none !important;
  border-bottom: none !important;
}
@media (max-width: 1024px) {
  .avwp-av h2 {
    margin-bottom: 30px !important;
    font-size: 26.3px !important;
  }
}
@media (max-width: 767px) {
  .avwp-av h2 {
    margin-bottom: 20px !important;
    font-size: 22.3px !important;
  }
}
.avwp-av p:nth-child(2), .avwp-av p:nth-child(3) {
  color: #fff !important;
  box-shadow: none !important;
  border-bottom: none !important;
  font-size: 37.32px !important;
  line-height: 1.5 !important;
}
@media (max-width: 1024px) {
  .avwp-av p:nth-child(2), .avwp-av p:nth-child(3) {
    font-size: 27.32px !important;
  }
}
@media (max-width: 767px) {
  .avwp-av p:nth-child(2), .avwp-av p:nth-child(3) {
    font-size: 22px !important;
  }
}
.avwp-av p:nth-child(3) {
  margin-bottom: 70px !important;
}
@media (max-width: 1024px) {
  .avwp-av p:nth-child(3) {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .avwp-av p:nth-child(3) {
    margin-bottom: 15px !important;
  }
}
.avwp-av button {
  border: 2px solid #ff9027 !important;
  border-radius: 6px !important;
  color: #ff9027 !important;
  background-color: transparent !important;
  font-size: 16px !important;
  width: auto !important;
  padding: 8px 23px 8px 23px !important;
  transition: 0.5s ease all !important;
  display: inline-block !important;
}
.avwp-av button:hover {
  color: #fff !important;
  background-color: #ff9027 !important;
}
.avwp-av button.yes {
  margin-right: 3%;
}
.avwp-av button.no {
  margin-left: 3%;
}
@media (max-width: 767px) {
  .fancybox-slide {
    padding: 15px !important;
  }
}
#thank-page {
  text-align: center;
}
.carousel-tab .carousel-product-item.carousel-item {
  background-color: #030202;
  margin: 0px 10px;
  padding: 50px 0px;
}
.carousel-tab .carousel-product-item.carousel-item .d-flex {
  flex-direction: column;
}
.carousel-tab .carousel-product-item.carousel-item h4 {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.carousel-tab .carousel-product-item.carousel-item img {
  margin: 0px auto;
  width: auto;
}
.carousel-tab .carousel-product-item.carousel-item h3, .carousel-tab .carousel-product-item.carousel-item h6, .carousel-tab .carousel-product-item.carousel-item p {
  color: #fff;
}
.carousel-tab .carousel-product-item.carousel-item .overlay-content {
  background: #030202;
  position: absolute;
  display: none;
  bottom: 1em;
  left: 1em;
  right: 1em;
  height: 100%;
}
.carousel-tab .carousel-product-item.carousel-item .overlay-content .text {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}
.carousel-tab .carousel-product-item.carousel-item .overlay-content .text h6 {
  font-weight: bold;
  margin-bottom: 0px;
}
.carousel-tab .carousel-product-item.carousel-item .overlay-content .text .read-more {
  margin-top: 20px;
}
.carousel-tab .carousel-product-item.carousel-item .overlay-content .close-btn {
  font-size: 60px;
  font-weight: normal;
  color: #ff9027;
  position: absolute;
  top: -30px;
  right: 10px;
  font-family: 'Roboto';
}
.carousel-tab .slick-track {
  min-height: 700px;
}
.carousel-tab .slick-arrow {
  top: 98%;
  background-color: transparent;
  width: auto;
  color: transparent;
}
.carousel-tab .slick-prev {
  left: 50%;
}
.carousel-tab .slick-prev:before {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2022/11/Icon-ionic-ios-arrow-round-forward_black.svg);
  width: 34px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  position: relative;
  content: '';
  opacity: 1;
  background-repeat: no-repeat;
}
.carousel-tab .slick-prev:hover:before {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2022/11/Icon-ionic-ios-arrow-round-forward_orange.svg);
}
.carousel-tab .slick-next {
  right: 50%;
}
.carousel-tab .slick-next:before {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2022/11/Icon-ionic-ios-arrow-round-back_black.svg);
  width: 34px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  position: relative;
  content: '';
  opacity: 1;
  background-repeat: no-repeat;
}
.carousel-tab .slick-next:hover:before {
  background-image: url(https://ibpwebstag.wpengine.com/wp-content/uploads/2022/11/Icon-ionic-ios-arrow-round-back_orange.svg);
}
.homepage-slick .homepage {
  padding-bottom: 50px;
}
/*
 .tab-content {
 .carousel-tab {
 padding-bottom: 80px;
 .slick-arrow {
 top: 97%;
 }
 }
 }
 */
