@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Brygada+1918:wght@400;500;600;700&display=swap');

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

*{outline: none;}
body,
html {
  height: 100%
}

* {
  outline: none;
}

body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Helvetica';
}

p,
a {
 font-family: 'Helvetica';
 text-decoration:none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 20px 0;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}



.menuSec {
  padding: 41px 30px;
}

.menuSec img {}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  font-size: 15px;
  color: #000;
  padding: 20px 30px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
 font-family: 'Helvetica';
}

.affix {
    top: 0;
    z-index: 9999 !important;
    width: 100%;
    background: #ffffff;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 9px #00000061;
}
/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}*/

.menuSec ul li:last-child a {}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ca189a;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #4dbccb;
  left: 0px;
  width: 200px;
  text-align: left;
  top: 30px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
  display: block !important;
  width: 100%;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li:hover li a:hover {
  background-color: #ffffff;
  color: #37b2cb !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.no_pad {
  padding: 0
}

.navbar-default {
  margin-bottom: 0;
  background: none;
  box-shadow: none;
  border: 0;
}

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #3ab3ca;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown .8s;
}


/* The navigation menu links */


/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #45261a;
  margin-right: 0;
  margin-top: 0;
  padding: 7px 10px;
}

.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: relative;
  left: 5px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn+div {
  margin-top: 10px;
}

#mySidenav ul.submenu {
  /*  display: none; */
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}

#mySidenav .dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.navigation ul li>.dropdown-menu li a i {
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}

.navigation ul .show-on-hover:hover>ul.submenu {
  left: 101% !important;
  top: -25% !important;
}

.navigation ul li>.dropdown-menu li i.fa.fa-angle-down {
  display: none;
}


/* sidenav-css end */


/*nav-css BEGINS */

.navigation ul {
  text-align: right;
  margin: 15px 0 0 0;
}

.navigation ul li {
  list-style: none;
  display: inline-block;
}

.navigation ul li a {
  font-size: 15px;
  color: #000;
  padding: 0 22px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}

.navigation ul li a:hover {
  color: #4b2a1c;
}

.navigation ul li.active a {
  color: #36b1ca;
}


/*DropDown Css Begin here*/

.navigation ul .show-on-hover:hover>ul.dropdown-menu {
  display: block;
}

.navigation ul li .dropdown-menu li {
  float: none;
  display: block;
}

.navigation ul li>.dropdown-menu li a {
  float: none;
  display: block;
  text-align: left;
  padding: 7px 12px 10px 12px;
  font-size: 15px;
  color: #000;
}

.navigation ul li>.dropdown-menu li a:hover {
  background-color: #ececec;
}

.navigation ul li>.dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 12px 0 12px 0;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  top: 90%;
  left: 48px;
}

.navigation ul>li>a span img {
  display: inline;
  margin-left: 11px;
}

.navigation ul li>.dropdown-menu:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 12px 16px;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -16px;
  left: 113px;
}

.navigation ul.dropdown-menu.submenu:after {
  display: none;
}

.navigation ul li>.dropdown-menu>.active>a {
  background-color: transparent;
  color: #4b2a1c;
  font-weight: 600;
}

header#header {
  padding-top: 10px;
  padding-bottom: 0;
}

.navigation ul {
  text-align: center;
  margin: 29px 0 0 0;
}

.margin {
  padding: 0;
}

.top-sec-btn a {
  color: #fff;
  padding: 11px 48px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
}

.top-sec-btn {
  padding-top: 36px;
}

.main-logo img {
  width: 100%;
}


/*header ends*/


/*top sec start*/

.top-list ul li {
  list-style: none;
  display: inline-block;
}

.top-socail-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0 4px;
}

.top-socail-icon ul {
  text-align: right;
}

section.top-sec {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #585755;
}

.top-list ul li a .fa {
  color: #fff;
  margin: 0 5px;
}

.top-list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.top-socail-icon ul li a .fa {
  color: #fff;
}

.top-list ul {
  margin: 5px 0;
}

.top-socail-icon ul {
  margin: 5px 0;
}


/*top sec end*/


/*home slider sec start*/

section.home-slider .carousel-caption {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(55 178 202 / 0%);
}

.slider-text h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    text-shadow: 0px 0px 5px #000;
    font-family: 'Helvetica';
}

.slider-text p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 80%;
  margin: 3% auto;
  display: table;
}

.item img {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    object-position: center center;
}

.slider-text {
    border-radius: 40px 0px 40px 0px;
    padding: 20px 30px;
    background: #00000094;
}
.slider-text.rest-tp {
    position: relative;
    bottom: 70px;
}
section.home-slider .carousel-control.left {
    background-image: none;
}
section.home-slider a.right.carousel-control {
    background-image: none;
}
/*home slider sec end*/


/*about sec start*/

.About_txt span {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.about-img img {
  position: relative;
}

.about-img img:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #87d3ea;
  right: 0;
  left: 0;
  bottom: 0;
}

.about-text {
    background-color: #e9e9e9;
    padding: 33px 25px 0;
    height: 519px;
    text-align: right;
}

.about-img img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  box-shadow: -5px -7px 9px #f6f3fa;
}

section.about-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-text h3 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #45b8ca;
  position: relative;
  margin: 0 0 20px;
  font-family: 'Brygada 1918', serif !important;
}

.about-text h3:before {
  content: '';
  position: absolute;
  bottom: -8%;
  border-bottom: 2px solid #45b8ca;
  width: 111px;
}

.about-text p {
    color: #444444;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    padding: 1px 5px;
    font-family: 'Poppins', sans-serif;
    margin: 40px 0 0;
    letter-spacing: 2px;
}

.about-form {
    background-image: url(../images/contact-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 35px 20px 50px 20px;
    /* background-color: #e9e9e9fc; */
    /* border: 1px solid #0000001a; */
    /* border-radius: 20px 0 20px 0; */
    background-size: cover;
    align-items: center;
    /* display: flex; */
    justify-content: center;
}

.about-form h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    font-weight: 800;
}

.get-in-list input {
  width: 100%;
  height: 40px;
  margin: 8px 0;
  border-radius: 50px;
  border: 1px solid #ccc;
  padding: 0 16px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.get-in-list textarea {
  width: 100%;
  height: 113px;
  border-radius: 19px;
  border: 1px solid #ccc;
  padding: 8px 14px;
  font-family: 'Roboto', sans-serif;
  margin: 8px 0;
  font-size: 18px;
}

.get-in-list button {
  width: 100%;
  padding: 11px 0;
  background-color: #fff;
  border: 0;
  margin-bottom: 20px;
  border-radius: 50px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
}


/*about sec marker-end*/


/*our services sec start*/

.ser-box {
  overflow: hidden;
}

.our-services-sec {
    background-color: #efeff1;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

/*.our-services-sec:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}
*/
/*.our-services-sec:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}
*/
.ser-text h3 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
    color: #000027;
  position: relative;
  text-align: center;
      margin: 0 0 50px;

}

.ser-text h3:before {
  content: '';
  position: absolute;
  bottom: -10%;
  border-bottom: 2px solid #45b8ca;
  width: 137px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ser-text p {
  margin: 3% auto;
  text-align: center;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  width: 30%;
  display: table;
}

.ser-box img {
    object-fit: cover;
    /* height: 348px; */
    width: 100%;
    /*transition: 1s;*/
}
.bowenlist1 img {
    height: 404px;
}

.ser-box img:hover {
 /* transform: scale(1.1);*/
}

.ser-box h4 {
    line-height: 35px;
    font-weight: 600;
    color: #00012a;
    font-size: 23px;
    font-family: 'Helvetica';
}

.ser-box p {
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Helvetica';
}


/*our services sec end*/


/*testimonail sec start*/

.item-1 img {
  width: 25% !important;
  display: inherit;
}

.testi-text h4 {
  color: #1b50ac;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

.testi-text h2 {
  text-align: center;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  color: #000027;
  margin: 0;
}

.testi-text ul {
  text-align: center;
  margin: 2% auto;
  display: table;
}

.testi-text ul li a {
  background-color: #89cedd;
  color: #fff;
  font-size: 15px;
  padding: 8px 53px;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
  margin: 0 12px;
}

.testi-text .nav-tabs {
  border: 0;
}

.testi-text .nav-tabs>li>a:hover {
  background-color: #000;
}

section.testimonail-sec {
  padding-top: 50px;
    padding-bottom: 0px;
}

.testimonail-box-1 {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 8%);
  background-color: #ffffffd6;
  padding: 6px 20px 30px 20px;
  margin: 20px 20px;
  min-height: 440px;
  text-align: center;
}

.testimonail-box-1 img {
  margin: 7% auto;
  display: table;
  width: 25%;
}

.testi-text .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
}

.testimonail-box-1 p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.testimonail-box-1 small {
  margin: 0 auto;
  display: table;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}

.testimonail-box-1 span {
  margin: 0 auto;
  display: table;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

section.testimonail-sec .slick-prev:before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
  color: #36b1ca;
}

section.testimonail-sec .slick-next:before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
  color: #36b1ca;
}


/*testimonail sec end*/


/*footer start*/

footer {
  background-image: url(../images/footer-img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}


footer .container{ position: relative; z-index: 5; }

footer:after{position: absolute;content: '';top: 0;left: 0;width: 100%;height: 100%;background: #00000021;}
/*footer:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate( 0deg);
  background-size: cover;
  background-position: bottom center;
}

footer:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate( 180deg);
  background-size: cover;
  background-position: bottom center;
}*/

.subscribe-text h3 {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.subscribe-list input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.subscribe-list button {
  color: #fff;
  padding: 10px 48px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
  border: 0;
  position: absolute;
  right: 0;
}

.subscribe-list {
  position: relative;
  margin: 20px 0;
}

.line {
  border-bottom: 2px dotted #ffffff;
  margin: 25px 0;
}

.footer-list h4 {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.footer-list h4:before {
    border-bottom: 1px solid #fff;
    content: '';
    width: 31%;
    position: absolute;
    top: 35px
}
.footer-list-1 h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.footer-list ul li a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}

.footer-list ul {
  padding: 0;
  margin: 0;
}

.footer-list ul li {
  list-style: none;
  line-height: 30px;
}

.footer-list ul li a .fa {
  color: #48b9ca;
  margin: 0 5px;
}

.footer-list-1 ul li {
  list-style: none;
}

.footer-list-1 ul {
  padding: 0;
}

.cop-sec {
  border-top: 1px dotted #ffffff6b;
  margin-top: 30px;
}

a.twwitter {
  background-color: #00acee;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  display: block;
  width: 70%;
}

a.facebook {
  /* display: inline-block; */
  /* float: left; */
  font-size: 17px;
  color: #ffffff;
}

a.googel {
  background-color: #db4a39;
  color: #fff;
  padding: 0 25px;
  border-radius: 5px;
  display: block;
  width: 70%;
}

.footer-list-1 ul li {
  list-style: none;
  line-height: 30px;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
}

.footer-list-1 ul li .fa {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #ffffff;
  float: left;
  margin: 0 10px 0 0;
  background: #49baca;
}

.cop-sec p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 13px 0 0 0;
}

.footer-list ul li a span {
  display: block;
  margin: 0 21px;
}

.footer-list {
  position: relative;
  padding: 0 0% 0 6%;
}

.footer-list-1 {
    padding: 0px 0 0px 25px;
    position: relative;
}
.footer-list-1:before {
    border-bottom: 1px solid #fff;
    content: '';
    width: 25%;
    position: absolute;
    top: 29px;
}
.footer_logo.footer-list {
  padding: 0 30px 0 0;
}

.footer-list:after {
  content: '';
  position: absolute;
  right: 26%;
  /*border-left: 1px dotted #0000274d;*/
  height: 152px;
  top: 0;
}
a.email-clss:hover {
    color: #49bacb;
}
.footer-list.last:after {
  display: none;
}


/*footer end*/


/*hover btn start*/

.top-sec-btn a:hover,
.top-sec-btn a:focus {
  background-color: #000;
  color: #fff;
  background-image: none;
}

.subscribe-list button:hover {
  background-color: #000;
  color: #fff;
  background-image: none;
}


/*hover btn end*/


/*senior massage page staert*/

section.inner-banner.pro {
    background-image: url(../images/product_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0;
    position: relative;
}
section.inner-banner.pro h2 {
    margin: 0 auto !important;
    margin-left: inherit;
    text-align: center;
}
/*
.inner-banner.pro:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}

.inner-banner.pro:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}*/

section.inner-banner.se {
    background-image: url(../images/message_banner_1.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 175px 0;
    position: relative;
}
.map img {
    width: 100%;
}
/*.inner-banner.se:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}

.inner-banner.se:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}*/

section.inner-banner h2 {
    font-size: 55px;
    line-height: 60px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    font-family: 'Brygada 1918', serif;
    background: #4bbbcbad;
    display: table;
    margin: 0 auto;
    padding: 11px 23px;
    border-radius: 40px 0px 40px 0px;
}
/*.pro h2 {*/
/*    margin: 0 !important;*/
/*    background: #152233 !important;*/
/*    border-radius: 10px !important;*/
/*    padding: 13px 17px !important;*/
/*    font-family: 'Helvetica' !important;*/
/*}*/
section.benefit-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.senior-benefit-text h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #45b8ca;
  position: relative;
  margin-bottom: 40px;
  font-family: 'Brygada 1918', serif;
}

.senior-benefit-text h4:before {
  content: '';
  position: absolute;
  bottom: -12%;
  border-bottom: 2px solid #45b8ca;
  width: 111px;
}

.benifit-img img {
  width: 100%;
  transition: 1s;
}

.benifit-img img:hover {
  transform: scale(1.1);
}

.benifit-img {
  overflow: hidden;
}

.benefit-text p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 20px;
}

.how-text h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #45b8ca;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Brygada 1918', serif;
    letter-spacing: -1px;
}

.how-text h3:before {
  content: '';
    position: absolute;
    bottom: -23%;
    border-bottom: 3px solid #45b8ca;
    width: 388px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.how-img img {
    margin: 0 auto;
    display: table;
    object-fit: cover;
    height: auto;
    width: 100%;
}

section.how-we-sec {
    /* background-color: #f4f4f4; */
    padding-top: 50px;
    padding-bottom: 50px;
}

.how-img {
  position: relative;
}

.how-img .fa {
    position: absolute;
    top: 37%;
    right: 0;
    left: 47%;
    bottom: 0;
    text-align: center;
    font-size: 30px;
  
    height: 70px;
    width: 70px;
    padding: 12px 0;
    border-radius: 100px;
    color: #fff;
}

section.family-massage-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.family-massage-text h3 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #45b8ca;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Helvetica';
    margin: 0;
}

.family-massage-text h4 {
  font-size: 30px;
  margin: 20px 0 10px;
  font-family: 'Raleway', sans-serif;
}


/*senior massage page end*/


/*bowen page start*/

section.inner-banner-1 {
  background-image: url(../images/bowen-img-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 95px 0;
}

section.inner-banner-1 h2 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px #00000040;
    font-family: 'Helvetica';
}

.bowen-text h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #45b8ca;
    position: relative;
    /* margin-bottom: 20px; */
    font-family: 'Helvetica';
}
/*.bowen-text.bown-enhancing h3 {*/
/*    font-family: 'Brygada 1918' !important;*/
/*}*/
.bowen-img h3 {
    font-size: 32px;
    line-height: 35px;
    font-weight: 600;
    color: #45b8ca;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
    margin: 0 0 15px;
}



.bowen-text h3:before {
  content: '';
  position: absolute;
  bottom: -12%;
 /* border-bottom: 2px solid #45b8ca;*/
  width: 111px;
}

.bowen-text p {
    color: #333333;
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Helvetica';
    width: 95%;
}
.bowen-text {
    padding-bottom: 10px;
    padding-left: 40px;
}
.what-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    /* padding-left: 0; */
}

.who-benefit-text h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #45b8ca;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.who-benefit-text h4:before {
  content: '';
  position: absolute;
  bottom: -10%;
  border-bottom: 2px solid #45b8ca;
  width: 137px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.who-benefit-text p {
  color: #333333;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.who-sec {
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.headintg-text h4 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #45b8ca;
  position: relative;
  margin-bottom: 20px;
}

.headintg-text h4:before {
  content: '';
  position: absolute;
  bottom: -12%;
  border-bottom: 2px solid #45b8ca;
  width: 111px;
}

.headintg-text p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  padding-bottom: 20px;
}

.heading-img img {
  width: 100%;
}

.bowen-img img {
    width: 100%;
    object-fit: cover;
    height: 525px;
/*    border: 5px solid #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);*/
}
.bowen-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: #35b1ca6b;*/
    z-index: 2;
    content: '';
}
.bowen-img {
  position: relative;
}

.bowen-img .fa {
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 25px;
    border: 6px solid #45b8ca;
    height: 70px;
    width: 70px;
    padding: 18px 6px;
    border-radius: 100px;
    color: #fff;
    background: #45b8ca;
    margin: 0px auto;
    z-index: 230;
}

/*bowen page end*/


/*product course page start*/

.flexRow {
  align-items: center;
  justify-content: center;
}

section.product-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pro-img img {
    width: 100%;
    object-fit: cover;
    height: 217px;
}

.pro-img {
    padding-bottom: 60px;
}

.pro-text h4 {
    line-height: 35px;
    font-weight: 500;
    color: #45b8ca;
    font-size: 30px;
    /* font-family: 'Brygada 1918', serif; */
    margin: 0;
    font-family: 'Helvetica';
}

.pro-text p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    font-family: 'Helvetica';
}

.pro-text a {
  color: #fff;
  padding: 6px 27px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
}

.pro-text a:hover,
.pro-text a:focus {
  background-color: #000;
  color: #fff;
  background-image: none;
}


/*product course page end*/
.about-text h4 small {
    color: #000;
    font-weight: 800;
    display: block;
}
.about-text h4 {
    font-size: 35px;
    color: #000000;
    font-weight: 500;
    line-height: 45px;
    /* font-family: 'Raleway', sans-serif; */
    margin: 0 0 5px;
    font-family: 'Helvetica';
}
.about-text span {
    display: block;
}

.about-text h5 {
  font-size: 20px;
  color: #45b8ca;
  font-weight: 500;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
}

.about-text h6 {
  font-size: 20px;
  color: #45b8ca;
  line-height: 31px;
  font-family: 'Poppins', sans-serif;
}


/*sport section css strat */

.sport_sec {
  padding: 0% 0;
 /* background: #000000;*/
  position: relative;
}
.sport_sec {
    background-image: url(../images/sportBg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    /* height: 100vh; */
    /* margin: 0 109px 0 0; */
}
.sport_sec .container-fluid {
  padding: 0;
  margin: 0
}

.sport_sec img {
  position: relative;
}

.sport_secOverly {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
}

.sport_div {
  display: inline-block;
  width: 100%;
  margin: 0 0 10px;
  /* transform: scale(0.8); */
}

.sport_div img {}

.sport_divFistIcon {
  float: left;
  transition: 1s
}

.sport_divFistIcon img {
    filter: drop-shadow(11px 8px 15px);
    width: 150px;
    /* box-shadow: 0 10px 23px rgb(0 0 0 / 0%); */
    border-radius: 100%;
}
.sport_divSecondIcon {
  float: left;
  margin-top: 19px;
  margin-left: -18px;
  margin-right: 10px;
}
.tooltip-inner {
    max-width: 340px;
}
.tooltip-inner {
    max-width: 340px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size: 20px;
}
.sport_divSecondIcon img .sport_div h2 {
  color: #ffffff;
  font-size: 121px;
  float: left;
  margin: 0 30px 0;
  line-height: 88px;
}

.sport_div p {
    color: #d9e62e;
    font-size: 30px;
    width: auto;
    text-transform: uppercase;
    margin: 35px 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

p.two {
  color: #ffa000;
}

p.three {
  color: #6ff;
}

p.four {
  color: #e9458b;
}

p.five {
  color: #a56ec9;
}

p.six {
  color: #eb5c4d;
}

p.seven {
  color: #6dfd9d;
}

.sport_divOne {
    position: relative;
    left: 268px;
   /* padding: 33px 0;
    top: 23px;*/
}

.sport_divTwo {
  position: relative;
  left: 156px;
}

.sport_divThree {
  position: relative;
  left: 36px;
}

.sport_divFour {
  position: relative;
  left: -68px;
}

.sport_divFive {
  position: relative;
  left: 38px;
}

.sport_divSix {
  position: relative;
  left: 159px;
}

.sport_divSeven {
  position: relative;
  left: 271px;
}

.bgCheck {
  opacity: 0.5;
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: top;
  padding: 0px 0 0;
}

.sport_div:hover .sport_divFistIcon {
  transform: rotate(360deg);
  transition: 1s
}

.bowenBox {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 222;
}

.bowenBoxInner {
    background-image: linear-gradient(to right, #121212bf, #0e0e0ebd, #0a0a0ac7, #050505c7, #000000bf);
    width: 350px;
    height: 350px;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    margin-right: 10px;
}

.bowenBoxInner h5 {
  margin: 0px auto;
  display: table;
  font-size: 30px;
  color: #fff;
  line-height: 40px;
  padding-right: 0;
  font-weight: 700;
}

.bowenBoxInner h5 span {
  color: #ff3333;
}


/*BEGIN Testimonial*/

.TestimonialSec {
  background: #f7f7f7;
  width: 100%;
  padding: 5% 0;
  margin: 5% 0 0 0;
}

.Testimonialinner {
    background: #fff;
    padding: 60px 20px 30px 20px;
    position: relative;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 28%);
    min-height: 512px;
    text-align: center;
}

.Testimonialinner p {
  color: #333;
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.Testimonialinner ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.Testimonialinner ul li {
  display: inline-block;
  margin-right: 5px;
}

.Testimonialinner ul li:last-child {
  margin-right: 0px;
}

.Testimonialinner ul li a {
  color: #c5c5c5;
}

.Testimonialinner ul li a:hover {
  color: #fed501;
}

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #333;
  margin: 0px auto;
}

.avatr img {
    width: 90px !important;
    height: 90px;
    object-fit: cover;
    border-radius: 100px;
    display: table;
    margin: 0px auto;
    position: relative;
    top: 40px;
    z-index: 1;
    border: 4px solid #ececec;
    padding: 7px;
    background: #f7f7f7;
}

.avatr small {
  color: #888888;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  font-size: 16px;
}

.avatr span {
  color: #333333;
  text-align: center;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.TestimonialinnerBox {
  margin: 20px 10px;
}

.Testimonialinner small {
  display: block;
  text-align: center;
  font-size: 20px;
}

.Testimonialinner span {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #345ba1;
}

.Testimonialinner h6 {
  font-size: 15px;
  margin: 0;
}

.Testimonialinner h3 {
    font-size: 25px;
    margin: 20px 0 15px;
    font-family: 'Raleway', sans-serif;
}

.TestimonialSlider .slick-current .Testimonialinner {
  background: #32b0ca;
  /* text-align: center; */
}

.TestimonialSlider .slick-current .Testimonialinner p {
  color: #fff;
}

.TestimonialSlider .slick-current .Testimonialinner small {
  color: #fff;
}

.TestimonialSlider .slick-current .Testimonialinner span {
  color: #fff;
  font-family: 'Brygada 1918', serif;
}

.TestimonialSlider .slick-current .Testimonialinner h6 {
  color: #fff;
}

.TestimonialSlider .slick-current .Testimonialinner h3 {
  color: #fff;
}

.TestimonialSlider .slick-current .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #345ba1;
  margin: 0px auto;
}

.TestimonialSlider .slick-prev:before {
  content: '';
  background-image: url('../images/leftarrow.png');
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  width: 30px;
  height: 30px;
}

.TestimonialSlider .slick-prev {
  left: auto;
  right: 60px;
  top: -10px;
}
section.testimonail-sec .owl-nav button.owl-next span {
    position: relative;
    opacity: 0;
}
section.testimonail-sec .owl-nav button.owl-prev span{
    position: relative;
    opacity: 0;
}
section.testimonail-sec .owl-nav button.owl-prev span:before{
   content: '';
    background-image: url(../images/leftarrow.png);
    background-repeat: no-repeat;
    background-position: left;
    display: block;
    width: 30px;
    height: 30px;
}
section.testimonail-sec button.owl-next {
    margin: 0 6px;
}
section.testimonail-sec .owl-nav button.owl-next span:before {
    content: '';
    background-image: url(../images/rightarrow.png);
    background-repeat: no-repeat;
    background-position: right;
    display: block;
    width: 30px;
    height: 30px;
   
}
.TestimonialSlider .slick-next:before {
  content: '';
  background-image: url('../images/rightarrow.png');
  background-repeat: no-repeat;
  background-position: right;
  display: block;
  width: 30px;
  height: 30px;
}

.TestimonialSlider .slick-next {
  left: auto;
  right: 19px;
  top: -10px;
}

.TestimonialSlider .slick-next.slick-disabled:before,
.TestimonialSlider .slick-prev.slick-disabled:before {
  opacity: inherit;
}

section.testimonail-sec .slick-prev:before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
  color: #36b1ca00 !important;
}

section.testimonail-sec .slick-next:before {
  content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
  color: #36b1ca00 !important;
}


/*END Testimonial*/


/*contact us page css strat */

.con_text input[type="text"],
.con_text input[type="password"],
.con_text select,
.con_text input[type="email"],
.con_text input[type="url"],
.con_text input[type="number"],
.con_text textarea,
.con_text input[type="tel"] {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 15px;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.con_text input[type="submit"]:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  background-color: #fff;
  color: #5a989a;
  border-color: #5a989a;
}

.con_map.wow.fadeInRight {
  margin: 50px 0 0;
}

.con_text form {
  background: #36b2ca59;
  padding: 40px 30px 0;
  border-radius: 10px;
  margin: 40px 0 0;
}

.con_text input[type="submit"] {
  color: #fff;
  background-color: #5a989a;
  height: 55px;
  padding: 0px 65px;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #56b9bd;
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.con_text h3 {
  color: #727475;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Brygada 1918', serif;
}

.con_text p {
  color: #a3a3a3;
  font-size: 17px;
  line-height: 29px;
}

.con_map iframe {
  width: 100%;
  border: 0;
  height: 410px;
  filter: grayscale(1);
  margin: 0 0 30px;
}

.contact_sec {
  padding: 5% 0;
}

.add_div h4 {
  color: #727475;
  font-size: 15px;
  line-height: 13px;
  font-weight: 600;
}

.add_div p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 27px;
    margin: 0;
}

.add_div p a {
  color: #a3a3a3;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.add_div.f {
    border-bottom: 1px solid #cccc;
    overflow: hidden;
    margin: 0 0 50px;
}

.con_text textarea {
    height: 156px !important;
    padding: 15px !important;
}

.avil {
    margin-top: 65px;
}
a.btn.gt-btn {
    margin-top: 45px;
    color: #fff;
    padding: 11px 48px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
    border-radius: unset;
    width: 100%;
}
a.btn.gt-btn:hover{
    background-color: #000;
    color: #fff;
    background-image: none;
}
.avil h5 {
    color: #82d1d4;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 3px;
    font-weight: bold;
    margin: 30px 0 20px;
}

.avil a {
  color: #727475;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: px;
  font-weight: normal;
  font-family: 'Brygada 1918', serif;
}

.about_img h4 {
  font-size: 30px;
  line-height: 35px;
  color: #727475;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Brygada 1918', serif;
}

.about_img p {
  color: #a3a3a3;
  font-size: 17px;
  line-height: 23px;
  margin: 10px 0 0;
}

.spa_div img {
  float: left;
  margin-right: 10px;
  width: 100px;
}

.list-inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-inline>li {
  display: inline-block;
  padding: 0;
}

.spa_div h4 {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #727475;
  padding: 10px 0 0px;
}

.spa_div h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #727475;
  margin: 0 0 20px;
  font-family: 'Brygada 1918', serif;
}

.spa_div ul li a i {
  font-size: 15px;
  color: #d7ced3;
  padding: 0 3px 0 0;
}

.spa_div {
  overflow: hidden;
  margin: 0 0 20px;
}

.about_sec {
  padding: 5% 0;
  border-top: 1px solid #cccccc4d;
  overflow: hidden;
}
.thrd-banner-home {
    height: 430px !important;
    object-fit: cover;
}
ul.nav.nav-tabs li.active a {
    color: #fff;
    background-color: #000;
    background-image: none;
}

.inner-banner-1.con {
    background-image: url(../images/con_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15% 0;
    position: relative;
}
.inner-banner-1.con h2 {
    margin: 0 0px 0 310px;
}
/*.inner-banner-1.con:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}

.inner-banner-1.con:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}
*/

/*about us page css start */

.inner-banner-1.ab {
  background-image: url(../images/about-new-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 175px 0;
  position: relative;
}
.Testimonialinner h6 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}
/*
.inner-banner-1.ab:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}

.inner-banner-1.ab:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}*/

.abou_us {
  padding: 5% 0;
}

.About_txt h3 {
  color: #727475;
  text-align: right;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.family-massage-text p {
    color: #333333;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 20px;
    font-family: 'Helvetica';
}

.About_txt p {
  font-size: 17px;
  line-height: 29px;
  color: #a3a3a3;
  margin: 20px 0 0;
}

.family-massage-img h5 {
  line-height: 45px;
  font-weight: 600;
  color: #98ced8;
  font-size: 40px;
  text-align: center;
}

.benefit-text ul li {
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  padding-top: 20px;
}

.family-massage-img {
    /* box-shadow: 0px 0px 10px #cccccc; */
    overflow: hidden;
    padding: 10px;
}

.family-massage-img img {
  transition: 1s;
}

.family-massage-img img:hover {
  transform: scale(1.1);
}

.video_sec {
    padding: 4% 0 7%;
    background-color: #EFEFF1;
}
.video_bg {
    /* background-image: url(../images/vd.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 335px 0 0;
    position: relative;
    /* border: 2px solid #0000004d; */
    margin: 0 auto;
    display: table;
    width: 100%;
    /* box-shadow: 0px 3px 3px 3px #0000004d; */
    border-radius: 5px;
}

/*.video_bg a {*/
/*    position: absolute;*/
/*    top: 0%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -34%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 65%;*/
/*    margin: 0 auto;*/
/*    outline: none;*/
/*    z-index: 7;*/
/*}*/
/*.video_bg a {*/
/*    position: absolute;*/
    /* top: 0%; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: -34%; */
/*    display: flex;*/
    /* align-items: center; */
    /* justify-content: center; */
/*    width: 65%;*/
/*    margin: 0 auto;*/
/*    outline: none;*/
/*    z-index: 7;*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 3;*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-left: 20px solid #333;*/
/*    border-top: 10px solid transparent;*/
/*    border-bottom: 10px solid transparent;*/
/*    bottom: 11px;*/
/*    background: transparent;*/
/*}*/
.video_bg a {
    position: absolute;
    /* top: 0%; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: -34%; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    width: 65%;
    /* margin: 0 auto; */
    outline: none;
    z-index: 7;
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    /*border-left: 20px solid #3cb4ca;*/
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    bottom: 11px;
    background: transparent;
    float: right;
    bottom: 123px;
    margin-right: 43px;
}
.video_bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
}


/*staff sec start*/

.team_sec {
  background-image: url(../images/staff_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 265px 0;
  position: relative;
  
}

.team_sec {
    position: relative;
    z-index: 0;
}

.team_sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: #8cc0d687;*/
    right: 0;
    bottom: 0;
    z-index: 0;
}

.staff_textt h2 {
    color: #8cc0d6;
    text-align: center;
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
    font-family: 'Helvetica';
}
.staff_textt p {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 3px;
  font-weight: lighter;
  margin: 0 20px 20px;
}

.staff_textt a.cn {
  color: #fff;
  padding: 11px 48px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
}

.staff_textt a.cn:hover,
.staff_textt a.cn:focus {
  background-color: #000;
  color: #fff;
  background-image: none;
}

.staff_sec {
    margin: -88px 0 50px;
}

.staff_text h4 {
  font-size: 25px;
  line-height: 25px;
  color: #727475;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px;
}

.staff_text span {
  color: #727475;
  font-size: 14px;
  line-height: 12px;
  display: block;
  margin: 17px 0 0;
}

.staff_text p {
  font-size: 17px;
  line-height: 25px;
  color: #a3a3a3;
  margin: 10px 0 10px;
}

.staff_text a {
  border: 1px solid #f1f1f1;
  color: #a3a3a3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 30px;
  border-radius: 50px;
  margin: 0 auto 10px;
  font-size: 14px;
  font-weight: 400;
}


/*price scetion start */

.price_head h6 {
  color: #a3a3a3;
  text-align: center;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 3px;
  font-weight: lighter;
}

.price_head h2 {
  color: #727475;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: 'Brygada 1918', serif;
}

.massage_div h3 {
  font-size: 17px;
  line-height: 17px;
  color: #727475;
  border-bottom: 2px dotted #cccccc80;
  background: #ffffff;
  padding: 8px 0;
  overflow: hidden;
}

.massage_div h3 span {
  font-size: 17px;
  line-height: 17px;
  color: #727475;
  background: #ffffff;
  padding: 13px 0 0;
  float: right;
  font-weight: bold;
  font-family: 'Brygada 1918', serif;
}

.massage_div a {
  float: right;
  border: 1px solid #44b8cb;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 30px;
  border-radius: 50px;
  background: #32b0ca;
  color: #ffffff;
  font-size: 14px;
  margin: -44px 0 0;
}

.massage_div p {
  font-size: 17px;
  line-height: 29px;
  color: #a3a3a3;
}

a.w {
  background: #ffffff;
  border: 1px solid #d6cccc;
  color: #cccccc;
}

.price_sec {
  padding: 5% 0;
}

.count_sec {
  background-image: url(../images/team_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 95px 0;
  background-attachment: fixed;
  position: relative;
}

.count_sec .container {
  position: relative;
  z-index: 5;
}

.count_sec:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #cccccca6;
}

.count_text {
  text-align: center;
}

.count_text h3 {
  color: #ffffff;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Brygada 1918', serif;
}

.count_text h5 {
  color: #ffffff;
  font-size: 17px;
  line-height: 13px;
  letter-spacing: 3px;
  font-weight: lighter;
}

.inner-banner-1.bow {
    background-image: url(../images/bowen_banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 156px 0;
    position: relative;
    height: auto;
    object-fit: cover;
}
/*
.inner-banner-1.bow:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(0deg);
  background-size: cover;
  background-position: bottom center;
}

.inner-banner-1.bow:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}*/

.inner-banner-1 h2 {
    font-size: 70px;
    line-height: 75px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px #00000040;
    font-family: 'Brygada 1918', serif;
    background: #4bbbcbad;
    display: table;
    margin: 0 auto;
    padding: 17px 39px;
    border-radius: 30px 0px 30px 0px;
}

.what-sec.bow .bowen-img img {
    width: 100%;
  object-fit: cover;
  margin: 0 auto;
  height: 100%;
}

.sport_div span {
  color: #ffffff;
  font-size: 14px;
  width: 640px;
  display: block;
  padding-left: 263px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.sport_div:hover span {
  opacity: 1;
}

.home-slider {
  position: relative;
}

/*.home-slider:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 42px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  transform: rotate(180deg);
  background-size: cover;
  background-position: bottom center;
}

.home-slider:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 100%;
  height: 26px;
  background: url(../images/strip_1.png) no-repeat;
  z-index: 5;
  background-size: cover;
  background-position: bottom center;
}
*/
.tooltip:before {
  content: attr(data-text);
  /* here's the magic */
  position: absolute;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);
  /* move to right */
  left: 100%;
  margin-left: 15px;
  /* and add a small left margin */
  /* basic styles */
  width: 250px;
  padding: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-align: center;
  display: none;
  font-size: 20px;
  /* hide by default */
}

.tooltip {
  transform: scale(1.5);
  padding: 15px;
  font-size: 16px;
}


.about-text h4 strong {
    font-weight: 800;
}

.bowen ul li {
    color: #333333;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 0 6px;
    position: relative;
}
.bowen ul li:after{position: absolute;top: 6px;left: -20px;content: '';/* font-family: FontAwesome; */color: #000027;font-size: 13px;height: 8px;width: 8px;background: #000027;}
/*.bowen ul li:after {
    position: absolute;
    top: 0;
    left: -20px;
    content: '\f058';
    font-family: FontAwesome;
    color: #000027;
    font-size: 13px;
    height: 8px;
    width: 8px;
}
*/

.ac_logo {
    margin: 60px 0 0;
}
.ac_logo img {
    width: 80%;
    float: left;
}
/*.con_text.wow.fadeInRight {
    box-shadow: 0px 0px 20px #969595;
}*/
.bowen ul {
    padding: 0 0 0 20px;
    list-style: none;
}
.new-ac_logo img {
    width: 100%;
    margin-top: 200px;
}
.gallery a img {
    width: 441px !important;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    height: 140px;
}

/*bowen animation css start*/
.bowen_sec .container-fluid {
    padding: 0;
}


.bowen_sec .bowenBoxInner h5 {
    margin: 0px auto;
    display: table;
    font-size: 40px;
    color: #43b7ca;
    line-height: 42px;
    padding-right: 0;
    font-weight: 700;
}


.bowen_sec .bowenBoxInner {
    background:#ffffff;
    width: 300px;
    height: 300px;
    text-align: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    margin-right: 10px;
}


.bowen_sec {
    position: relative;
    background-color: #fafdfe;
    padding: 50px 0 50px;
}


.bowen_sec img {
    position: relative;
    /* float: left; */
}
/*.bowen_main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.bowen_sec .bowenBox {
    height: 100%;
    position: absolute;
    right: 0;
    top: 180px;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 222;
    left: -200px;
    justify-content: flex-start;
    align-content: center;
}



/*health solution page css start*/
.health-solution-text {
    position: relative;
    top: -86px;
}
section.inner-banner1 {
    background-image: url(../images/more-Health-solutions-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 156px 0;
}
.health-solution-text h2 {
    background: #4bbbcbf2;
    display: table;
    /* margin: 0 auto; */
    padding: 12px 70px;
    border-radius: 30px 0px 30px 0px;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 10px #00000040;
    font-family: 'Helvetica';
}
.family-massage-text1 h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #45b8ca;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Helvetica';
}
.family-massage-text1 p {
    color: #333333f2;
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Helvetica';
    padding-bottom: 30px;
    width: 80%;
}
.family-massage-text1 a {
    color: #fff;
    padding: 16px 38px;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
    text-transform: uppercase;
    border: 1px solid #0006;
}
.seniormobilemessagetext h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #45b8ca;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Helvetica';
}
.seniormobilemessagetext p {
    color: #333333;
    font-size: 23px;
    line-height: 35px;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Helvetica';
    width: 90%;
}
.senior-messageimg img {
    border: 1px solid #000;
    position: relative;
}
.speciallyoverlaytext {
    position: absolute;
    bottom: 7%;
    background-color: #ffffffd9;
    padding: 4px 12px;
    box-shadow: 5px 6px 6px 4px #fff;
}
.speciallyoverlaytext h4 {
    color: #000;
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Helvetica';
    font-style: italic;
}
.senior-messageimg {
    padding: 50px 0 50px;
}
.map {
    border: 1px solid #000;
    width: 95%;
    margin: 4% auto;
    display: table;
}
.seniormobilemessagetext a {
    color: #fff;
    padding: 30px 14px;
    text-transform: capitalize;
    font-size: 21px;
    line-height: 20px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
    margin: 4% auto 0;
    display: table;
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #000000b5;
}
section.seniormessagetheraepysec {
    padding: 0 0 80px;
}
p.additiontext1 {
    padding: 0 30px;
    width: 100%;
}
.famil-top {
    margin: 16px 0;
}
p.para2 {
    font-size: 18px;
    width: 100%;
}
/*health solution page css end*/




@media only screen and (min-width: 1367px) and (max-width: 1600px) {
 .sport_div {
    margin: 30px 0 10px;
}
  .bowenBox {
    right: -399px;
}
  section.sport_sec {height: 100vh;}
  .sport_secOverly {
    transform: scale(0.5);
  }
  .bgCheck {
    opacity: 0.5;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
    padding: 0px 0 0;
  }
  .bowen-img.shadow img {
    box-shadow: none;
  }
  .footer_logo img {
    width: 200px;
    margin: 0 auto;
  }
  .footer_logo p {
    font-size: 16px;
    color: #ffffff;
  }
  .footer-list:after {
    content: '';
    position: absolute;
    right: 2%;
    border-left: 1px dotted #ffffff4d;
    height: 152px;
    top: 0;
  }
    .bowen_sec .bowenBox {
        right: -230px;
        transform: scale(1.1);
    }
    .bowen_sec .bowenOverly {
        position: absolute;
        top: 1080px;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        transform: scale(0.7);
        top: 96%;
    }
 .sport_sec {
    min-height: 700px;
    max-height: 700px;
    margin: 0 auto;
    max-width: 80%;
    min-width: 80%;
    background-size: cover;}

}
  @media only screen and (min-width: 1200px) and (max-width: 1366px) {
      .stressBox {width: 300px;}
    section.sport_sec {height: 40vh;}
    .sport_secOverly {
      transform: scale(0.5)
    }
    .bowenBox {
    right: -330px;
    transform: scale(1.5);
}

    .bowen_sec .bowenBox {
        right: -230px;
        transform: scale(1.1);
    }
    .bowen_sec .bowenOverly {
        position: absolute;
        top: 1080px;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        transform: scale(0.7);
        top: 100%;
    }
    .sport_div {margin: 27px 0 10px;}
    .sport_div p {font-size: 23px;}
  .sport_sec {min-height: 700px;max-height: 700px;max-width: 80%;min-width: 80%;margin: 0 auto;background-position: inherit;background-size: cover;}
    .bowenBoxInner {width: 250px;height: 250px;}
    .bowenBoxInner h5 {font-size: 20px;line-height: 25px;}
    .sport_divFistIcon img {width: 140px;}
    .stressBox1 {top: -270px !important;left: -389px !important;z-index: -1 !important;}
    .stressBox:after {top: 151px !important;}
    .stressBox.stressBox2 {top: -238px !important;left: -209px !important;}
    .stressBox.stressBox2:after {top: 120px !important;transform: rotate(-15deg);}
   .stressBox3 {top: -150px !important;left: -93px !important;z-index: -1 !important;}
    .stressBox.stressBox3:after {top: 82px !important;}
    .stressBox.stressBox4:after {top: 83px !important;}
    .stressBox.stressBox4 {top: -108px !important;left: -71px !important;z-index: -1 !important;}
    .stressBox.stressBox5:after {top: 32px !important;}
    .stressBox.stressBox5 {top: -2px !important;left: -237px !important;z-index: -1 !important;}
    .slider-text.rest-tp {bottom: 0;}
    
  }
 
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bowenlist1 img {height: 333px !important;}
   

    .bowen-box1 {width: 100% !important;}
 .sport_sec {min-height: 600px;max-height: 600px;margin: 0 auto;max-width: 80%;min-width: 80%;background-size: cover;background-position: inherit;}
    .what-sec {padding-left: 0;}
    .bowenlogo {margin: 13% auto !important;}
    .menuSec ul li a {padding: 20px 20px;}
    .sport_div {margin: 0 0 41px;}
    section.sport_sec {height: 70vh;}
    .video_bg{width: 100% !important;}
    
   .bowen_sec .bowenBox {
    right: 438px;
    transform: scale(1.1);
    top: 116px;
}
.bowen_sec .bowenBoxInner h5 {font-size: 25px;}
.bowen_sec .bowenBoxInner {width: 250px;height: 250px;margin-right: 62px;}
.stresIcon1 {top: -135px !important;left: -336px !important;transform: rotate(0deg);}
.stresIcon2 {top: -314px !important;left: -271px !important;transform: rotate(39deg);}
.stresIcon3 {top: -469px !important;left: -270px !important;transform: rotate(77deg);}
.stresIconMain.stresIcon4 {top: -652px !important;left: -333px !important;transform: rotate( 119deg ) !important;}
.stresIconMain.stresIcon5 {top: -892px !important;left: -433px !important;transform: rotate( 159deg ) !important;}
.stressBox1 {top: -340px !important;left: -303px !important;z-index: -1 !important;}
.stressBox.stressBox2 {top: -237px !important;left: -210px !important;z-index: -1!important;}
.stressBox3 {top: -156px !important;left: -160px !important;z-index: -1 !important;}
.stressBox.stressBox5 {top: -31px !important;left: -242px !important;z-index: -1 !important;}
.stressBox.stressBox4 {top: -95px !important;left: -60px !important;z-index: -1 !important;}
.stressBox.stressBox3:after {top: 82px !important;left: -308px;transform: rotate( 0deg);}
.stressBox:after {top: 150px !important;}
.stressBox.stressBox2:after {top: 122px !important;}
.stressBox.stressBox4:after {top: 83px !important;left: -358px;transform: rotate( 0deg );}
.stressBox.stressBox5:after {top: 32px !important;left: -288px;transform: rotate( 20deg );}
.stressBox {width: 300px;}

   .bowen_sec .bowenOverly {
    position: absolute;
    top: 1080px;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: scale(0.7);
    top: 105%;
}
    .testi-text ul li a {
        font-size: 14px;
        padding: 8px 39px;
    }
        
    .home-slider:before {
      bottom: -7px;
      height: 26px;
    }
    .sport_secOverly {
      transform: scale(0.4);
    }
    .bowenBox {
      right: -230px;
    }
    .top-sec-btn a {
      padding: 11px 17px;
    }
    .slider-text h1 {
      font-size: 28px;
      line-height: 35px;
    }
    .about-text h3 {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 10px;
    }
    .about-text h4 {
    font-size: 30px;
    line-height: 40px;
}
    .about-text h5 {
      font-size: 11px;
      line-height: 5px;
    }
    .about-text h6 {
      font-size: 12px;
      line-height: 15px;
    }
    .about-text p {
      color: #333333;
      font-size: 13px;
      line-height: 23px;
    }
    .item img {
      height: auto !important;
    }
    .ser-text h3 {
      font-size: 30px;
      line-height: 35px;
    }
    .ser-text p {
      font-size: 13px;
      width: 100%;
    }
    .ser-box h4 {
      line-height: 25px;
      font-size: 20px;
    }
    .ser-box p {
      font-size: 12px;
      line-height: 20px;
    }
    .testi-text h2 {
      font-size: 30px;
      line-height: 35px;
    }
    .TestimonialSlider .slick-prev {
      top: 20px;
    }
    .TestimonialSlider .slick-next {
      top: 20px;
    }
    .Testimonialinner h3 {
      font-size: 12px;
    }
    .Testimonialinner p {
      font-size: 12px;
      line-height: 20px;
    }
    .Testimonialinner small {
      font-size: 16px;
    }
    .Testimonialinner span {
      font-size: 18px;
      color: #345ba1;
    }
    .subscribe-text h3 {
      font-size: 24px;
      line-height: 35px;
    }
    .footer-list ul li a {
      font-size: 12px;
    }
    a.facebook {
      padding: 0 29px;
      width: 100%;
    }
    a.googel {
      padding: 0 25px;
      width: 100%;
    }
    .inner-banner-1 h2 {
      font-size: 50px;
      line-height: 55px;
    }
    .About_txt h3 {
      font-size: 20px;
      line-height: 30px;
    }
    .About_txt p {
      font-size: 13px;
      line-height: 34px;
    }
    .team_sec {
      padding: 75px 0;
    }
    .staff_text h4 {
      font-size: 15px;
      line-height: 25px;
    }
    .staff_text p {
      font-size: 13px;
      line-height: 25px;
    }
    .count_sec {
      padding: 35px 0;
    }
    .spa_div h4 {
      font-size: 14px;
      line-height: 20px;
    }
    .spa_div.about_img h5 {
      margin: 3px 0 0;
    }
    .inner-banner-1.bow {
    padding: 95px 0;
    /*height: 33%;*/
}
    .bowen-text h3 {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .bowen-text h3 {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .sport_secOverly {
      transform: scale(0.4);
    }
    img.bgCheck {
      height: 390px;
      object-fit: cover;
    }
   .bowenBoxInner {
    width: 250px;
    height: 250px;
    position: absolute;
    right: -267px;
}
.main-logo img {margin: 14px 0;}
    .sport_sec .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
      display: none;
    }
    .sport_sec .col-xs-12.col-sm-8.col-md-8.col-lg-8 {
      width: 100%;
    }
    .inner-banner.se {
      background-position: inherit;
      padding: 60px 0;
    }
    .family-massage-text h3 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 10px;
    }
    .family-massage-text h4 {
      font-size: 19px;
    }
    .benefit-text ul li {
      font-size: 13px;
      padding-top: 10px;
    }
    .family-massage-text p {
      font-size: 13px;
      line-height: 17px;
      padding-top: 0px;
    }
    .how-img img {
      height: auto;
      width: 100%;
    }
    .avil a {
      color: #727475;
      font-size: 30px;
      line-height: 30px;
    }
        .footer-list:after {
        right: 0%;
    } 
    a.facebook {
        padding: 0 0 0 13px;
    }
    .footer-list-1 {
      padding: 0px 0 0px 0px;
    }
    section.inner-banner-1.con h2 {
    margin: 0 0px 0 20px;
}

 /*health solution mobile css start*/
   section.inner-banner1 {padding: 9% 0;}
  .health-solution-text h2 {padding: 15px 45px;font-size: 30px;line-height: 35px;}
   .health-solution-text {top: -48px;}
   .family-massage-text1 h3 {font-size: 30px;line-height: 35px;}
   .family-massage-text1 p {width: 100%;}
   .family-massage-text1 a {padding: 15px 57px;font-size: 14px;line-height: 25px;}
   .seniormobilemessagetext h3 {font-size: 30px;line-height: 35px;}
  .seniormobilemessagetext p {font-size: 15px;line-height: 25px;}
   .speciallyoverlaytext h4 {font-size: 15px;line-height: 30px;font-style: inherit;}
   .seniormobilemessagetext a {padding: 21px 14px;font-size: 18px;width: 100%;}
   
   /*health solution mobile css end*/
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
      .bowen_sec .bowenBoxInner h5 {font-size: 30px;line-height: 35px;}
       a.btn.btn_blue {float: right;}
    .bowen-text1 p {font-size: 20px !important;line-height: 25px!important;width: 100%!important;}
    .bowenlist1 img {
    height: 345px !important;
}
.ser-box img{
  height: 348px !important;
}
   .about-form h3 {font-size: 25px;line-height: 30px;}
   section.sport_sec {height: 65vh;}
   .da-thumbs li{width: 30% !important;}
  .sport_sec {
    margin: 0;min-height: 500px;max-height: 500px;background-size: cover;background-position: inherit;}
    .bowen_sec .bowenOverly {
        position: absolute;
        top: 1080px;
        width: 100%;
        bottom: 0;
        display: flex;
        align-items: center;
        transform: scale(0.7);
        top: 80%;
    }
   .bowen_sec .bowenBox {
    right: 0;
    transform: scale(1.1);
    top: -25px;
    left: 200px;
}
.bowen_sec .bowenOverly {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    transform: scale(0.7);
    top: 152%;
    left: -159px;
    justify-content: center;
}
.bowen_sec_img {min-height: 625px;max-height: 625px;object-fit: cover !important;}
.bowen-box1 {
   
    width: 100% !important;
   
}
.stressBox1 {
    display: block;
}
.stressBox2 {
    display: block;
}
.stressBox3 {
    display: block;
}
.stressBox4 {
    display: block;
}
    .footer-list:after {
        right: 0%;
    } 
    .inner-banner-1.con h2 {
          margin: 0 0px 0 20px;
      }
    a.facebook {
        padding: 0 0 0 13px;
    }
    .footer-list-1 {
      padding: 0px 0 0px 0px;
    }
    .testi-text ul li a {
        font-size: 14px;
        padding: 8px 39px;
    }
    .top-sec-btn a {
      padding: 11px 17px;
    }
    .slider-text h1 {
      font-size: 28px;
      line-height: 35px;
    }
    .about-text h3 {
      font-size: 30px;
      line-height: 35px;
      margin: 0 0 10px;
    }
   .about-text h4 {
    font-size: 25px;
    line-height: 35px;
}

    .about-text h5 {
      font-size: 11px;
      line-height: 5px;
    }
    .about-text h6 {
      font-size: 12px;
      line-height: 15px;
    }
    .about-text p {
      color: #333333;
      font-size: 13px;
      line-height: 23px;
    }
    .item img {
      height: auto !important;
    }
    .ser-text h3 {
      font-size: 30px;
      line-height: 35px;
    }
    .ser-text p {
      font-size: 13px;
      width: 100%;
    }
    .ser-box h4 {
      line-height: 25px;
      font-size: 20px;
    }
    .ser-box p {
      font-size: 12px;
      line-height: 20px;
    }
    .testi-text h2 {
      font-size: 30px;
      line-height: 35px;
    }
    .TestimonialSlider .slick-prev {
      top: 20px;
    }
    .TestimonialSlider .slick-next {
      top: 20px;
    }
    .Testimonialinner h3 {
      font-size: 12px;
    }
    .Testimonialinner p {
      font-size: 12px;
      line-height: 20px;
    }
    .Testimonialinner small {
      font-size: 16px;
    }
    .Testimonialinner span {
      font-size: 18px;
      color: #345ba1;
    }
    .subscribe-text h3 {
      font-size: 24px;
      line-height: 35px;
    }
    .footer-list ul li a {
      font-size: 12px;
    }
    a.facebook {
      padding: 0 0px;
      width: 100%;
    }
    a.googel {
      padding: 0 25px;
      width: 100%;
    }
    .inner-banner-1 h2 {
      font-size: 50px;
      line-height: 55px;
    }
    .About_txt h3 {
      font-size: 20px;
      line-height: 30px;
    }
    .About_txt p {
      font-size: 13px;
      line-height: 34px;
    }
    .team_sec {
      padding: 75px 0;
    }
    .staff_text h4 {
      font-size: 15px;
      line-height: 25px;
    }
    .staff_text p {
      font-size: 13px;
      line-height: 25px;
    }
    .count_sec {
      padding: 35px 0;
    }
    .spa_div h4 {
      font-size: 14px;
      line-height: 20px;
    }
    .spa_div.about_img h5 {
      margin: 3px 0 0;
    }
    .inner-banner-1.bow {
    padding: 95px 0;
    height: 28%;
}
    .bowen-text h3 {
      font-size: 28px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .bowen-text h3 {
      font-size: 24px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .sport_secOverly {
      transform: scale(0.4);
    }
    img.bgCheck {
      height: 390px;
      object-fit: cover;
    }
  .bowenBoxInner {
    width: 250px !important;
    height: 250px !important;
    position: absolute;
    right: 0;
    left: 0 !important;
}

/*animation css start*/
.stresIcon1 {top: -252px !important;left: 283% !important;width: 165px !important;transform: rotate(14deg) !important;}
.stresIcon2 {top: -419px !important;left: 409px !important;width: 165px !important;transform: rotate(55deg) !important;}
.stresIcon3 {top: -580px !important;left: 376px !important;width: 165px !important;transform: rotate(95deg)!important;}
.stresIconMain.stresIcon4 {top: -782px !important;left: 294px !important;width: 165px !important;transform: rotate( 135deg )!important;}
.stressBox1 {position: relative!important;top: -1718px!important;left: 137%!important;z-index: -1!important;}
.stressBox3 {position: relative;top: -1522px !important;left: 665px !important;z-index: -1 !important;}
.stressBox3 {position: relative;top: -1520px !important;left: 665px !important;z-index: -1 !important;}
.stressBox.stressBox2 {top: -1622px !important;left: 718px !important;z-index: -1 !important;}
.stressBox.stressBox4 {position: relative;top: -1476px!important;left: 736px!important;z-index: -1!important;}
.stressBox.stressBox4:after {top: 83px !important;}
.stressBox {width: 300px;}
/*animation css end*/
    .sport_sec .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
      display: none;
    }
    .sport_sec .col-xs-12.col-sm-8.col-md-8.col-lg-8 {
      width: 100%;
    }
    .inner-banner.se {
      background-position: inherit;
      padding: 60px 0 !important;
    } 
    .family-massage-text h3 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 10px;
    }
    .family-massage-text h4 {
      font-size: 19px;
    }
    .benefit-text ul li {
      font-size: 13px;
      padding-top: 10px;
    }
    .family-massage-text p {
    font-size: 15px;
    line-height: 25px;
    padding-top: 0px;
}
.bowenlogo {margin: 16% auto !important;}
.video_bg {width: 100% !important;}
.pro-img img {width: 100%;object-fit: cover;height: 182px;object-position: top;}
.pro-text h4 {line-height: 25px;font-size: 20px;}
.pro-text p {font-size: 12px;line-height: 20px;}
.bowen_sec {padding: 0;}
    .how-img img {
      height: auto;
      width: 100%;
    }
    .avil a {
      color: #727475;
      font-size: 30px;
      line-height: 30px;
    }
    .bowen ul li {font-size: 13px;}
    .top-sec-btn {padding-top: 13px;}
    .about-form {padding: 13px 17px 78px 27px;}
       /*health solution mobile css start*/
   section.inner-banner1 {padding: 9% 0;}
   .health-solution-text h2 {padding: 11px 32px;font-size: 30px;line-height: 35px;}
   .health-solution-text {top: -48px;}
   .family-massage-text1 h3 {font-size: 30px;line-height: 35px;}
   .family-massage-text1 p {font-size: 16px;line-height: 20px;width: 100%;}
   .family-massage-text1 a {padding: 15px 57px;font-size: 14px;line-height: 25px;}
   .seniormobilemessagetext h3 {font-size: 30px;line-height: 35px;}
   section.seniormessagetheraepysec {padding: 25px 0 60px;}
   .seniormobilemessagetext p {font-size: 15px;line-height: 25px;width: 100%;}
   .speciallyoverlaytext {position: inherit;bottom: 0;padding: 0 ;}
   .speciallyoverlaytext h4 {font-size: 15px;line-height: 30px;font-style: inherit;}
   .senior-messageimg {padding: 0;}
   .map {width: 100%;}
   p.additiontext1 {padding: 0;width: 100%;}
   .seniormobilemessagetext a {padding: 21px 14px;font-size: 18px;width: 100%;}
   
   /*health solution mobile css end*/

  }
  @media only screen and (min-width: 520px) and (max-width: 767px) {
      .sport_div {
    animation-delay: 2000ms !important;
    animation-duration: 3s !important;}
            /*health solution mobile css start*/
   section.inner-banner1 {padding: 9% 0;}
   .health-solution-text h2 {padding: 11px 9px;font-size: 30px;line-height: 35px;}
   .health-solution-text {top: -36px ;}
   .family-massage-text1 h3 {font-size: 30px;line-height: 35px;}
   .family-massage-text1 p {font-size: 16px;line-height: 20px;width: 100%;}
   .family-massage-text1 a {padding: 15px 57px;font-size: 14px;line-height: 25px;}
   .seniormobilemessagetext h3 {font-size: 30px;line-height: 35px;}
   section.seniormessagetheraepysec {padding: 25px 0 60px;}
   .seniormobilemessagetext p {font-size: 15px;line-height: 25px;width: 100%;}
   .speciallyoverlaytext {position: inherit;bottom: 0;padding: 0 ;}
   .speciallyoverlaytext h4 {font-size: 15px;line-height: 30px;font-style: inherit;}
   .senior-messageimg {padding: 0;}
   .map iframe {height: auto;}
   .map {width: 100%;}
   p.additiontext1 {padding: 0;width: 100%;}
   .seniormobilemessagetext a {padding: 21px 14px;font-size: 18px;width: 100%;}
   
   /*health solution mobile css end*/
  ul#da-thumbs li img {
    width: 100% !important;
    height: 100% !important;
}
.affix{position: inherit !important;}
section.home-slider .carousel-caption {top: 0;}
    .top-list ul {
      margin: 5px auto;
      display: table;
      padding: 0;
      text-align: center;
    }
    .top-list ul li a {
      font-size: 10px;
    }
    .top-socail-icon ul {
      margin: 5px auto;
      display: table;
      padding: 0;
    }
   .top-sec-btn a {
    display: table;
    margin: 0 auto 5%;
}
    .slider-text h1 {
      font-size: 14px;
      line-height: 25px;
    }
    .item img {
      height: 210px !important;
    }
    .about-text h3 {
      font-size: 30px;
      line-height: 45px;
    }
    .about-text h4 {
      font-size: 23px;
      line-height: 35px;
    }
    .about-text h5 {
      font-size: 17px;
    }
    .about-text h6 {
      font-size: 17px;
      line-height: 21px;
    }
    .about-text p {
      font-size: 13px;
      line-height: 25px;
    }
    .ser-text p {
      font-size: 11px;
      width: 100%;
    }
    .ser-box h4 {
      line-height: 20px;
      font-size: 23px;
    }
    .ser-box p {
      font-size: 13px;
      line-height: 18px;
    }
    .testi-text h2 {
      font-size: 20px;
      line-height: 25px;
    }
    .testi-text .nav-tabs>li {
      float: none;
      margin-bottom: 0;
      padding: 0;
      margin: 0 auto 5px;
      display: block;
    }
    .testi-text ul {
      margin: 2% auto;
      width: 100%;
    }
    .TestimonialSlider .slick-prev {
      top: 20px;
    }
    .TestimonialSlider .slick-next {
      top: 20px;
    }
    .Testimonialinner h3 {
      font-size: 20px;
    }
    .Testimonialinner p {
      font-size: 13px;
      line-height: 23px;
    }
    .Testimonialinner {
      min-height: auto;
      margin-bottom: 20px;
    }
    .Testimonialinner span {
      font-size: 18px;
    }
    .subscribe-text h3 {
      font-size: 20px;
      line-height: 25px;
    }
    .testimonail-sec {
      padding-bottom: 0;
    }
    .cop-sec p {
      font-size: 10px;
      line-height: 20px;
    }
    .main-logo img {
      width: 50%;
      margin: 0 auto;
    }
    .inner-banner-1 h2 {
      font-size: 30px !important;
      line-height: 35px !important;
    }
    .About_txt h3 {
      font-size: 14px;
      line-height: 22px;
      text-align: center;
    }
    .About_txt p {
      font-size: 13px;
      line-height: 22px;
      text-align: center;
    }
  .video_bg {
    padding: 105px 0;
    width: 100%;
}
    .team_sec {
      padding: 15px 0;
    }
    .staff_textt h2 {
      font-size: 30px;
      line-height: 50px;
    }
    .staff_textt p {
      font-size: 12px;
      line-height: 18px;
      background: #00000045;
      padding: 10px 0px;
      border-radius: 11px;
    }
    .footer-list:after {
      display: none;
    }
    .TestimonialinnerBox {
      margin: 0px 0px;
    }
    .staff_sec {
      margin: 0;
      padding: 20px 0 20px;
    }
    .staff_text h4 {
      font-size: 20px;
      line-height: 20px;
    }
    .staff_text p {
      font-size: 13px;
      line-height: 20px;
    }
    .price_head h2 {
      font-size: 30px;
      line-height: 20px;
    }
    .count_sec {
      padding: 0 0;
    }
    .count_text h3 {
      font-size: 30px;
    }
    .count_text h5 {
      font-size: 13px;
      line-height: 10px;
    }
    .about_img p {
      font-size: 11px;
      line-height: 19px;
    }
    .spa_div h4 {
      font-size: 15px;
      padding: 0 0 0px;
      margin: 0;
    }
   .inner-banner-1.bow {
    padding: 54px 0;
    height: 26%;
}
    .bowen-text h3 {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .what-sec {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 0;
    }
    .sport_divFistIcon img {
      width: 40px;
      padding: 11px 0 0;
    }
    .sport_div img {
      width: 70px;
      float: left;
      padding: 0px 0 0;
    }
    .sport_div p {
      font-size: 12px;
      margin: 24px 0 0;
    }
    .sport_divTwo {
      left: 0;
    }
    .sport_divSeven {
      left: 0;
    }
    .sport_divSix {
      left: 0;
    }
    .sport_divFour {
      left: 0;
    }
    .sport_divOne {
      left: 0;
    }
    .sport_divFive {
      left: 0;
    }
    img.bgCheck {
      height: 560px;
      object-fit: cover;
    }
    .sport_divThree {
      position: relative;
      left: 0;
    }
    .sport_secOverly .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
      display: none;
    }
    .bowenBoxInner {
      width: 150px;
      height: 150px;
    }
    .sport_div span {
      font-size: 12px;
      width: 310px;
      padding-left: 76px;
      padding-top: 20px;
    }
    .bowenBoxInner h5 {
      font-size: 13px;
      line-height: 20px;
      padding-right: 0;
    }
    .sport_secOverly {
      transform: scale(0.9);
    }
    .inner-banner.se {
      background-position: inherit !important;
      padding: 60px 0 !important;
    }
    .inner-banner.pro {
      padding: 107px 0 !important;
    }
    .inner-banner-1.ab {
      padding: 75px 0;
    }
    .inner-banner h2 {
      font-size: 27px !important;
      line-height: 45px !important;
      padding: 10px 17px !important;
      border-radius: 40px 0px 40px 0px !important;
    }
    .family-massage-img h5 {
      line-height: 25px;
      font-size: 30px;
    }
    .family-massage-text h3 {
      font-size: 20px;
      line-height: 10px;
      margin-bottom: 10px;
    }
    .family-massage-text h4 {
      font-size: 19px;
      margin: 20px 0 10px;
    }
    .family-massage-text p {
      font-size: 13px;
      line-height: 20px;
      padding-top: 0px;
    }
    .senior-benefit-text h4 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 30px;
    }
    .benefit-sec {
      padding-top: 0px;
      padding-bottom: 50px;
    }
    .how-text h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 40px;
    }
    .how-img img {
      object-fit: cover;
      height: auto;
      width: 100%;
    }
    .how-img .fa {
      position: absolute;
      top: 37%;
      right: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      font-size: 30px;
      border: 6px solid #45b8ca;
      height: 70px;
      width: 70px;
      padding: 12px 0;
      border-radius: 100px;
      color: #45b8ca;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .benefit-text ul li {
      font-size: 13px;
    }
    .pro-img {
      padding-bottom: 20px;
      padding-top: 20px;
    }
    .pro-text p {
      font-size: 13px;
      margin-bottom: 20px;
    }
    .avil a {
      font-size: 20px;
      line-height: 20px;
    }
    .add_div h4 {
      font-size: 10px;
      line-height: 13px;
      margin: 0;
    }
    .add_div p a {
      font-size: 9px;
      line-height: 14px;
    }
    .add_div p {
      font-size: 10px;
      line-height: 15px;
    }
    .ser-text h3 {
      font-size: 25px !important;
    }
    .slider-text.wow.zoomIn {
      padding: 0px 10px !important;
    }
    div#mySidenav ul li {list-style: none;}
    div#mySidenav ul {padding: 0 14px;}
    .abouttextpara p {font-size: 20px !important;line-height: 25px !important;}
    .about-text {padding: 33px 20px 0;height: 335px;text-align: center;}
    section.about-sec {padding-bottom: 0;}
    .bowen-text p {font-size: 20px;line-height: 30px;width: 100%;}
   .sport_sec {background-position: right;height: 70vh;margin: 0;background-size: cover;}
   .bowen-text {padding-left: 0;}
    .bowen-text1 p {font-size: 20px !important;line-height: 25px !important;padding-top: 11px !important;width: 100% !important;}
    .bowen-box1 {width: 100% !important;}
    .footer_logo.footer-list img {width: 50%;}
    .family-massage-img {padding: 0 0 22px;}
   .bowen_sec .bowenBox {
    right: 0;
    top: 204px;
    bottom: 0;
    display: block;
    z-index: 222;
    left: 49px;
}
   .bowen_sec_img {height: 470px !important;object-position: left;object-fit: cover !important;}
   .bowenOverly {top: 237px !important;}
    section.product-sec .flexRow {display: inherit;}
    .pro-img img {height: 300px;object-position: top center;}
    .pro-text h4 {line-height: 30px;font-size: 35px;    margin-bottom: 20px;}
    .welcometext h2 {font-size: 20px !important;line-height: 25px !important;text-align: center;}
    .aboutmainbox {padding: 15px 30px !important;margin: 11px 0;}
    .da-thumbs li{width: 45% !important;}
    .productbody {width: 96% !important;}
    .inner-banner-1.con {padding: 10% 0;}
    .inner-banner-1.con h2 {margin: 0 auto;}
    
    .stresIcon1 {top: 192px !important;left: 147px !important;width: 74px !important;transform: rotate(8deg) !important;}
    .stresIconMainOverly {height: 65% !important;width: 65% !important;left: 0 !important;right: 0 !important;top: 0 !important;align-items: center !important;display: flex !important;justify-content: center !important;}
    .stresIcon2 {top: 106px !important;left: 164px !important;width: 70px !important;transform: rotate(47deg) !important;}
   .stresIcon3 {top: 38px !important;left: 156px !important;width: 70px!important;transform: rotate(87deg)!important;}
  .stresIconMain.stresIcon4 {top: -54px !important;left: 128px !important;width: 70px!important;transform: rotate( 127deg )!important;}
    .stresIconMain.stresIcon5 {top: -163px !important;left: 84px !important;width: 70px !important;transform: rotate( 167deg )!important;}
    
    
   .stressBox1 {top: -470px !important;left: 236px !important;z-index: -1 !important;}
    .stressBox:before {top: 0px !important; right: -8px !important;}
    .stressBox h2 {font-size: 10px !important;padding: 20px 20px 20px 0 !important;border-radius: 20px 0 0 0 !important;}
   .stressBox:after {width: 74px !important;height: 11px !important;top: 72px !important;left: -61px !important;transform: rotate(-37deg) !important;z-index: 0 !important;}
   .stressBox {
    width: 138px;
    animation-name: none !important;
}
    
    .stressBox.stressBox2 {top: -462px !important;left: 291px !important; z-index: -1 !important;}
   .stressBox3 {top: -446px !important;left: 278px !important;z-index: -2 !important;}
    .stressBox1 h2 {border-bottom: 11px solid #330b40 !important;}
    .stressBox.stressBox2 h2 {border-bottom: 11px solid #589ca7 !important;}
    .stressBox.stressBox3 h2{border-bottom: 11px solid #a76358 !important;}
  .stressBox1:after {width: 97px !important;height: 11px !important;top: 78px !important;left: -82px !important;transform: rotate(-37deg) !important;z-index: 0 !important;}
   .stressBox.stressBox4 h2 {border-bottom: 11px solid #915ba4!important;}
   
   .stressBox.stressBox4 {top: -410px !important;left: 251px !important;z-index: 7 !important;}
   .stressBox4:after {width: 74px !important;height: 11px !important;top: 32px !important;left: -67px !important;transform: rotate(31deg) !important;z-index: -6 !important;}
  .stressBox.stressBox5 {top: -396px !important;left: 233px !important;z-index: -1 !important;}
   .stressBox5:after {width: 137px !important;height: 11px !important;top: 11px !important;left: -119px !important;transform: rotate(38deg) !important;z-index: 0 !important;}
   .stressBox.stressBox5 h2 {border-bottom: 11px solid #787fff !important;}
   .bowen_sec .bowenBoxInner {width: 150px;height: 150px;}
   .bowen_sec .bowenBoxInner h5 {font-size: 20px;line-height: 25px;}
   
  
  }
  @media only screen and (max-width: 320px) {
      .stressBox {width: 125px;}
      .stressBox:before{
        right: -5px !important;}
        .stressBox h2 {font-size: 9px !important;padding: 17px 20px 19px 0 !important;}

      
  }
  @media only screen and (min-width: 300px) and (max-width: 519px) {
      
         /*health solution mobile css start*/
   section.inner-banner1 {padding: 9% 0;}
 .health-solution-text h2 {padding: 11px 11px;font-size: 25px;line-height: 30px;}
   .health-solution-text {top: -36px ;}
   .family-massage-text1 h3 {font-size: 30px;line-height: 35px;}
   .family-massage-text1 p {font-size: 16px;line-height: 20px;width: 100%;}
   .family-massage-text1 a {padding: 15px 57px;font-size: 14px;line-height: 25px;}
   .seniormobilemessagetext h3 {font-size: 30px;line-height: 35px;}
  section.seniormessagetheraepysec {padding: 25px 0 35px;}
   .seniormobilemessagetext p {font-size: 15px;line-height: 25px;width: 100%;}
   .speciallyoverlaytext {position: inherit;bottom: 0;padding: 0 ;}
   .speciallyoverlaytext h4 {font-size: 15px;line-height: 30px;font-style: inherit;}
   .senior-messageimg {padding: 0;}
   .map iframe {height: auto;}
   .map {width: 100%;}
   p.additiontext1 {padding: 0;width: 100%;}
   .seniormobilemessagetext a {padding: 21px 14px;font-size: 18px;width: 100%;}
   
   /*health solution mobile css end*/
      .stressBox:before{
        right: -5px !important;}
    .top-list ul {
      margin: 5px auto;
      display: table;
      padding: 0;
      text-align: center;
    }
    .top-list ul li a {
      font-size: 10px;
    }
    .top-socail-icon ul {
      margin: 5px auto;
      display: table;
      padding: 0;
    }
    .top-sec-btn a {
      display: table;
      margin: 0 auto;
    }
    .slider-text h1 {
      font-size: 12px;
      line-height: 20px;
    }
    .item img {
    height: 165px !important;
}
    .about-text h3 {
      font-size: 30px;
      line-height: 45px;
    }
    .about-text h4 {
      font-size: 23px;
      line-height: 35px;
    }
    .about-text h5 {
      font-size: 17px;
    }
    .about-text h6 {
      font-size: 17px;
      line-height: 21px;
    }
    .about-text p {
      font-size: 13px;
      line-height: 25px;
    }
    .ser-text p {
      font-size: 11px;
      width: 100%;
    }
    .ser-box h4 {
      line-height: 20px;
      font-size: 23px;
    }
    .ser-box p {
      font-size: 13px;
      line-height: 18px;
    }
    .testi-text h2 {
      font-size: 20px;
      line-height: 25px;
    }
    .testi-text .nav-tabs>li {
      float: none;
      margin-bottom: 0;
      padding: 0;
      margin: 0 auto 5px;
      display: block;
    }
    .testi-text ul {
      margin: 2% auto;
      width: 100%;
    }
    .TestimonialSlider .slick-prev {
      top: 20px;
    }
    .TestimonialSlider .slick-next {
      top: 20px;
    }
    .Testimonialinner h3 {
      font-size: 20px;
    }
    .Testimonialinner p {
      font-size: 13px;
      line-height: 23px;
    }
    .Testimonialinner {
      min-height: auto;
    }
    .Testimonialinner span {
      font-size: 18px;
    }
    .subscribe-text h3 {
      font-size: 20px;
      line-height: 25px;
    }
    .testimonail-sec {
      padding-bottom: 0;
    }
    .cop-sec p {
      font-size: 10px;
      line-height: 20px;
    }
    .main-logo img {
      width: 50%;
      margin: 0 auto;
    }
    .inner-banner-1 h2 {
      font-size: 30px !important;
      line-height: 35px !important;
    }
    .About_txt h3 {
      font-size: 14px;
      line-height: 22px;
      text-align: center;
    }
    .About_txt p {
      font-size: 13px;
      line-height: 22px;
      text-align: center;
    }
    .video_bg {
      padding: 105px 0;
    }
    .team_sec {
      padding: 15px 0;
    }
    .staff_textt h2 {
      font-size: 30px;
      line-height: 50px;
    }
    .staff_textt p {
      font-size: 12px;
      line-height: 18px;
      background: #00000045;
      padding: 10px 0px;
      border-radius: 11px;
    }
    .footer-list:after {
      display: none;
    }
    .TestimonialinnerBox {
      margin: 0px 0px;
    }
    .staff_sec {
      margin: 0;
      padding: 20px 0 20px;
    }
    .staff_text h4 {
      font-size: 20px;
      line-height: 20px;
    }
    .staff_text p {
      font-size: 13px;
      line-height: 20px;
    }
    .price_head h2 {
      font-size: 30px;
      line-height: 20px;
    }
    .count_sec {
      padding: 0 0;
    }
    .count_text h3 {
      font-size: 30px;
    }
    .count_text h5 {
      font-size: 13px;
      line-height: 10px;
    }
    .about_img p {
      font-size: 11px;
      line-height: 19px;
    }
    .spa_div h4 {
      font-size: 15px;
      padding: 0 0 0px;
      margin: 0;
    }
    .inner-banner-1.bow {
    padding: 66px 0;
    height: 35%;
}
.tooltip-inner {max-width: 190px;padding: 3px 6px;font-size: 11px;}
    .bowen-text h3 {
      font-size: 20px;
      line-height: 35px;
      margin-bottom: 20px;
    }
    .tooltip {transform: scale(1.2);padding: 15px;}
    .sport_div.sport_divTwo.wow.slideInRight {animation-duration: 3s;}
    div#tooltip79544 {left: 1% !important;}
   .sport_div {
    animation-delay: inherit !important;
    animation-duration: inherit !important;
    animation-name: none !important;
}
.sport_divFistIcon{
     animation-delay: 2000ms !important;
    animation-duration: 3s !important;
}
.sport_divSecondIcon {
    animation-delay: 2000ms !important;
    animation-duration: 3s !important;
}
.affix {position: inherit;}
    .sport_divSecondIcon {margin-left: -8px;}
    .what-sec {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}
    .sport_divFistIcon img {
      width: 40px;
      padding: 11px 0 0;
    }
    .sport_div img {
    width: 57px;
    float: left;
    padding: 4px 0 0;
}
    .sport_div p {
    font-size: 12px;
    margin: 24px 0 0;
    animation-delay: inherit !important;
    animation-name: none !important;
}
    .sport_divTwo {
      left: 0;
    }
    .sport_divSeven {
      left: 0;
    }
    .sport_divSix {
      left: 0;
    }
    .sport_divFour {
      left: 0;
    }
    .sport_divOne {
      left: 0;
    }
    .sport_divFive {
      left: 0;
    }
    img.bgCheck {
      height: 560px;
      object-fit: cover;
    }
    .sport_divThree {
      position: relative;
      left: 0;
    }
    .sport_secOverly .col-xs-12.col-sm-4.col-md-4.col-lg-4 {
      display: none;
    }
  .bowenBoxInner {
    width: 80px;
    height: 80px;
}
    .sport_div span {
      font-size: 12px;
      width: 310px;
      padding-left: 76px;
      padding-top: 20px;
    }
  .bowenBoxInner h5 {
    font-size: 10px !important;
    line-height: 12px !important;
    padding-right: 0 !important;
}
.bowenBox {top: 13%;}
    .sport_secOverly {
      transform: scale(0.9);
    }
    .inner-banner.se {
      background-position: inherit !important;
      padding: 60px 0 !important;
    }
   .inner-banner.pro {
    padding: 45px 0 !important;
}
    .inner-banner-1.ab {
      padding: 75px 0;
    }
    .inner-banner h2 {
      font-size: 27px !important;
      line-height: 45px !important;
      padding: 10px 17px !important;
      border-radius: 40px 0px 40px 0px !important;
    }
    .family-massage-img h5 {
      line-height: 25px;
      font-size: 30px;
    }
    .family-massage-text h3 {
      font-size: 20px;
      line-height: 10px;
      margin-bottom: 10px;
    }
    .family-massage-text h4 {
      font-size: 19px;
      margin: 20px 0 10px;
    }
    .family-massage-text p {
      font-size: 13px;
      line-height: 20px;
      padding-top: 0px;
    }
    .senior-benefit-text h4 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 30px;
    }
    .benefit-sec {
      padding-top: 0px;
      padding-bottom: 50px;
    }
    .how-text h3 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 40px;
    }
    .how-img img {
      object-fit: cover;
      height: auto;
      width: 100%;
    }
    .how-img .fa {
      position: absolute;
      top: 37%;
      right: 0;
      left: 0;
      bottom: 0;
      text-align: center;
      font-size: 30px;
      border: 6px solid #45b8ca;
      height: 70px;
      width: 70px;
      padding: 12px 0;
      border-radius: 100px;
      color: #45b8ca;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto;
    }
    .benefit-text ul li {
      font-size: 13px;
    }
    .pro-img {
      padding-bottom: 20px;
      padding-top: 20px;
    }
    .pro-text p {
      font-size: 13px;
    }
    .avil a {
      font-size: 20px;
      line-height: 20px;
    }
    .add_div h4 {
      font-size: 10px;
      line-height: 13px;
      margin: 0;
    }
    .add_div p a {
      font-size: 9px;
      line-height: 14px;
    }
    .add_div p {
      font-size: 10px;
      line-height: 15px;
    }
    .ser-text h3 {
      font-size: 25px !important;
    }
    .slider-text.wow.zoomIn {
      padding: 0px 10px !important;
    }
   .gallery a img {
    width: 100% !important;
    top: 34%;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    object-fit: cover;
    height: 80px;
}
.gallery a:before {top: 47%;}
.gallery a:after {top: 48%;}

   .bowen_sec .bowenBox {
    right: 0;
    top: 286px;
    bottom: 0;
    display: flex;
    z-index: 222;
    left: 0;
    align-items: center;
    justify-content: center;
}
    header#header {padding-top: 0;}
    .top-sec-btn {padding-top: 20px;padding-bottom: 20px;}
    div#mySidenav ul li {list-style: none;}
    div#mySidenav ul {padding: 0 13px;}
    section.home-slider .carousel-caption {top: 0;}
    .abouttextpara p {font-size: 14px !important;line-height: 20px !important;}
    p.hm-secnd-pera {font-size: 15px;}
    .about-text {height: 357px;}
  header#header {background-color: #fff;}
    section.about-sec { padding-bottom: 0px;}
    .bowen-text p {font-size: 14px;line-height: 20px;width: 100%;}
   .sport_sec {background-position: right;margin: 0;background-size: cover;}
    .bowen-text1 p {font-size: 14px !important;line-height: 20px !important;padding-top: 4% !important;width: 100% !important;}
    .sport_sec {min-height: 500px;max-height: 500px;}
   section.sport_sec1 {padding: 12px 0 48px !important;}
    .welcomebesttext h4 {font-size: 30px !important;line-height: 35px !important;}
    .bowen-box1 {width: 100% !important;padding: 145px 0 !important;}
    .family-massage-img {padding: 0;margin-bottom: 20px;}
  .bowen_sec_img {height: 470px !important;object-position: left;    object-fit: cover !important;}
.bowenOverly {
    top: 237px !important;
    left: -95px !important;
    right: 0;
}
    .bowen_sec .bowenBoxInner {width: 100px;height: 100px;animation: none;}
    section.product-sec .flexRow {display: inherit;}
    .pro-img img {height: 225px;object-position: top;}
    .welcometext h2 {font-size: 20px !important;line-height: 25px !important;text-align: center !important;}
    .aboutmainbox {padding: 15px 0px !important;margin: 6px 0;}
    .aboutmainbox p {font-size: 13px !important;line-height: 25px !important;}
    ul#da-thumbs li a img {width: 100% !important;height: 100% !important;}
    .da-thumbs li{width: 100% !important;}
    .video_bg {width: 100%;}
    .bowenlogo {margin: 21% auto !important;    width: 90%;}
    .inner-banner-1.con {padding: 8% 0;}
    .inner-banner-1.con h2 {margin: 0 auto;display: table;}
    .footer_logo.footer-list img {width: 60%;}
    .slider-text.md-top {margin-top: 0;}
    .slider-text {padding: 12px 15px;}
    .slider-text.rest-tp {bottom: 0;}
    section.testimonail-sec {padding-bottom: 50px;}
    .video_bg a {bottom: 0;}
    .how-text h3:before {width: 100%;}
    section.family-massage-sec {padding-bottom: 0;}
    section.how-we-sec {padding-top: 0;}
    section.booking-main-sec .flexRow {display: inherit;}   
    .aboutmainbox1 p {text-align: left !important;font-size: 13px !important;line-height: 25px !important;font-weight: 400 !important;}
    .new-ac_logo img {margin-top: 26px;}
    .welcomebesttext h4:before {width: 100% !important;}
    
    
    .stresIcon1 {top: 192px !important;left: 147px !important;width: 74px !important;transform: rotate(8deg) !important;}
    .stresIconMainOverly {height: 65% !important;width: 65% !important;left: 0 !important;right: 0 !important;top: 0 !important;align-items: center !important;display: flex !important;justify-content: center !important;}
    .stresIcon2 {top: 106px !important;left: 164px !important;width: 70px !important;transform: rotate(47deg) !important;}
  .stresIcon3 {top: 38px !important;left: 156px !important;width: 70px!important;transform: rotate(87deg)!important;}
.stresIcon4 {top: -53px !important;left: 128px !important;width: 70px!important;transform: rotate( 131deg )!important;}
  .stresIcon5 {top: -163px !important;left: 87px !important;width: 70px !important;transform: rotate( 167deg )!important;}
    
    
   .stressBox1 {top: -470px !important;left: 257px !important;z-index: -1 !important;}
    .stressBox:before {top: 0px !important;border-radius: 25px;}
    .stressBox h2 {font-size: 10px !important;padding: 20px 20px 20px 0 !important;}
   .stressBox:after {width: 74px !important;height: 11px !important;top: 72px !important;left: -61px !important;transform: rotate(-37deg) !important;z-index: 0 !important;}
    .stressBox {width: 138px;animation-name: none !important;}
    
    .stressBox.stressBox2 {top: -462px !important;left: 291px !important; z-index: -1 !important;}
   .stressBox3 {top: -446px !important;left: 278px !important;z-index: -2 !important;}
    .stressBox1 h2 {border-bottom: 11px solid #330b40 !important;}
    .stressBox.stressBox2 h2 {border-bottom: 11px solid #589ca7 !important;}
    .stressBox.stressBox3 h2{border-bottom: 11px solid #a76358 !important;}
  .stressBox1:after {width: 97px !important;height: 11px !important;top: 78px !important;left: -82px !important;transform: rotate(-37deg) !important;z-index: 0 !important;}
   .stressBox.stressBox4 h2 {border-bottom: 11px solid #915ba4!important;}
   
   .stressBox.stressBox4 {top: -426px !important;left: 271px !important;z-index: -1 !important;}
  .stressBox4:after {width: 108px !important;height: 11px !important;top: 47px !important;left: -90px !important;transform: rotate(5deg) !important;z-index: -6 !important;}
  .stressBox.stressBox5 {top: -396px !important;left: 245px !important;z-index: -1 !important;}
   .stressBox5:after {width: 137px !important;height: 11px !important;top: 11px !important;left: -119px !important;transform: rotate(38deg) !important;z-index: 0 !important;}
   .stressBox.stressBox5 h2 {border-bottom: 11px solid #787fff !important;}
   .bowen-text {padding-left: 0;}
   
   

     
  }






















  .bowen_sec_img {
    position: relative !important;
    width: 100%;
    height: 625px;
    object-fit: contain;
}

.bowenOverly {
    position: absolute;
    top: 1080px;
    width: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
        transform: scale(0.9);

}
.bowenOverly .row {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.stressBox {position:relative;}
.stressBox1 {position:relative;top: -270px;left: -470px;z-index: 7;}


.stressBox:before {position:absolute;content:'';width: 95%;height:100%;clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 48%, 0% 0%);background:#330b40;right: -20px;top: 0px;}
.stressBox:after {position:absolute;content:'';width: 230px;height: 20px;background:#330b40;right: auto;top: 149px;left: -201px;transform: rotate(-37deg);z-index: 0;}

.stressBox h2 {
    background: #fff;
    text-align: center;
    font-size: 21px;
    padding: 30px 30px 30px 0;
    font-weight: 600;
    color: #43b7ca;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 48%, 0% 0%);
    border-bottom: 20px solid #330b40;
    position: relative;
    margin: 0;
    border-radius: 40px 0 0 0;
}
.stressBoxOuter {position:relative}



.stressBox.stressBox2 {
    top: -200px;
    left: -210px;
}
.stressBox.stressBox2:after {
    background: #589ca7;
    top: 120px;
    left: -288px;
    transform: rotate(
-15deg);
    width: 299px;
}
.stressBox.stressBox2 h2 {
    border-bottom: 20px solid #589ca7;
    color: #43b7ca;
}
.stressBox.stressBox2:before {
    background: #589ca7;
}



.stresIconMain{
    position: relative;
}
.stresIconMain_img {}

.stresIconMainOverly{
    position: absolute;
    top: -60px;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    left: -17px;
    right: 0;
}


.stresIconMainOverly img {
    margin: 0 auto;
    display: table;
    transition: all 1s ease-in-out;
    position: relative;
    z-index: 9;
}

.stresIcon1 {
    top: -94px;
    left: -368px;
    width: 165px;
    transform: rotate(0deg);
}


.stressBox.stresIcon2:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 48%, 0% 0%);
    background: #9822bf;
    right: -20px;
    top: 0px;
}
.stresIcon2 {
    top: -272px;
    left: -303px;
    width: 165px;
    transform: rotate(39deg);
}

.stresIcon3 {
    top: -428px;
    left: -301px;
    width: 165px;
    transform: rotate(77deg);
}

.stressBox3 {
    position: relative;
    top: -130px;
    left: -160px;
    z-index: 7;
}


.stressBox.stresIcon3:after {
    position: absolute;
    content: '';
    width: 400px;
    height: 20px;
    background: #43b7ca;
    right: auto;
    top: 150px;
    left: -351px;
    transform: rotate(-20deg);
    z-index: 0;
}

.stressBox.stressBox3:after {
    background: #a76358;
    top: 82px;
    left: -308px;
    transform: rotate(
0deg);
    width: 330px;
}

.stressBox.stressBox3:before {
    position: absolute;
    content: '';
    width: 95%;
    height: 100%;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 48%, 0% 0%);
    background: #a76358;
    right: -20px;
    top: 0px;
}


.stressBox.stressBox3 h2 {
    background: #fff;
    text-align: center;
    font-size: 20px;
    padding: 30px 30px 30px 0;
    font-weight: 600;
    color: #43b7ca;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0 48%, 0% 0%);
    border-bottom: 20px solid #a76358;
    position: relative;
    margin: 0;
    border-radius: 40px 0 0 0;
}


.stresIconMain.stresIcon4 {
    top: -605px;
    left: -334px;
    width: 165px;
    transform: rotate(
100deg
);
}


.stressBox.stressBox3 h2 {
    color: #43b7ca;
}

.stressBox.stressBox4 {
    position: relative;
    top: -190px;
    left: -380px;
    z-index: 7;
}


.stressBox.stressBox4 {
    position: relative;
    top: -50px;
    left: -150px;
    z-index: 7;
}

.stressBox.stressBox4:after {
    background: #915ba4;
    top: 82px;
    left: -358px;
    transform: rotate( 
0deg );
    width: 400px;
}

.stressBox.stressBox4:before {
    background: #915ba4;
}


.stressBox.stressBox4 h2 {
    color: #43b7ca;
    border-bottom: 20px solid #915ba4;
}



.stressBox.stressBox5 {
    position: relative;
    top: -190px;
    left: -380px;
    z-index: 7;
}


.stressBox.stressBox5 {
    position: relative;
    top: 20px;
    left: -310px;
    z-index: 7;
}

.stressBox.stressBox5:after {
    background: #787fff;
    top: 32px;
    left: -288px;
    transform: rotate(
20deg
);
    width: 300px;
}

.stressBox.stressBox5:before {
    background: #787fff;
}


.stressBox.stressBox5 h2 {
    color: #43b7ca;
    border-bottom: 20px solid #787fff;
}

.stresIconMain.stresIcon5 {
    top: -811px;
    left: -421px;
    width: 165px;
    transform: rotate( 
136deg
 );
}



.bb_text h4 small {
    float: right;
}










.bb_text .box:before,
.bb_text .box:after {
    /* background:blue; */
    color:blue;
    border-color:blue;
    box-shadow: inset 0 0 10px blue;
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    /* background:blue; */
    z-index:-1;
    filter: blur(250px);
}
.bb_text .box:before {
    content:'';
    position:absolute;
    top:0;
    left:-50%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.05);
    transform:skewX(-3deg);
    pointer-events:none;
}
.bb_text .box p {
    margin:0;
    padding:0;
    color:#fff;
    font-size:50px;
}
.bb_text .box label {
    position:relative;
    cursor:pointer;
}
.bb_text .box label input {
    display:none;
}
.bb_text .box label span {
    position:relative;
    display:inline-block;
    margin: 10px 1px;
    font-size: 15px;
    padding: 7px;
    width: 38px;
    height: 38px;
    background: #3fb5ca;
    border: 1px solid #46b8ca;
    color: #ffffff;
    border-radius: 44px;
    font-weight: 300;
}
.bb_text .box label input:checked ~ span {
    color:#fff;
    border: 1px solid #008eff;
}
.bb_text .box label input:checked ~ span:before {
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    background:#008eff;
    z-index:-1;
    filter: blur(10px);
}
.bb_text .box label input:checked ~ span:after {
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    background:#008eff;
    z-index:-1;
    filter: blur(15px);
}
.bb_text .box label input:checked ~ span.yes {
    color: #ffffff;
    border-color: #47b9cb;
    box-shadow: inset 0 0 10px #43b7ca;
}

.bb_text .box label input:checked ~ span.yes:before,
.bb_text .box label input:checked ~ span.yes:after {
    background: #3db5ca00;
}

.bb_text .box label input:checked ~ span.no {
    color: #ffffff;
    border-color: #43b7ca;
    box-shadow: inset 0 0 10px #3eb5ca;
}

.bb_text .box label input:checked ~ span.no:before,
.bb_text .box label input:checked ~ span.no:after {
    background: #3bb3ca;
}


.bb_text h3 {
    float: left;
    margin: 0 0 0;
    font-size: 18px;
    font-weight: 600;
}

.bb_text .box label:nth-child(6) span {
    background: #ededed;
    border: 1px solid #ededed;
    color: #cccccc;
}
.bb_text .box label:nth-child(7) span {
    background: #ededed;
    border: 1px solid #ededed;
    color: #cccccc;
}


.bb_text h4 {
    font-size: 19px;
    color: #1d3b45;
    margin: 0 0 21px;
    line-height: 22px;
    font-weight: 600;
}

.bb_text h4 small{
    font-size: 17px;
    float: right;
    text-align: left;
    width: 70%;
    line-height: 21px;
    color: #2d2d2d;
}

.map_sec{ padding:5% 0;background: #f1f1f1;  }



.black_box {
    background: #ffffff;
    overflow: hidden;
    padding: 0px 0 0;
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px #00000042;
}


.pdo{ padding-left: 0; }

.box {
    margin: -20px 0 0;
}

.bb_text {
    padding: 20px 0 0;
}


.baby_sitt img{ position: relative;  }
.baby_sitt img:after {
                  position:absolute;
                  content: '';
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  background: #00000087;
                  z-index: 2;
  }



.online a {
    display: block;
    color: #ffffff;
    padding: 0 0 4px;
    font-size: 15px;
}


.online {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 20px;
    z-index: 5;
}

.main_map iframe {
    border: 0;
    height: 514px;
    width: 100%;
}

i.fa.fa-circle {
    border: 2px solid #ffffff;
    border-radius: 50px;
    color: #3db4ca;
    box-shadow: 0px 0px 10px #000;
}

.main_map{  position: relative; }

.map_con {
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    background: #00000078;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    display: block;
    right: 0;
}

.map_con h3{color: #ffffff;font-size: 21px;}


.baba h4 {
    font-size: 25px;
    margin: 0 0 20px;
}

.baba {
    margin: 20px 0 0;
}

.baba ul li a {
    text-decoration: underline;
    font-size: 16px;
    color: #33b1ca;
    display: block;
    margin: 0 0 9px;
}

.baba ul {
    list-style: none;
    padding: 0 0 0 10px;
    overflow-y: scroll;
    height: 200px;
}


/*BOOKING PAGE CSS STRT*/
.pt-b-70 {
  padding: 70px 0px;
}

.pt-b-50 {
  padding: 5% 0;
}

.form-booking input.form-control {
  border-radius: 0;
  height: 50px;
  margin: 0 0 15px;
}

.form-booking textarea.form-control {
  border-radius: 0;
}

.form-booking select.form-control {
  border-radius: 0;
  height: 40px;
}

.form-booking select {
  color: #000;
}

.form-booking input::placeholder , .form-booking textarea::placeholder {
  color: rgb(0, 0, 0) !important;
}

.form-booking .form-group button {
  color: #fff;
  padding: 11px 48px;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
  border-radius: 0;
  border: 0;
}

.form-booking .form-group button:hover {
  background-color: #000;
    color: #fff;
    background-image: none;
}

.get-in-touch-head {
  font-size: 25px;
  font-family: 'Brygada 1918', serif;
  margin-top: 0px;
}

.contact-info-wrap {
  padding: 61px 40px 60px 40px;
  background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
}

.contact-info-wrap .contact-info-list {
  padding: 0 !important;
  list-style: none;
}

.contact-info-wrap .contact-info-list li {
  padding: 10px 0;
}

.contact-info-wrap .contact-info-list a {
  color: #fff;
  font-size: 15px;
}

.contact-info-wrap .contact-info-list a i{
  margin-right: 10px;
}

.mb-50 {
  margin-bottom: 50px;
}

.text-wht {
  color: #fff !important;
}

.timing-listing {
  padding: 0;
  list-style: none;
}

.timing-listing li {
  color: #fff;
}

.timing-listing h3 {
  color: #fff;
  margin: 60px 0 12px 0;
  font-size: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

/*BOOKING PAGE CSS END*/

.TestimonialSlider .video_bg {
    padding: 144px 0;
    margin: 0 10px 0;
}


.blog_sec {
    padding: 0% 0 5%;
}

.blog_sec h2 {
    text-align: center;
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    color: #000027;
    margin: 0 0 30px;
}

.video_bg.one {
    background-image: url(../images/vd_1.jpg);
    border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inherit;
}.video_bg.two {
    background-image: url(../images/vd_2.jpg);
     border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inherit;
}.video_bg.three {
    background-image: url(../images/vd_3.jpg);
      border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inherit;
}.video_bg.four {
    background-image: url(../images/vd_4.jpg);
      border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inherit;
}
.video_bg.five {
    background-image: url(../images/vd_img-bg.jpg);
}
.video_bg.seven {
   background-image: url(../images/patcherins-img.png);
    border: 0;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
    display: inherit;
}








/*PRODUCT DETAID STRT CSS*/
.product_detail_sec {
    padding: 5% 0;
}

.prod_decs_wrap h2 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0px; 
}

.prod_decs_wrap p {
    font-size: 16px;
    line-height: 25px;
    color: #a3a3a3;
    margin: 10px 0 0;
}

.mt-70 {
  margin-top: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.rev {
    flex-direction: row-reverse;
    display: flex;
}

.product_detail_end {
  padding: 0 0 5% 0;
}
/*PRODUCT DETAID END CSS*/

/*form css start */

a.btn.btn_blue {
    color: #fff;
    padding: 11px 48px;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #58c0cb, #4ebccb, #45b8ca, #3ab3ca, #2fafca);
border-radius: 0;

}

a.btn.btn_blue:hover, a.btn.btn_blue:focus {
    background-color: #000;
    color: #fff;
    background-image: none;
}


.redio .col-lg-6 {
    width: 30%;
    margin: 0 auto;
}



/* The container */
.containerd {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}

/* Hide the browser's default radio button */
.containerd input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containerd:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerd input:checked ~ .checkmark {
  background-color: #37b2ca;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerd input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containerd .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}


.reed .checkmark {
    position: absolute;
    top: 0;
    left: -27px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}


.reed ul{ list-style-type: none; }


.reed ul li {
    margin: 0 0 10px;
    font-size: 15px;
}


.reed ul li .containerd {

    font-size: 15px;
}


.staff_div.ccc img {
    width: 80px;
    margin: 0 auto;
}




.staff_div.ccc:hover {
    background: #51bdcb;
}

.staff_div.ccc:hover img{ filter: invert(1); }
.staff_div.ccc:hover  h4 {color: #ffffff;}
.staff_div.ccc:hover  span {color: #ffffff;}
.staff_div.ccc:hover  a {color: #ffffff;}

.staff_text.ccc h4 {
    font-size: 19px;
    line-height: 25px;
    color: #727475;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Brygada 1918', serif;
}


.staff_div.ccc .staff_text h4 {
    font-size: 17px;
    line-height: 18px;
}
.staff_div.ccc {
    padding: 20px;
    box-shadow: 0px 0px 10px #cccccc;
    border-radius: 10px;
    margin: 12% 0;
}

.staff_div.ccc .staff_text span {

    margin: 17px 0 10px;
}



.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

.main_map.mep iframe {
    height: 304px;
}

.main_map.mep1 iframe {
    height: 434px;
}

.redio .main_map.mep1 iframe {
    height: 531px;
}

.main_map.mep1 iframe {
    height: 361px;
}
.redio .staff_div img {
    height: 314px;
    margin: 0 0 30px;
    object-fit: cover;
}


.form-booking.final label {
    float: left;
    width: 40%;
    vertical-align: bottom;
    display: block;
    font-weight: 500;
    padding: 9px 0;
}

.form-booking.final select {
    float: right;
    width: 59%;
}

/*home page text css start*/
.abouttextpara p:last-child{
    padding-bottom:20px;
}
.slider-text.md-top {
    margin-top: -25px;
}
.change-color{
    color:#81151d !important;
}


.abouttextpara p {
    color: #333333;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto 0%;
    display: table;
    font-family: 'Helvetica';
}
p.hm-secnd-pera {
    font-size: 22px;
}
.aboutmainbox1 p {
    text-align: right;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #111213;
    font-family: 'Helvetica';
}
.aboutmainbox1 {
    /* padding: 15px 10px; */
    margin: 20px 0 0;
}
/*home page text css end*/

/*new about css start*/
.welcometext h2 {
    color: #545454;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
    font-family: 'Helvetica';
}

.aboutmainbox p {
    color: #111213;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Helvetica';
}
.aboutmainbox {
    margin: 20px 0 0;
}
.welcomevideo {
    border: 2px solid #0000004d;
}
.video_bg.welcomevideo a {
    bottom: 60px;
    left: -12px;
}
.aboutbox {
    padding-top: 20px;
}

.welcomebesttext h4 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #45b8ca;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Brygada 1918', serif;
    letter-spacing: -1px;
}
.welcomebesttext h4:before {
    content: '';
    position: absolute;
    bottom: -23%;
    border-bottom: 3px solid #45b8ca;
    width: 422px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.staff_div img {
    width: 100%;
}
.paddingtop {
    padding: 30px 0 0;
}
/*new about css end*/



/*home page testimonail sec css start*/
/*.video_bg a i {*/
/*    color: #fff;*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    display: flex;*/
/*    font-size: 20px;*/
/*    border-radius: 50px;*/
/*    background-color: #32b0ca;*/
/*}*/
.video_bg a i {
    color: #42b7ca;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 27px;
    border-radius: 50px;
    background-color: transparent;
    /* opacity: 0; */
    position: relative;
    right: 26px;
    bottom: 25px;
}
/*.video_bg a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*    display: block;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background-color: #32b0ca;*/
/*    border-radius: 50%;*/
/*    animation: pulse-border 1500ms ease-out infinite;*/
/*}*/
.video_bg a:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 36%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 51px;
    height: 51px;
    background: #345ba1 !important;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    /* background: transparent !important; */
}
/*.video_bg a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*    display: block;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    transition: all 200ms;*/
/*    background-color: #32b0ca;*/
/*    z-index: -18;*/
/*}*/
.video_bg a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}


@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
    opacity: 0;
  }
}

.welcomebowen {
    position: relative;
}
.bowenlogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 6% auto;
    display: flex;
}


.gallery a i {
    color: #fff;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 30px;
    border-radius: 50px;
    background-color: #32b0ca;

}
.gallery a:before {
    content: "";
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 47%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #32b0ca;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.gallery a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
    background-color: #32b0ca;
    z-index: -18;

}
/*home page testimonail sec css end*/
.productbody {
    margin: 0 25px;
}
/*sernior massage css start*/


.senior-message a:before {
    top: 42%;
}

/*sernior massage css end*/
/*bowen thaerpy page css start*/

.bowen-text1 p {
    color: #333333;
    font-size: 23px;
    line-height: 38px;
    font-weight: 400;
    padding-top: 0;
    font-family: 'Helvetica';
    width: 80%;
}
.bow {
    padding-left: 0;
    padding-top: 0;
}
section.sport_sec1 {
    padding: 50px 0 100px;
}
.bowen-box1 {
    /* padding: 115px 0 115px; */
    border: 2px solid #0000004d;
    margin: 0 auto;
    display: table;
    width: 65%;
    box-shadow: 0px 2px 2px 3px #0000004d;
    border-radius: 5px;
    padding: 175px 0;
}
.menuSec ul li.active a {
    color: #367588;
}
/*bowen thaerpy page css end*/


/*new hover effect css start*/

.da-thumbs {
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0;
    text-align: center;
}
.da-thumbs li {
    /* margin: 5px; */
    /* padding: 8px; */
    position: relative;
    width: 20%;
    display: inline-block;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}
.da-thumbs li a {
  overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgb(65 182 202 / 55%);
    width: 100%
    height 100%;
    /*margin: 3% auto 4% 4%;*/
    display: table !important;
    border-radius: 21px;
    /*margin-top: -1%;*/
}
.da-thumbs li a div span {
  display: block;
  padding: 10px 0;
  margin: 40px 20px 20px 20px;
  text-transform: uppercase;
  font-weight: normal;
  color: rgba(255,255,255,0.9);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}


.da-thumbs li a div {
  top: 0px;
  left: -100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
  left: 0px;
}

ul#da-thumbs li a img {
    width: 100%;
    height: 230px;
}

.bowentherpy1img {
    /* object-fit: cover; */
    /* min-height: 390px; */
}


.productbody {
    padding: 30px 22px;
    height: 214px;
    margin-top: 5px;
    width: 93%;
    margin-left: 9px;
}
.img-staf{
  height: 231px !important;
  width: 230px !important;
}
.img-staf1{
  height: 226px !important;
  width: 230px !important;
}

.productbody h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Helvetica';
    color: #000027;
}
.productbody p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Helvetica';
    color: #fff;
}
/*new hover effect css end*/

