body{
	font-family: 'Open Sans', sans-serif;
}

.header{
	margin-top: 33px;
	margin-bottom: 33px;
}

.navbar-brand img{
	width: 335px;
}
.menu{
	margin-top: 13px;
}
.menu .active a{
	color: #1ca549 !important;
}

.header li a.contact-button {
    color: #fff !important;
    padding: 13px 48px !important;
    border-radius: 35px;
    background-color: #211f5f;
    margin-left: 20px;
}
.header li a{
	font-size: 15px;
	font-weight: 600;
	color: #272627 !important;
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.header li a:hover{
	color:#1aa54a !important;
}

/*---------------------video banner css----------------*/

.video-banner {
  position: relative;
  background-color: black;
  height: 85vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-banner .container {
  position: relative;
  z-index: 2;
}

.video-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}

@media (pointer: coarse) and (hover: none) {
  .video-banner {
    background: url('../images/banner.mp4') black no-repeat center center scroll;
  }

}

.banner-content{
	background-color: #17151542;
    padding: 30px 15px;
    border-radius: 25px;
}
.banner-content h2{
	color: #fff;
	font-weight: 600;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}

.banner-list{
	text-align: left;
	padding-left: 30px;

}

.banner-list li{
	text-decoration: none;
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    display: flex;
    align-items: center;
}
.banner-list li:before{
	display: inline-block;
	margin-right: 10px;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url('../images/tick.png') no-repeat;
}

/*---------------------end video banner css----------------*/

/*---------------------footer---------------*/

.footer{
	background-color: #211f5f;
	padding-top: 60px;
	padding-bottom: 30px;
	text-align: left;

}

.footer h4{
	font-weight: 600;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.footer p{
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.footer h5{
	font-size: 15px;
	color: #1aa54a;
	font-weight: 600;
	display: flex;
	align-items: center;

}
.footer h5 img{
	margin-right: 10px;
	width:28px;
}

.footer i{
	color: #211f5f;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 22px;
    margin-right: 10px;
}
.footer .fa-linkedin{
	padding: 10px 12px;
    font-size: 23px;
}
.footer .item{}

.footer i:hover{
	background-color: #1aa54a;
	color: #fff;
	cursor: pointer;
}
.footer-section{
	border-bottom: 1px solid #dedede45;
	padding-bottom: 35px;
}
.sub-footer{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    
}
.sub-footer a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.sub-footer a:hover{
	color: #1aa54a;
}

/*----------------------home page css end ------------------------------*/


/*--------------------about page css-----------------------*/

.inner{
	border-bottom: 2px solid #dedede;
}

.about-us{
	text-align: left;
	padding-top: 60px;
	padding-bottom:60px;
}
.about-us img{
	max-width: 100%;
}

.about-us h2{
	color: #211f5f;
	font-size: 30px;
	font-weight: 600;
}
.about-us p{
	color:#4c4c4c;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}
.about-us h4{
	font-size: 18px;
	color: #1aa54a;
	font-weight: 600;
}
.our-team{
	margin-top: 30px;
}


/*--------------------------why us -----------------*/

.why-us{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}
.why-us img{
	max-width: 100%;
}

.why-us .item{
	margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.why-us h3{
	font-size: 21px;
	color: #211f5f;
	font-weight: 600;
}

.why-us p{
	color:#4c4c4c;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}





/*--------------------healthproviders----------------------------------*/


.health-providers{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}
.health-providers img{
	max-width: 100%;
}
.health-providers h2{
	color: #211f5f;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 35px;
}

.health-providers h4{
	font-size: 21px;
	color: #1aa54a;
	font-weight: 600;
	margin-bottom: 10px;
}

.health-providers p{
	color:#4c4c4c;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
}

.health-providers h3{
	font-size: 19px;
	color: #353636;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 45px;
}


/*----------------ourfees-------------------------*/


.our-fees{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}
.our-fees img{
	max-width: 100%;
}
.our-fees h2{
	color: #211f5f;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.our-fees h4{
	font-size: 21px;
	color: #1aa54a;
	font-weight: 600;
	margin-bottom: 10px;
}

.our-fees p{
	color:#4c4c4c;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.our-fees p:before{
	display: inline-block;
	margin-right: 5px;
    content: "";
    width: 17px;
    height: 17px;
    background: transparent url('../images/blue_tick.png') no-repeat;
}
.our-fees h5{
	font-size: 17px;
	color: #353636;
	font-weight: 600;
	line-height: 31px;

}
.our-fees a{
	text-decoration: underline;
	color: #211f5f;
}
.our-fees a:hover{
	color: #1aa54a;
}



/*-----------------privacy policy--------------------*/

.privacy{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}

.privacy h2{
	color: #211f5f;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}

.privacy h4{
	font-size: 21px;
	color: #1aa54a;
	font-weight: 600;
	margin-bottom: 10px;
}

.privacy p{
	color:#4c4c4c;
	font-size: 15px;
	line-height: 26px;
	font-weight: 400;
	display: flex;
	align-items: center;
}

/*------------------cookies policy--------------------*/

.cookies{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}

.cookies h2{
	color: #211f5f;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 30px;
}


.cookies h4{
	font-size: 21px;
	color: #1aa54a;
	font-weight: 600;
	margin-bottom: 10px;
}

.cookies h5{
	color: #211f5f;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.cookies p {
    color: #4c4c4c;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}

.cookies .point:before{
	display: inline-block;
	margin-right: 5px;
    content: "";
    width: 17px;
    height: 17px;
    background: transparent url('../images/square.png') no-repeat;
}



/*--------------------------------------------------contact page ------------------------------------*/

.contact{
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: left;
}
.contact img{
	max-width: 100%;
}

.contact h2{
	color: #211f5f;
	font-size: 25px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}
.contact span{
	color: #1aa54a;
}

.contact-form span{
	color: #1aa54a;
}

.contact-form label{
	color: #4c4b4b;
    font-size: 15px;
    font-weight: 500;
}
.contact-form .send{
	border-radius: 35px;
    padding: 7px 35px;
    background-color: #211f5f;
    border-color: #211f5f;
}
.contact-form .send:hover{
	background-color: #1aa54a;
    border-color: #1aa54a;
}

/*----------------------------------------thanks page----------------------------------*/
.thanks-bg{
    background: url(images/001.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  display: flex;
    align-items: center;
    justify-content: center;
}

.thanks-center{
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    width: 30%;
    padding-bottom: 95px;
}

.thanks-center h4{
    color: #0f2c41;
    font-size: 30px;
    margin-top: 45px;
    font-weight: bold;
}
.thanks-center p{
    color: #0f2c41;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 45px;
}
.thanks-center a{
    background-color: #007bff;
  border-color: #007bff;
  padding:13px 25px;
  color: #fff;
  border-radius: 35px;
}

.thanks-center a:hover{
    background-color: #282c2b;
  color: #fff;
  text-decoration: none;
}

/***************************************Responsive Styles******************************************/
/**************iPad Landscape***************/


@media only screen and ( max-width: 1024px ) and (min-width: 986px){

.navbar-brand img {
    width: 242px;
}
.header li a {
    font-size: 14px;
    padding-left: 16px!important;
    padding-right: 16px!important;
}

.header li a.contact-button {
    padding: 13px 34px !important;
}
.banner-content h2 {
    font-size: 18px;
}
.footer h5 {
    font-size: 16px;
}
.thanks-center{
    width: 50% !important;
}
.thanks-center p {
    font-size: 15px!important;
}

}


/********************************************//**************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){


.header li a.contact-button {
    max-width: max-content;
}
.banner-content {
    padding: 24px 9px;
}
.banner-content h2 {
    font-size: 19px;
}
.banner-list {
    padding-left: 14px;
}

.banner-list li {
    font-size: 14px;

}

.footer i {
    padding: 4px 9px;
    font-size: 21px;
    margin-right: 10px;
}

.footer h5 img {
    margin-right: 8px;
    width: 27px;
}
.footer h5 {
    font-size: 13px;
}
.footer .fa-linkedin {
    padding: 5px 7px;
    font-size: 20px;
}

.footer i{
	margin-right: 4px;
}

.why-us .item {
    align-items: start;

}

.cookies .point:before {
    width: 26px;
}
.thanks-center{
    width: 50% !important;
}
.thanks-center p {
    font-size: 15px!important;
}

}
/**********************************//***************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){

.header li a.contact-button {
    max-width: max-content;
}
.banner-content h2 {
    font-size: 20px;
}

.footer .item {
    margin-bottom: 55px;
}

.footer-section {
	padding-bottom: 0px;
}

.about-us h2 {
    margin-top: 24px;
}

.why-us img {
    margin-bottom: 25px;
}

.row.item.item2{
    flex-direction: column-reverse;
}

.row.item.item4{
    flex-direction: column-reverse;
}

.health-providers h2 {
    margin-bottom: 27px;
    margin-top: 20px;
}
.our-fees h4 {
    font-size: 20px;
    }


.cookies .point:before {
    width: 33px;
}

.thanks-center{
    width: 50% !important;
}
.thanks-center p {
    font-size: 15px!important;
}

}
/*******************************************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){


.navbar-brand img {
    width: 205px;
}

.header li a.contact-button {
    max-width: max-content;
}

.banner-list li {
    font-size: 14px;
}
.banner-content h2 {
    font-size: 17px;
    text-align: left;
}
.banner-list{
	padding-left: 0px;
}

.footer .item {
    margin-bottom: 55px;
}
.footer h4 {
    margin-bottom: 10px;
}
.footer-section {
	padding-bottom: 0px;
}

.about-us h2 {
    margin-top: 24px;
}
.why-us img {
    margin-bottom: 25px;
}

.row.item.item2{
    flex-direction: column-reverse;
}

.row.item.item4{
    flex-direction: column-reverse;
}

.health-providers h2 {
    font-size: 22px;
    margin-bottom: 27px;
    margin-top: 20px;
}

.our-fees h2 {
    font-size: 22px;
    margin-top: 25px;
}

.cookies .point:before {
    width: 47px;
}

.thanks-center{
    width: 100% !important;
}
.thanks-center p {
    font-size: 16px!important;
}

}
