@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;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

body{
  font-family: 'Poppins', sans-serif !important;
}

*{
  margin:0;
  padding: 0;
  box-sizing:border-box;
}
/*Default CSS*/
.main-page h1{
	font-size: 48px;
	line-height: 67px;
	color: #FFFFFF;
	font-weight: 700;
}
.main-page h2{
	font-size: 48px;
	line-height: 67px;
	color: #FFFFFF;
	font-weight: 700;
}
.main-page h4{
	font-size: 32px;
	line-height: 45px;
	color: #474646;
	font-weight: 700;
}
.main-page h6{
	font-size: 26px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 700;
}
.main-page p{
	font-size: 18px;
	line-height: 32px;
	color: #474646;
	font-weight: 400;
	margin-bottom: 15px;
}
.cta-btn {
    margin-top: 50px;
}
.cta-btn a {
    background: #007da0;
    color: #fff;
    border: 1px solid #0084A9;
    border-radius: 7px;
    display: block;
    margin: 0 auto;
    padding: 14px 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-decoration: none;
    transition: .5s;
  	text-align: center;
}
.cta-btn a:hover {
   background: #fff;
   color: #0084A9;
   text-decoration: none;
}
/*Default CSS*/

/*Navigation CSS*/
.navbar-brand  span{
	color: #fed136;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}
.navbar-brand {
	color: #fff;
	font-size:25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
	font-weight:700;
	letter-spacing:0.1em;
}
.navbar-nav .nav-item a{
	padding: 1.1em 1em!important;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333333;
}
.navbar-nav .nav-item a:hover{
	color:#238FCE;
}
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid #fed136;
}
.dropdown-item:hover{
	background-color:#fed136;
	color:#fff;
}
nav{
	-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
}
.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}
.navbar.fixed-top {
    background: #fff;
	height: 85px;
	padding: 0;
    border-bottom: 1px solid #ddd;
}
li.nav-item.current.active a {
    color: #238FCE;
}
main#content.menu_transparent{
    margin: 0;
}
main#content {
    margin: 157px 0 0 0;
}
.hide-element{
  display:none;
}
a.navbar-brand {
    padding: 10px 5px;
}

button.navbar-toggler { 
	margin-right: 20px;
}

div#collapsibleNavbar {
    background: #fff;
}
/*Navigation CSS*/
/*Footer CSS*/
.footer{
background: #1E1E1E;
color: #FFFFFF;
}
.social-media span {
    display: inline-block;
}

.footer .custom-footer h4{
    font-size: 23px;
    line-height: 32px;
    margin-bottom: 30px;
	color: #fff;
}
.footer .copyright p {
	color: #FFFFFF;
}
/*Footer CSS*/

/*Healthgrade CSS*/
.health-grade h4 {
    text-align: center;
    margin-bottom: 50px;
}

.health-grade {
    overflow: hidden;
}
.health-grade .row{
margin: 0;
}
.health-sec {
    position: relative;
    padding: 100px 0px 90px;
}
.health-review {
    padding: 0 20px;
  font-size: 0;
}
.health-sec:before {
    content: "";
    background: linear-gradient(90deg, rgb(64 211 184) 0%, rgb(105 218 161) 100%);
    width: 150%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 35px 0 0 35px;
    transform: skew(-20deg);
    opacity: 0.8;
    left: 9%;
}
.health-badge {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: space-evenly;
    font-size: 0px;
}
.health-grade .cta-btn {
    width: 225px;
    margin: 30px auto 0;
}
/*Healthgrade CSS*/

/*Testimonial CSS*/
.testimonial-sec {
    padding: 100px 0 10px;
}
.testimonial-sec .testimonial-head {
    text-align: center;
}
.testimonial-sec .test-row1 {
    margin: 60px 0 90px;
}
.testimonial-sec .title {
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    color: #3D4D59;
    margin-bottom: 10px;
}
.testimonial-sec .description {
    font-size: 18px;
    line-height: 32px;
    color: #474646;
    font-weight: 400;
    margin: 0;
}
.testimonial-sec .cta-btn a {
    width: 230px;
}

/*Testimonial CSS*/

/*Call-us CSS*/
.callus-sec {
    background: #000000;
    padding: 60px 0;
    text-align: center;
}
.callus-sec a.tel-no {
    color: #fff;
    text-decoration: none;
}
.callus-sec .cta-btn {
    margin-top: 38px;
}
.callus-sec .cta-btn a {
    width: 290px;
}
/*Call-us CSS*/

/*Condition CSS*/
.conditions .column {
    display: table;
}
.conditions .col1 {
    display: table-cell;
	width: 22%;
    vertical-align: top;
    padding: 80px 25px 0px 0px;
}
.conditions .col2 {
    display: table-cell;
    vertical-align: top;
	padding: 10px 150px 0 30px;
	border-left: 1px solid;
    border-image: linear-gradient(270deg ,#DAE1E6 0%, #B4C0C9 100%) 1 100%;
  	overflow: hidden;
}

.conditions .col1 .tab-links {
    list-style: none;
}
.conditions .col1 .tab-links li a {
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    color: #474646;
	font-weight: 400;
	transition: .5s;
}
.conditions .col1 .tab-links li a:hover{
	color: #0084A9;
	text-decoration: none;
}
.conditions .col1 .tab-links li {
    margin-bottom: 40px;
	padding-left: 65px;
    position: relative;
}
.conditions .col1 .tab-links li .active{
	color: #306955;
	font-weight: 700;
}
.conditions .col1 .tab-links li .active:before {
    content: "";
    width: 32px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 13px;
    border-top: 5px solid #A0DDC7;
    border-radius: 0px 5px 5px 0px;
}
.conditions .col2 .banner-sec {
    background-repeat: no-repeat;
    background-size: cover;
    height: 395px;
    display: table;
    width: 100%;
}
.conditions .col2 .banner-inner {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
  padding: 20px;
}
.conditions .banner-inner .title {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 15px;
}
.conditions .banner-inner .sub-title {
    font-size: 24px;
    line-height: 33px;
    color: #ffffff;
    font-weight: 400;
}
.conditions .banner-inner .cta-btn {
    width: 292px;
    margin: 50px auto 0;
}
.conditions .col2-content {
    margin-top: 50px;
}

.conditions .col2-inner .col2-content-inner {
    padding-left: 35px;
}

.conditions .col2-content .content-head {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    width: 77%;
	margin-bottom: 30px;
}
.conditions .box-sec {
    margin-top: 40px;
}
.conditions .box-sec h4 {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 30px;
}
.conditions .box-sec .box1 {
    min-height: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 47%;
	background: #ECF7FA;
}
.conditions .box-sec .box2 {
    min-height: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 19%;
    margin: 0 30px;
	background: #ECF7FA;
}
.conditions .box-sec .box3 {
    min-height: 140px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 19%;
	background: #CCF5E8;
}
.conditions .box-sec .box1 p {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.conditions .box-sec .box1 p span {
    font-size: 16px;
}
.conditions .box-sec .box2 p, .conditions .box-sec .box3 p  {
    font-size: 36px;
    line-height: 51px;
    font-weight: 600;
    margin-bottom: 2px;
}
.conditions .box-sec .box2 span, .conditions .box-sec .box3 span {
    color: #474646;
    font-size: 16px;
    line-height: 23px;
}
.conditions .box-sec .disease-box-inner {
    display: table-cell;
    width: inherit;
    height: 140px;
    vertical-align: middle;
	padding: 20px;
}
.conditions .box-sec .box1 .disease-box-inner {
  padding: 20px 45px;
}
.conditions .box-sec .cta-btn {
    margin-top: 40px;
    width: 260px;
}
.conditions .causes-sec {
    margin-top: 40px;
}
.conditions .causes-inner {
    position: relative;
}
.conditions .causes-inner:after {
    content: "";
    width: 35%;
    height: 100%;
    background: url(/images/conditions/bone_bg.png);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 60%;
    background-position: 100%;
    top: 70px;
    right: -150px;
    z-index: -1;
}
.conditions .causes-sec .causes-title {
    font-size: 36px;
    line-height: 51px;
    margin: 0 0 35px 35px;
}
.conditions .causes-sec .causes-box {
    position: relative;
    background: #F9FAFA;
    padding: 32px 35px 58px;
    width: 88%;
}
.conditions .causes-sec .inner-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
    position: absolute;
    top: -17px;
    margin: 0;
}
.conditions .causes-sec .causes-para {
    margin-bottom: 22px;
	width: 90%;
}
.conditions .causes-sec .top-image {
    position: absolute;
    width: 160px;
    top: -36px;
    right: -108px;
}
.conditions .causes-sec .top-image img {
    width: 100%;
}
.conditions .causes-sec .bottom-image {
    position: relative;
    margin: -40px 0 120px 35px;
    width: 65%;
}
.conditions .causes-sec .bottom-image img {
width: 100%;
}
.conditions .causes-sec .bottom-content {
    position: absolute;
    top: 40px;
    right: -295px;
    width: 440px;
    padding: 40px;
    background: #8AE1F3;
}
.conditions .causes-sec .bottom-content h4 {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 10px;
}
.conditions .causes-sec .bottom-content p {
    margin-bottom: 30px;
}
.conditions .causes-sec .bottom-content p:last-child {
    margin-bottom: 0;
}
.conditions .diagnosis-top{
    width: 77%;
}
.conditions .diagnosis-top p {
    margin-bottom: 30px;
}
.conditions .diagnosis-top p:last-child {
    margin-bottom: 0;
}
.conditions .diagnosis-sec {
    margin-top: 40px;
	position: relative;
}
.conditions .diagnosis-sec .diagnosis-content {
    width: 65%;
}
.conditions .diagnosis-sec .diagnosis-image {
    position: absolute;
    top: 0;
    width: 370px;
    right: -60px;
}
.conditions .diagnosis-sec img {
    width: 100%;
}
.conditions .diagnosis-sec  h4 {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 40px;
}
.conditions .treatment-sec{
	margin-top: 40px;
}
.conditions .treatment-sec h4 {
    font-size: 36px;
    line-height: 51px;
    margin-bottom: 40px;
}

.conditions .treatment-sec .treatment-image {
    display: table-cell;
    width: 40%;
    padding-right: 40px;
    vertical-align: middle;
}
.conditions .treatment-sec .treatment-image img{
	width: 100%;
}

.conditions .treatment-sec .treatment-content {
    display: table-cell;
    vertical-align: middle;
}
.conditions .treatment-sec .treatment-content-inner {
padding: 40px;
    background: #CDF5E9;
}
.conditions .treatment-sec .treatment-content-inner p {
    margin-bottom: 32px;
}
.conditions .treatment-sec .treatment-content-inner p:last-child {
    margin-bottom: 0px;
}
.conditions .health-grade {
    padding-bottom: 100px;
}
.conditions .diagnosis-top p a {
    color: #474646;
    text-decoration: underline;
}
@media (min-width: 1600px){
.conditions .causes-sec .causes-box {
    width: 92%;
}
.conditions .treatment-sec .treatment-image {
    width: 20%;
}
.conditions .causes-sec .bottom-image {
    margin: -40px 0 40px 35px;
}
}
@media (min-width: 992px){
.conditions .col2 .container{
    max-width: 100%;
    padding: 0;
}
}
@media (max-width: 1400px){
.conditions .causes-sec .bottom-content {
    right: -270px;
}
.conditions .causes-sec .bottom-image {
    margin: -40px 0 180px 35px;
}
.conditions .diagnosis-sec .diagnosis-image {
    width: 330px;
}
}
@media (max-width: 1300px){
.conditions .causes-sec .bottom-image {
    width: 73%;
}
.conditions .causes-sec .bottom-content {
    right: -220px;
}
.conditions .diagnosis-sec .diagnosis-content {
    width: 62%;
} 
  .conditions .box-sec .box2 {
    width: 21%;
}
  .conditions .box-sec .box3 {
    width: 21%;
}
}
@media (max-width: 1200px){
.conditions .col2 {
    padding: 10px 70px 0 30px;
	overflow-x: hidden;
	}
	.conditions .col2-content .content-head {
    width: 100%;
	}
	.conditions .box-sec .box1 {
    width: 46%;
	}
	.conditions .box-sec .box2 {
    width: 22%;
	}
	.conditions .box-sec .box3 {
    width: 22%;
	}
	.conditions .causes-inner:after{
	top: 0px;
    right: -70px;
	}
	.conditions .diagnosis-top {
    width: 100%;
}
}
@media (max-width: 1100px){
.conditions .col2 {
    padding: 10px 30px 0;
}
.conditions .diagnosis-sec .diagnosis-image {
    width: 300px;
	right: -25px;
}
.conditions .causes-sec .top-image {
    right: -100px;
}
.conditions .causes-sec .bottom-image {
    width: 60%;
	margin: -40px 0 270px 35px;
}
.conditions .causes-sec .bottom-content {
    right: -260px;
	width: 390px;
    padding: 25px;
}
.conditions .box-sec .box1 {
    width: 45%;
}
  .conditions .box-sec .box1 .disease-box-inner {
    padding: 20px;
}
}
@media (max-width: 991px){
.conditions .column {
    display: block;
}
.conditions .col1 {
    display: none;
	}
	.conditions .col2 {
    display: block;
    padding: 0;
    border-left: none;
}
.conditions .col2-inner .col2-content-inner {
    padding-left: 0;
}
.conditions .causes-inner:after{
content: none;
}
.conditions .causes-sec .causes-title {
    margin: 0 0 35px;
}
.conditions .causes-sec .top-image {
    right: -90px;
}
.conditions .causes-sec .causes-para {
    width: 88%;
}
.conditions .causes-sec .bottom-image {
    width: 100%;
    margin: 40px 0;
}
.conditions .causes-sec .bottom-content {
    position: unset;
    width: 100%;
    padding: 40px;
    margin-top: 40px;
}
  
}
@media (max-width: 767px){
.conditions .col2 .banner-inner {
    padding: 20px 15px;
	}
	.conditions .banner-inner .title {
    font-size: 32px;
	}
	.conditions .banner-inner .sub-title {
    font-size: 20px;
	}
  .conditions .banner-inner .cta-btn {
    margin: 35px auto 0;
}
.conditions .col2-content .content-head{
    font-size: 22px;
}
.conditions .box-sec h4, .conditions .causes-sec .causes-title, .conditions .causes-sec .bottom-content h4, .conditions .diagnosis-sec h4, .conditions .treatment-sec h4 {
    font-size: 22px;
    line-height: 36px;
}
.conditions .causes-sec .inner-title {
    font-size: 20px;
	}
	.conditions .box-sec .box1 p {
    font-size: 22px;
	}
	.conditions .box-sec .box2 p, .conditions .box-sec .box3 p {
    font-size: 22px;
    line-height: 28px;
	}
.conditions .box-sec .box1,.conditions .box-sec .box2,.conditions .box-sec .box3 {
    width: 100%;
    display: block;
    padding: 0 20px;
	min-height:auto;
}
.conditions .box-sec .box2{
margin: 40px 0;
}
.conditions .box-sec .disease-box-inner {
    display: flex;
    width: inherit;
    height: 100px;
    padding: 0;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
  .conditions .box-sec .box1 .disease-box-inner {
  padding: 0;
}
  .conditions .box-sec .box1 {
    text-align: center;
  }
.conditions .diagnosis-sec .diagnosis-content {
    width: 100%;
}
.conditions .diagnosis-sec .diagnosis-image {
    width: 100%;
    position: unset;
    margin-top: 40px;
}
.conditions .treatment-sec .treatment-image {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-right: 0;
}
.conditions .treatment-sec .treatment-content {
    display: block;
    margin-top: 40px;
}
.conditions .col2-content {
    text-align: center;
}
.conditions .health-grade {
    padding-bottom: 50px;
}
.conditions .causes-sec .bottom-content, .conditions .treatment-sec .treatment-content-inner {
    padding: 25px;
	}
	.conditions .box-sec .cta-btn {
    margin: 40px auto 0;
	}
	.conditions .causes-sec  .causes-box {
    padding: 30px 30px 8px;
    text-align: left;
}
.conditions .causes-sec .top-image {
    width: 120px;
    right: -60px;
}
}
@media (max-width: 480px){
.conditions .causes-sec .causes-box {
    padding: 55px 15px 8px;
	}
	.conditions .causes-sec .top-image {
    width: 80px;
    right: -45px;
}.conditions .causes-sec .inner-title {
    width: 85%;
	}
}
/*Condition CSS*/

/*Faq CSS*/
.faq-page .banner {
    background: url(/images/banners/faq_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    height: 395px;
	text-align: center;
}
.faq-page .banner .banner-inner {
   padding: 100px 0 80px 0;
}
.faq-page .banner-inner h1 {
    font-size: 36px;
    line-height: 51px;
    margin: 0;
}
.faq-page .faq-content .content-inner {
    padding-top: 50px;
}
.faq-page .content-inner .content-head {
    font-size: 36px;
    line-height: 51px;
    color: #474646;
    margin-bottom: 30px;
}
.faq-page .content-inner h4 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
	font-weight: 600;
}
.faq-page .content-inner .faq-para {
    margin-bottom: 30px;
}
.faq-page .content-inner .faq-para .inner-para {
    font-weight: 600;
}
.faq-page .content-inner .faq-para .inner-para.highlight {
    text-decoration: underline;
}
.faq-page .content-inner .bottom-content {
    margin: 0;
    font-weight: 600;
}
.faq-page .content-inner .bottom-content .tel-no {
    color: #474646;
    text-decoration: underline;
}
.faq-page .health-grade {
    padding: 100px 0;
}
.faq-page .content-inner .faq-list {
    margin-bottom: 30px;
  	padding-left: 30px;
}
.faq-page .content-inner .faq-list.inner {
    padding-left: 40px;
}
.faq-page .content-inner .faq-list .inner-para {
    font-weight: 600;
}
.faq-page .content-inner .faq-list li {
    font-size: 18px;
    line-height: 42px;
    font-weight: 500;
    padding-left: 5px;
 	text-align: left;
}
.faq-page .content-inner .faq-list.inner li {
    line-height: 32px;
}
.faq-page .content-inner .faq-list.light li {
    font-weight: 400;
}
.faq-page .content-inner .faq-para .tel-no {
    color: #474646;
    text-decoration: none;
  font-weight: 600;
}
.faq-page .content-inner .faq-para:last-child {
    margin-bottom: 0;
}
.faq-page .video-sec {
    width: 620px;
    margin: 30px auto 0;
}
.faq-page .content-inner .medica-videos{
margin-bottom: 30px;
}
.faq-page .content-inner .medica-videos .faq-para{
margin-bottom: 0px;
}
/*Faq Slider*/
.faq-page .slider-sec {
    margin: -164px 0 0;
}

.faq-page .slick-slide {
    margin: 0 15px;
}
.faq-page .slider-box span {
    font-size: 18px;
    line-height: 25px;
    color: #474646;
    font-weight: 600;
}
.faq-page .slider-box {
    background: #fff;
    border-radius: 20px;
    min-height: 200px;
    box-shadow: 0 20px 36px 0 #6c6c6c1f;
	text-align: center;
}
.faq-page .slider-box a {
    display: block;
    padding: 50px 23px 25px;
    min-height: 200px;
	text-decoration: none;
  	outline: none;
}
.faq-page .slider-box a:hover {
	text-decoration: none;
  	outline: none;
}
.faq-page .slider-box a:focus {
	text-decoration: none;
  	outline: none;
}
.faq-page .slick-next:before, .faq-page .slick-prev:before{
	font-size: 0;
    line-height: 0;
	opacity: 1;
}
.faq-page .slick-prev:before{
    content: '';
	background: url(/images/home/left_arrow.png);
    position: absolute;
    width: 18px;
    height: 32px;
}
.faq-page .slick-next:before {
	content: '';
	background: url(/images/home/right_arrow.png);
    position: absolute;
    width: 18px;
    height: 32px;
}
.faq-page .slick-prev {
    left: -60px;
}
.faq-page .slick-next {
    right: -45px;
}
.faq-page .slick-next, .faq-page .slick-prev{
	width: 0;
    height: 0;
	top: 55px;
}
.faq-page .slick-next.slick-disabled:before, .faq-page .slick-prev.slick-disabled:before {
    opacity: 0;
}
.faq-page .slider-box.active {
    background: #0084A9;
}
.faq-page .slider-box.active span{
	color: #fff;
}
.faq-page .slick-list {
    padding-bottom: 50px;
}
@media (min-width: 1200px){
.faq-page .slider-sec .container{
max-width: 1170px;
}
}
/*Faq Slider*/
/*Faq CSS*/

/*Responsive CSS*/
@media (max-width: 1300px){
	/*Faq CSS*/
.faq-page .slick-prev {
    left: -20px;
}
.faq-page .slick-next {
    right: -3px;
}
/*Faq CSS*/
}
/*@media (max-width:1200px){
  /*Testimonial CSS*/
/*.testimonial-sec .video-sec video{
  height: auto;
}*/
  /*Testimonial CSS*/
/*}*/
@media (max-width:991px){
  /*Default CSS*/
.main-page h2 {
    font-size: 44px;
    line-height: 56px;
}
/*Default CSS*/
/*Faq CSS*/
.faq-page .slider-box {
    min-height: 231px;
}
.faq-page .slider-box a {
    min-height: 231px;
}
.faq-page .content-inner .medica-videos .faq-para{
margin-bottom: 30px;
}
/*Faq CSS*/
  /*Navigation CSS*/
  main#content {
    margin: 143px 0 0 0;
}
  /*Navigation CSS*/
}
@media (max-width:767px){

  /*Default CSS*/
.main-page h1 {
    font-size: 34px;
    line-height: 52px;
}
  .main-page h2 {
    font-size: 32px;
    line-height: 46px;
}
.main-page h4 {
    font-size: 22px;
    line-height: 36px;
}
 .main-page h6 {
    font-size: 22px;
    line-height: 36px;
 }
.cta-btn a {
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
}
  .cta-btn {
    margin-top: 35px;
}
  /*Default CSS*/
  
/*Healthgrade CSS*/  
  .health-grade h4 {
    margin-bottom: 40px;
}
  .health-review {
    padding: 0;
}
 /*Healthgrade CSS*/
/*Call-us CSS*/
  .callus-sec {
    padding: 50px 0;
}
  .callus-sec .cta-btn {
    margin-top: 35px;
}
 /*Call-us CSS*/
  /*Footer CSS*/
  .footer .custom-footer h4 {
    font-size: 22px;
  }
/*Footer CSS*/
/*Testimonial CSS*/
  .testimonial-sec {
    padding: 50px 0;
}
 .testimonial-sec .test-row1 {
    margin: 30px 0;
}
  .testimonial-sec .description {
    margin-bottom: 10px;
}
  .testimonial-sec .title {
    font-size: 22px;
  }
  .testimonial-sec .content{
   text-align: left;
  }
/*Testimonial CSS*/
/*Faq CSS*/
.faq-page .slider-box {
    box-shadow: 0 10px 15px 0 #6c6c6c1f;
}
.faq-page .faq-content .content-inner {
    padding-top: 0px;
}
.faq-page .content-inner .content-head {
    font-size: 24px;
    line-height: 38px;
}
.faq-page .content-inner h4 {
    font-size: 22px;
    line-height: 33px;
}
.faq-page .health-grade {
    padding: 50px 0;
}
.faq-page .slider-box {
    min-height: 210px;
}
.faq-page .slider-box a {
    min-height: 210px;
}
.faq-page .banner .banner-inner {
    padding: 100px 0 50px 0;
}
.faq-page .banner {
height: 335px;
}
.faq-page .slider-sec {
    margin: -135px 0 0;
}
  .faq-page .content-inner .faq-list.inner {
    padding-left: 30px;
}
  .faq-page .video-sec {
    width: 100%;
}
   .faq-page .video-sec video {
    height: 100%;
}
/*Faq CSS*/
}
@media (max-width:575px){
  /*Healthgrade CSS*/  
 .health-sec {
    margin-top: 30px;
}
  .health-sec:before{
    transform: skew(-15deg);
    left: 15%;
  }
 /*Healthgrade CSS*/
 /*Faq CSS*/
 .faq-page .slider-sec {
    width: 80%;
	margin: -135px auto 0;
}
.faq-page .slider-box a {
    min-height: 175px;
}
.faq-page .slider-box {
    min-height: 175px;
}
 /*Faq CSS*/
}
@media (max-width:480px){
  /*Healthgrade CSS*/  
.health-sec:before {
    transform: skew(-10deg);
}
  /*Healthgrade CSS*/  
  /*Faq CSS*/
  .faq-page .slider-sec {
    width: 90%;
}
.faq-page .slick-prev:before, .faq-page .slick-next:before {
    width: 15px;
    height: 26px;
    background-size: cover;
}
.faq-page .slider-box {
    min-height: 200px;
}
.faq-page .slider-box a {
    min-height: 200px;
}
.faq-page .slider-box a {
    padding: 35px 20px;
}
  /*Faq CSS*/
}
@media (max-width:320px){
  /*Healthgrade CSS*/  
.health-sec:before {
    transform: skew(-9deg);
}
  /*Healthgrade CSS*/  
  /*Faq CSS*/
  .faq-page .slider-box {
    min-height: 225px;
}
.faq-page .slider-box a {
    min-height: 225px;
}
  /*Faq CSS*/
  /*Call-us CSS*/
.callus-sec .cta-btn a {
    width: 100%;
}
  /*Call-us CSS*/
}
/*Responsive CSS*/