@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Poppins', sans-serif; */

/* +++++++++++++++++ Global css +++++++++++++++++++*/


*{margin:0; padding:0; outline:none; border:none;}
body { 
  font-family: 'Poppins', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
	font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* responsive font size */

html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}

.btn-dark.focus, .btn-dark:focus{
    box-shadow: none;
}

/* +++++++++++++++++ Global css +++++++++++++++++++*/
.border{
  border: 6px solid #007c97 !important;
}
.header-bg{
  background-image: url(../images/Header\ line\ strip.png);
}
.pt{
	padding:10px 0;
}
  .menu-size{
        float: right;
    	margin-top: 14px;
  }
  .logo{
    margin: 0 20px;
    height: 46px;
  }
.background{
 background-image: url(../images/Cover\ Images.png);
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: center top;
  padding: 70px 0 100px 0;
  }
  .text{
    color: black;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    margin-left: auto;
    width: 60%;
	  margin-top:0;
  }
  .text span{
    font-weight: 700;
    color: #007c97;
	  font-family: 'Poppins', sans-serif;
  }
  .textp{
    color: #004040;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
   margin: 35px 0;
    margin-left: auto;
    line-height: 30px;
    width: 34%;
    
  }
  .textp span{
    color: #004040;
    font-weight: 700;
  }
  .count{
    color: #007c97 !important;
  }
  .img-size{
    width: 32px;
  }
  .logo-text1{
    line-height: 18px;
  }
  .logo-text{
    color: #00657c;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px; 
    line-height: 18px;
	  font-family: 'Poppins', sans-serif;
  }
  .logo-text-next{
    color: #00657c;
    font-size: 14px;
    margin-left: 10px;
    line-height: 18px;
	  font-family: 'Poppins', sans-serif;
	  font-weight:500;
   
  }
  .ul-padding{
    padding: 48px 0;
  }
  .last-bg{
    background-image: url(../images/Background\ images.png);
    background-size: cover;
   padding-top: 45px;
   padding-bottom: 90px;
  }
  .section-next{
    text-align: center;
  margin-bottom: 45px;
    font-size: 30px;
    font-weight: 500;
    color: black;
    font-family: 'Poppins', sans-serif;
   
  }
  .section-next span{
    color: #007c97;
	  font-weight: 600;
  }

.last-img-size{
  width: 150px;
}
.img-padding{
  padding: 82px 0;
}
.from-bg{
    background-color: #fff;
    margin-top: -150px;
    box-shadow: 0px 4px 2px #ccc;
}
.rafrom {
  padding: 0 35px;
}
.from-text{
  padding: 35px 45px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: black;
    font-family: 'Poppins', sans-serif;
	line-height: 36px;
}
.from-text span{
  font-size: 32px;
  font-weight: 600;
	display: block;
	font-family: 'Poppins', sans-serif;
}
.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ecf8ff;
  background-clip: padding-box;
  border: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-color{
  font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    color: black;
	margin-bottom:5px;
	font-family: 'Poppins', sans-serif;
}
.btn{
  background-color: #007c97;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 45px;
    margin: 28px;
}
.btn-div{
  text-align: center;
}

.input-box{
  border-radius: inherit;
  border-bottom: 1.7px dashed #b7b7b7;
}
.wpcf7 .form-group .wpcf7-date, .wpcf7 .form-group .wpcf7-select{
	border:none;
}
.input-box0{
  border-radius: inherit;
}

.last-text-size{
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
  color: black;
 font-size: 17px;
}
.last-text-size span{
  color: #007c97;
}

.massage-box{
  width: 100%;
   border-bottom: 1.7px dashed rgb(214, 197, 197);
   background-color: #ecf8ff;
	padding: 10px;
	height: 90px;
}
.last-img ::before{
  content: "";
  width: 480px;
}
.logo-odd{
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 37%;
}
.contact{
text-align: center;
margin-top: 30px;
}
.contact p{
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.contact a{
  color: black !important;
  margin: 30px;
}
.contact span{
  color: #007c97;
}

.pitcher{
  text-align: center;
	width: 70%;
    margin: 0 auto;
}
.pitcher img{
  

}
.pitcher p{
  margin-top: 10px;
  color: black;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.wpcf7{
	padding:0 45px;
}
.wpcf7 .form-group p{
	margin-bottom:0 !important;
}
.wpcf7 .form-group p label{
	    font-size: 14px;
    font-weight: 500;
    padding-top: 0;
    color: black;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
}
.wpcf7-spinner{
	position: absolute !important;
    left: 46% !important;
    transform: translateX(-50%) !important;
}
.wpcf7-date{
	font-size:13px;
}
.wpcf7-select{
	font-size: 12px;
}
.mt{
	margin-top:20px;
	
}
