/*
Theme Name: Keyturepro
Theme URI: https://keyturepro.com
Author: Vadym Gmyria
Author URI: https://keyturepro.com
Description: Built on a solidly designed foundation.
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: Private
Tags: keyturepro
*/
body{
  font-family:Ubuntu, Arial !important;
}

section {
  clear: both;
  padding:80px 0;
}
h1, h2, h3, h4 {
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  font-size: 2rem;
}

h5 {
	 font-size: 26px;
}
h6{
	font-size: 22px;
}

p{
	font-size:16px;
	color:#585858;
	line-height:27px;
}

.secondary-bg{
	background-color:#010a1c;
}
.primary-bg{
	background-color:#fff;
}
.third-bg{
	background-color:#000711;
}
.fourth-bg{
	background-color:#000205;
}
.fifth-bg{
	background-color:#f0efef;
}
a {
	transition-duration:0.3s;
	 -moz-transition-duration:0.3s;
	  -o-transition-duration:0.3s;
	   -webkit-transition-duration:0.3s;
	    -ms-transition-duration:0.3s;
		text-decoration:none;
}
a:hover{
	text-decoration:none;
}
.padding_bottom_none{
	padding-bottom:0px;
}
.padding_none {
  padding: 0;
}
.clear{
	clear:both;
}
img {
	max-width:100%;
}
.section_heading.primary-bg > a {
  text-decoration: none;
}
.section_heading.secondary-bg.recent_post > a {
  text-decoration: none;
}
.container {
  position: relative;
  z-index: 1;
  width:95% !important;
}
/*============
	header
===================*/
header {
  width: 100%;
  box-sizing: border-box;
  padding-top: 3vw;
  padding-bottom: 2vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  background-color: #fff;
}

.logo_img {
  padding: 9px 0;
}

/*=========
	menu
==========*/
/*
.dropdown .dropdown-toggle::after{
  content: "";
  font-family: Ubuntu, Arial;
  font-size: 10px;
  font-weight: 400;
  margin: 0 3px;
  position: absolute;
}
*/
.dropdown .dropdown-toggle {
  position: relative;
}
.navbar.navbar-default, #navbar.collapse.navbar-collapse {
  background-color:transparent;
  border:none;
}
.navbar {
  border: 0 solid hsla(0, 0%, 0%, 0);
  margin-bottom: 0 !important;
  position: relative;
}
.collapse.navbar-collapse {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  margin: 0 auto;
  text-align: right;
}
.navbar ul.nav.navbar-nav {
	float:none;
	text-align:center;
}
.navbar ul.nav.navbar-nav {
	display:inline-block;
	float:none;
	vertical-align:middle;
}
.navbar ul.nav.navbar-nav li {
  margin: 0;
  padding: 0 5px;
}
.navbar ul.nav.navbar-nav li:first-child {
	border-left:0px;
}
.navbar ul.nav.navbar-nav li:last-child {
	border-right:0px;	
}
.navbar ul.nav.navbar-nav li a {
  color:#000;
  font-size: 1.2em;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 13px;
  line-height: 1.7em;
}
.navbar ul.nav.navbar-nav li a:hover {
    /*background-color: #f6b20e;*/
    /*color: #fff;*/
}
.navbar ul.nav.navbar-nav li.active a {
  /*background-color: #f6b20e;*/
  /*color: #fff;*/
  text-decoration: underline;
}
.navbar-collapse {
  overflow-x: visible;
  padding-left: 0;
  padding-right: 0;
}
.nav > li > a{
  padding:0px !important;
}
.top-menu-section{
  position: relative;
  align-items: center;
  box-sizing: border-box;
}
.main-content-section{
  margin-top: 100px;
  margin-bottom: 80px;
}
.main-content-section h2{
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width:990px) {.navbar-collapse { display: inline-block;}	}


/*------ top banner-------*/
.top-banner-block > h1{
  color:#fff;
  font-weight: 400 !important;
}
.top-banner-col{
  float: none !important;
  margin: 0 auto;
  text-align: center;
}

/*---------- services---------*/


/*--------bottom-banner ----------*/
.bottom-banner-section .section-background img{
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
  object-fit: cover;
}
.bottom-banner-section .content-wrapper{
  padding-top: 0px !important;
}
.sqs-block-content-bottom-banner{
  margin: 0 15px;
}
.bottom-banner-title{
  font-size:3rem;
}
.bottom-banner-text{
  font-size:1.6rem;
  color:#fff;
  margin: 20px auto;
  text-align: center;
}
/*--------footer---------*/


footer{
  padding:40px;
  background-color: #000;
}
footer p, footer a{
  font-size: 1.6rem;
}
footer .sqs-block p:first-child{
  margin-bottom: 20px;
}
footer a, footer a:hover{
  color: hsl(166,97%,40%);
  text-decoration: underline;
  margin-right: 8px;
}
footer ul{
  padding:0px;
}
footer li{
  list-style: none;
  display: inline-block;
}
footer .sqs-block-content{
  margin-top: 20px;
}
footer .sqs-block-content a{
  color: #fff;
  text-decoration: none;
}
footer span{
  color: #fff;
}
.dropdown-menu {
  background-color: hsl(0, 0%, 0%);
}

/*-------- responsive----------*/

@media (max-width:767px){
  .collapse.navbar-collapse {
    overflow: scroll;
  }
  .top-menu-section{
    display: list-item;
  }
  .dropdown-menu {
    position: relative;
    width: 100%;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 365px;
  }
  .top-banner-block > h1{
    font-size: 2em;
  }
  .top-banner-block > p{
    font-size: 1em;
  }
  .tags > ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 170px;
  }

  .navbar.navbar-default, #navbar.collapse.navbar-collapse {
    /*background-color: hsl(0, 0%, 0%);*/
  }

  .section_sub_btn .btn.btn-default {
    padding: 10px 20px;
  }

  .footer_top li {  font-size: 15px;  height: 45px;  line-height: 3;  margin: 7px 5px; text-align: center;  width: 45px;}
  .footer_bottom.fourth-bg a {  font-size: 15px;  height: 30px;  line-height: 28px;  width: 30px;}
  .footer_bottom p { font-size:13px;}
  .blog_post > p {  font-size: 15px;}
  .blog_post > h4 {  font-size: 25px;}
  .tag-detail {  text-align: center;}

      section.coming_soon_bg {  padding: 60px 0 90px;}
  .coming_soon_img {margin: 50px 0;  text-align: center;}
  .coming_soon_footer a {  font-size: 18px;}
  .coming_soon_footer ul {  float: none;  text-align: center;}
  .coming_soon_footer p {
    font-size: 13px;
    display: block;
    text-align: center;
  }.search_btn-2 .btn.btn-default {  border-radius: 15px;}
  .email_field .form-control {  width: 100%;}
  .search_btn-2 {  text-align: center;  width: 100%;position: inherit;margin-bottom: 60px;}
  #defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
  #defaultCountdown .countdown-section .countdown-period {  font-size: 14px;  line-height: 45px;}
  #defaultCountdown .countdown-section .countdown-amount {  font-size: 27px;  line-height: 20px;  padding: 16px 0;}
  #defaultCountdown .countdown-section {  height: 144px;  margin: 0 7px 0 auto;  width: 55px;}
  .coming_soon_detail h2 {  font-size: 31px;  line-height: 40px;  text-align: center;}
  .coming_soon_detail {  width: 100%;  margin-top: 40px;}

  .panel-body {  padding: 10px 0;  text-align: center;}
  .panel-title a {   font-size: 20px; }
  .about_us_img {  float: none;}
  .about_us_detail li {  float: none; width:100%;}

  .text_404 {  float: none;  margin: 0 auto;  width: 100%;}
  .text_404 h1 {  font-size: 140px;padding-bottom: 0;}
  .not_found {  float: none;  margin: 0 auto;  width: 100%;}
  .not_found h2 {  font-size: 72px;}
  .not_found h3 {  font-size: 35px;  line-height: 50px; margin:0;}
  .error_detail h3 {  font-size: 25px;}
  .error_form .form-control {  width: 100%;}
  .search_btn { position: inherit;}

  .navbar ul li {  border-left: none;  border-right:none; }
  .nav_icon {  display: block;  margin: 10px 0;}
  .nav.navbar-nav.navbar-right {  display: none;  margin-top: 15px;}
  .menu_bar ul li {  padding: 10px 20px;  text-align: left;  display:block;  cursor:pointer; }
  .navbar ul li {  line-height: 15px;  list-style: outside none none;  margin: 5px 0;  padding: 0;  vertical-align: middle;  width: 100%;}
  .navbar {  padding: 5px 0; position:relative;}
  .navbar-toggle {
    float: none;
    margin: 10px;
    padding: 10px;
  }
  .navbar-header {
    text-align: center;
  }
  .navbar ul.nav.navbar-nav {
    display: block;
  }
  .navbar ul.nav.navbar-nav li a {text-align: center;font-size:1.6em;line-height:2em;z-index:9;}
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#fff;
  }
  .navbar-default .navbar-toggle {
    border-color:#fff;
  }
  .menu_bar {
    display: inline;
    padding: 15px 0;
  }
  .navbar-collapse {
    border-top: none;
  }
  .dropdown-menu li:hover {
    /*background: hsl(39, 100%, 50%) none repeat scroll 0 0;*/
    color:#fff;
  }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /*background-color: hsl(39, 100%, 50%);*/
    color: hsl(0, 0%, 33%);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: hsla(0, 0%, 0%, 0);
    color: hsl(0, 0%, 100%);
  }


  .logo_img {
    float: left;
    padding: 9px 0;
    position: relative;
    z-index: 1;
  }
  .present {  text-align: center;}
  .present h1 {  font-size: 40px;  line-height: 60px;padding-bottom: 50px;}
  .section_btn {  margin: 20px 0 30px;}
  .present_img {  margin: 0 auto;  text-align: center;}
  .section_heading h2 {  font-size: 35px; line-height:50px;}
  .section_heading h4 {  font-size: 20px;  line-height: 30px;}
  .features_detail {  margin-top: 30px;}
  .features_detail li {  border-right: none;  text-align: center;  width: 100%;}
  .features_img {  text-align: center;width: 100%;}
  .services_img {  display:none;}
  .services_img_n {  margin: 0 auto;  padding: 20px 5px 0;  text-align: center;  width: 100%;}
  .services_detail {  margin: 0 0 30px;  text-align: center;
  }.services_detail li {  padding: 50px 0 0px;margin: 0 auto;}
  .services_detail span {  float: none;}
  .services_detail h5 {  float: none;padding: 10px 20px 5px; display: block;}
  .services_detail p {  float: none;  width: 100%;}
  .how_it_work_m {  margin-top: 15px;  text-align: center;}
  .how_it_work_m.text-right h5::before {  display: none;}
  .how_it_work_m.text-right h5::after {  display: none;}
  .how_it_work_m.text-right h5 {  line-height: 35px;}
  .how_it_work_m p {  margin: 0 0 30px;}
  .workng_img {  margin: 0 auto 40px;}
  .how_it_work_m.text-let h5::before {  display: none;}
  .how_it_work_m.text-left h5::after {  display: none;}
  .how_it_work_m.text-left h5 {  line-height: 35px;}
  .tags li {  background: hsl(0, 0%, 100%) none repeat scroll 0 0;  display: block;  margin: 10px 0;  width: 100%;}
  .port_img1 {  float: none;  padding: 0;margin-bottom: 15px;}
  .table-1 {  margin: 10px 0 25px;}
  .member_img {  margin: 0 auto;  text-align: center;  width: 77%;}
  .member_name {  margin: 0 auto;   width: 77%;}
  .member_detail {  margin: 0 0 30px;}
  .testimonial_slide {  width: 100%;padding: 15px 0 0 15px;}
  .testi-text {  padding: 0 16px;}
  article {  margin: 0 0 70px;}
  .blog_detail {  width: 90%;}
  .blog_image {  text-align: center;  margin: 0 auto;}
  .contact_text h5 {       line-height: 40px;  margin: 0;  padding: 7px 1px 5px 30px;  width: 200px; font-size:16px;}
  .contact_text span {  padding: 11px 0;}
  .contact_text li {  display: block;  margin: 0 auto;}
  .contact_text { margin-left: auto;  margin-top: 45px;}
  .subscribe {  text-align: center;}
  .workng_img {  margin: 30px auto 40px;}
  .section_btn .btn.btn-default {  margin: 20px 5px 0;}
  .footer_top > h4 {  font-size: 20px;  line-height: 30px;margin: 0 auto 25px;}
  .features_detail li:nth-child(2n) {  text-align: center;}
  .features_detail li:nth-last-child(2) {  border-bottom: 1px solid hsl(0, 0%, 80%);}
  .pull-right {  float: none;  width: 100%;}
  .contact_text span {  font-size: 30px;}

}

@media (min-width:500px) and (max-width:991px){
  .tags li {
    display: inline-block;
    list-style: outside none none;
    margin: 10px 10px;
  }
  .subscribe_form .form-group {
    margin-bottom: 20px;
    padding: 0;
  }
  .contact_form .form-group {
    margin-bottom: 20px;
    padding: 0;
  }
  .contact_text h5 {
    width: auto;
  }
  .tag-detail {  text-align: center;}

  section.coming_soon_bg {  padding: 60px 0 200px;}
  .form-group {  margin-bottom: 45px;  padding: 60px 0 40px;}
  .search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
  .email_field .form-control {
    float: none;
    width: 100%;
  }
  .search_btn-2 {
    margin-top: -140px;
    position: relative;
    right: -4px;
    text-align: right;
    top: 0;
    z-index: 1;
  }
  .coming_soon_footer p {
    display: block;
    font-size: 18px;
    text-align: center;
  }

  #defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
  #defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 45px;}
  #defaultCountdown .countdown-section .countdown-amount {  font-size: 30px;  line-height: 20px;  padding: 30px 0;}
  #defaultCountdown .countdown-section {  height: 144px;  margin: 0 20px 0 auto; width: 80px;}
}
/*--------768-992-------*/

@media (min-width:768px) and (max-width:992px){
  .logo_img {
    padding: 9px 0;
    text-align: center;
  }
  .navbar ul.nav.navbar-nav li {
    list-style: outside none none;
    margin: 0;
    padding: 0 2px;
  }
  .navbar ul.nav.navbar-nav li a {
    font-size: 13px;
    padding-left: 9px;
    padding-right: 12px;
  }
  .present {
    margin-top: 50px;
  }
  .coming_soon_footer ul {
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .coming_soon_img {  margin:50px 0 auto;  text-align: center;}
  .search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
  .email_field .form-control {
    float: none;
    width: 100%;
  }
  .coming_soon_footer p {
    display: block;
    font-size: 18px;
    text-align: center;
  }
  #defaultCountdown {  margin: 0 auto;  padding: 10px 0 0px;  text-align: center;}
  #defaultCountdown .countdown-section .countdown-period {  font-size: 20px;  line-height: 45px;}
  #defaultCountdown .countdown-section .countdown-amount {  font-size: 30px;  line-height: 20px;  padding: 40px 0;}
  #defaultCountdown .countdown-section {  height: 144px;  margin: 0 20px 0 auto; width: 105px;}
  .coming_soon_detail h2 {  font-size: 50px;  line-height: 60px;  text-align: center;}
  .coming_soon_detail {  width: 100%;  margin-top: 40px;}
  .about_us_detail {  text-align: center;}
  .panel-body {  padding: 10px 0;  text-align: center;}
  .panel-title a {   font-size: 20px; }
  .about_us_img {  float: none;}
  .text_404 {  float: left;  margin: 0 auto;  width: 49%;}
  .text_404 h1 {  font-size: 160px;padding-bottom: 0;}
  .not_found {  float: left;  margin: 0 auto;  width: 49%;}
  .not_found h2 {  font-size: 82px;}
  .not_found h3 {  font-size: 40px;  line-height: 50px; margin:0;}
  .error_detail h3 {  font-size: 27px;}
  .error_form .form-control {  width: 80%;}
  .search_btn {  bottom: -33px;  left: 360px;  position: absolute;  right: 0;}
  .present {  text-align: center;}
  .present h1 {  font-size: 40px;  line-height: 60px;padding-bottom: 50px;}
  .section_btn {  margin: 20px 0 30px;}
  .present_img {  margin: 0 auto;  text-align: center;}
  section {  padding: 60px 0;}
  .section_heading h2 {  font-size: 40px;}
  .section_heading h4 {  font-size: 26px;  line-height: 40px;}
  .features_detail {  margin-top: 30px;}
  .features_detail li {  border-right: none;  text-align: center;  width: 100%;}
  .features_img {  text-align: center;}
  .features_detail li:nth-child(2n) {  text-align: center;}
  .features_detail li:nth-last-child(2) {  border-bottom: 1px solid #cccccc;}
  .features_img.pull-left {  float: none;width: 100%;}
  .services_img_n {  margin: 0 auto;  text-align: center;}
  .how_it_work_m {  margin-top: 15px;  text-align: center;}
  .how_it_work_m.text-right h5::before {  display: none;}
  .how_it_work_m.text-right h5::after {  display: none;}
  .how_it_work_m.text-right h5 {  line-height: 35px;}
  .how_it_work_m p {  margin: 0 0 30px;}
  .workng_img {  margin: 0 auto 40px;}
  .how_it_work_m.text-left h5::before {  display: none;}
  .how_it_work_m.text-left h5::after {  display: none;}
  .how_it_work_m.text-left h5 {  line-height: 35px;}
  .port_img1 { width: 100%;}
  .table-1 {  margin: 10px 0 25px;}
  .member_detail {  margin: 0 0 30px;}
  .member_detail {  float: left;  margin: 0 10px 30px;  width: 46%;}
  article {  margin: 0 0 70px;}
  .blog_image {  text-align: center;  margin: 0 auto;}
  .blog_detail {  width: 90%;}
  .contact_text h5 {  font-size: 16px;  width: auto;}
  .contact_text span {  padding: 10px 20px;}
  .contact_text li {  display: block;  margin: 0 auto;}
  .contact_text { margin-left: auto;  margin-top: 45px;}
  .subscribe {  text-align: center;}
  .workng_img {  margin: 30px auto 40px;}
  .section_btn .btn.btn-default {  margin: 20px 5px 0;}
  .footer_top > h4 {  font-size: 25px;}
  .footer_top li {  font-size: 20px;  margin: 25px 5px 10px;  }
}

/*----------992px -1200px -----------*/

@media (min-width:993px) and (max-width:1200px){
  .contact_text h5 {
    width: 310px;
  }

  .search_btn-2 .btn.btn-default {  border-radius: 0 15px 15px 0;  margin: 0;}
  .email_field .form-control {
    float: none;
    width: 100%;
  }
  .search_btn-2 {
    margin-top: -75px;
    position: relative;
    right: -4px;
    text-align: right;
    top: 0;
    z-index: 1;
  }

  .coming_soon_detail {  width: 94%;}
  .about_us_detail li {  width: 45%;}
  .app_screenshot {  width: 25%;}
  .navbar ul.nav.navbar-nav li a {  font-size: 15px;  padding-left: 4px;  padding-right: 4px;}
  .present h1 {  padding-bottom: 65px;}
  .section_btn .btn.btn-default {  margin: 30px 5px 0;}
  .features_detail h5 {  font-size: 22px;}
  .features_img {  padding-top: 30px;}
  .features_detail {  margin-top: 70px;}
  .services_img {  width: 49%;}
  .services_img_n {  float: left;  width: 49%;}
  .services_detail span {  padding: 23px 24px;}
  .services_detail {  margin-left: 15px;  margin-top: 15px;}
  .how_it_work_m { margin-top: 20px;}
  .blog_detail {  width: 85%;}
  .contact_text h5 {  font-size: 16px;}
  .navbar ul.nav.navbar-nav li a { font-size: 15px;  font-weight: 400;  padding-left: 4px;  padding-right: 4px;  text-transform: uppercase;}
}
@media (min-width:768px){
  .top-menu-section{
    display: flex;
  }
  .custom-logo{
    max-height: 100px;
    max-width: 243px !important;
  }
  .menu-cart-mobile{
    display:none;
  }
  .navbar.navbar-default{
    display:flex;
    align-items:center;
  }
  #menu-header-menu > li > a:active{
    text-decoration: underline;
  }
  #navbar.collapse.navbar-collapse{
    margin-right: inherit;
  }
  .current-menu-item a{
    background-image: linear-gradient(currentColor,currentColor);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
  }
  .top-banner-block > h1{
    font-size: 6em !important;
    margin-top:100px !important;
  }
  .top-banner-block > p{
    font-size: 1.9em;
    margin: 1.4em 0;
  }
  .sqs-block-image-middle{
    margin: 100px 0;
  }
  .product-category-top-banner, .product-category-top-banner .section-background{
    min-height:520px !important;
  }
  .product-category-top-banner img{
    margin-top:-14%;
  }
  .product-category-categories-titles{
    margin-top: 110px;
  }
  .productItem-nav-breadcrumb{
    margin: 40px 0 ;
  }
  .product-page-detail{
    margin-top: 120px;
  }
  /*three blocks*/
  .image-position-left{
    background-color:#eefbf8;
  }
  .image-position-left > .image-card-wrapper {
    align-items: flex-start
  }
  .image-position-left .image-inset{
    width:140%;
  }
  .image-card-last-block{
    padding-top: 0px !important;
    padding-left: 10% !important;
  }
  .mailchimp-block{
    padding:150px 0px;
  }
  .mailchimp-block .center-block-position{
    margin-top:15px;
  }
  .mailchimp-block button{
    font-size: 1.15em;
    margin-left: 8px;
    padding: 1.3em 2.338em;
  }
  .input-product-interested{
    margin: 40px 25% !important;
  }
  .stripe-over-footer{
    background-color: #03c99b;
    height: 88px;
  }
  .content-page-section h1 {
    font-size: 8rem;
  }
  .content-page-layout{
    padding: 0 12% !important;
  }
  .page-thumbnail-right{
    float:right !important;
  }
}
@media (max-width:767px){
  .current-menu-item a{
    text-decoration: underline;
  }
  section {
    clear: both;
    padding: 40px 0;
  }
  .custom-logo{
    max-height: 50px;
    max-width: 121px !important;
  }
  .menu-cart-desktop{
    display:none;
  }
  .product-category-categories-titles{
    margin-top: 20px;
  }
  .product-category-top-banner{
    min-height: 330px !important;
  }
  .product-category-top-banner .section-background{
    top:unset;
    left:unset;
  }
  .image-position-left {
    background-color:#eefbf8;
  }
  .image-position-right .image-inset{
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
  }
  .image-position-right .image-card-wrapper{
    width: max-content !important;
    margin-top: 50%;
  }
  .image-position-right .image-card-wrapper .image-card{
    padding-left:0px !important;
  }
  .image-position-left .image-inset{
    position: absolute !important;
    width: 100% !important;
    left: 0 !important;
  }
  .image-position-left .image-card-wrapper{
    width: max-content !important;
    margin-top: 50%;
  }
  .image-position-left .image-card-wrapper .image-card{
    padding-right:0px !important;
  }
  .input-product-interested{
    margin: 20px 5%;
  }
  .productItem-nav-breadcrumb{
    margin: 20px 0;
  }
  .product-page-detail{
    margin-top: 40px;
  }
  .mailchimp-block input{
    margin: 50px 0;
  }
  .stripe-over-footer{
    background-color: #03c99b;
    height: 20px;
  }
  .content-page-section h1 {
    font-size: 4rem;
  }
}
/***TOP BANNER***/
.sqsrte-large {
  color: #fff;
  text-align: center;
  white-space: pre-wrap;
}

.sqsrte-large, p, .sqsrte-small {
  margin: 1rem 0;
}

.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount) {
  align-items: center;
}

.page-section.section-height--medium:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 66vh;
}

.page-section {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  background-position-x: 50%;
}

.sqs-block-button-container {
  text-align: center;
}

.top-banner-button, .middle-banner-button {
  background-color: #03c99b !important;
  color: #fff !important;
}
.top-banner-button:hover, .middle-banner-button:hover{
  opacity: 0.8;
}
.sqs-block-button-element, .image-button a, .list-item-content__button {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: 1.4em 2.338em;
}
.sqs-block-button-element {
  font-family: Ubuntu, Arial;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: .02em;
  font-size: 1.3em;
}

.sqs-block-button-element:hover {
  text-decoration: none;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--medium > .content-wrapper {
  padding-top: 6.6vmax;
  /* padding-bottom: 6.6vmax; */
}
.page-section.horizontal-alignment--center > .content-wrapper {
  justify-content: center;
}
.page-section:not(.full-bleed-section) > .content-wrapper {
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  box-sizing: content-box;
}
.page-section > .content-wrapper {
  display: flex;
}
.page-section > .content-wrapper {
  width: 100%;
  box-sizing: content-box;
  position: relative;
}
.page-section > .content-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 0) and (max-width: calc(2119px)) and (orientation: landscape){
  .site-wrapper {
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
  }
}
/*****END TOP BANNER******/

/**** THREE INFO BLOCKS*****/
figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
img {
  border: 0;
}

.sqs-block-image{
  padding-top: 20px;
  padding-bottom: 20px;
}
.sqs-block-image .design-layout-collage.image-position-right {
  flex-direction: row-reverse;
}

.sqs-block-image .design-layout-collage {
  display: flex;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 {
  position: relative;
}

.sqs-block-image .design-layout-collage .image-card-wrapper, .sqs-block-image .design-layout-collage > div:first-child {
  width: 50%;
}

.sqs-block-image .design-layout-collage.image-position-right > div:first-child > div, .sqs-block-image .design-layout-collage.image-position-right > div:first-child > a {
  width: 140%;
  left: -40%;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-inset {
  position: relative;
}

.sqs-block-image .design-layout-collage .image-card-wrapper, .sqs-block-image .design-layout-collage > div:first-child {
  width: 50%;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper {
  z-index: 2;
  pointer-events: none;
}

.sqs-block-image .design-layout-collage.image-position-right .image-card {
  width: 100%;
  margin-right: 0%;
}

.sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card {
  pointer-events: auto;
}

.sqs-block-image .design-layout-collage .image-card {
  /*padding: 10%;*/
  padding-top: 8%;
  padding-bottom: 10%;
  padding-left: 4%;
  box-sizing: border-box;
}
.image-card-middle-block{
  padding-top: 20% !important;
  padding-bottom: 10% !important;
  padding-left: 0 !important;
  padding-right: 8% !important;
}
.sqs-block-image .sqs-dynamic-text {
  font-size: inherit !important;
  line-height: inherit !important;
  background-color: #fff;
  padding: 8%;
}

.sqs-dynamic-text {
  min-width: 100%;
  line-height: 1em;
}
.sqs-dynamic-text > h2{
  margin-bottom: 30px;
  font-weight: 400;
  color:#000;
  line-height: 4rem;
}

.sqs-dynamic-text > p{
  font-size: 1.6rem;
  color:#000;
}

.sqs-dynamic-text > ul > li{
  font-size: 1.6rem;
  line-height: 2.8rem;
}
/****END THREE INFO BLOCKS****/

/***FAQ BLOCK****/
@media (max-width: 415px) {
  .products .list-grid .products-flex-container .grid-item .sqs-add-to-cart-button {
    min-width: 125px !important
  }

  .accordian .card .card-header .title {
    font-size: 17px
  }

  .accordian .card .card-header .fa-minus, .accordian .card .card-header .fa-plus {
    right: 12px
  }
}

@media (max-width: 1300px) {
  .products .products-flex-container .grid-item .sqs-add-to-cart-button {
    min-width: 70px !important;
    padding: 0
  }

  .add-buttons {
    margin-top: 15px
  }

  .products .products-flex-container .grid-item .sqs-add-to-cart-button, .products .products-flex-container .grid-item .sqs-by-on-amazon-button {
    font-size: .8rem
  }
}

.products .products-flex-container .grid-item .sqs-add-to-cart-button {
  padding: 0;
  min-width: 185px
}

.sqs-by-on-amazon-button {
  height: auto;
  border-width: 0;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  font-family: Ubuntu;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: normal
}

.accordian {
  max-width: 600px;
  display: block
}

.accordian .card {
  margin-bottom: 20px;
  float: left;
  width: 100%
}

.accordian .card .card-header h3 {
  cursor: pointer;
  color: #333;
  position: relative;
  background-color: #eaeaea;
  margin: 0;
  padding: 15px 20px;
  font-size: 18px
}

.accordian .card .card-header {
  position: relative
}

.accordian .card .card-header span {
  position: absolute;
  right: 20px;
  top: 12px;
  height: 25px;
  width: 25px;
  color: #3343a2;
  text-align: center;
  line-height: 25px;
  font-size: 13px
}

.accordian .card .card-body {
  padding: 20px
}

.accordian .card .card-body {
  display: none
}

.accordian .card:nth-child(1) .card-body {
  display: block
}

.accordian .card .card-body p, .accordian .card .card-body span {
  line-height: 1.6;
  color: #000;
  margin: 0px;
  font-weight: normal;
  text-align: initial
}

.accordian .card .card-header .active-title {
  background-color: #214a7b;
  color: #fff
}

.accordian {
  max-width: 100%
}

.accordian .card .card-header .fa-minus {
  top: 12px;
  color: #3343a2;
  text-align: center;
  line-height: 25px;
  border-left: 1px solid #fff
}

.accordian .card .card-header .fa-plus {
  top: 12px;
  color: #214a7b;
  text-align: center;
  line-height: 25px;
  border-left: 1px solid #214a7b
}


.fa-minus:after {
  content: url("https://i.ibb.co/nR1PQdt/up-arrow.png");
  color: #fff;
  font-size: 35px;
  margin-left: 10px
}

.fa-plus:after {
  content: url("https://i.ibb.co/ZBJ9JHx/down-arrow.png");
  font-size: 35px;
  margin-left: 10px
}

.botton-home:hover {
  opacity: .8
}
/***END FAQ BLOCK****/
/*** MAILCHIMP BLOCK ***/
.mailchimp-block{
  margin-top: -50px;
  background-color:#eefbf8;
}
.mailchimp-block h3{
  margin-bottom: 25px;
}
.mailchimp-block span{
  font-size: 1.6rem;
  font-weight: 400;
}
.mailchimp-email-input{
  padding:2.2rem 3rem;
  border: 1px solid #eee;
}
/*** PRODUCT CATEGORY TOP BANNER ***/
.product-category-top-banner-center{
  margin: auto !important;
}
/*** CATEGORY PAGE CATEGORIES LINKS ***/
.product-category-title{
  text-align: center;
}
.product-category-title > a{
  font-size: 1.5rem;
  color: #000;
}
.woocommerce-result-count,.woocommerce-ordering{
  display: none;
}
/*** CATEGORY PRODUCTS PREVIEW BLOCK ***/
.product-category-preview{
  margin-top: 0px;
}
.buy_amazon_loop_button{
  /*background-color: #03c99b !important;*/
  color:#000 !important;
  border-radius: unset !important;
  text-align: center;
  float: right;
}
.buy_amazon_loop_button:hover{
  color:#515151 !important;
  background-color: #fff !important;
}
/*** FORM INTERESTED IN PRODUCT ***/
.product-category-interested-form h2{
  font-weight: 400;
  text-align: center;
}
#product-category-interested-button > input{
  padding:1em 2em;
  background-color: #000 !important;
  color: #fff !important;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: .02em;
  font-size: 1.3em;
}
#interestedProduct{
  background-color:#fafafa;
  height:40px;
  border-radius: 0px;
}
#product-category-interested-button{
  text-align: center;
}
.center-block-position{
  text-align:center;
}
.input-product-interested > label{
  font-weight: 400;
  font-size: 1.5rem;
}
.productItem-nav-breadcrumb, .productItem-nav-breadcrumb > a{
  color: #000;
  font-size: 1.6rem;
}
/*** PRODUCT CATEGORY BOTTOM BANNER ***/
.product-category-bottom-banner-title{
  color: #000;
  text-align: center;
  white-space: pre-wrap;
}
.product-category-bottom-banner-text{
  font-size: 2.4rem;
  color: #000;
  margin: 40px auto;
  text-align: center
}
.product-category-bottom-banner-button, .contact-modal-button-view{
  background-color: #000 !important;
  color: #fff !important;
}
.product-category-bottom-banner-background{
  opacity:0.5;
}
.contact-modal-button-center{
  text-align: center;
}
.contact-modal-button-view{
  padding:10px 30px;
}
.entry-summary > h1 {
  font-size:5rem;
}

/**** REVIEWS TRUSTMEDIA****/
#translations-main{
  color:#000;
  font-size:1.7rem
}

/*** CONTACT PAGE ***/
.content-page-section h1{
  color: hsl(166,97%,40%);
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-form-phone-row{
  margin-top: 15px;
}
.form-sent-success-message h2{
  margin-bottom: 30px;
}
.form-sent-success-message span{
  font-size: 2rem;
}
/*** CONTENT PAGE LAYOUT ***/
.content-page-layout h1{
  text-align: center;
}
.content-page-layout p{
  color:#000;
}
/*** SAMPLE FORM CHECKBOX LABELS ***/
.form-check-label{
  margin-left: 10px;
  font-weight: 500;
}
/*** FORM 7 ***/
.wpcf7-form-control-wrap > input,
.wpcf7-form-control-wrap > textarea{
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-modal-button-center > input{
  background-color: #000 !important;
  color: #fff !important;
  padding: 10px 30px;
}
/*** PRODUCT PAGE ATTRIBUTES ***/
.product-card-attributes th{
  font-size: 2rem;
}
.product-card-attributes td{
  font-size: 1.6rem;
}
/*** PAGE HTML SITEMAP LINK ***/
.sitemap-page-link{
  font-size: 1.6rem;
  line-height: 3rem;
}

.product-category-top-banner .section-background{
  background-position-y: 50%;
  background-position-x: 30%;
}