@media (max-width: 768px) {
  .content_bar p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content_bar p, .content_bar a {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
}
.content_bar p strong, .content_bar a strong {
  font-family: "Inter", sans-serif;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .content_bar p, .content_bar a {
    line-height: 1.5em;
  }
}

.hide {
  display: none !important;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Banner Css */
#blogs .wp-block-woocommerce-checkout .wc-block-components-sidebar {
  z-index: 0;
  padding: 20px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  #blogs .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    top: 194px;
  }
}
#blogs .wp-block-woocommerce-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #blogs .wp-block-woocommerce-checkout .wc-block-components-sidebar {
    position: relative;
  }
}
#blogs .banner-sec {
  overflow: hidden;
}
@media (min-width: 768px) {
  #blogs .banner-sec {
    min-height: 660px;
  }
}
#blogs .banner-sec h1 {
  color: #fff;
  font-weight: 600;
}
#blogs .banner-sec h1 strong {
  color: #b3fe00;
  font-weight: 600;
}
@media (max-width: 768px) {
  #blogs .banner-sec h1 {
    padding-top: 25px;
    text-align: center;
  }
}
#blogs .banner-sec ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  #blogs .banner-sec ul {
    text-align: center;
  }
}
#blogs .banner-sec ul li {
  color: #979797;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  #blogs .banner-sec ul li {
    font-size: 17px;
  }
}
#blogs .banner-sec ul li img {
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #blogs .banner-sec ul li img {
    margin-right: 7px;
    height: 24px;
  }
}
#blogs .banner-sec p.google-text {
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  background: #333842;
  border-radius: 5px;
  padding: 15px;
  max-width: 540px;
}
@media (max-width: 768px) {
  #blogs .banner-sec p.google-text {
    justify-content: center;
    font-size: 13.5px;
  }
  #blogs .banner-sec p.google-text img {
    height: 19px;
  }
  #blogs .banner-sec p.google-text img:last-child {
    height: 12px !important;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .banner-sec p.google-text {
    font-size: 18px;
  }
}
#blogs .banner-sec p.google-text strong {
  font-weight: 700;
}
@media (max-width: 768px) {
  #blogs .banner-sec .grid-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
  }
}
#blogs .banner-sec .grid-sec {
  display: flex;
  gap: 10px;
  flex-flow: column nowrap;
  height: 500px;
  width: 100%;
  animation: moveGrid 15s infinite linear;
}
@media (max-width: 768px) {
  #blogs .banner-sec .grid-sec {
    height: 400px;
  }
}
@keyframes moveGrid {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
#blogs .banner-sec .grid-sec:hover {
  animation-play-state: paused;
}
#blogs .banner-sec .grid-sec:hover .grid-item:hover {
  transform: scale(1.02);
  transition: transform 0.5s ease-in-out;
}
#blogs .banner-sec .grid-sec .top_flex-box__inner {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  gap: 10px;
}
#blogs .banner-sec .grid-sec .bottom_flex-box {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
}
#blogs .banner-sec .grid-sec .grid-item.seven {
  width: 33%;
}
#blogs .banner-sec .grid-sec .grid-item.eight {
  width: 67%;
}
#blogs .banner-sec .grid-sec .top_flex-box {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
#blogs .banner-sec .grid-sec .top_flex-box-left {
  display: flex;
  flex-flow: column nowrap;
  width: 67%;
}
#blogs .banner-sec .grid-sec .top_flex-box-left-first {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}
#blogs .banner-sec .grid-sec .top_flex-box-left-inner-top,
#blogs .banner-sec .grid-sec .top_flex-box-left-inner-bottom {
  width: 50%;
}
#blogs .banner-sec .grid-sec .top_flex-box-left-second {
  width: 100%;
  display: flex;
}
#blogs .banner-sec .grid-sec .top_flex-box-right {
  display: flex;
  width: 33%;
  flex-flow: column nowrap;
  gap: 10px;
}
#blogs .banner-sec .grid-sec .grid-item {
  width: 100%;
  float: left;
  padding: 0 5px;
  transition: transform 0.8s;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  #blogs .banner-sec .grid-sec .grid-item {
    max-height: 187.06px;
  }
  #blogs .banner-sec .grid-sec .grid-item img {
    max-height: 187.06px;
  }
}
#blogs .banner-sec .grid-sec .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#blogs .Brands-sec {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  #blogs .Brands-sec {
    margin: 0 auto;
    padding: 15px 0 0 0 !important;
  }
  #blogs .Brands-sec .owl-dots {
    display: none;
  }
  #blogs .Brands-sec .owl-stage {
    display: flex;
    align-items: center;
  }
}
#blogs .Brands-sec .vc_col-sm-2 > .vc_column-inner {
  padding-top: 0;
}
@media (max-width: 768px) {
  #blogs .Brands-sec .vc_col-sm-2 {
    width: 100%;
  }
}
#blogs .bestseller-products-sec {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec {
    text-align: center;
  }
  #blogs .bestseller-products-sec .vc_row .vc_column-inner {
    padding: 0;
  }
  #blogs .bestseller-products-sec .vc_btn3-container {
    width: 100%;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 0;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
    width: 50%;
    padding: 0 7.5px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper {
  position: relative;
  transition: transform 0.3s ease;
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper:hover {
  transform: translateY(-5px);
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper p {
  margin: 0;
  line-height: 0;
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: left !important;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content {
    padding: 25px 10px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content h3 {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content h3 {
    font-size: 20px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content a {
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper > .wpb_text_column > .wpb_wrapper .content a {
    font-size: 16px;
  }
}
#blogs .bestseller-products-sec .flexbox {
  width: 100% !important;
}
#blogs .bestseller-products-sec .flexbox > .wpb_wrapper {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .flexbox > .wpb_wrapper {
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
  }
}
#blogs .bestseller-products-sec .flexbox > .wpb_wrapper a {
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 12px 35px;
  text-decoration: none;
  border-radius: 25px;
}
#blogs .bestseller-products-sec .flexbox > .wpb_wrapper a:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
@media (min-width: 768px) {
  #blogs .bestseller-products-sec .vc_row .vc_col-sm-1\/5 > .vc_column-inner {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_row {
    display: flex;
    justify-content: left;
    flex-flow: row wrap;
  }
  #blogs .bestseller-products-sec .vc_row .vc_col-sm-1\/5 {
    width: 50%;
  }
  #blogs .bestseller-products-sec .vc_row .vc_col-sm-1\/5.first-item {
    position: absolute;
    bottom: 37%;
    right: 0;
  }
  #blogs .bestseller-products-sec .vc_row .vc_col-sm-1\/5 > .vc_column-inner {
    padding: 0 7.5px;
  }
  #blogs .bestseller-products-sec .vc_row .vc_col-sm-1\/5 h3 {
    font-size: 20px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .thumbnail {
  position: relative;
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .thumbnail p {
  line-height: 0;
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content > .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 25px;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content > .wpb_wrapper {
    padding: 25px 10px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content h3 {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content h3 {
    font-size: 26px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content a {
  text-decoration: none;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #fff;
}
@media (max-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-1\/5 > .vc_column-inner > .wpb_wrapper .content a {
    font-size: 16px;
  }
}
#blogs .bestseller-products-sec .vc_col-sm-1\/5 h2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #blogs .bestseller-products-sec .vc_col-sm-1\/5 h2 {
    font-size: 40px;
  }
}
#blogs .banner-sec {
  padding-bottom: 40px;
}
#blogs .banner-sec .vc_btn3-inline:last-child a {
  margin-right: 0;
}
#blogs .banner-sec h1, #blogs .banner-sec h2 {
  line-height: normal;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #blogs .banner-sec h1, #blogs .banner-sec h2 {
    margin-top: 60px;
    font-size: 50px;
  }
}
#blogs .banner-sec h3 {
  font-family: "Inter", sans-serif;
  color: #233699;
  font-weight: 600;
  font-size: 22.92px;
}
#blogs .banner-sec h5 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  #blogs .banner-sec h5 {
    margin-top: 100px;
  }
}
#blogs .banner-sec p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
#blogs .reviews-sec {
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  #blogs .reviews-sec {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #blogs .reviews-sec h2 {
    font-size: 40px;
  }
}
#blogs .reviews-sec .text-center p {
  color: #64748b;
  font-weight: 500;
  margin-top: 0;
}
#blogs .reviews-sec p {
  margin-top: 0;
  font-weight: 500;
  font-size: 18px;
  color: #64748b;
}
#blogs .reviews-sec .detail-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 0;
}
@media (max-width: 768px) {
  #blogs .reviews-sec .detail-row {
    padding: 15px 0;
    text-align: center;
  }
  #blogs .reviews-sec .detail-row .connect {
    padding: 25px 0;
    display: none;
  }
  #blogs .reviews-sec .detail-row .connect .rotate img {
    transform: rotate(-75deg);
  }
  #blogs .reviews-sec .detail-row .connect img {
    height: 30px;
    transform: rotate(110deg);
  }
  #blogs .reviews-sec .detail-row .vc_col-sm-1\/5 h2 {
    margin-top: 0;
    font-size: 27.43px;
  }
}
@media (min-width: 768px) {
  #blogs .reviews-sec .detail-row .connect.vc_col-sm-1\/5 {
    width: 15%;
  }
  #blogs .reviews-sec .detail-row .customer-rating {
    margin-top: -65px;
  }
  #blogs .reviews-sec .detail-row .overall-block {
    margin-top: 65px;
  }
  #blogs .reviews-sec .detail-row .overall-block.rotate {
    margin-top: 20px;
  }
  #blogs .reviews-sec .detail-row .rotate img {
    transform: rotate(-20deg);
  }
  #blogs .reviews-sec .detail-row .vc_col-sm-1\/5 {
    width: 22.67%;
  }
}
#blogs .reviews-sec .detail-row h2 {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #blogs .reviews-sec .detail-row h2 {
    font-size: 50px;
  }
}
#blogs .reviews-sec .detail-row p {
  margin-bottom: 0;
}
#blogs .our-milestone-sec {
  border-radius: 10px;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec {
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .our-milestone-sec {
    margin: 0 auto;
  }
}
#blogs .our-milestone-sec h2 {
  color: #fff;
}
@media (min-width: 768px) {
  #blogs .our-milestone-sec h2 {
    font-size: 40px;
    padding-top: 35px;
  }
}
#blogs .our-milestone-sec .vc_col-sm-6 > .vc_column-inner {
  padding-top: 0;
}
#blogs .our-milestone-sec .text-block .vc_column-inner {
  padding-left: 35px;
  padding-top: 0;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec .text-block .vc_column-inner {
    padding-left: 0;
  }
}
#blogs .our-milestone-sec .vc_btn3-color-green {
  margin-right: 15px;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec .vc_btn3-color-green {
    margin-right: 0;
  }
}
#blogs .our-milestone-sec .vc_btn3-color-green:hover {
  border: 1px solid #fff;
}
#blogs .our-milestone-sec .vc_btn3-color-black {
  border: 1px solid #fff;
}
#blogs .our-milestone-sec ul {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
  margin: 35px 0 65px 0;
  list-style: none;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec ul {
    margin: 20px 0;
  }
}
#blogs .our-milestone-sec ul li {
  padding: 5px;
  width: 33.33%;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec ul li {
    text-align: center;
  }
}
#blogs .our-milestone-sec ul li h2 {
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  #blogs .our-milestone-sec ul li h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec ul li h2 {
    font-size: 24px;
  }
}
#blogs .our-milestone-sec ul li p {
  color: #979797;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 768px) {
  #blogs .our-milestone-sec ul li p {
    font-size: 12px;
  }
}
#blogs .insta-sec p a {
  text-decoration: none;
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding: 12px 35px;
  border-radius: 25px;
  margin-bottom: 20px;
  display: inline-block;
}
#blogs .insta-sec p a strong {
  font-weight: 700;
}
#blogs .insta-sec p a img {
  vertical-align: sub;
  margin-right: 7px;
}
#blogs .insta-sec p a:hover {
  background: #b3fe00;
  border: 1px solid #b3fe00;
}
#blogs .our-services-sec {
  padding-top: 15px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  #blogs .our-services-sec {
    text-align: center;
  }
}
#blogs .our-services-sec p {
  margin-bottom: 0;
}
#blogs .our-services-sec p strong {
  font-weight: 600;
  color: #64748b;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  #blogs .our-services-sec p strong {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #blogs .our-services-sec .vc_row {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
  #blogs .our-services-sec .vc_row .vc_col-sm-3 {
    width: 50%;
  }
}
#blogs .our-services-sec .vc_col-sm-3 {
  padding-top: 35px;
}
@media (max-width: 768px) {
  #blogs .our-services-sec .vc_col-sm-3 {
    padding-top: 0;
  }
}
#blogs .our-services-sec h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  #blogs .our-services-sec h2 {
    font-size: 40px;
  }
}
#blogs .our-services-sec h3 {
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 768px) {
  #blogs .our-services-sec h3 {
    font-size: 26px;
  }
}
#blogs .our-services-sec p {
  color: #64748b;
  margin: 0;
  font-weight: 500;
}
#blogs .our-services-sec p br {
  display: none;
}
#blogs .our-team-sec {
  text-align: center;
  padding-bottom: 45px;
}
#blogs .our-team-sec.about-team-details {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #blogs .our-team-sec {
    padding-bottom: 15px;
  }
}
#blogs .our-team-sec h2 {
  color: #fff;
}
@media (min-width: 768px) {
  #blogs .our-team-sec h2 {
    font-size: 40px;
  }
}
#blogs .our-team-sec p {
  color: #979797;
  font-weight: 500;
  margin-top: 0;
  font-size: 20px;
  line-height: normal;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .our-team-sec p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #blogs .our-team-sec p {
    font-size: 16px;
  }
}
#blogs .our-team-sec .main-text {
  padding-bottom: 35px;
}
@media (max-width: 768px) {
  #blogs .our-team-sec .main-text {
    padding-bottom: 0;
  }
}
#blogs .our-team-sec .team-members h4 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin: 5px 0;
}
#blogs .our-team-sec .team-members h4 strong {
  font-weight: 500;
  color: #b3fe00;
}
#blogs .our-team-sec .team-members p {
  color: #64748b;
  margin-top: 15px;
}
#blogs .our-team-sec .vc_row {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
#blogs .our-team-sec .vc_row.team-members {
  max-width: 100%;
}
#blogs .our-team-sec .vc_row.team-support {
  padding: 40px 0;
  max-width: 100%;
}
#blogs .our-team-sec .vc_row.team-support .vc_column-inner > .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  #blogs .our-team-sec .vc_row.team-support .vc_column-inner > .wpb_wrapper {
    flex-flow: row wrap;
    gap: 15px;
  }
  #blogs .our-team-sec .vc_row.team-support .vc_column-inner > .wpb_wrapper .wpb_text_column {
    width: 25%;
  }
}
@media (max-width: 768px) {
  #blogs .our-team-sec .vc_row .vc_col-sm-2 {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  #blogs .our-team-sec .vc_btn3-container {
    padding-top: 35px;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form {
    padding-bottom: 35px;
  }
}
#blogs .contact-us-form .form-sec {
  margin-top: 20px;
}
@media (min-width: 768px) {
  #blogs .contact-us-form .form-sec {
    width: 52%;
  }
  #blogs .contact-us-form .form-sec .vc_column-inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) and (min-width: 768px) {
  #blogs .contact-us-form .form-sec .vc_column-inner {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .form-sec {
    margin-top: 0;
  }
}
#blogs .contact-us-form .form-sec .vc_column-inner > .wpb_wrapper {
  background: #ececec;
  border-radius: 12px;
  padding: 15px 35px;
}
@media (max-width: 768px) {
  #blogs .contact-us-form .form-sec .vc_column-inner > .wpb_wrapper {
    padding: 15px 25px;
  }
}
#blogs .contact-us-form .form-sec h2 {
  margin-top: 12px;
}
@media (min-width: 768px) {
  #blogs .contact-us-form .form-sec h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .form-sec h2 {
    text-align: center;
  }
}
#blogs .contact-us-form form .gform_body label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 768px) {
  #blogs .contact-us-form form .gform_body label {
    font-size: 16px;
  }
}
#blogs .contact-us-form form .gform_body label .gfield_required {
  display: none;
}
#blogs .contact-us-form form .gform_body input, #blogs .contact-us-form form .gform_body textarea, #blogs .contact-us-form form .gform_body select {
  border-radius: 4px;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  border: 2px solid #bdbdbd;
  outline: none;
  padding-left: 15px;
  background: #fff;
}
@media (max-width: 768px) {
  #blogs .contact-us-form form .gform_body input, #blogs .contact-us-form form .gform_body textarea, #blogs .contact-us-form form .gform_body select {
    font-size: 16px;
  }
}
#blogs .contact-us-form form .gform_body input {
  height: 51px;
}
#blogs .contact-us-form form .gform_body textarea {
  min-height: 124px;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .contact-us-form form .gform_body textarea {
    min-height: 144px;
  }
}
#blogs .contact-us-form form .gform_footer {
  justify-content: right;
}
@media (max-width: 768px) {
  #blogs .contact-us-form form .gform_footer {
    justify-content: center;
  }
}
#blogs .contact-us-form form .gform_footer input {
  font-weight: 600;
  font-size: 18px;
  background: #000;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  cursor: pointer;
  padding: 12px 35px;
}
#blogs .contact-us-form form .gform_footer input:hover {
  background: #fff;
  color: #000;
}
@media (max-width: 768px) {
  #blogs .contact-us-form form .gform_footer input {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #blogs .contact-us-form .text-sec {
    width: 48%;
  }
}
#blogs .contact-us-form .text-sec .vc_row {
  background: #111111;
  border-radius: 12px;
  padding: 10px 10px 15px 10px;
}
@media (min-width: 768px) {
  #blogs .contact-us-form .text-sec .vc_row {
    margin: 20px 15px;
  }
  #blogs .contact-us-form .text-sec .vc_row .vc_col-sm-3 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .text-sec .vc_row {
    margin: 0 auto 20px auto;
    text-align: center;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .contact-us-form .text-sec .vc_row {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .text-sec .vc_row {
    padding: 10px 0;
  }
}
#blogs .contact-us-form .text-sec h3, #blogs .contact-us-form .text-sec p a {
  font-weight: 600;
  color: #b3fe00;
}
@media (min-width: 768px) {
  #blogs .contact-us-form .text-sec h3, #blogs .contact-us-form .text-sec p a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .text-sec h3 {
    margin-top: 0;
  }
}
#blogs .contact-us-form .text-sec .flex-item > .wpb_wrapper {
  display: flex;
  gap: 15px;
}
#blogs .contact-us-form .text-sec .flex-item > .wpb_wrapper p {
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  #blogs .contact-us-form .text-sec .flex-item > .wpb_wrapper p {
    text-align: left;
  }
}
#blogs .contact-us-form .text-sec p {
  color: #979797;
  font-weight: 500;
  font-size: 20px;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .contact-us-form .text-sec p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #blogs .contact-us-form .text-sec p {
    font-size: 16px;
  }
  #blogs .contact-us-form .text-sec p a {
    font-size: 19px;
  }
}
#blogs .contact-us-form .text-sec p.link {
  color: #fff;
  font-weight: 600;
}
#blogs .contact-us-form .text-sec p.link a {
  text-decoration: none;
}
#blogs .breadcrumbs nav {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#blogs .breadcrumbs span a span {
  color: #6b872a;
  font-weight: 600;
  font-size: 16px;
}
#blogs .contact-us h2 {
  color: #111111;
  margin-top: 0;
}
@media (min-width: 768px) {
  #blogs .contact-us h2 {
    font-size: 44px;
  }
}
#blogs .contact-us p {
  color: #64748b;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px) {
  #blogs .contact-us p {
    margin-top: 0;
    font-size: 16px;
  }
  #blogs .contact-us p br {
    display: none;
  }
}
@media (min-width: 768px) {
  #blogs .banner-sec.about-banner-sec {
    min-height: 520px;
  }
}
#blogs .banner-sec.about-banner-sec h2 {
  color: #b3fe00;
  margin-top: 25px;
}
@media (min-width: 768px) {
  #blogs .banner-sec.about-banner-sec h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  #blogs .banner-sec.about-banner-sec h2 {
    text-align: center;
  }
}
#blogs .banner-sec.about-banner-sec p {
  font-weight: 500;
  color: #979797;
  line-height: normal;
}
@media (min-width: 768px) {
  #blogs .banner-sec.about-banner-sec p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .banner-sec.about-banner-sec p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  #blogs .banner-sec.about-banner-sec p {
    text-align: center;
  }
  #blogs .banner-sec.about-banner-sec p br {
    display: none;
  }
}
#blogs .banner-sec.about-banner-sec p.google-text {
  color: #fff;
}
#blogs .why-choose-us {
  padding-top: 30px;
  padding-bottom: 45px;
}
@media (max-width: 768px) {
  #blogs .why-choose-us {
    text-align: center;
  }
}
#blogs .why-choose-us h2 {
  margin: 0;
}
@media (min-width: 768px) {
  #blogs .why-choose-us h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .why-choose-us h2 {
    font-size: 32px;
  }
}
#blogs .why-choose-us h3 {
  margin-bottom: 0;
  color: #64748b;
}
@media (min-width: 768px) {
  #blogs .why-choose-us h3 {
    font-size: 24px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #blogs .why-choose-us h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .why-choose-us h3 {
    font-size: 22px;
  }
}
#blogs .why-choose-us h3 strong {
  color: #82ab21;
  font-weight: 600;
}
#blogs .why-choose-us p {
  color: #3b3b3b;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 768px) {
  #blogs .why-choose-us p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  #blogs .why-choose-us p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .clients-logo {
    display: none;
  }
}
.clients-logo .wpb_single_image.vc_align_center {
  margin-bottom: 0;
}

.message-sec {
  text-align: center;
}
.message-sec h2 {
  color: #fff;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  font-size: 27.5px;
}
@media (max-width: 768px) {
  .message-sec h2 {
    font-size: 18.33px;
  }
}
@media (max-width: 768px) {
  .message-sec .wpb_text_column {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .message-sec {
    padding-bottom: 15px !important;
  }
}

.full-width-buckets .bucket-text-area {
  padding: 40px;
}
@media (max-width: 768px) {
  .full-width-buckets .bucket-text-area {
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.full-width-buckets .bucket-text-area > div {
  max-width: 650px;
}
@media (min-width: 768px) {
  .full-width-buckets .alig-right {
    text-align: right;
  }
}
.full-width-buckets .alig-right > div {
  display: inline-block;
}
.full-width-buckets h5, .full-width-buckets h2 {
  color: #fff;
}
@media (max-width: 768px) {
  .full-width-buckets h5, .full-width-buckets h2 {
    margin-top: 0;
  }
}
.full-width-buckets .wpb_text_column {
  color: #fff;
  text-align: left;
  line-height: 1.5em;
}
@media (max-width: 768px) {
  .full-width-buckets .wpb_text_column {
    text-align: center;
  }
}
.full-width-buckets .wpb_text_column p {
  margin-bottom: 30px !important;
}
.full-width-buckets .wpb_text_column .vc_btn3-inline:first-child {
  margin-left: 10px;
}

/* Bucket Sec */
.bucket-sec, .latest-blog-sec {
  text-align: center;
}
.bucket-sec p, .latest-blog-sec p {
  font-size: 19px;
}
.bucket-sec h2, .latest-blog-sec h2 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  font-size: 22.92px;
  color: #233699;
}
.bucket-sec h3, .bucket-sec h3 a, .latest-blog-sec h3, .latest-blog-sec h3 a {
  margin-top: 10px;
  font-size: 29.11px;
  color: #222635;
  text-decoration: none;
}
@media (max-width: 768px) {
  .bucket-sec h3, .bucket-sec h3 a, .latest-blog-sec h3, .latest-blog-sec h3 a {
    font-size: 21px;
  }
}
.bucket-sec .vc_col-sm-4 p, .latest-blog-sec .vc_col-sm-4 p {
  font-size: 19px;
}
.bucket-sec .vc_col-sm-4 h4, .latest-blog-sec .vc_col-sm-4 h4 {
  font-size: 28px;
  margin-top: 0;
}

.cart-customlocation {
  display: inline-block;
  background: url("../images/bag.svg") no-repeat;
  width: 15px;
  height: 20px;
  text-align: center;
  padding-top: 4.5px;
  vertical-align: top;
  font-size: 11px !important;
}

/* Trending Products*/
.trending_products h6 {
  font-family: "Inter", sans-serif;
  margin-bottom: 0;
  color: #233699;
  font-weight: 300;
}
.trending_products h2 {
  margin-top: 0;
  font-size: 41px;
}

.grid-product {
  width: 100%;
  display: inline-block;
}
.grid-product .grid-product-item {
  margin-bottom: 30px;
}
.grid-product .nd_desc {
  padding-right: 15px;
  padding-left: 15px;
}
.grid-product h3 {
  margin: 0;
  line-height: 1em;
}
.grid-product h3 a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 22.92px;
  text-decoration: none;
}
.grid-product .price {
  font-family: "Inter", sans-serif;
  color: #827676;
  font-size: 18.33px;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
}
.grid-product .price {
  color: #827676;
}

.product_category_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.product_category_list li {
  background: url(../images/category-devider.jpg) no-repeat left center;
  display: inline-block;
  padding: 10px 10px;
  font-size: 19px;
}
.product_category_list li:first-child {
  background: none;
}
.product_category_list li input {
  display: none;
}
.product_category_list li label {
  font-family: "Inter", sans-serif;
  cursor: pointer;
  color: #afaba6;
}
.product_category_list li label:hover, .product_category_list li label.active_parent {
  font-weight: 500;
  color: #233699;
}

.about-me {
  padding-bottom: 0 !important;
}
.about-me p {
  font-size: 19px;
}
@media (min-width: 768px) {
  .about-me .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important;
  }
}
.about-me .vc_column-inner {
  padding-top: 0 !important;
}
.about-me .text-about-me > div > div {
  max-width: 600px;
  padding: 40px;
}
@media (max-width: 768px) {
  .about-me .text-about-me > div > div {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
.about-me .text-about-me h2 {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .about-me .text-about-me h4 {
    margin-top: 0;
  }
}
.about-me .text-about-white > div > div {
  max-width: 700px;
  float: right;
}
@media (min-width: 768px) {
  .about-me .text-about-white .vc_col-sm-6 > div {
    padding-right: 40px;
  }
}
.about-me .text-about-white p {
  font-family: "Inter", sans-serif !important;
}
.about-me .text-about-white p, .about-me .text-about-white h2, .about-me .text-about-white h3 {
  color: #fff;
  line-height: 1.5em;
}
.about-me .text-about-white h3 {
  font-weight: 400;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.about-me.custom-training-sec .text-about-white > div > div {
  max-width: 960px;
}

.lg-p p {
  font-size: 20.83px;
  font-weight: 400;
}
.lg-p .vc_col-sm-6 p {
  font-weight: 600;
}

.hello-and-welcome-sec {
  font-weight: 600;
  font-size: 20.83px;
}
.hello-and-welcome-sec.hello-and-welcome-sec-bottom p {
  color: #fff;
}
@media (min-width: 768px) {
  .hello-and-welcome-sec.hello-and-welcome-sec-bottom .vc_col-sm-6 .wpb_text_column {
    padding-right: 70px;
  }
}
.hello-and-welcome-sec .text-about-white > div > div {
  max-width: 850px;
  float: right;
}
.hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
  min-height: 48px;
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
    background-position: top center !important;
    padding-top: 50px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .wpb_text_column {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 {
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 70px;
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 {
    text-align: center;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .padding-left-70 .wpb_text_column {
    padding-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .hello-and-welcome-sec .vc_col-sm-6 .btn-padding-left-70 {
    padding-left: 70px;
  }
}

body p {
  font-family: "Inter", sans-serif;
  line-height: 1.5em;
  font-weight: 500;
}
@media (min-width: 768px) {
  body p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body p {
    font-size: 16px;
  }
}

.beginner-guide-sec .wpb_text_column {
  max-width: 1265px;
  margin: 0 auto;
}
.beginner-guide-sec h4 {
  font-family: "Inter", sans-serif;
  color: #2a3350;
  font-size: 24px;
  font-weight: 700;
}
.beginner-guide-sec p {
  font-size: 19px;
}
.beginner-guide-sec .courses-heading {
  text-align: center;
}
.beginner-guide-sec .courses-heading h4 {
  margin-top: 0;
  margin-bottom: 40px;
}
.beginner-guide-sec .margin-top-40 {
  margin-top: 40px;
}
.beginner-guide-sec h2 {
  margin-bottom: 10px !important;
}
.beginner-guide-sec .course-list {
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.beginner-guide-sec .course-list .wpb_text_column {
  min-height: 45px;
}
.beginner-guide-sec .course-list p {
  color: #222635;
  font-size: 20.83px;
  font-weight: 600;
  margin: 0;
  padding: 8px 0 0 50px;
}
.beginner-guide-sec .course-list .vc_column-inner {
  padding-top: 10px !important;
}
.beginner-guide-sec .course-list .vc_column-inner .vc_btn3-container {
  margin-bottom: 10px;
}
.beginner-guide-sec .course-list .vc_col-sm-3 {
  text-align: right;
}
.beginner-guide-sec .course-list .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern {
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background: #f29996;
  border-color: #f29996;
  border-radius: 8px;
  padding: 2px 10px;
}
.beginner-guide-sec .course-list .vc_btn3.vc_btn3-color-danger.vc_btn3-style-modern:hover {
  background: #233699;
  border-color: #233699;
}

.reviews-sec .vc_col-sm-4 {
  padding: 15px;
}
.reviews-sec .vc_col-sm-4 > div {
  padding: 30px !important;
  color: #fff;
  border-radius: 12px;
}
.reviews-sec .vc_col-sm-4 > div p {
  font-size: 16.5px;
}
.reviews-sec .vc_col-sm-4 > div h6 {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 16.5px;
}

#faq-sec .vc_tta-panels-container {
  max-width: 960px;
  margin: 0 auto;
}
#faq-sec .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #4e5776;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading {
  background: #233699;
  border-radius: 8px;
  font-weight: 500;
  font-size: 25px;
  color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading i {
  color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-heading i::before, #faq-sec .vc_tta-panel .vc_tta-panel-heading i::after {
  border-color: #fff;
}
#faq-sec .vc_tta-panel .vc_tta-panel-title > a {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
@media (max-width: 768px) {
  #faq-sec .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 16px;
  }
}
#faq-sec .vc_tta-panel .vc_tta-panel-body {
  background: #e5e5e5;
  border-radius: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #e5e5e5;
}

@media (max-width: 768px) {
  .your-instructor {
    text-align: center;
  }
}
.your-instructor h2 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .your-instructor h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .your-instructor h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .your-instructor h3 {
    font-size: 41px;
  }
}
.your-instructor h6 {
  margin-top: 0;
  font-family: "Inter", sans-serif;
  color: #233699;
  font-size: 21px;
  font-weight: 600;
}
.your-instructor p, .your-instructor p a {
  font-size: 18.33px;
}
.your-instructor p a {
  color: #233699;
}
@media (min-width: 768px) {
  .your-instructor .vc_col-sm-8 {
    padding-left: 30px;
  }
}

/* About Client */
@media (max-width: 768px) {
  .about-client {
    text-align: center;
    padding-top: 40px;
  }
}

.beginner-guide-banner.vc_row-no-padding {
  padding-bottom: 0 !important;
}
.beginner-guide-banner.vc_row-no-padding .wpb_text_column {
  margin-bottom: 0 !important;
}
.beginner-guide-banner.vc_row-no-padding .vc_col-sm-6 .vc_column-inner {
  padding-top: 0;
}
.beginner-guide-banner.vc_row-no-padding .vc_col-sm-6:last-child p {
  margin-top: 0;
}
.beginner-guide-banner .banner-text {
  padding: 0 40px;
}
@media (min-width: 768px) {
  .beginner-guide-banner .banner-text > div {
    float: right;
    max-width: 665px;
  }
}
.beginner-guide-banner .banner-text .wpb_text_column {
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .beginner-guide-banner {
    text-align: center;
  }
}

.sohee-social-media h2 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px !important;
  padding-bottom: 15px;
}
.sohee-social-media h2, .sohee-social-media h3 {
  color: #fff;
}
.sohee-social-media h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 25px;
}
.sohee-social-media .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
  font-weight: 600;
  font-size: 16.69px;
  color: #000000;
  background: #fff;
  border-top: 2px solid #000000;
  border-right: 5px solid #000000;
  border-bottom: 5px solid #000000;
  border-left: 2px solid #000000;
  border-radius: 10px;
  padding: 10px 35px;
}

/* Newsletter Css */
@media (max-width: 768px) {
  #blogs .newsletter {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  #blogs .vc_column-inner {
    padding-top: 0;
  }
}

.newsletter {
  padding-top: 15px;
}
.newsletter h3 {
  color: #fff;
  font-size: 33.33px;
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter h6 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 18.33px;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .newsletter .vc_col-sm-4 {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .newsletter .vc_col-sm-8 {
    width: 60%;
  }
}
.newsletter p, .newsletter p a {
  font-family: "Inter", sans-serif;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 768px) {
  .newsletter .wpb_text_column {
    margin-bottom: 0;
  }
}
.newsletter .vc_col-sm-12 {
  max-width: 720px;
  margin: 0 auto;
  float: none;
  display: block;
}
.newsletter .gform_wrapper.gravity-theme {
  text-align: left;
}
.newsletter .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 600;
  color: #fff;
}
.newsletter .wpb_wrapper .gform_wrapper {
  display: inline-block;
  width: 100%;
}
.newsletter .wpb_wrapper .gform_wrapper form {
  max-width: 600px;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body, .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  float: left;
  clear: none;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body {
  width: 75%;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.newsletter .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 46px;
  border: none;
  font-size: 18.33px;
  color: #000000;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 100px 0 0 100px;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 100px;
  }
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer {
  width: 25%;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_footer {
    padding-top: 10px;
    width: 100%;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #000000;
  border: none;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18.33px;
  font-weight: 500;
  width: 100%;
  border-radius: 0 100px 100px 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .newsletter .wpb_wrapper .gform_wrapper .gform_footer input {
    border-radius: 100px;
  }
}
.newsletter .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #fff;
  background: #233699;
}
@media (max-width: 768px) {
  .newsletter {
    text-align: center;
  }
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-height: 40px;
}

body.course .module header {
  background: #233699;
}
body.course .module header h2 {
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  body.course .module header h2 {
    font-size: 19px;
  }
}
body.course .module .module-lessons ul li a {
  color: #233699;
}

.contact-us-bottom {
  text-align: center;
}
@media (max-width: 768px) {
  .contact-us-bottom {
    padding-top: 30px !important;
  }
}
.contact-us-bottom h2 {
  color: #fff;
  margin-top: 0;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper {
  text-align: left;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper label {
  color: #fff;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body textarea, .contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 46px;
  border: none;
  font-size: 13.33px;
  color: #394b5c;
  padding-left: 15px;
  font-weight: 500;
  border-radius: 6px;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body textarea {
  height: auto;
}
@media (max-width: 768px) {
  .contact-us-bottom .wpb_wrapper .gform_wrapper .gform_body {
    margin-top: 0;
    width: 100%;
  }
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer {
  text-align: center;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer input {
  height: 46px;
  background: #2a3350;
  border: none;
  color: #fff;
  font-size: 18.33px;
  font-weight: 600;
  max-width: 160px;
  width: 100%;
  border-radius: 6px;
  margin: 0 auto;
  cursor: pointer;
}
.contact-us-bottom .wpb_wrapper .gform_wrapper .gform_footer input:hover {
  color: #000000;
  background: #fff;
}

h2 .red, h2 h2, .red-text .red, .red-text h2 {
  color: #233699;
}

.not-going-harder .vc_col-sm-4 {
  padding: 15px;
  color: #fff;
}
.not-going-harder .vc_col-sm-4 > div {
  background-position: center !important;
  padding-bottom: 30px;
  border-radius: 15px;
}
.not-going-harder .vc_col-sm-4 p {
  font-size: 25px;
}

.what-elt-method {
  padding-top: 30px !important;
}
.what-elt-method h6 {
  font-family: "Inter", sans-serif;
  margin-top: 0;
  color: #233699;
  font-size: 25px;
  font-weight: 600;
}
.what-elt-method p {
  font-size: 19px;
  margin-bottom: 0;
}

.grey-bg, .blue-bg {
  text-align: center;
  padding: 36px 20px;
  border-radius: 15px;
}
.grey-bg p, .blue-bg p {
  font-family: "Inter", sans-serif;
  font-size: 29.11px;
  padding-bottom: 20px;
}

.blue-bg p {
  color: #fff;
}

/* Woocommerce Style */
#blogs.woocommerce-page {
  padding-top: 40px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .images {
    width: 60%;
  }
}
#blogs.woocommerce-page .woocommerce-product-details__short-description {
  text-align: center;
}
#blogs.woocommerce-page .woocommerce-product-details__short-description p {
  font-family: "Inter", sans-serif;
  font-size: 18.33px;
  font-weight: 500;
}
#blogs.woocommerce-page .payment-buttons {
  text-align: left;
}
@media (min-width: 768px) {
  #blogs.woocommerce-page .summary {
    width: 35%;
  }
}
#blogs.woocommerce-page .product_meta {
  display: none;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page button.button {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .quantity {
    float: none;
    display: inline-block;
  }
}
#blogs.woocommerce-page .quantity .qty {
  border: 1px solid #191615;
  min-width: 62px;
  padding-left: 7px;
}
#blogs.woocommerce-page h1 {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 768px) {
  #blogs.woocommerce-page h1 {
    font-size: 37.5px;
  }
}
#blogs.woocommerce-page .price {
  font-family: "Inter", sans-serif;
  font-size: 29.17px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}
#blogs.woocommerce-page .price ins {
  text-decoration: none;
}
#blogs.woocommerce-page .variations tr th {
  font-weight: 500;
}
#blogs.woocommerce-page .variations tr select {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
  text-align: center;
  width: 100%;
  margin-right: 15px;
}
#blogs.woocommerce-page .variations tr th,
#blogs.woocommerce-page .variations tr td {
  float: left;
  width: 100%;
}
#blogs.woocommerce-page ul.tabs {
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs {
    flex-direction: column;
  }
}
#blogs.woocommerce-page ul.tabs::before {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: left;
  background: none;
  color: #000;
  width: 100%;
  border: 0;
  border-top: 1px solid #000;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page ul.tabs li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#blogs.woocommerce-page ul.tabs li::before, #blogs.woocommerce-page ul.tabs li::after {
  display: none !important;
}
#blogs.woocommerce-page ul.tabs li svg {
  height: 20px;
  float: right;
  margin-top: 2px;
}
#blogs.woocommerce-page ul.tabs li a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel {
  font-weight: 500;
}
#blogs.woocommerce-page .woocommerce-Tabs-panel > h2 {
  display: none;
}
#blogs.woocommerce-page .related.products {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products {
    margin-top: 10px;
  }
}
#blogs.woocommerce-page .related.products > h2 {
  position: relative;
  color: #000000;
  margin-top: 0;
  font-size: 33.33px;
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products > h2 {
    display: inline-block;
    text-align: center;
  }
}
#blogs.woocommerce-page .related.products a.button {
  display: none;
}
#blogs.woocommerce-page .related.products .price {
  font-family: "Inter", sans-serif;
  font-size: 18.33px;
  font-weight: 700;
  color: #827676;
}
#blogs.woocommerce-page .related.products a h2 {
  font-size: 22.92px;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 768px) {
  #blogs.woocommerce-page .related.products a h2 {
    font-size: 21px;
  }
}/*# sourceMappingURL=style.css.map */