/*
Theme Name: Worcester Bosch Aftercare
Theme URL: https://worcesterboschatercare.com
Description: Worcester Bosch Aftercare
Author: Urban Suburban
Author URI:  https://urbansuburban.co
Version: 1.0
*/
/* @note Body */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  background: #FFFFFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 360px;
  height: 100%;
  padding-bottom: 0;
  overflow-x: hidden;
}
@media (max-width: 575.98px) {
  body {
    margin-bottom: 400px;
  }
}
/* @note Globals */
.sortable-handler {
  touch-action: none;
}
.row [class*="col-"] {
  transition: flex 0.3s ease-in-out, max-width 0.3s ease-in-out;
}
.donation-wrapper {
  display: none !important;
}
/* @audit Mobile view */
@media (max-width: 768px) {
}
/* @note 404 page */
.not-found h1 {
  text-align: center;
  font-size: 48px !important;
}
/* @note Anchor styles */
a {
  color: #18283c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #18283c;
  text-decoration: underline;
}
/* @note Web fonts */
@font-face {
  font-family: "Sohne";
  src: url("../fonts/Sohne.eot");
  src: url("../fonts/Sohne.eot#iefix") format("embedded-opentype"), url("../fonts/Sohne.woff2") format("woff2"), url("../fonts/Sohne.woff") format("woff"), url("../fonts/Sohne.ttf") format("truetype"), url("../images/Sohne.svg#Sohne") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne-Medium";
  src: url("../fonts/Sohne-Medium.eot");
  src: url("../fonts/Sohne-Medium.eot#iefix") format("embedded-opentype"), url("../fonts/Sohne-Medium.woff2") format("woff2"), url("../fonts/Sohne-Medium.woff") format("woff"), url("../fonts/Sohne-Medium.ttf") format("truetype"), url("../images/Sohne-Medium.svg#Sohne-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sohne-Bold";
  src: url("../fonts/Sohne-Bold.eot");
  src: url("../fonts/Sohne-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/Sohne-Bold.woff2") format("woff2"), url("../fonts/Sohne-Bold.woff") format("woff"), url("../fonts/Sohne-Bold.ttf") format("truetype"), url("../images/Sohne-Bold.svg#Sohne-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular Std";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype"), url("../images/CircularStd-Bold.svg#Sohne-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* @note Page defaults */
.default {
  padding-top: 50px;
  margin-bottom: 80px;
  padding-left: 25px;
  padding-right: 25px;
}
.default h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 47px;
  line-height: 1.6;
  color: #182836;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.default h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #222222;
  margin: 15px 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.default p {
  font-family: 'Open Sans', serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.grey {
  background: #f2f2f2;
  padding-bottom: 50px;
}
/* @note Wordpress */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* @note Header */
.admin-bar {
  min-height: 35px;
}
.logo {
  padding-top: 15px;
  height: 80px;
  opacity: 1;
}
.logo-login {
  height: 35px;
  opacity: 1;
}
.woocommerce img, .woocommerce-page img {
  height: 60px!important;
}
.header-home-dev .logo {
  margin-top: 25px;
}
.header-home-dev .logo a {
  font-family: 'Circular Std', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: -1px;
  word-spacing: -3px;
}
.header-home .logo {
  margin-top: 25px;
}
.header-home .logo a {
  font-family: 'Circular Std', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  letter-spacing: -1px;
  word-spacing: -3px;
}
.header-home-dev .logo a span.source-dot {
  color: #47B9B6 !important;
}
.header .logo a {
  font-family: 'Circular Std', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  color: #3A4277;
  letter-spacing: -1px;
  word-spacing: -3px;
}
.logo a:hover {
  text-decoration: none;
}
.logo a span#typed {
  color: #ffffff8a !important;
}
.logo a span.source-dot {
  color: #47B9B6 !important;
}
span.typed-cursor {
  display: none;
}
span.typed-cursor.typed-cursor--blink {
  display: inline;
  animation: typedjsBlink 0.8s infinite;
}
.header-introduction {
  margin-top: 115px;
  position: relative;
  z-index: 9999;
}
.header-introduction h1 {
  font-size: 37px;
  font-family: 'Source Serif Pro', serif;
  color: #FFFFFF;
  line-height: 32px;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.header-introduction p {
  font-size: 18px;
  font-family: 'Source Serif Pro', serif;
  color: #FFFFFF;
  line-height: 23px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.header-introduction a {
  color: #ffffff;
  text-decoration: underline;
}
.header-graphics {
  position: relative;
  text-align: right;
}
.free-ebook {
  background: url('../images/bec863b4-o-book-heroshot_0ce0hv0ce0hv000000001.png') no-repeat right top;
  margin-top: 25px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  height: 520px;
}
.free-download {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 9999999;
}
@media (max-width: 768px) {
  .free-download {
    bottom: 120px;
  }
  .free-ebook {
    background-size: contain;
  }
}
.free-download .form-control {
  background: #172751;
  border: 0;
  color: #ffffff;
}
.free-download .input-group-text {
  background-color: #4353ff;
  border: 1px solid #4353ff;
  color: #ffffff;
}
@media (min-width: 1200px) { 
  .header-introduction h1 {
    font-size: 45px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
@media (min-width: 992px) {
  .header-introduction h1 {
    font-size: 45px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 45px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
@media (max-width: 576px) { 
  .header-introduction h1 {
    font-size: 38px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 44px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}

.header-home {
  position: relative;
  background-image: url("assets/images/banner-back.png"), linear-gradient(168deg, rgba(76,30,100,1) 0%, rgba(113,41,129,1) 100%);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-top: 5px;
  height: 670px;
}
.header-home-dev {
  background: rgb(150, 122, 204);
  background: linear-gradient(129deg, rgba(150, 122, 204, 1) 0%, rgb(63, 73, 140) 77%, rgb(42, 49, 97) 100%);
  position: relative;
  padding-top: 30px;
  height: 630px;
  position: relative;
  overflow: hidden;
}
.header {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
.header-right {
  text-align: left;
}
.header-right p {
  font-size: 14px;
  color: #222222;
  margin: 10px 0px 15px 0;
  padding: 0 0 0 0;
}
.home-partners {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .home-partners {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.taptap-menu-button-wrapper {
  top: 20px!important;
  width: 50px!important;
}
.taptap-main-menu-button {
  background: #fcc400;
  padding: 5px 10px!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.taptap-custom-activator {
  position: absolute;
  top: 35px;
  right: 25px;
  font-size: 37px;
  color: #000000;
  cursor: pointer;
}
.taptap-custom-activator.inside {
  color: #ffffff;
}
.taptap-main-menu-button:before, .taptap-main-menu-button div.taptap-main-menu-button-middle:before, .taptap-main-menu-button:after {
  height: 4px!important;
}
.taptap-menu-active .taptap-main-menu-button:after {
  transform: translateY(-14px) rotate(-45deg )!important;
  -moz-transform: translateY(-14px) rotate(-45deg)!important;
  -webkit-transform: translateY(-14px) rotate(-45deg )!important;
}
.taptap-by-bonfire ul li a {
  font-weight: 600!important;
}
/* @note Header mobile */
@media (max-width: 767px) {
  .header .logo {
    margin-top: 15px;
  }
  .header-home .logo {
    margin-top: 5px;
  }
  .header-home-dev .logo {
    margin-top: 3px;
    padding-left: 10px;
  }
  .header .logo a {
    font-size: 30px;
  }
  .header-home .logo a {
    font-size: 30px;
  }
  .header-home-dev .logo a {
    font-size: 32px;
  }
  .header-home {
    padding-bottom: 25px;
    margin-left: 0px;
    padding-left: 5px;
    height: 680px;
  }
  .header-home-dev {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 0px;
    padding-left: 5px;
    height: 950px;
  }
  .header {
    padding-top: 5px;
    padding-bottom: 25px;
    margin-left: 0px;
    padding-left: 5px;
  }
  .header-introduction {
    margin-top: 115px;
    padding: 0 30px 0 25px;
    position: relative;
    z-index: 9999;
  }
  .header-introduction p {
    font-size: 20px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 27px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
/* Phone */
@media (max-width: 575.98px) {
  .header-home-dev object {
    position: inherit;
    width: 650px;
    right: 200px;
  }
}
/* Small Tablet */
@media (min-width: 576px) and (max-width: 767.98px)  {
  .header-home-dev object {
    position: inherit;
    width: 750px;
    right: 200px;
  }
  .header-introduction h1 {
    font-size: 37px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 44px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-home-dev object {
    position: absolute;
    width: 880px!important;
    top: 30px;
    right: -170px;
  }
  .header-introduction h1 {
    font-size: 37px;
    font-family: 'Source Serif Pro', serif;
    color: #FFFFFF;
    line-height: 44px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
  .header-introduction p {
    font-size: 20px;
  }
  .header-introduction a {
    color: #ffffff;
    text-decoration: underline;
  }
}
/* Desktop */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: -120px;
  }
}
/* Large Desktop */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: -70px;
  }
  .header-introduction h1 {
    font-size: 45px;
  }
  .header-introduction a {
    color: #ffffff;
    text-decoration: underline;
  }
}
/* Extra Large Desktop */
@media (min-width: 1400px) {
  .header-home-dev object {
    position: absolute;
    width: 980px;
    top: 0;
    right: 0;
  }
}


/* @note Navigation */
.navbar {
  padding: 0 0 0 0;
}
.navbar-light {
  background: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-right: 0 !important;
  padding-top: 30px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #FFFFFF;
}
.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:hover, .navbar-light .navbar-nav > .active > a:focus {
  background-color: transparent !important;
  color: #FFFFFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
}
.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:hover, .navbar-light .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #8E8477;
}
.navbar .navbar-nav .nav-link {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #222222;
  padding: 3px 8px 3px 8px;
  letter-spacing: 0.3px;
  line-height: 25px;
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
  border-bottom: 3px solid #ee3231;
  color: #ee3231;
  text-decoration: none;
}
.navbar .navbar-nav .nav-item {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.navbar-dark { 
  background: #000000;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #ffffff;
  padding: 12px 17px 12px 17px;
  letter-spacing: 0.3px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  border-bottom: 0px solid #ee3231;
  color: #ffffff;
  text-decoration: none;
}
.header-hosting .navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  padding: 5px 15px 5px 15px;
}
.header-hosting .navbar-light .navbar-nav .nav-link:focus, .header-hosting .navbar-light .navbar-nav .nav-link:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #000000;
}
.header-hosting .dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #FFFFFF;
}
.header-home .nav-link.panel {
  font-size: 20px !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 5px 15px 5px 15px !important;
  margin-left: 25px;
  background: #481a5e;
  border: 1px solid #722b93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-home .nav-link.panel:hover {
  border: 1px solid #722b93;
}
.header .nav-link.panel {
  font-size: 16px !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff !important;
  padding: 5px 15px 5px 15px !important;
  margin-left: 25px;
  background: #ee3231;
  border: 1px solid #ee3231;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header .nav-link.panel:hover {
  border: 1px solid #ee3231;
}
.header-home-dev .nav-link.panel {
  font-size: 18px !important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #FFFFFF !important;
  padding: 3px 12px 0px 12px !important;
  background: transparent;
  border: 2px solid #838ADC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-home-dev .nav-link.panel:hover {
  border: 2px solid #838ADC;
}
.dropdown-toggle:after {
  content: none;
}
.navbar-light .navbar-toggler {
  background: #412F63;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
/* @note Dropdown */
.dropdown-menu {
  width: 240px;
  background: rgb(221, 232, 250);
  background: linear-gradient(0deg, rgb(228, 237, 251) 0%, rgba(250, 252, 255, 1) 100%);
  border: 1px solid #B0B8C6;
  right: -75px;
  padding-top: 12px;
  padding-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 2149000000 !important;
}
.dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  -ms-animation: fadein 0.3s;
  -o-animation: fadein 0.3s;
  animation: fadein 0.3s;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 15px;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-toggle::after {
  margin-left: 2px !important;
}
.dropdown-menu ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.dropdown-menu ul li {
  list-style-type: none;
}
.dropdown-item:hover {
  background-color: transparent;
  color: #4353FF;
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:visited, .dropdown-item:focus {
  background-color: transparent;
}
.dropdown-item:hover .fab, .dropdown-item:hover .far, .dropdown-item:hover .fad {
  animation: moveFromLeft 150ms ease-in-out;
}
.dropdown-item:last-child {
  border-bottom: none !important;
}
.dropdown-toggle::after {
  vertical-align: 2px !important;
  color: #294265;
}
@keyframes moveFromLeft {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.dropdown-menu:after, .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F9FCFF;
  border-width: 10px;
  margin-left: -10px;
}
.dropdown-menu:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #B0B8C6;
  border-width: 11px;
  margin-left: -11px;
}
.dropdown-item {
  font-size: 16px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #334564;
  padding: 3px 15px 3px 15px;
}
.dropdown-item .fab, .dropdown-item .fas, .dropdown-item .fal, .dropdown-item .fad, .dropdown-item .far {
  color: #4A57A9;
  font-size: 18px;
  width: 25px;
  margin-top: 3px;
  margin-right: 5px;
}
.dropdown-item:hover .fab, .dropdown-item:hover .fas, .dropdown-item:hover .fal, .dropdown-item:hover .fad, .dropdown-item:hover .far {
  color: #4353FF;
}
/* @note Bootstrap Custom Styles */
.badge-primary {
  background-color: #EBDDEA;
  font-family: "Sohne-Bold", sans-serif;
  font-weight: 600;
  font-size: 13px !important;
  color: #B93AA8;
}
.modal {
  z-index: 99999 !important;
}
.modal-header {
  background: #394382;
  padding: 17px 25px 10px 25px !important;
  border-bottom: 1px solid #b3b8de;
}
.modal-title {
  font-size: 20px!important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500!important;
  color: #ffffff;
}
.modal-content {
  background-color: #f6f6f6;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
.modal-body {
  padding: 10px 15px 20px 15px !important;
}
.modal-footer {
  background: #eeeeee;
}
/*** Modal ***/
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, 2%);
  -ms-transform: translate(0, 2%);
  transform: translate(0, 2%);
}
.btn-close {
  color: #FFFFFF;
  text-shadow: 0 0px 0 #FFF;
}
.btn-close:hover {
  color: #FFFFFF;
  text-shadow: 0 0px 0 #FFF;
}
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  text-decoration: none;
}
.modal-backdrop {
  opacity: 0.5 !important;
}
.bg-secondary-light {
  background-color: #6f298022;
}
:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.accordion-button {
  font-size: 17px;
}
/*** Tooltips ***/
.sc-tip .tooltip-inner {
  background: #4353ff;
}
.sc-tip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #4353ff !important;
}
.sc-tip.tooltip.start .tooltip-arrow::before {
  border-left-color: #4353ff !important;
}
.sc-tip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4353ff !important;
}
.sc-tip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #4353ff !important;
}
/*** Pagination ***/
.pagination .page-link {
  color: #3C3C3C;
  padding: 6px 10px 6px 10px;
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
}
.pagination .current {
  padding: 6px 10px 6px 10px;
  background: #4353ff;
  color: #FFFFFF;
  font-weight: 600;
}
.pagination-section {
  background: #EEEEEE;
  padding: 20px 0px 30px 0px;
}

.table thead tr {
  background: #eef3fc;
}
.table>:not(:first-child)  {
  border-top: 3px solid #4353ff!important;
} 
.acf-field input[type=text], .acf-field input[type=password], .acf-field input[type=date], .acf-field input[type=datetime], .acf-field input[type=datetime-local], .acf-field input[type=email], .acf-field input[type=month], .acf-field input[type=number], .acf-field input[type=search], .acf-field input[type=tel], .acf-field input[type=time], .acf-field input[type=url], .acf-field input[type=week], .acf-field textarea, .acf-field select {
  border: 1px solid #8f8f8f!important;
  padding: 10px!important;
  border-radius: .25rem;
  background: #ffffff;
}
.acf-field .acf-label label {
  color: #3a4277;
}
.acf-fields > .acf-field {
  border: 0!important;
}
.acf-input-prepend, .acf-input-append {
  line-height: 32px!important;
  min-height: 40px!important;
}
/* @note Buttons */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}
.btn-frankie {
  font-family: 'Source Sans Pro', serif;
  padding: 0 0 3px 0;
  font-weight: 500;
  color: #112042;
  font-size: 22px;
}
.btn-frankie:hover {
  border-bottom: 3px solid #ffadb5;
  text-decoration: none;
  color: #112042;
}
.btn-primary {
  font-family: 'Poppins', sans-serif!important;
  background: #b91323 !important;
  border-color: #b91323 !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #ffffff;

}
.btn-primary:hover {
  background: #b91323;
  border-color: #b91323 !important;
  color: #ffffff;
}
.btn-warning {
  font-weight: 700;
}
.btn-information {
  background: #1b74e4;
  color: #ffffff;
  font-weight: 600;
}
.btn-submit {
  background: #cdc690 !important;
  border-color: #cdc690 !important;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #182836;
  font-size: 16px;
}
.btn-submit:hover {
  background: #cdc690;
  border-color: #cdc690 !important;
  color: #182836!important;
}
.btn-callback {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 0 15px 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF;
}
.btn-callback:hover {
  background: #4353FF !important;
  border-color: #4353FF !important;
  color: #FFFFFF;
}
.btn-signin {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: 2px solid #7C90DC;
  padding: 4px 10px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 14px;
}
.btn-signin:hover {
  background: transparent;
  border: 2px solid #F1F1F1;
  color: #FFFFFF;
}
.btn-signin:active:focus {
  background: #5D3E6F !important;
}
.btn-signin:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-contact {
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 4px 12px 4px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
}
.btn-contact:hover {
  background: #4353FF;
  border-color: #4353FF !important;
  color: #FFFFFF;
}
/* @note Gravity forms */
.gfield_error input {
  border-color: #A00000 !important;
}
.gfield_error textarea {
  border-color: #A00000 !important;
}
.gform_wrapper li.gfield.gfield_error {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding: 7px 7px !important;
}
.gform_wrapper .validation_message {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.gform_wrapper .gfield_required {
  color: #A30000 !important;
  font-size: 18px !important;
}
.gform_wrapper div.validation_error {
  font-family: "Open Sans", sans-serif !important;
  color: #A30000 !important;
  background-color: #F8D7DA !important;
  padding: 10px 10px !important;
  margin-bottom: 15px !important;
  border: 1px solid #F5C6CB !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  font-size: 16px !important;
  padding-left: 15px !important;
  font-family: "Sohne", sans-serif;
  font-weight: 400;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-left: 5px;
  transform: scale(1.4);
}
body .gform_wrapper .top_label div.ginput_container_checkbox {
  margin-top: 20px !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFFFFF !important;
}
.gform_required_legend {
  display: none;
}
/* @note Gravity Forms checkbox */
body #gform_wrapper_2 .gform_footer .gform_button {
  font-weight: 500;
}
.gform_wrapper label {
  margin-bottom: 0 !important;
  font-weight: 500;
  color: #222222
}
.gform_wrapper .ginput_container {
  margin-top: 4px !important;
}
.gform_wrapper {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 15px;
  padding-bottom: 95px;
  margin-top: 0 !important;
  background-color: #f6f6f6;
}
.gform_wrapper .gform_title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.gform_wrapper .gform_heading {
  margin-bottom: 25px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 600;
  color: #212121;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  width: 100%;
  border-width: 1px;
  border-color: #8f8f8f;
  border-style: solid;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 7px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
  border-width: 1px;
  border-color: #8f8f8f;
  border-style: solid;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 8px;
  padding-bottom: 8px;
  max-width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-width: 1px;
  border-color: #8f8f8f;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
  display: block!important;
}
.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
  float: right;
  margin-top: 40px;
  border-style: solid;
  font-weight: 600!important;
  color: #FFFFFF;
  background-color: #377DFF;
  border-radius: 3px;
  -web-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-width: 0px;
  text-align: right;
}
.gform_wrapper.gravity-theme .field_description_above .description, .gform_wrapper.gravity-theme .field_description_above .gfield_description, .gform_wrapper.gravity-theme .field_description_above .gsection_description, .gform_wrapper.gravity-theme .field_description_above .instruction {
  padding-top: 10px!important;
}
.gform_wrapper .gform_validation_errors>h2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  font-weight: 600!important;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 4% !important;
}
.gform_wrapper .gform_footer {
  text-align: right;
}
#request-callback-small .gform_wrapper {
  border-top: 5px solid #4B99E0;
  border-left: 1px solid #2E2E2E;
  border-right: 1px solid #2E2E2E;
  border-bottom: 1px solid #2E2E2E;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0 !important;
  background-color: #585888;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  color: #FFFFFF;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield input[type=text], .gform_wrapper .gform_body .gform_fields .gfield input[type=email], .gform_wrapper .gform_body .gform_fields .gfield input[type=tel], .gform_wrapper .gform_body .gform_fields .gfield input[type=url], .gform_wrapper .gform_body .gform_fields .gfield input[type=password] {
  background-color: #E1E1FF;
  border-color: #E1E1FF;
}
#request-callback-small .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #E1E1FF;
  border-color: #E1E1FF;
}
.form-check, .gform_wrapper .gform_body .gfield_radio li, .gform_wrapper .gform_body .gfield_checkbox li {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .gform_wrapper .gform_body .gfield_radio li .form-check-input, .gform_wrapper .gform_body .gfield_checkbox li .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  float: left;
  margin-left: -1.5em;
}
.form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
  width: 1em;
  height: 1em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 4px !important;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input, .gform_wrapper .gform_body .gfield_radio li input, .gform_wrapper .gform_body .gfield_checkbox li input {
    transition: none;
  }
}
.form-check-input[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"], .gform_wrapper .gform_body .gfield_radio li input[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active, .gform_wrapper .gform_body .gfield_radio li input:active, .gform_wrapper .gform_body .gfield_checkbox li input:active {
  filter: brightness(90%);
}
.form-check-input:focus, .gform_wrapper .gform_body .gfield_radio li input:focus, .gform_wrapper .gform_body .gfield_checkbox li input:focus {
  border-color: #86B7FE;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked, .gform_wrapper .gform_body .gfield_radio li input:checked, .gform_wrapper .gform_body .gfield_checkbox li input:checked {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
}
.form-check-input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="checkbox"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"], .gform_wrapper .gform_body .gfield_radio li input:checked[type="radio"], .gform_wrapper .gform_body .gfield_checkbox li input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_radio li input[type="checkbox"]:indeterminate, .gform_wrapper .gform_body .gfield_checkbox li input[type="checkbox"]:indeterminate {
  background-color: #0D6EFD;
  border-color: #0D6EFD;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, .gform_wrapper .gform_body .gfield_radio li input:disabled, .gform_wrapper .gform_body .gfield_checkbox li input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
/* @note Multi part Gravity Forms */
#gf_page_steps_4 .gf_step_active span {
  color: #E83E8C !important;
  font-weight: 600;
}
#gf_progressbar_wrapper_4 {
  margin-top: 30px;
}
#gf_progressbar_wrapper_4 h3 {
  color: #000000 !important;
  font-size: 16px !important;
  opacity: 1 !important;
  font-weight: 600;
  color: #333333;
  margin-bottom: 5px;
}
.gform_wrapper .gf_progressbar_percentage {
  background: #377DFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  height: 25px !important;
  color: #FFFFFF;
}
.gform_legacy_markup_wrapper .gf_progressbar_percentage span {
  line-height: 25px !important;
}
.gform_wrapper .gf_progressbar {
  padding: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
.gform_wrapper .gf_progressbar:after {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
#gform_wrapper_4 h3.gf_progressbar_title {
  margin: 0 0 8px 0px !important;
}
.form_saved_message {
  margin-top: 25px;
}
.gform_wrapper .gform_footer a.gform_save_link, .gform_wrapper .gform_page_footer a.gform_save_link {
  float: right;
  border: 1px solid green;
  color: green;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper span.ginput_product_price {
  font-size: 20px !important;
}
.button.gform_next_button {
  background: #377DFF;
  color: #FFFFFF;
  border: 0;
  padding: 7px 15px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.button.gform_previous_button {
  background: #377DFF;
  color: #FFFFFF;
  border: 0;
  padding: 7px 15px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.button.gform_button {
  background: #377DFF;
  color: #FFFFFF;
  border: 0;
  padding: 7px 15px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before {
  background: #157347!important;
  border: 0!important;
}
.gform_page_footer {
  text-align: right;
}
span.gf_step_label {
  color: #ee3231!important;
}
.gf_step_completed span.gf_step_label {
  color: #157347!important;
}
.gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background: #ee3231!important;
  color: #ffffff!important;
  border: 0!important;
}
.taptap-image-grid-item > a {
  font-size: 22px!important;
}
/* @note Responsive video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aiosp_upgrade_wrapper .aioseop_option_div {
  display: none !important;
}
/* @note Login form */
#login-page .form-control {
  box-shadow: none !important;
  font-size: 16px !important;
  padding: 7px 15px 7px 15px !important;
  height: 47px !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  border: 1px solid #8A8A8A;
}
#login-page .btn-login {
  font-family: 'Poppins', serif;
  padding: 2px 13px 2px 13px;
  font-weight: 600;
  background: #ee3231;
  color: #ffffff;
  font-size: 18px;
}
#login-page .woocommerce, .woocommerce form.login, .woocommerce form.register {
  background: #FFFFFF !important;
  border: 0px solid #FFFFFF !important;
}
.lost-password a {
  color: #8D4FA0;
}
#login-page .woocommerce-error, .woocommerce-info, .woocommerce-message {
  font-size: 16px !important;
}
.woocommerce-message {
  border-top-color: #377DFF !important;
  margin-bottom: 15px;
}
.woocommerce-message::before {
  color: #377DFF !important;
}
.woocommerce-info {
  border-top-color: #F7F6F7 !important;
  padding: 10px 10px 10px 50px !important;
}
.login-page {
  margin-top: 20px;
  margin-bottom: 130px !important;
}
.login-page h1 {
  font-family: 'Poppins', serif;
  font-size: 25px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
  font-style: normal;
}
.login-page h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #414C95;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
  font-style: normal;
}
.login-page-right {
  margin-top: 47px;
}
.login-page-right h2 {
  font-size: 24px;
  font-weight: 500;
  color: #76336D;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
/* @note WooCommerce */
.woocommerce img.logo, .woocommerce-page img.logo {
  max-width: 242px !important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100% !important;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin: 0px 0 !important;
  padding: 35px 25px 30px 25px !important;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 27px;
  font-weight: 400;
  color: #0F2D4B;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  border-left: 0px solid #783C8B;
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
  margin-bottom: 7px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-family: "Sohne", sans-serif;
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 5px 0 5px 12px;
  color: #212529;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #F7F7F7 !important;
  color: #006EFF;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce-info::before {
  color: #377DFF !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f467" !important;
  font-size: 18px;
  top: 0.6em !important;
  left: 0.8em !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  border: 1px solid #8f8f8f!important;
  border-radius: .25rem;
  -web-border-radius: .25rem;
  -moz-border-radius: .25rem;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  padding-left: 12px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-family: 'Poppins', serif;
  color: #212121 !important;
  font-weight: 500;
  font-size: 16px;
  font-weight: normal;
}
.woocommerce form legend {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-size: 20px;
  color: #3a4277;
  margin: 25px 0 7px 0;
  padding: 0 0 0 0;
}
.woocommerce-MyAccount-content h3 {
  margin-top: 15px;
  color: #0F2D4B;
  font-weight: 600;
}
.woocommerce-Address-title h3 {
  color: #222222 !important;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-Address-title {
  margin-top: 20px !important;
}
.woocommerce-Address-title .edit {
  float: right;
  background: #377DFF;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background-color: #4353FF !important;
  color: #FFFFFF !important;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
  display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  max-width: unset;
}
h2.woocommerce-loop-product__title {
  font-size: 28px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.add_to_cart_button {
  background: #4A57A8 !important;
  color: #FFFFFF !important;
  font-size: 15px !important;
  font-family: "Sohne-Medium", sans-serif !important;
  font-weight: 500 !important;
}
.add-on-shop-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.add-on-description p {
  font-size: 15px;
}
.add-on-price .woocommerce-Price-amount {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #B12704;
}
.cart-custom-location .woocommerce-Price-amount {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #E20000;
}
.woocommerce span.onsale {
  background-color: #C03104 !important;
  min-width: 3.536em !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #E20000 !important;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
}
.woocommerce .quantity .qty {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.woocommerce-cart table.cart td.actions input#coupon_code {
  width: 200px;
}
#customer_details {
  margin-top: 20px;
}
#customer_details h3 {
  color: #0F2D4B;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.woocommerce .woocommerce-ordering select {
  border: 1px solid #CCCCCC;
  font-size: 14px;
  padding: 5px;
  color: #666666;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #4353FF !important;
}
.fa-shopping-cart {
  color: #7C3D8D;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  color: #0F2D4B !important;
}
/* @note WooCommerce checkout styling */
.woocommerce-message {
  display: none;
}
.woocommerce-cart.full-width-content .content, .woocommerce-checkout.full-width-content .content {
  max-width: 100%;
}
.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #E6E6E6;
  background: #F7F7F7;
  border-bottom: 0px solid #E6E6E6;
}
.woocommerce-cart .entry-content form {
  width: 60%;
  float: left;
}
.woocommerce-cart .woocommerce .cart-collaterals {
  width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 {
  display: none;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method table.cart th, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart th, .woocommerce-checkout table.shop_table th {
  color: #034997;
  font-size: 16px;
}
#add_payment_method .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr td, #add_payment_method table.cart td, .woocommerce-cart table.cart td, .woocommerce-checkout table.cart td, .woocommerce-checkout table.shop_table td {
  color: #555;
  font-size: 16px;
}
.woocommerce-cart .woocommerce table.shop_table th {
  border-bottom: 2px solid #4353FF;
}
.woocommerce-cart .woocommerce table.shop_table, .woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #E6E6E6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
  border-right: none;
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
}
body #add_payment_method #payment ul.payment_methods li input, body.woocommerce-cart #payment ul.payment_methods li input, body.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
  margin: -2px 0.5em 0 0;
}
body .woocommerce form .form-row .input-checkbox {
  width: auto;
  margin: -2px 5px 0 0;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, body .woocommerce table.shop_table th {
  border-top: none;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: right;
  padding: 10px 20px;
}
body #add_payment_method table.cart td, body #add_payment_method table.cart th, body.woocommerce-cart table.cart td, body.woocommerce-cart table.cart th, body.woocommerce-checkout table.cart td, body.woocommerce-checkout table.cart th {
  border-right: 1px solid #E6E6E6;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 1px solid #E6E6E6;
}
body .woocommerce #respond input#submit.alt, body .woocommerce a.button.alt, body .woocommerce button.button.alt, body .woocommerce input.button.alt {
  background: #72A40D !important;
  font-weight: 500;
}
body .woocommerce #respond input#submit.alt:hover, body .woocommerce a.button.alt:hover, body .woocommerce button.button.alt:hover, body .woocommerce input.button.alt:hover {
  background: #72A40D !important;
}
body .woocommerce .cart .button, body .woocommerce .cart input.button, body .woocommerce #respond input#submit, body .woocommerce a.button, body .woocommerce button.button, body .woocommerce input.button {
  background: #4353FF !important;
  border-color: #4353FF !important;
  padding: 5px 10px 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 40px;
  margin-top: 0.5em;
}
body .woocommerce form .form-row-first, body .woocommerce form .form-row-last, body .woocommerce-page form .form-row-first, body .woocommerce-page form .form-row-last {
  width: 49%;
}
body .woocommerce #respond input#submit.disabled, body .woocommerce #respond input#submit:disabled, body .woocommerce #respond input#submit:disabled[disabled], body .woocommerce a.button.disabled, body .woocommerce a.button:disabled, body .woocommerce a.button:disabled[disabled], body .woocommerce button.button.disabled, body .woocommerce button.button:disabled, body .woocommerce button.button:disabled[disabled], body .woocommerce input.button.disabled, body .woocommerce input.button:disabled, body .woocommerce input.button:disabled[disabled] {
  background: #CCC;
}
body .woocommerce a.checkout-button.button.alt {
  border-radius: 40px;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
  width: 68%;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 8px 6px 7px;
  width: 65%;
}
body .woocommerce table.shop_table td {
  padding: 15px;
}
body .woocommerce-checkout table.shop_table td {
  text-align: right;
  border-right: 1px solid #E6E6E6;
  border-top: 0;
}
.woocommerce a.remove {
  margin: 0 auto;
}
.woocommerce-cart .woocommerce table.shop_table th.product-remove, .woocommerce-cart .woocommerce table.shop_table th.product-name {
  text-align: center;
}
.woocommerce-cart .woocommerce table.shop_table th.product-price, .woocommerce-cart .woocommerce table.shop_table th.product-quantity, .woocommerce-cart .woocommerce table.shop_table th.product-subtotal {
  text-align: right;
}
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity, .woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal {
  text-align: right;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}
.woocommerce-checkout .woocommerce .col2-set {
  width: 47.8260869565%;
  float: left;
  margin-right: 4.347826087%;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce .col2-set .col-2 {
  margin-bottom: 2em;
  width: 100%;
  float: none;
}
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
  background: #FFF;
  width: 47.8260869565%;
  float: right;
  margin-right: 0;
  margin-top: 20px;
}
h3#order_review_heading {
  color: #0F2D4B;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.woocommerce-checkout #ship-to-different-address-checkbox {
  width: auto;
  float: right;
  margin-left: 15px;
  margin-top: 10px;
  opacity: 1;
  position: static;
}
.woocommerce-checkout #ship-to-different-address label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  text-transform: uppercase;
  color: #000;
}
.woocommerce-checkout .woocommerce form .form-row.create-account label {
  padding-top: 2px;
  font-weight: bold;
}
.woocommerce-checkout .payment-fixed {
  position: fixed;
  z-index: 9;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em;
  left: 52%;
  margin-left: 0;
  padding: 20px;
  top: 0;
  width: 45.5% !important;
  -webkit-transition: padding .1s ease-in;
  -moz-transition: padding .1s ease-in;
  -o-transition: padding .1s ease-in;
  -ms-transition: padding .1s ease-in;
  transition: padding 0.1s ease-in;
}
.product-shipping-message {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  border-top: 1px solid #139248;
  border-bottom: 1px solid #139248;
}
body .woocommerce table.shop_table tbody th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th {
  border-bottom: none;
}
body .woocommerce form .form-row input.input-text, body .woocommerce form .form-row textarea {
  max-width: 100%;
}
body .woocommerce .product-name a {
  color: #000;
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 1139px) {
  .woocommerce-cart .entry-content form {
    width: 64%;
  }
}
@media only screen and (max-width: 980px) {
  .woocommerce-cart .entry-content form {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 80%;
    float: none;
    margin: auto;
  }
  body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media only screen and (max-width: 650px) {
  .woocommerce-cart .entry-content form {
    width: 100%;
  }
  .woocommerce-cart .woocommerce .cart-collaterals {
    width: 100%;
  }
  .woocommerce-checkout .woocommerce .col2-set {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
    width: 100%;
    float: none;
  }
}
.show-cart-total {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
}
.show-cart-total a {
  font-size: 14px;
  color: #FFFFFF;
}
.show-cart-total-dark {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
}
.show-cart-total-dark a {
  font-size: 14px;
  color: #1B1B1B;
}
/* @note Bookings calendar */
body table.booked-calendar thead th .monthName {
  color: #0F2D4B;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}
body table.booked-calendar td.today .date span {
  border: 2px solid #006EFF !important;
}
.woocommerce-MyAccount-content table.booked-calendar td.today:hover .date span {
  background: #006EFF !important;
}
body table.booked-calendar th .monthName a {
  color: #006EFF !important;
}
.booked-icon-arrow-right:before {
  color: #006EFF !important;
}
.booked-icon-arrow-left:before {
  color: #006EFF !important;
}
/* @note My account */
.icon-rounded {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  color: #6f2980;
  margin-right: 15px;
}
.my-account h5 {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  font-size: 23px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.my-account p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.my-account-welcome h1 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #494949;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}
.my-account-welcome h2 {
  font-family: "Sohne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #868686;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.my-account-welcome .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.account-banner .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.account-dashboard h5.card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.account-dashboard h5.card-title a {
  color: #6f287f!important;
}
.account-dashboard .card {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ffffff;
}
.account-dashboard .card:hover h5.card-title a {
  color: #6f287f!important;
}
.account-dashboard .card.card-web-solutions {
  border-top: 0px solid #501f67;
}
.account-navigation {
  background: #ffffff;
  margin-bottom: 40px;
}
.account-header {
  background: #ffffff;
}
.account-nav .nav-link {
  color: #424242;
  font-weight: 600;
}
.account-nav a:hover.nav-link {
  text-decoration: none;
  border-bottom: 3px solid #9f9f9f;
}
.account-nav .is-active {
  color: #182836;
  border-bottom: 3px solid #cdc690;
}
.woocommerce-EditAccountForm {
  background: #ffffff; 
  padding: 30px 20px 20px 20px;
}
.woocommerce-EditAccountForm h2 {
  font-family: "Source Serif Pro", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #182836;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.woocommerce-EditAccountForm em {
  font-size: 14px;
}
.no-orders-yet {
  background: #ffffff;
  text-align: center;
  padding: 125px 25px;
}
.no-orders-yet h3 {
  font-size: 25px;
  font-family: "Sohne", sans-serif;
  font-weight: 400;
  color: #989898;
}
.no-orders-yet .icon {
  font-size: 42px;
  color: #006EFF;
}
/* @note Blog */
.blog h2 {
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
}
.blog h2 a {
  color: #222222;
}
.blog-feed-article {
  font-size: 15px;
  margin: 0 0 25px 0;
}
.blog-feed-article h2 {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.blog-feed-article i {
  color: #0667E7;
}
/* @note Sidebars */
.sidebar {
  padding: 5px 20px;
  border-left: solid 1px #DFDFDF;
  -webkit-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 0px 40px -16px rgba(0, 0, 0, 0.21);
}
.sidebar h2 {
  font-size: 22px;
  margin: 20px 0 15px 0;
  padding: 0 0 0 0;
  color: #222222;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.sidebar ul {
  margin: 0 0 25px 20px;
  padding: 0 0 0 0;
}
/* @note Footer */
.footer {
  background: #222222;
  border-top: 7px solid #ffc527;
  position: absolute;
  bottom: 0;
  padding-top: 50px;
  color: #FFFFFF;
}
.footer .logo-footer {
  height: 60px;
  opacity: 0.3;
}
.footer h4 {
  font-family: 'Poppins', serif;
  font-size: 18px;
  color: #d9d9d9;
  padding: 25px 0 35px 0;
  margin: 0 0 0 0;
}
.footer h5 a {
  font-size: 25px;
  color: #d9d9d9;
}
/* Phone */
@media (max-width: 575.98px) {
  .footer {
    height: 400px;
    padding-top: 23px;
  }
  .footer .logo-footer {
    height: 40px;
    opacity: 0.4;
  }
  .footer-column {
    margin-bottom: 15px;
  }
}
.footer-column .form-control {
  color: #FFFFFF;
  background: #451957;
  border: 1px solid #652580;
}
.footer h3 {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  padding: 5px 0 12px;
  margin: 0 0 0 0;
}
.footer a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:hover {
  color: #FFFFFF;
}
.footer ul {
  list-style-type: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.footer ul li a {
  font-family: 'Poppins', serif;
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.copyright {
  font-family: 'Open Sans', serif;
  text-align: center;
  margin-top: 70px;
  padding-bottom: 10px;
}
.copyright p {
  color: #ffffff;
}
/* @note Testimonials */
.home-testimonials {
  margin: 30px 0;
  padding: 0 0 0 0;
}
.home-testimonials h2 {   
  font-family: "Sohne-Medium", sans-serif;
  font-size: 34px;
  color: #404B93;
  text-align: center;
  font-weight: 500;
  margin: 35px 0 5px;
  padding: 0 0 0 0;
}
.home-testimonials h3 {
  font-size: 18px;
  color: #394383;
  text-align: center;
  font-weight: normal;
  margin: 0 0 25px 0;
  padding: 0 0 0 0;
}
.testimonial-left img {
  width: 150px;
  margin: 0 auto 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonial-right p {
  font-weight: 400;
  color: #272727;
  font-size: 16px;
}
p.testimonial-name {
  color: #222222;
  font-weight: 600;
  font-size: 16px;
}
.five-stars {
  margin-left: 15px;
  color: #00B67A;
}
@media (max-width: 768px) {
  .home-testimonials {
    margin: 25px 0 25px 0;
    padding: 0 30px 0 30px;
  }
  .home-testimonials h2 {
    font-size: 28px;
  }
  .testimonial-right p {
    text-align: center;
  }
}
/* @note Slick Slider */
.slick-next, .slick-prev {
  top: 40% !important;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f053" !important;
  color: #9279cb80!important;
  font-size: 40px !important;
  font-weight: 400;
}
.slick-next:before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f054" !important;
  color: #9279cb80!important;
  font-size: 40px !important;
  font-weight: 400;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #AF9AAC;
}
.slick-dots li.slick-active button:before {
  color: #42233E;
}
.slick-slide {
  padding: 15px 40px 15px 40px;
}
.slick-slide {
  outline: none;
}
/* @note Testimonials mobile */
@media (max-width: 768px) {
  .slick-next, .slick-prev {
    display: none !important;
  }
  .testimonial-left img {
    width: 190px;
    margin-bottom: 15px;
  }
  .slick-slide {
    padding: 15px 20px 15px 20px;
  }
}
/* @note Feature highlights */
.home-feature-highlights {
  color: #76336D;
}
.feature-highlight h3 {
  font-size: 18px;
  color: #742E6A;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.feature-highlight-icon {
  color: #76336D;
  font-size: 45px;
}
.feature-highlight-text {
  padding-left: 25px;
}
.feature-highlight-text p {
  font-size: 15px;
  color: #353535;
  line-height: 22px;
}
/* @note Home introduction */
.home-introduction {
  background: #FFFFFF;
  padding: 20px 0 20px 0;
}
.home-introduction-text h2 {
  font-family: "Sohne-Medium", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #2C2C2C;
}
/* @note Home partners */
.home-partners {
  margin: 50px 0 65px 0;
  padding: 0 0 0 0;
}
/* @note Business web design */
.sidebar-introduction {
  background: #F5F5F5;
  padding: 15px;
}
.sidebar-introduction h3 {
  font-size: 22px;
  font-weight: 600;
  color: #76336D;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.hosting-feature {
  margin-bottom: 150px;
  clear: both;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 80px;
}
.hosting-feature-text h2 {
  font-size: 29px;
  font-weight: 600;
  color: #76336D;
  margin: 0 0 19px 0;
  padding: 0 0 0 0;
}
.hosting-feature-text p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
/* @note Home banner */
.home-banner {
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%);
  height: 470px;
}
.home-banner-text {
  padding-top: 90px;
}
.home-banner-text h1 {
  display: block;
  font-size: 37px;
  line-height: 47px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-banner-text p {
  font-size: 22px;
  font-family: 'Open Sans', serif;
  font-weight: 500;
  line-height: 27px;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-banner-image {
  padding-top: 60px;
}
/* Extra Large Desktop */
@media (min-width: 1400px) {
  .home-banner-image img {
    max-width: 530px;
  }
}
@media (max-width: 768px) {
  .home-banner {
    height: 810px;
  }
  .home-banner-intro {
    padding: 7px 15px;
    bottom: 0;
  }
  .home-banner-text h1 {
    font-size: 43px;
    color: #222222;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
  }
  .home-banner-text p {
    color: #222222;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
  }
  .home-banner-image {
    padding-top: 20px;
  }
}
.hosting-banner {
  background: #421984;
  margin: -2px 0 0 0;
  padding: 0 0 0 0;
  height: 450px;
}
/* @note Home call to action */
.home-call-to-action {
  background: #BAFFD6;
  padding: 45px 0 45px 0;
}
.home-call-to-action p {
  font-size: 16px;
  font-weight: 500;
  color: #171A22;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.home-call-to-action a {
  color: #171A22;
  text-decoration: underline;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
h3.percent-off {
  font-size: 38px;
  color: #753991;
}
/* @note Pricing */
.pricing-introduction {
  margin-top: 50px;
}
.pricing-introduction h1 {
  font-size: 32px;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-cards h1 {
  font-size: 32px;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards h3 {
  font-size: 17px;
  font-weight: 600;
  color: #7C3D8D;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.pricing-cards .card-header h4 {
  font-size: 25px;
  font-weight: 600;
  color: #635FAC;
}
.pricing-cards .card-body p {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
}
.pricing-cards .card-body ul li {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 3px 0;
}
/* @note Search filter */
.addon-search-filter {
  border-bottom: 1px solid #E0E0E4;
}
.searchandfilter ul {
  padding-left: 0;
  display: inline;
}
.searchandfilter ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0 !important;
  display: inline !important;
}
ul li.sf-field-search label .sf-input-text {
  padding: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  width: 330px;
}
ul li.sf-field-taxonomy-product_cat {
  float: right;
}
ul li.sf-field-taxonomy-fault_code_brands label .sf-input-select {
  padding: 13px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  width: 250px;
  color: #666666;
  margin-left: 10px;
}
ul li.sf-field-reset .search-filter-reset {
  margin-left: 20px;
}
.sf-field-submit input {
  padding: .5rem 1rem;
  background: #1b74e4;
  color: #ffffff;
  border: 0;
  font-size: 1.25rem;
  border-radius: .3rem;
  margin-left: 10px;
}
@media (max-width: 768px) {
  ul li.sf-field-taxonomy-product_cat {
    float: none;
  }
  ul li.sf-field-taxonomy-product_cat label .sf-input-select {
    margin-top: 20px;
  }
}
/* @note Tabs */
.tabs-content > .tab-panel {
  display: none;
}
.tabs-content > .tab-panel.active {
  display: block;
}
.tabs-content > .tab-panel h1 {
  color: #7C3D8D;
  font-size: 32px;
  font-weight: 600;
}
.tabs-content > .tab-panel p {
  color: #3A3A3A;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}
.features .plain-tab {
  bottom: auto;
  right: 15px;
  left: 15px;
  border-left: none;
  border-top: 4px solid #EDD2F5;
}
.features .plain-tab {
  padding: 20px 15px 0;
}
.features .plain-tab a {
  text-decoration: none;
}
.features .plain-tab h5 {
  color: #7C3D8D;
  font-size: 20px !important;
  font-weight: 600;
}
.features .plain-tab p {
  font-size: 15px;
  color: #363636;
}
.features .plain-tab.active {
  border-left: none;
  background: #FBF4FD;
  border-top: 4px solid #7C3D8D;
}
.image {
  background: #E4F1FD;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  width: 100%;
}
.image.pic-sm {
  background-image: url("images/pic-70.svg");
  background-size: 70px 48px;
}
.business-seo-benefits {
  background: #C4C4C4;
  height: 450px;
}
.top-diagonal {
  width: 100%;
  height: 20px;
  background: #C4C4C4;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
.bottom-diagonal {
  width: 100%;
  height: 20px;
  background: #C4C4C4;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%);
  margin-top: -1px;
}
/* @note Business ready */
.business-ready {
  background: #32325D;
  clip-path: polygon(0 10%, 100% 0%, 100% 91%, 0% 100%);
  padding-top: 110px;
  padding-bottom: 100px;
}
.business-ready h2 {
  font-size: 37px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  line-height: 38px;
  color: #FFFFFF;
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.business-ready h3 {
  font-size: 20px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #4B99E0;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
@media (min-width: 768px) {
  .business-ready h2 {
    font-size: 32px;
  }
}
.business-ready p {
  font-size: 18px;
  font-family: "Sohne", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* @note Home features */
.home-feature-box {
  padding: 0 0 0 5px;
  margin-bottom: 35px;
}
.home-feature-box h3 {
  font-size: 25px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #252525;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.home-feature-box p {
  font-size: 16px;
  color: #2E2E2E;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
/* Business web design */
.business-web-design-header {
  padding-top: 70px;
  padding-bottom: 25px;
}
.business-web-design-header h1 {
  font-size: 48px;
  line-height: 55px;
}
.business-web-design-header p {
  font-size: 22px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  line-height: 28px;
}
.business-web-design-introduction {
  margin-top: 50px;
  margin-bottom: 30px;
}
.business-web-design-introduction h1 {
  font-size: 52px;
  line-height: 60px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction p.business-web-design-introduction-strapline {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction p {
  margin: 10px 0 5px 0;
  padding: 0 0 0 0;
}
.business-web-design-introduction-features {
  margin-top: 25px;
  padding-left: 35px;
}
.business-web-design-introduction-feature {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #BBBBBB;
}
.business-web-design-introduction-feature-icon {
  font-size: 42px;
  color: #377DFF;
}
.business-web-design-introduction-feature-text {
  padding-left: 25px;
  padding-right: 25px;
}
.business-web-design-introduction-feature-text p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .business-web-design-introduction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .business-web-design-introduction h1 {
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .business-web-design-introduction p.business-web-design-introduction-strapline {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
  }
}
.business-content-management-left ul li i {
  font-size: 22px;
  padding-right: 15px;
  color: #0D6EFD;
}
/* @note Hosting features */
.hosting-introduction {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -99999;
  height: 550px;
  background: rgb(4, 86, 168);
  background: linear-gradient(146deg, rgba(4, 86, 168, 1) 16%, rgba(31, 125, 218, 1) 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  padding-top: 160px;
  padding-bottom: 160px;
}
.hosting-introduction h1 {
  color: #313131;
  font-size: 48px;
  line-height: 55px;
  padding-bottom: 10px;
}
.hosting-introduction p {
  color: #353535;
  font-size: 22px;
  line-height: 28px;
}
.hosting-features {
  background-color: #E7F1DE;
  color: #242424;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  padding-top: 80px;
  padding-bottom: 80px;
}
.hosting-features h1 {
  font-size: 43px;
  color: #6A3E92;
}
.hosting-features h2 {
  font-size: 26px;
  color: #6A3E92;
}
.hosting-features p {
  color: #202020;
}
.hosting-features ul {
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
}
.hosting-features ul li {
  list-style-type: none;
}
.hosting-features ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #50C878;
  padding-right: 10px;
}
/* @note Work */
.work-case-study h2 {
  font-family: "Sohne-Bold", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 7px 0;
  padding: 0 0 0 0;
}
.work-banner {
  min-height: 580px;
}
/* @note Talk to an expert */
.talk-to-an-expert {
  background: #016DBE;
}
.talk-to-an-expert h3 {
  font-size: 43px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .talk-to-an-expert h3 {
    font-size: 30px;
  }
}
.talk-to-an-expert .btn-outline-light {
  border-width: 2px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
}
/* @note Booked */
body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-title {
  color: #0F2D4B !important;
  font-size: 20px !important;
}
body .booked-calendar-wrap .booked-appt-list .timeslot.timeslot-count-hidden .timeslot-time {
  height: auto !important;
}
.spots-available {
  color: #333333 !important;
}
@media (max-width: 768px) {
  .spots-available {
    color: #FFFFFF !important;
  }
}
.job-board-intro {
  padding-top: 70px;
  padding-bottom: 145px;
}
.job-board-intro h1 {
  color: #0F2D4B;
  font-size: 45px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
@media (max-width: 768px) {
  .job-board-intro h1 {
    font-size: 35px;
  }
}
.job-board-intro p {
  color: #0F2D4B;
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro {
  background: #3E2563;
  padding-top: 115px;
  padding-bottom: 100px;
  margin-top: -100px;
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 93%);
}
@media (max-width: 768px) {
  .job-board-features-intro {
    padding-left: 25px;
    padding-right: 25px;
  }
  .job-board-feature {
    margin-bottom: 20px;
  }
}
.job-board-features-intro h2 {
  color: #FFFFFF;
  font-size: 35px;
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}
.job-board-features-intro h3 {
  color: #ffffff93;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.job-board-feature p {
  color: #FFFFFF;
  font-size: 18px;
}
.job-board-feature .far, .job-board-feature .fal, .job-board-feature .fab {
  color: #FF299F;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.job-board-pricing {
  padding: 10px;
  box-shadow: 0 20px 50px 0 rgb(0 0 0 / 30%);
}
.home-business-features-intro {
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  background: #EAF2FF;
  padding-top: 90px;
  padding-bottom: 100px;
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
}
.home-business-features-intro h2 {
  color: #444A79;
  font-size: 43px;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.home-business-features-intro h3 {
  color: #0f2d4b88;
  font-size: 18px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .home-business-features-intro {
    clip-path: polygon(0 2%, 100% 0%, 100% 98%, 0% 100%);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .home-business-features-intro h2 {
    font-size: 37px;
  }
  .home-feature {
    margin-bottom: 20px;
  }
}
.home-feature p {
  font-family: "Sohne", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
}
.home-feature h3 {
  color: #0F67C0;
  font-size: 20px;
  font-family: "Sohne-Medium", sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
}
.home-feature .far, .home-feature .fal, .home-feature .fab {
  color: #0F67C0;
  font-size: 34px;
  margin-right: 15px;
  margin-top: 5px;
}
.home-feature-footer a {
  color: #0F67C0;
}
h2.accordion-header {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.accordion-header, .accordion-body {
  background: #FFFFFF;
}
.business-features-nav {
  top: 25px;
}
.woocommerce table.shop_table {
  border-radius: 0px !important;
}
.products .card-body {
  font-size: 14px;
  padding: 0px 10px 10px 10px;
}
.products .card-header {
  background: #FFFFFF;
  font-size: 18px;
  border: 0;
  padding: 3px 10px;
}
.woocommerce ul.products li.product .button {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  height: 100%;
}
.curves-container {
  position: relative;
  z-index: 999999;
  margin-top: -170px;
}
.curves {
  background: #09F;
  color: #FFF;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}
/* @note Re:plain */
#sc-body #__replain_widget {
  height: 78% !important;
}
@media (max-width: 991.98px) {
  #sc-body #__replain_widget {
    width: 360px !important;
  }
}
@media (max-width: 575.98px) {
  #sc-body #__replain_widget {
    width: 100% !important;
  }
}
/* @note Hosting Pricing */
.hosting-pricing h2 {
  font-family: "Sohne-Bold", sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #0F2D4B;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.hosting-pricing p {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}
.pricing-box {
  position: relative;
  padding: 20px 30px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.342);
}
.pricing-box .pricing-title {
  font-size: 28px;
}
.pricing-box .pricing-img img {
  height: 110px;
}
.pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E57C7;
}
.pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}
.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #FFFFFF;
  background: #1E56C7;
}
.work-item h5.card-title {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.work-item h5.card-title a {
  color: #222222;
}
.work-item p.card-text {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.work-item .card-footer {
  font-weight: 600;
  font-size: 15px;
}
.work-item-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}
.work-item .card-img-top {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.home-cards {
  display: block;
}
.loading-overlay-icon {
  position: absolute;
  top: 130px;
  color: #4353FF;
}
.bg-img-start {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.card-transition {
  transition: all 0.2s ease-in-out;
}
.get-it-when p {
  font-size: 14px;
  color: #565959;
}
.pre-tests {
  position: absolute;
  width: 600px;
  top: -30px;
}
pre {
  font-size: 18px;
  padding: 1.5em;
  margin: 1.5em -1.5em;
  color: #657B75;
  background: rgba(2, 2, 2, 0.938);
}
.code_tag {
  color: #268BD2;
}
.code_attribute {
  color: #5F6968;
}
.code_value {
  color: #2AA177;
}
.code_text {
  color: #FFFFFF;
}
.client-sm-td {
  text-overflow: ellipsis;
  width: 175px;
  white-space: nowrap;
  overflow: hidden;
}
.acf-icon.-globe:before {
  margin-top: 10px!important;
}
select.form-control {
  color: #6c757d;
}
.clients-page-links {
  font-weight: 600;
  color: #272529;
}
.clients-page-links a {
  font-weight: 500;
  color: #4353ff;
  text-decoration: underline;
}
.account-banner {
  padding: 0 17px 0 0;
}
.account-banner a {
  color: #ffffff;
  font-size: 15px;
}
.home-web-offer {
  background: #40277c;
  height: 120px;
}
.home-text {
  padding: 100px 0 140px 0;
}
.home-text h2 {
  font-family: 'Source Sans Pro', serif;
  font-size: 52px;
  color: #182836;
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
}
.home-text p {
  font-family: 'Source Sans Pro', serif;
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.home-text ul li {
  padding-right: 20px;
}
.why-us {
  margin-top: 30px;
  margin-bottom: 70px;
}
.why-us h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.why-us h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  line-height: 1.2;
}
.why-us-icon {
  color: #ec3232;
  font-size: 42px;
}
.accordion-button {
  font-weight: 600;
  color: #212529!important;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none!important;
}
.accordion-button::after {
  background-image: none!important;
  color: #ec3232 !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f078" !important;
  font-size: 18px;
}
.accordion-button[aria-expanded="true"] {
  color: #ec3232!important;
}
.pricing-table {
  background: #f9f9f9;
  margin: 0px 0 50px 0;
  padding: 50px 0 75px 0;
}
.pricing-table .card {
  border-right: 0!important;
  border-left: 0!important;
  border-bottom: 0!important;
  border-radius: 0;
}
.pricing-table .card-body {
  padding: 0 0 15px 0;
}
.pricing-table .card-body h5.card-title {
  background: #f6f6f6;
  padding: 15px 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #222222;
}
.pricing-table .card-body h6 {
  padding: 0 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 400;
  color: #222222;
}
.pricing-table .card-body p {
  padding: 0;
  margin: 0;
}
.pricing-table .card-body p.card-text {
  padding: 0 15px 5px 15px;
}
.pricing-table .card-img, .card-img-top {
  border-radius: 0;
}
@media (max-width: 768px) {
  .pricing-table {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-01 {
  border-top: 5px solid #fec800;
}
.product-02 {
  border-top: 5px solid #fc7b1f;
}
.product-03 {
  border-top: 5px solid #64aef1;
}
.availability {
  height: 100px;
  background: #64aef1;
  padding-top: 17px;
}
.availability-text {
  text-align: left;
}
.availability-form {
  text-align: center;
  padding-top: 10px;
}
.availability-text h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}
.availability-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media (max-width: 768px) {
  .availability {
    height: 225px;
  }
  .availability-text h2 {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px)  {
  .availability {
    height: 225px;
    background: #64aef1;
    padding-top: 17px;
  }
  .availability-text {
    text-align: center;
  }
  .availability-form {
    text-align: center;
    padding-top: 25px;
  }
}
.login-page-notice {
  margin-top: 70px;
}
.login-page-notice h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.login-page-notice p {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
}
.login-page-notice a {
  text-decoration: underline;
}
.gmw-address-field-wrapper input {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.gmw-submit-field-wrapper input {
  padding: .5rem 1rem;
  background: #1b74e4;
  color: #ffffff;
  border: 0;
  font-size: 1.25rem;
  border-radius: .3rem;
}

.partners {
  padding-left: 30px;
  padding-right: 30px;
}

ul.gmw-posts-wrapper {
  padding: 0;
  list-style-type: none;
}

.reviews {
  background: #effffe;
  padding: 30px 0 30px 0;
}
.reviews h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.stars {
  width: 150px;
}
.stars-landing {
  width: 150px;
}
.reviews .onehundredpercent h3 {
  color: #11b1a7;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
}
.reviews a {
  font-weight: 600;
  color: #11b1a7;
  text-decoration: underline;
}
.bg-reviews {
  color: #52989c;
  background-color: #effffe;
  border: 1px solid #11b1a7;
}
.gmw-no-results, .gmw-no-results-wrapper {
  font-family: 'Poppins', sans-serif!important;
  font-size: 24px!important;
  font-weight: 600;
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  background: #ffffff!important;
  border: 0!important;
}
.single-fault-code {
  background: #f8d7da;
  border: 1px solid #f5c2c7;
  padding: 30px 50px;
}
.single-fault-code h2 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 16px!important;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #842029;
}
.single-fault-code h3 {
  font-family: 'Poppins', sans-serif!important;
  font-size:68px!important;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #842029;
}
.fault-code-searchbar {
  background: #eef3fc;
  padding: 15px 20px 15px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.locations-header h1 {
  font-family: 'Poppins', sans-serif!important;
  font-size:52px!important;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #222222;
}
.single-location-header {
  padding-top: 45px;
  height: 380px;
}
/* @audit Mobile view */
@media (max-width: 768px) {
  .single-location-header {
    height: 450px;
  }
}
.single-location-header h1 {
  font-family: 'Poppins', sans-serif!important;
  font-size:42px!important;
  font-weight: 500;
  margin: 30px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.single-location-header p {
  font-family: 'Poppins', sans-serif!important;
  font-size:18px!important;
  font-weight: 500;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #ffffff;
  line-height: 25px;
}
.breadcrumbs {
  color: #ffffff;
}
.breadcrumbs a {
  color: #ffffff;
  text-decoration: underline;
}
.single-location-introduction h2 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 32px!important;
  font-weight: 500;
  margin: 30px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.single-location-introduction h3 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 22px!important;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.request-callback {
  background: #effffe;
  padding: 23px;
}
.request-callback h2 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 22px!important;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.our-services {
  background: rgb(52,119,180);
  background: linear-gradient(180deg, rgba(52,119,180,1) 0%, rgba(91,165,234,1) 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.our-services h2 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 27px!important;
  font-weight: 500;
  margin: 0px 0 5px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services h3 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 16px!important;
  font-weight: 600;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services p {
  font-size: 16px!important;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}
.our-services-boiler {
  width: 80px;
}
.our-services-plumbing {
  width: 100px;
}
.request-callback-section h2 {
  font-family: 'Poppins', sans-serif!important;
  font-size: 27px!important;
  font-weight: 500;
  margin: 0px 0 10px 0;
  padding: 0 0 0 0;
  color: #222222;
}
.request-callback-section {
  background: #f6f6f6;
}

/* @note Landing Page */
.gas-safe-header {
  width: 80px;
}
.speak-advisor {
  background: #000000 url("../images/speak-advisor-photo.png") no-repeat right top;
  background-size: auto 100%;
  padding: 10px 80px 10px 25px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  margin-top: 10px;
}
.speak-advisor p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
}
.speak-advisor h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.speak-advisor-phone {
  font-size: 18px;
  color: #ffffff;
}
.btn-warning {
  background: #ffc527;
  font-size: 13px;
}
.btn-warning a {
  color: #000000;
}
.btn-dark {
  padding: 13px 30px 13px 30px;
}
.home-landing-banner {
  background: #fcc400;
  height: 480px;
}
.home-landing-banner-text {
  padding-top: 70px;
}
.home-landing-banner-text h1 {
  display: block;
  font-size: 24px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-landing-banner-text h2 {
  display: block;
  font-size: 52px;
  line-height: 52px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-landing-banner-text p {
  font-size: 22px;
  font-family: 'Open Sans', serif;
  font-weight: 500;
  line-height: 27px;
  color: #222222;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
.home-landing-banner-image {
  padding-top: 60px;
}
.home-landing-banner-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}
.home-landing-banner-text ul li {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 7px 0;
}
.home-landing-banner-text ul li:before {
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 900; 
  content: "\f00c";
  padding-right: 8px;
}
.call {
  background: #000000;
  text-align: center;
  margin: 0 0 0 0;
  padding: 35px 0 35px 0;
}
.call p {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.stars-landing {
  color: #11b1a7;
}

/* @audit Mobile view */
@media (max-width: 575.98px) {
  .home-landing-banner {
    height: 500px;
  }
  .home-landing-banner-text h1 {
    font-size: 18px;
  }
  .home-landing-banner-text h2 {
    font-size: 26px;
    line-height: 37px;
  }
  .stars-landing {
    width: 120px;
  }
}