/*!
Theme Name: FusionOne
Author: Robert Humm
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusionone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



@font-face {
  font-family: 'Pristina';
  src: url('assets/fonts/Pristina-Regular.eot');
  src: url('assets/fonts/Pristina-Regular.eot?#iefix') format('embedded-opentype'),
      url('assets/fonts/Pristina-Regular.woff2') format('woff2'),
      url('assets/fonts/Pristina-Regular.woff') format('woff'),
      url('assets/fonts/Pristina-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
:root {
  --black-color:#000000;
  --grey-color:#e6eff2;
  --blue-color:#8cb6c6;
  --darkblue-color:#467283;
  --lightblue-color:#c8dce3;
  --white-color:#FFFFFF;
  --background-black:#000000;
  --background-grey:#e6eff2;
  --background-blue:#8cb6c6;
  --background-darkblue:#467283;
  --background-lightblue:#c8dce3;
  --background-white:#FFFFFF;
  --font-family-outfit: "Outfit", sans-serif;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color:var(--blue-color);
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: var(--darkblue-color);
  text-decoration:none;
}
a:focus {
  outline:none;
}
a:hover, a:active {
  outline: 0;
}
p{
  margin:0 0 15px;
}
input,
textarea,
select,
button{
  font-family: "Outfit", sans-serif;
}
input:focus,
textarea:focus,
select:focus,
button:focus{
  outline:none;
  box-shadow:none;
}
img{
  max-width:100%;
  height:auto;
}
h1, h2, h3, h4, h5, h6{
  font-family: "Outfit", sans-serif;
  margin:0;
  font-weight:400;
}
body {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  color:var(--black-color);
  font-size:16px;
  line-height:1.6;
  font-weight:400;
  margin:0;
}
body .home-site-content>:where(:not(.alignwide)),
body .site-main>:where(:not(.alignwide)) {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; 
  padding-left: 15px;
  padding-right: 15px;
}
.container {
  max-width:1280px;
  width:auto;
  margin:0 auto;
  padding-right:15px;
  padding-left:15px;
}
/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:10;
}
.header-top{
  background:var(--background-white);
}
.header-top .container{
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  height:51px;
}
.header-top .hdr-locations{
  display:flex;
  gap:14px;
  align-items:center;
}
.header-top .hdr-locations .info{
  font-size:15.24px;
  font-weight:400;
  color:var(--blue-color);
  letter-spacing:0.5px;
  position: relative;
  top: -1px;
}
.header-top .hdr-locations .info a{
  color:var(--blue-color);
  position:relative;
  padding-left:20px;
}
.header-top .hdr-locations .info a:hover{
  color:var(--darkblue-color);
}
.header-top .hdr-locations .info a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 20px;
  background: url(assets/images/map-pin.svg) no-repeat;
  background-size: 16px;
}
.header-top .hdr-locations .info.phone-no a{
  background:var(--background-blue);
  color:var(--white-color);
  padding:11px 15px;
}
.header-top .hdr-locations .info.phone-no a:before {
  background: url(assets/images/call-icon.svg) no-repeat;
  background-size: 16px;
  position: relative;
  display: inline-block;
  margin-right: 6px;
  top:4px;
  background-size:17px;
  width:17px;
}
.header-top .hdr-locations .info.phone-no a:hover{
  background:var(--background-darkblue);
}
.header-main .container{
  display:flex;
  gap:30px;
  align-items:center;
  justify-content:space-between;
  padding-top:10px;
}
.site-logo img{
  width: 203px;
  height: 94px;
  display: block;
}
.social-icons ul{
  list-style:none;
  margin:0;
  padding:0;
}
.social-icons ul li{
  padding:0;
  padding-right:7px;
  display:inline-block;
}
.social-icons ul li a{
  width:auto ;
  height:auto;
  background:transparent;
  color:var(--blue-color);
  display:flex;
  justify-content:center;
  align-items:center;
}
.social-icons ul li a svg{
  width:16px;
  height:16px;
}
.social-icons ul li a:hover{
  color:var(--darkblue-color);
}
.social-icons ul li:last-of-type{
  margin-right:0;
}
.hdr-right{
  display:flex;
  justify-content:space-between;
  gap:35px;
  align-items:center;
}
.spa-site-link a,
.research,
.review-link a{
  font-size:15.24px;
  font-weight:400;
  color:var(--blue-color);
  letter-spacing:0.50px;
  line-height:100%;
  position:relative;
  padding-left:25px;
}
.review-link a{
  padding-left:0;
}
.spa-site-link a{
  padding-left:30px;
}
.spa-site-link a:before,
.research:before{
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  background: url(assets/images/spa-icon.png) no-repeat;
  width: 25px;
  height: 24px;
  background-size: 25px;
}
.spa-site-link a:hover{
  color:var(--darkblue-color);
}
.research:before{
   background:url(assets/images/search-icon.png) no-repeat;
  width:19px;
  height:23px;
  background-size:19px;
}
.hdr-right.hdr-locations{
  gap:8px;
}
.hdr-right.hdr-locations .review-link{
  margin-right: 10px;
}
/*--------------------------------------------------------------
# Nav Menu
--------------------------------------------------------------*/
nav.main-menu{
  /*  display:none;*/
  text-align:right;
}
nav.main-menu ul ul {
  display: none;
}
nav.main-menu ul li:hover > ul {
  display: block;
}
nav.main-menu ul {
  list-style: none;
  position: relative;
  margin:0;
  padding:0;
}
nav.main-menu ul li {
  display: inline-block;
  padding:0 15px;
  position:relative;
}
nav.main-menu ul li:last-of-type{
  padding-right:0;
}
nav.main-menu ul li a {
  display: block;
  padding:12px 2px;
  color:var(--white-color);
  font-size:18px;
  font-weight:500;
  text-decoration: none;
  position:relative;
  letter-spacing:0.5px;
  text-transform:uppercase;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li.current-menu-item a,
nav.main-menu ul li.active a{
  color:var(--grey-color);
}
nav.main-menu ul ul {
  background:var(--background-darkblue);
  border-radius: 0px;
  padding: 0;
  position: absolute;
  top:100%;
  width:220px;
  z-index:4;
}
nav.main-menu ul ul li {
  display: block;
  position: relative;
  padding:0;
  float:none;
}
nav.main-menu ul ul li a {
  padding:13px 15px;
  color:var(--white-color) !important;
  font-size:15px;
  text-align: left;
  border-bottom:0;
  font-weight:500;
}
nav.main-menu ul ul li:hover a,
nav.main-menu ul ul li.current-menu-item a{
  color:var(--white-color) !important;
  background:var(--background-blue);
  border-bottom:0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}   
nav.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top:0;
  min-width:220px;
  background:var(--background-blue);
}
nav.main-menu ul ul ul li a{
  color:var(--white-color);
}
nav.main-menu ul ul ul li:hover a,
nav.main-menu ul ul ul li.current-menu-item a{
  color:var(--white-color);
  background:var(--background-darkblue);
}
/*--------------------------------------------------------------
   # Home Slider
--------------------------------------------------------------*/
.home-banner{
  background:transparent;
  position:relative;
  z-index:4;
}
.home-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(70, 114, 131, 0.80);
  z-index:2;
}
.home-banner-content {
  position: absolute;
  z-index:3;
  top:0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width: auto;
  height: 100%;
  padding: 0 15px;
  position:relative;
  z-index:2;
}
.home-banner img,
.home-banner video {
  width: 100%;
  display:block;
  height:777px;
  object-fit:cover;
}
.home-banner-main {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 0;
  text-align: left;
}
.banner-content{
  padding-bottom:168px;
}
.banner-heading{
  text-transform:uppercase;
  color:var(--white-color);
  font-size:76px;
  font-weight:100;
  line-height:1.1;
  letter-spacing:0;
  max-width:920px;
}
.banner-button{
  margin-top:45px;
}
.banner-button a,
.cta-button a,
.products-button a,
.healthy-skin-button a,
.latest-post-button a,
.newsletter-button a{
  background: var(--background-white);
  color: var(--darkblue-color);
  padding:19px 34px;
  display: inline-block;
  font-size: 20.32px;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  position:relative;
}
.banner-button a:hover{
  background:var(--background-grey);
  color:var(--darkblue-color);
}
/*--------------------------------------------------------------
   # Home Content
--------------------------------------------------------------*/
.our-services-section{
  padding:125px 0;
  text-align:center;
}
.services-subheading,
.blue-subheading{
  color:rgba(70, 114, 131, 0.50);
  letter-spacing:4px;
  font-size:12.7px;
  text-transform:uppercase;
  line-height:100%;
  font-weight:600;
  margin-bottom:28px;
}
.services-heading,
.blue-heading{
  color:var(--darkblue-color);
  font-weight:300;
  font-size:56.7px;
  text-transform:uppercase;
  line-height:1.1;
  max-width:872px;
  margin:0 auto 22px;
}
.services-subtext{
  font-size:20.7px;
  color:rgba(70, 114, 131, 0.70);
  letter-spacing:0.5px;
  font-weight:400;
  line-height:1.5;
  max-width:790px;
  margin:0 auto;
}
.services-wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:22px;
  margin-top:70px;
}
.service-box .service-image img{
  width:100%;
  height:454px;
  display:block;
  object-fit:cover;
}
.service-box .service-image{
  position:relative;
}
.service-box .service-image:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.30);
  width:100%;
  height:100%;
  z-index:2;
}
.service-box {
  position:relative;
}
.service-box .service-title{
  position:absolute;
  bottom:40px;
  text-align:center;
  font-size:26px;
  color:var(--white-color);
  letter-spacing:0.50px;
  line-height:100%;
  z-index:2;
  text-transform:uppercase;
  width:100%;
  font-weight:600;
  margin-bottom:0;
}
.service-box a.service-link{
  position:absolute;
  width:100%;
  height:100%;
  z-index:10;
  left:0;
  top:0;
}
.service-box:hover .service-image:before{
  background:rgba(70, 114, 131, 0.50);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-box:hover .service-image img{
  filter: grayscale(100%);
}
.cta-banner-section{
  padding:185px 0 135px;
  background:#e6e4e9 url(assets/images/cta-bg.jpg) top center no-repeat;
  background-size:cover;
}
.cta-heading{
  font-size:77.5px;
  color:var(--darkblue-color);
  font-weight:600;
  font-style:italic;
  text-transform:inherit;
  line-height:1.0;
}
.cta-content{
  max-width:960px;
}
.cta-content .blue-subheading{
  text-align:center;
  margin-bottom:20px;
  color:rgba(70, 114, 131, 0.90);
  letter-spacing:3px;
}
.cta-button{
  text-align:left;
}
.cta-button a,
.products-button a,
.healthy-skin-button a,
.latest-post-button a{
  border:0;
  background:var(--background-blue);
  margin-top:30px;
  padding: 15px 34px;
  color:var(--white-color);
}
.cta-button a:hover,
.products-button a:hover,
.latest-post-button a:hover{
  background:var(--background-darkblue);
}
.cta-button a{
  color:var(--white-color);
}
.reviews-section{
  padding:120px 0;
}
.reviews-wrap{
  display:flex;
  gap:55px;
  align-items:center;
}
.reviews-content{
  width:40%;
}
.reviews-content .blue-heading{
  font-size:50.5px;
  font-weight:400;
  text-transform:inherit;
  max-width:400px;
  margin:0 0 30px;
  line-height:1;
}
.reviews-content .reviews-text{
  font-size:20.7px;
  font-weight:400;
  color:rgba(70, 114, 131, 0.70);
  line-height:1.5;
  max-width:440px;
  letter-spacing:0.5px;
}
.reviews-slider{
  width:60%;
}
.products-section{
  padding-top:130px;
  padding-bottom:130px;
}
.products-section .blue-subheading{
  text-align:center;
  margin-bottom:24px;
}
.products-section .blue-heading{
  max-width:100%;
  text-align:center;
  font-size:50.8px;
}
.products-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:26px;
  margin-top:82px;
}
.product-box .product-thumbnail{
  background:var(--background-white);
  box-shadow:3px 0 30px rgba(0, 0, 0, 0.25);
  margin-bottom:25px;
}
.product-box .product-name{
  font-size:24px;
  font-weight:600;
  color:var(--darkblue-color);
  line-height:1.3;
  margin-bottom:5px;
}
.product-box .product-name a{
  color:var(--darkblue-color);
}
.product-box .product-name a:hover{
  color:var(--blue-color);
}
.product-box .product-text{
  font-size:16px;
  font-weight:400;
  color:rgba(70, 114, 131, 0.80);
  line-height:1.4;
}
.product-box .view-product-link{
  margin-top:25px;
}
.product-box .view-product-link a{
  font-size:15px;
  font-weight:600;
  color:var(--darkblue-color);
  line-height:100%;
  letter-spacing:0.45px;
  position:relative;
}
.product-box .view-product-link a:after,
.products-button a:after,
.healthy-skin-button a:after,
.latest-post-button a:after,
.newsletter-button a:after,
.footer-contact .phone-btn a:after,
.banner-button a:after,
.cta-button a:after{
  content: '';
  position: relative;
  display: inline-block;
  right: -8px;
  top: 7px;
  background: url(assets/images/blue-arrow-right.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-box .view-product-link a:hover:after {
  right: -15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-button{
  text-align:center;
}
.products-button a{
  margin-top:35px;
  position:relative;
  color:var(--white-color);
}
.products-button a:after,
.healthy-skin-button a:after,
.latest-post-button a:after,
.footer-contact .phone-btn a:after{
  background: url(assets/images/white-arrow-right.svg) no-repeat;
  width: 32px;
  height: 26px;
  background-size: 31px;
  right: 0;
  margin-left: 12px;
  top:4px;
}
.healthy-skin-button a:after,
.newsletter-button a:after,
.banner-button a:after,
.cta-button a:after{
  width: 24px;
  height: 22px;
  background: url(assets/images/blue-arrow-right.svg) no-repeat;
  background-size: 24px;
  margin-left: 30px;
  right:0;
}
.healthy-skin-banner{
  background:var(--background-darkblue);
  padding:92px 0;
}
.healthy-skin-banner .container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.healthy-skin-content .blue-heading{
  color: var(--white-color);
  font-weight: 700;
  letter-spacing:2px;
  font-size:45.5px;
  max-width: 100%;
}
.healthy-skin-content{
  max-width:800px;
}
.healthy-skin-text{
  font-size:26.5px;
  color: rgba(255, 255, 255, 0.50);
  line-height: 1.3;
  font-weight: 300;
  max-width:620px;
}
.healthy-skin-button a,
.newsletter-button a{
  background:var(--background-white);
  color:var(--darkblue-color);
  margin-top:0;
  padding: 15px 25px 15px 25px;
}
.healthy-skin-button a:hover,
.newsletter-button a:hover{
  background:var(--background-grey);
}
.healthy-skin-button a:before{
  content: '';
  position: absolute;
  right:38px;
  top: 16px;
  border: 2px solid rgba(70, 114, 131, 0.32);
  width: 28px;
  height: 28px;
  border-radius: 100%;
}
.latest-news-section{
  padding-top:0 !important;
}
.latest-news-section{
  padding:135px 0;
}
.latest-news-section .blue-heading{
  max-width:675px;
}
.latest-news-section .blue-heading,
.club-membership-section .blue-heading{
  text-align:center;
  font-size:50.8px;
  color: rgba(70, 114, 131, 0.95);
  letter-spacing:1px;
  line-height:1.3;
}
.latest-news-wrap{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:40px;
  margin-top:65px;
}
.latest-news-wrap .post .post-thumbnail img{
  width:100%;
  height:355px;
  display:block;
  object-fit:cover;
}
.latest-news-wrap .post .post-title{
  font-size:22px;
  letter-spacing:1px;
  color:var(--darkblue-color);
  line-height:1.3;
  text-align:center;
  font-weight:500;
  margin-top:20px;
  text-transform:inherit;
}
.latest-news-wrap .post .post-title a{
  color:var(--darkblue-color);
}
.latest-news-wrap .post .post-title span{
  display:block;
}
.latest-news-wrap .post .post-title a:hover{
  color:var(--blue-color);
}
.latest-post-button{
  text-align:center;
  margin-top:35px;
}
.latest-news-wrap .post:hover .post-thumbnail img{
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.club-membership-section{
  padding-bottom:0;
  padding-top:135px;
}
.club-membership-wrap{
  display:flex;
  gap:21px;
  margin-top:72px;
}
.membership-content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:18px;
}
.membership-box{
  text-align:center;
}
.membership-box .membership-image{
  border:3px solid var(--darkblue-color);
  overflow:hidden;
  border-radius: 50% 50% 50% 50% / 50% 50% 50% 50%;
  width: 281px;
  height: 414px;
  margin:0 auto;
}
.membership-box .membership-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.membership-box .membership-title{
  font-size: 30.45px;
  font-weight: 500;
  letter-spacing: 0.50px;
  color: rgba(70, 114, 131, 0.95);
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background: #e3eef1;
  padding: 17px 43px;
  display: inline-block;
  margin: 28px 0;
  min-width: 120px;
}
.membership-box .membership-text{
  font-size:17.5px;
  font-weight:400;
  letter-spacing:0.50px;
  line-height:1.3;
  color: rgba(70, 114, 131, 0.80);
  max-width:220px;
  margin:0 auto;
}
.membership-box:nth-child(2) .membership-title{
  color:var(--white-color);
  background:var(--background-blue);
}
.membership-box:nth-child(3) .membership-title{
  color:var(--white-color);
  background:var(--background-darkblue);
}
.membership-benefits{
  background:#89b3c4;
  border:2px solid #608d9f;
  padding:40px 20px;
  width:100%;
  height:100%;
}
.mem-benefits-title{
  font-size:39px;
  color:var(--white-color);
  font-weight:300;
  line-height:1.1;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:1.5px;
}
.mem-benefits-title span{
  font-family: 'Pristina';
  text-transform: capitalize;
  font-weight:400;
  display:block;
  margin-top:4px;
  font-size:49.5px;
}
.membership-lists ul{
  list-style:none;
  margin:32px 0 0;
  padding:0;
}
.membership-lists ul li{
  font-size:20.2px;
  color:rgba(255, 255, 255, 0.80);
  font-weight:400;
  line-height:1.2;
  letter-spacing:0.25px;
  margin-bottom:25px;
  position:relative;
  padding-left: 32px;
}
.membership-lists ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: url(assets/images/check-mark.svg) left no-repeat;
  width: 21px;
  height: 21px;
  background-size: 21px;
}
.select-membership-btn{
  text-align:center;
}
.select-membership-btn a{
  background: var(--background-white);
  font-size: 19.2px;
  font-weight: 500;
  color: var(--darkblue-color);
  letter-spacing: 1.5px;
  line-height: 100%;
  border: 1px solid var(--darkblue-color);
  padding: 17px 22px;
  display: inline-block;
  text-align: center;
  margin-top:25px;
}
.select-membership-btn a:hover{
  background:var(--background-darkblue);
  color:var(--white-color);
  border: 1px solid var(--white-color);
}
.newsletter-banner{
  background:var(--background-blue) url(assets/images/newsletter-bg.jpg) no-repeat;
  background-size:cover;
  position:relative;
  padding:112px 0 70px;
}
.newsletter-banner:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  background:rgba(136, 179, 196, 0.80);
  width:100%;
  height:100%;
}
.newsletter-banner .container{
  position:relative;
  display:flex;
  gap:30px;
  justify-content: space-between;
  align-items: flex-end;
}
.stay-title{
  font-family: 'Pristina';
  text-transform: inherit;
  font-weight:400;
  font-size:41.5px;
  color:var(--white-color);
  line-height:100%;
  letter-spacing:0.45px;
  margin-bottom:6px;
}
.newsletter-heading {
  font-size:67px;
  font-weight:700;
  color:var(--white-color);
  line-height:1.1;
  text-transform:uppercase;
  margin-bottom:0;
}
.newsletter-heading span{
  display:block;
  font-size:42px;
  font-weight:100;
  line-height:1.1;
  text-transform:uppercase;
}
.newsletter-button a{
  font-size:25.5px;
  font-weight:700;
  text-transform:inherit;
  letter-spacing:0.5px;
}
.newsletter-button a:after,
.banner-button a:after,
.cta-button a:after{
  top:4px;
  width: 32px;
  height: 27px;
  background: url(assets/images/blue-arrow-right.svg) no-repeat;
  background-size: 32px;
  margin-left:12px;
}
.cta-button a:after{
  background: url(assets/images/white-arrow-right.svg) no-repeat;
  background-size: 32px;
}
/*--------------------------------------------------------------
   # Site Footer
--------------------------------------------------------------*/
.footer-locations .container{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
}
.location-button a{
  background:#c4d9e1;
  padding:42px 0;
  color:var(--darkblue-color);
  text-transform:inherit;
  font-size:30.48px;
  font-weight:400;
  line-height:100%;
  letter-spacing:0.50px;
  width:100%;
  display:inline-block;
  text-align:center;
}
.location-button:nth-child(2) a{
  background:#d0e1e7;
}
.location-button:nth-child(3) a{
  background:#dbe8ed;
}
.location-button a:hover{
  background:var(--background-grey);
}
.location-button span{
  position:relative;
  padding-left:40px;
  display:inline-block;
}
.location-button span:before{
  content: '';
  position: absolute;
  left: 0;
  top:-1px;
  background: url(assets/images/address-icon.svg) no-repeat;
  width: 34px;
  height: 34px;
  background-size: 34px;
  display: inline-block;
}
.footer-map iframe{
  width:100%;
  height:530px;
  display:block;
}
.footer-topwrap{
  display:flex;
  align-items:center;
  gap:0;
  padding:0;
  justify-content:flex-end;
}
.footer-contact{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right:55px;
  gap:40px;
  text-align:left;
  max-width:310px;
}
.footer-map{
  width:70%;
  position:relative;
}
.footer-map:before{
  content:'';
  position:absolute;
  left:-15px;
  top:50%;
  background:var(--background-blue);
  width:15px;
  height:380px;
  margin-top:-190px;
}
.footer-logo,
.footer-contact .phone-btn{
  position: relative;
  left:0;
  margin:0 auto;
}
.footer-contact .phone-btn{
  margin:0 auto;
  left:0;
}
.footer-logo img{
  width:auto;
  height:70px;
  display:block;
}
.ftr-address .location{
  font-size:17.78px;
  color:rgba(131, 133, 135, 0.80);
  font-weight:500;
  text-transform:inherit;
  line-height:1.3;
  letter-spacing:0.50px;
  position:relative;
  padding-left:45px;
  margin-bottom:22px;
}
.ftr-address .location:last-of-type{
  margin-bottom:0;
}
.ftr-address .location:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background: url(assets/images/location-pin.png) no-repeat;
  width: 23px;
  height: 30px;
  background-size:23px;
}
.footer-contact .phone-btn a{
  background:var(--background-darkblue);
  color:var(--white-color);
  font-size:20.32px;
  font-weight:600;
  letter-spacing:0.50px;
  padding:12px 22px;
  display:inline-block;
  position:relative;
}
.footer-contact .phone-btn a:hover{
  background:var(--background-blue);
}
.footer-contact .phone-btn a:before{
  content: '';
  position: relative;
  background: url(assets/images/white-phone-icon.svg) no-repeat;
  width: 28px;
  height: 25px;
  background-size: 28px;
  top: 5px;
  display: inline-block;
  margin-right: 10px;
}
.footer-bottom{
  padding:45px 0;
  position:relative;
}
.footer-bottom:after{
  content:'';
  position:absolute;
  right:0;
  top:0;
  background:var(--background-blue);
  height:1px;
  width:87%;
}
.footer-bottom .container{
  display:flex;
  justify-content:space-between;
  gap:5px;
  font-size:15.5px;
  color:rgba(0, 0, 0, 0.50);
  font-weight:400;
  line-height:100%;
}
.footer-bottom .container a{
  color:rgba(140, 182, 198, 0.80);
}
.footer-bottom .container a:hover{
  color:var(--blue-color);
}
/*--------------------------------------------------------------
# Inner Content
--------------------------------------------------------------*/
.inner-banner {
  position: relative;
  background:var(--background-black);
}
.inner-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background:rgba(70, 114, 131, 0.70);
  width: 100%;
  height: 100%;
}
.inner-banner img {
  width: 100%;
  height:100%;
  display: block;
  object-fit:cover;
}
.inner-banner-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.inner-banner .container {
  max-width: 1250px;
  margin: 0 auto;
  width:auto;
  height: 100%;
  padding:0 15px;
}
.inner-banner-main {
  display: flex;
  flex-direction: row;
  height: 100%;
  color: var(--black-color);
  justify-content: flex-start;
  align-items: flex-end;
}
.entry-header h1.entry-title {
  color: var(--white-color);
  font-size: 26px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing:1px;
  padding-bottom: 50px;
  text-align:left;
}
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  line-height:1.2;
}
.site-main{
  padding:50px 0;
}
.site-main p,
.site-main ul.wp-block-list li{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
.site-content .entry-content{
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}
/*=========================================== 
   Blog & Single Post
=============================================*/
.blog article.post,
.single article.post,
.archive article.post,
.search article{
  margin-bottom: 30px;
  margin-top: 0px;
  line-height:1.6;
  border-bottom: 2px solid var(--grey-color);
  padding-bottom: 35px;
  position:relative;
}
.blog article.post:before,
.single article.post:before,
.archive article.post:before,
.search article:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  /*background: rgba(255, 255, 255, 0.8);*/
}
.blog article.post:last-of-type,
.single article.post:last-of-type,
.archive article.post:last-of-type,
article.hentry:last-of-type,
.search article:last-of-type{
  border-bottom: 0px solid #eee;
  margin-bottom:0;
  padding-bottom:0;
}
.blog article.post h2,
.archive article.post h2,
article.hentry h2{
  font-size:20px;
  line-height:1.2;
  text-transform:inherit;
  font-weight:700;
  margin-bottom:10px;
  letter-spacing:0.10px;
}
.blog article.post h2 a,
.archive article.post h2 a,
article.hentry h2 a{
  color:var(--darkblue-color);
}
.blog article.post h2 a:hover,
.archive article.post h2 a:hover,
.blog article.post h2 a:focus,
.archive article.post h2 a:focus, 
.entry-meta a:hover, 
.entry-meta a:focus {
  color:var(--blue-color);
}
.entry-summary{
  position:relative;
}
.entry-media{
  margin-bottom:15px;
}
.entry-meta {
  font-size:14px; 
  line-height: 100%;
  margin-bottom: 15px;
}
.entry-meta a {
  color:var(--darkblue-color);
  font-weight:700;
}
.entry-meta a:hover{
  color:var(--blue-color);
}
.entry-meta .post-cat, .entry-meta .post-date{
  font-style: italic;
}
.entry-meta .post-date{
  margin-left: 10px;
}
.entry-meta .post-cat {
  margin-right: 10px;
}
.single article.post h1,
.search .entry-header h1.entry-title,
.error404 .entry-header h1.entry-title,
.single  .entry-header h1.entry-title,
.archive .entry-header h1.entry-title{
  font-size:23px;
  margin-bottom: 0;
  background: transparent;
  max-width: 100%;
  white-space: inherit;
  text-align:left;
}
.single .entry-meta {
  font-size:14px;
}
.single .entry-media {
  text-align: center;
  margin-bottom: 20px;
}
a.entry-button {
  padding:15px 20px;
  display: inline-block;
  line-height:inherit;
  font-size:15.2px;
  border-radius:0;
  text-transform:uppercase;
  color: var(--white-color);
  font-weight: 700;
  transition: all .5s;
  background: var(--background-darkblue);
  letter-spacing:0.25px;
  margin-top:8px;
  position:relative;
}
a.entry-button:after{
  content: '';
  position: relative;
  display: inline-block;
  background: url(assets/images/white-arrow-right.svg) no-repeat;
  width: 26px;
  height: 21px;
  background-size: 26px;
  right: 0;
  margin-left: 12px;
  top: 2px;
}
a.entry-button:hover {
  color:var(--white-color);
  background:var(--background-blue);
}
.single_post_nav a{
  padding: 5px 0;
}
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer{
  position:relative;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
#secondary.widget-area{
  margin-top: 50px;
  max-width:310px;
  margin-left:auto;
  margin-right:auto;
}
#secondary.widget-area .search-form span.screen-reader-text,
#secondary.widget-area .search-form .search-submit{
  display:none;
}
#secondary.widget-area .search-form input{
  width: 100%; 
  padding:16px 15px;
  border:0;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
}
#secondary.widget-area .search-form input:focus, 
#secondary.widget-area .search-form input:active {
  transition: all .9s ease-in-out!important;
  outline: none!important;
  border:0px solid #004a80!important;
  position: relative!important;
}
#secondary.widget-area .search-form label{
  display:block;
}
#secondary.widget-area .widget{
  margin-bottom:28px;
  border-bottom:0;
  background:var(--background-darkblue);
  padding:35px 25px;
  text-align:center;
  border-radius:30px;
  box-shadow:0 12px 0px var(--lightblue-color);
}
#secondary.widget-area .wp-block-search .wp-block-search__button{
  display:none;
}
#secondary.widget-area .widget:last-of-type{
  border-bottom:0;
}
#secondary.widget-area .widget h2{
  font-size:22px;
  text-transform:inherit;
  color:var(--white-color);
  margin-bottom: 15px;
  font-weight: 700;
  position:relative;
  padding-bottom:15px;
}
#secondary.widget-area .widget h2:after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: var(--background-white);
  width: 16px;
  height: 4px;
  margin-left: -8px;
}
#secondary.widget-area .widget ul{
  margin:0px;
  padding:0;
  list-style: none;
}
#secondary.widget-area .widget ul li a,
#secondary.widget-area .widget a{
  font-size: 15.5px;
  text-transform:inherit;
  color: rgba(255, 255, 255, 0.9);
  line-height:1.4;
  font-weight:400;
}
#secondary.widget-area .widget ul li{
  margin-bottom:12px;
  line-height:100%;
}
#secondary.widget-area .widget ul li:last-of-type{
  margin-bottom:0;
}
#secondary.widget-area .widget ul li a:hover,
#secondary.widget-area .widget a:hover{
  color:var(--white-color);
}
#secondary.widget-area .widget:last-of-type {
  margin-bottom:0;
}
#secondary.widget-area input[type="search"]{
  padding: 15px;
  border: none;
  font-size: 16px;
  min-height: 60px;
  background:var(--background-white) url(assets/images/magnifying-glass.svg) 96% no-repeat;
  background-size:20px;
}
.single  .page-header h1.page-title,
.archive .entry-header h1.entry-title{
  font-size:28px;
}
.error404 .entry-content .search-form input,
.search-no-results .entry-content .search-form input,
.search .page-content .search-form input{
  width: 100%;
  padding:21px 15px;
  border: 1px solid #ccc;
  transition: all .9s ease-in-out;
  transition: ease-in-out, width .9s ease-in-out;
  background:#eee;
  font-size:16px;
}
.error404 .entry-content .search-form span.screen-reader-text,
.error404 .entry-content .search-form .search-submit,
.search-no-results .entry-content .search-form span.screen-reader-text,
.search-no-results .entry-content .search-form .search-submit,
.search .page-content .search-form .search-submit{
  display: none;
}
.error404 .entry-content .search-form  label,
.search-no-results .entry-content .search-form  label,
.search .page-content .search-form  label{
  display:block;
  max-width: 355px;
}
.content-area.with-sidebar .row{
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.content-area.with-sidebar .row .col-md-8{
  width: 62%;
  padding: 0 15px;
}
.content-area.with-sidebar .row .col-md-4{
  width: 33.3%;
  padding: 0 15px;
}
#secondary.widget-area .widget label.wp-block-search__label{
  display:none;
}
.single .entry-footer{
  display:none;
}
.contact-form-area .contact-form{
  max-width:1020px;
  margin-right:auto;
  margin-left:auto;
}
.gform_wrapper form.contact-form input[type="text"], 
.gform_wrapper form.contact-form input[type="email"], 
.gform_wrapper form.contact-form input[type="tel"],
.gform_wrapper form.contact-form select, 
.gform_wrapper form.contact-form  textarea {
  background: #FFF;
  border: 1px solid #c3c1c1;
  border-radius: 0;
  padding:16px 15px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  width: 100%;
  box-shadow: none;
}
.gform_wrapper form.contact-form input[type="text"]:focus, 
.gform_wrapper form.contact-form input[type="email"]:focus, 
.gform_wrapper form.contact-form input[type="tel"]:focus, 
.gform_wrapper form.contact-form  textarea:focus{
  border:1px solid var(--lightblue-color);
}
.gform_wrapper form.contact-form input[type="submit"] {
  background: var(--background-darkblue) !important;
  color: var(--white-color) !important;
  padding:16px 25px !important;
  text-transform: uppercase !important;
  font-size:15px !important;
  font-weight: 600 !important;
  border-radius:0 !important;
  border:0;
  letter-spacing: 1px !important;
  line-height:100% !important;
  width:auto !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.gform_wrapper form.contact-form  input[type="submit"]:hover {
  background:var(--background-blue) !important;
}
.gform_wrapper.gravity-theme .gfield_label{
  font-weight:500 !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 160px !important;
}
.single .site-content .entry-title{
  display:none;
}
article.hentry .entry-content  h2{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0;
  color:var(--blue-color);
}
.site-main ul.service-lists {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  margin:0;
  padding:10px 0 30px;
  list-style:none;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.site-main ul.service-lists li{
  position:relative;
  margin-bottom:5px;
  padding-left:28px;
}
.site-main ul.service-lists li:before{
  content: '';
  position: absolute;
  left: 0;
  top:4px;
  background:url(assets/images/check-mark.svg) left no-repeat;
  width:18px;
  height:18px;
  background-size:18px;
}
.contact-form h3 {
  font-size:25px;
  font-weight:800;
  letter-spacing:0;
  text-transform:inherit;
  color: var(--blue-color);
  margin-bottom:30px;
}
.post-navigation .nav-links a{
  font-weight:700;
  color:var(--blue-color);
}
body.home.logged-in .site-header,
body.page.logged-in .site-header,
body.logged-in .site-header{
  top:32px;
}
.contact-form-area .map-area iframe{
  margin-top:30px;
  width:100%;
}
h2{
  line-height:1.2;
  margin-bottom:15px;
  font-size:36px;
  font-weight:700;
  color:var(--darkblue-color);
  letter-spacing:0.5px;
  text-transform:inherit;
}
h3{
  font-size:26px;
  font-weight:600;
  margin-bottom:15px;
  line-height:100%;
  color:var(--blue-color);
  text-transform:inherit;
  letter-spacing: 0.5px;
  line-height:1.2;
}
h4{
  font-size:24px;
  font-weight: bold;
  margin-bottom: 10px;
  color:var(--darkblue-color);
  line-height:1.2;
}
h5{
  font-size:22px;
  font-weight:600;
  margin-bottom:8px;
  color:var(--darkblue-color);
  line-height:1.2;
}
h6{
  font-size:20px;
  font-weight:500;
  margin-bottom:8px;
  color:var(--blue-color);
  line-height:1.2;
}


/*Locations*/
.top-location-area {
  text-align: center;
  margin-bottom:30px;
  padding-bottom:0;
}
.top-location-area .location-col {
  background:#efefef;
  padding: 10px 15px;
  border-radius:50px;
  margin-bottom: 15px;
  height: 100%;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow:0 10px 0 var(--blue-color);
}
.top-location-area .location-col strong {
  font-size: 24px;
  display: block;
  color: var(--darkblue-color);
  letter-spacing:1.5px;
}
.top-location-area .col-md{
  width:92%;
  padding: 0 15px;
}
.top-location-area .location-col:before {
  content: "";
  display: inline-block;
  background: var(--background-blue) url(/assets/images/phone.svg) center no-repeat;
  color: #fff;
  font-size: 32px;
  width:65px;
  height:65px;
  line-height:65px;
  border-radius: 15px;
  margin-bottom: 10px;
  background-size:26px!important;
}
.top-location-area .phone-number:before {
  background:var(--background-darkblue)  url(assets/images/phone.svg) center no-repeat;
}
.top-location-area .contact-location:before {
  background:var(--background-darkblue) url(assets/images/map-marker.svg) center no-repeat;
}
.top-location-area .working-hours:before {
  background:var(--background-darkblue) url(assets/images/clock.svg) center no-repeat;
  background-size:30px!important;
}
.top-location-area .location-col span{
  font-size:16px;
  letter-spacing:1px;
  max-width:260px;
  margin-left:auto;
  margin-right:auto;
}
.top-location-area .row{
  flex-direction:column;
  justify-content:center;
}
.single-location .container .row .col-md-12{
  width:100%;
}
.single-location .site-main{
  padding-bottom:0 !important;
}
.single-location .container .row .col-md-12{
  width:100%;
}
.single-location .site-main .alignfull{
  margin: 0px calc(50% - 50vw);
  max-width: 99.4vw;
  width: 100vw;
}



.faqs-container .faq-single .faq-question{
  background: transparent;
  padding: 20px 40px 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: var(--darkblue-color);
  border-radius: 0;
  position: relative;
  line-height: 1.2;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: inherit;
  border-bottom:1px solid transparent;
}
.faqs-container .faq-single .faq-answer{
  background: transparent;
  padding: 15px 0 30px;
  font-size: 16.5px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.5;
  position: relative;
  margin-top: 0;
  border-radius: 0;
}
.faqs-container .faq-single .faq-answer p{
  color:rgba(0, 0, 0, 0.62);
}
.faqs-container .faq-single.active .faq-question{
  border-radius:0;
  border-bottom:1px solid var(--lightblue-color);
}
.faqs-container .faq-question:after{
  content: '';
  position: absolute;
  right:15px;
  top: 50%;
  background: url(assets/images/down_arrow_white.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
  margin-top: -14px;
}
.faqs-container .faq-single.active .faq-question:after {
  background: url(assets/images/white_left_arrow.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
.faqs-container .faq-question:after{
  background: url(assets/images/down_arrow_black.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
.faqs-container .faq-single.active .faq-question:after{
  background: url(assets/images/black_left_arrow.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px;
}
.faqs-container .faq-single{
  margin-bottom:15px;
  border-bottom: 1px solid var(--lightblue-color);
}
.faqs-container .faq-single:last-of-type{
  margin-bottom:0;
}
.contact-page-block .contact-info h3.wp-block-heading{
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom:10px;
  color:var(--darkblue-color);
}
.contact-page-block .contact-info p{
  line-height:1.5;
}
.contact-page-block .contact-form h3.wp-block-heading{
  color: var(--darkblue-color);
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 28px;
}
.contact-page-block .contact-form .gform_wrapper form input[type="text"], 
.contact-page-block .contact-form .gform_wrapper form input[type="email"], 
.contact-page-block .contact-form .gform_wrapper form input[type="tel"],
.contact-page-block .contact-form .gform_wrapper form select, 
.contact-page-block .contact-form .gform_wrapper form  textarea {
  background: #FFF;
  border: 1px solid #c3c1c1;
  border-radius: 0;
  padding:16px 15px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black-color);
  width: 100%;
  box-shadow: none;
}
.contact-page-block .contact-form .gform_wrapper form input[type="text"]:focus, 
.contact-page-block .contact-form .gform_wrapper form input[type="email"]:focus, 
.contact-page-block .contact-form .gform_wrapper form input[type="tel"]:focus, 
.contact-page-block .contact-form .gform_wrapper form  textarea:focus{
  border:1px solid var(--lightblue-color);
}
.contact-page-block .contact-form .gform_wrapper form input[type="submit"] {
  background: var(--background-darkblue) !important;
  color: var(--white-color) !important;
  padding:16px 25px !important;
  text-transform: uppercase !important;
  font-size:15px !important;
  font-weight: 600 !important;
  border-radius:0 !important;
  border:0;
  letter-spacing: 1px !important;
  line-height:100% !important;
  width:auto !important;
  cursor: pointer !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out !important;
}
.contact-page-block .contact-form .gform_wrapper form input[type="submit"]:hover {
  background:var(--background-blue) !important;
}
.contact-page-block .contact-form .gform_wrapper.gravity-theme .gfield_label{
  font-size:17px !important;
  color:var(--darkblue-color) !important;
}
.faq-section{
  padding:30px 0 0;
}
.faq-section .container{
  padding:0;
}
.faq-section .faq-wrap{
  display: flex;
  gap:35px;
  justify-content: space-between;
}
.faq-left {
  width:40%;
}
.faq-right {
  width: 60%;
}
.faq-section .faq-title{
  margin-bottom:15px;
}
.faq-section .faq-image img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.faq-content .faq-image{
  margin-top:20px;
}
.site-main .wp-block-media-text .wp-block-media-text__content .wp-block-button{
  width:auto;
}
.site-main .wp-block-media-text .wp-block-media-text__content .wp-block-button a.wp-block-button__link{
  background-color:var(--background-white);
  margin-top: 20px;
  border-color: var(--darkblue-color);
  color:var(--darkblue-color);
}
.site-main .wp-block-media-text .wp-block-media-text__content .wp-block-button a.wp-block-button__link:hover{
  border-color: var(--blue-color);
}
.site-main{
  padding-bottom:20px !important;
}
.row.post_pagination{
  margin-top:20px;
}
nav.main-menu ul li.review-link {
  display:none;
}
.booknow-btn a{
  background: var(--background-blue);
  color: var(--white-color);
  padding: 11px 18px;
  font-size:15.24px;
  text-transform:uppercase;
  font-weight:500;
}
.booknow-btn a:hover{
  background:var(--background-darkblue);
}
.social-icons{
  margin:0 auto;
}
.social-icons ul li a{
  background:var(--background-blue);
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color:var(--white-color);
}
.social-icons ul li a:hover{
  background:var(--background-darkblue);
  color:var(--white-color);
}
.social-icons ul li a svg{
  color:var(--white-color);
}
nav.main-menu ul li.booknow-btn{
  display:none;
}
.hdr-right .info.phone-no a:before {
  content: '';
  background: url(assets/images/blue-call-icon.svg) no-repeat;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  background-size: 20px;
  margin-right: 4px;
}