

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
  font-family: SF-Pro-Display-Light;
  src: url('../fonts/San-Francisco-Pro-Fonts-master/SF-Pro-Display-Light.otf');
}

@font-face {
  font-family: SF-Pro-Display-Medium;
  src: url('../fonts/San-Francisco-Pro-Fonts-master/SF-Pro-Display-Medium.otf');
}
@font-face {
  font-family: SF-Pro-Display-Regular;
  src: url('../fonts/San-Francisco-Pro-Fonts-master/SF-Pro-Display-Regular.otf');
}
@font-face {
  font-family: SF-Pro-Display-Thin;
  src: url('../fonts/San-Francisco-Pro-Fonts-master/SF-Pro-Display-Thin.otf');
}
/*/////////////////////////////////////////////////////////////////*/

body {
	padding:0;
	font-size: 14px;
	overflow-x: hidden;
	color: Black;
	font-family: 'SF-Pro-Display-Light';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
   background-image: linear-gradient(104grad, #1d236f 7.56%, #621728, #1d1d69 91.18%);
   font-weight:300;
   letter-spacing:1px;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	background-position: 9999px 9999px;
}
*/
/* Typography */

p {
	font-size: 15px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	position: relative;
	margin: 10px 0;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
.grey{
	color:#ccc;
}
ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}



#main_div{
	width:100%;
	height:1000px;
	margin-left: 0px;
    margin-right: 0px;
	background-color:white;
	top:50px;


}

.welcome{
    color:#a90a0a;
	letter-spacing:3px;
	text-align: center;
	font-size:25px;
}
.NHM{
    color: #012967;
    letter-spacing: 3px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;

}
.NHMinfo{
    color:black;
    font-size: 18px;
    line-height: 1.4;
  	text-align: justify;
    text-justify: inter-word;

}
.foothead{
    color:black;
    font-size: 22px;

}
.maincontainer{
  text-align: justify;
}

.fa {
  letter-spacing: 15px;
}
.fa:hover{
  letter-spacing: 15px;
  color:red;
}
a.social_footer{
  font-size: 25px;
}
.contact-info{
  margin-left: 20px;
  margin-right: 20px;
}

#logo{
	background-color:#ffffff;
	margin-top:20px;
	padding-top:20px;
 padding-bottom:30px;

}
#logo img{
	width:270px;
	margin-top:20px;
	margin-left:20px;

}
.top_head{
	background-image: linear-gradient(to top, rgb(79, 172, 254, 0.3) 0%, rgb(0, 34, 102, 0.3) 100%);
}
#about_us{
	background-color: #ffffff;
	margin-bottom: 0px;
    font-size: 21px;
    font-weight: 200;
	padding-top: 48px;
	height:100%;
}
.MDCV_link{
  color:#02026f;
  text-decoration: underline;
}
.button {
    background-color: #042f4c;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 25px 10px;
    cursor: pointer;
    float: right;
    margin-top: 25px;
}
.button_call {
    background-color: #1377B9;
    border: none;
    color: white;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    margin: 4px 20px;
    cursor: pointer;
	float:right;
	margin-top:50px;
	display:none;
}
.opnhrs {

    border: none;
    color: #00325f;
    padding: 10px -30px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    float: right;
    margin-top: 25px;
}
.opnhrs b{
 color: #a90505;
 font-weight: 600;
}
.opnhrs span{
  border-top: 1px solid black;
}
a {
	text-decoration: none;
	color: #ffffff;

}

nav.navbar {
	background-color:#4ed6ff;
}

.container {
	position: relative;
	z-index: 1;
}

nav.navbar .navbar-nav li a
{
    color: #00112b;
    font-size: 15px;
    font-family: 'SF-Pro-Display-Regular';
    width: 150px;
    text-align: center;
    padding: 13px;
    margin-top: -8px;
    margin-bottom: -8px;
}
li a:hover{
  color: #a90505 !important;
  font-weight: bold;
}
li.active a{
    color: #a90505 !important;
    font-weight: bold;
}
.btn:hover,
.btn:focus {
	color: white;
}

.main_img{
	height:575px;
	background: url(../img/main.jpg);
	background-repeat:no-repeat;
    background-size:cover;

}
.main_img1{
	height:260px;
	background: url(../img/services.png);
	background-repeat:no-repeat;
	background-size:cover;

}
.top-left {
  position: absolute;
  left: 15px;
  margin-right: 5px;
  color: #00112b;

}
.wall_paint{
  background: linear-gradient(157deg, rgba(192, 41, 55, 0.21), rgba(36, 123, 231, 0.49) 96.64%);
  margin-right:-23px;
  font-size:37px;
  text-transform: uppercase;
  font-family:SF-Pro-Display-Light;
  font-weight: bold;
}
.h-575{
  height:575px;
}

.wall_btn {
    background-color: rgba(136, 0, 0, 0.72);
    border: 2px solid #8e0000;
    border-radius:7px;
    font-size: 24px;
    font-weight:bold;
    padding: 8px 15px;
    cursor: pointer;
    width: 300px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}
.wall_btn a{
    color: #fff;
}
.wall_btn:hover{

    background-color: #8e0000;

}

/* Services page */

.ourservices{
	font-size: 35px;
    font-weight:bold;
}
.icon-bar {
	background: #d92025;
}
/* Buttons */
.book_consl
{
	color:#58F3CC !important;
	border:1px solid #58F3CC;
	border-radius:4px;
	font-size:17px;
}
.book_consl:hover{
	color:#f5f5f5 !important;
	border:2px solid #f5f5f5;
}
.btn {
	font-size: 18px;
	display: inline-block;
	padding: 15px 30px;
	color: white;
	border: 2px solid #58F3CC;
	border-radius: 2px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-hov:hover {
  color: white !important;
  background-color: rgb(177, 0, 0) !important;
}
.btn:hover,
.btn:focus {
	color: white;
}

.btn.btn-blue {
	background: #47F9CC;
}

.btn.btn-blue:hover {
	background: #31b9ff;
}

.btn.btn-blue-fill {
	color: #47F9CC;
	border-color: #47F9CC;
	background: transparent;
}

.btn.btn-blue-fill:hover {
	color: white;
	background: #47F9CC;
}

.btn.btn-voilet-fill {
	color: white;
	border-color: #502890;
	background: rgba(80,40,144,0.7);
}

.btn.btn-voilet-fill:hover {
	color: white;
	background: #502890;
}

.btn.btn-white-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-white-fill:hover {
	color: #47F9CC;
	background: #fff;
}

.btn.btn-gray-fill {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

.btn.btn-gray-fill:hover {
	border-color: #bbb;
	background: #bbb;
}

/* Blink Cursor */

.blink {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 4px;
	height: 50px;
	height: 5vh;
	margin: 0 10px;
}

/* Sections */
section {
	position: relative;
}

.section {
	padding: 40px 0;
	background: #fff;
}

.section-padded {
	padding: 140px 0 40px;
}

.cut-top {
	content: ' ';
	position: absolute;
	z-index: 1;
	top: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-right: 30px solid #04EEFE;
}

.cut-bottom {
	content: ' ';
	position: absolute;
	z-index: 1;
	bottom: -80px;
	left: 0;
	width: 0;
	height: 0;
	border-bottom: 80px solid transparent;
	border-left: 30px solid white;
}

.intro-tables {
	top: -290px;
	position: relative;
}

.intro-table {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: repeat;
	background-position: 0% 0%;
}

.intro-table-first {

	background-image: url('../images/card1.png');
	background-size: cover;
	height: 437px;
}

.intro-table-second {
	background-image: url('../images/card2.png');
	background-size: cover;
	height: 490px;
}

.intro-table-third {
	background-image: url('../images/card3.png');
	background-size: contain;
	height: 437px;
}

.intro-table-hover .expand {
	margin: 30px;
	margin-top: 120px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s ease, opacity 0.3s;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}


.intro-tables .intro-table {
	position: relative;
	width: 100%;
	margin: 20px 0;
}

.intro-tables .intro-table .heading {
	margin: 0;
	padding: 25px;
}
.intro-tables .intro-table h5.heading{
	line-height:1.3;
}
.intro-tables .intro-table .small-heading {
	margin: 0;
	padding: 0 30px;
}

.intro-tables .intro-table .bottom {
	position: absolute;
	bottom: 0;
}

.intro-tables .intro-table .owl-schedule .schedule-row {
	padding: 10px 30px;
	color: white;
	transition: all 0.3s ease;
}

.button1 {
 /* background: transparent; */
  background-color:#00040F;
  color: #ffffff;
  border-radius:30px;
  font-size: 16px;
  padding: 8px 32px;
  cursor:pointer;
  width:158px;
  margin-top:20px;
}
.red:hover{
  background-color:	#502890;
}
.blue:hover{
  background-color:	#502890;
}

.owl-schedule .schedule-row:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.owl-testimonials .author {
	margin-top: 50px;
}

.ripple-effect {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: white;
	-webkit-animation: ripple-animation 2s;
	animation: ripple-animation 2s;
}

#contact_info{
  margin-top: -550px;
}
@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.sidebar a {
    color: white;
    display: block;
    padding: 12px;
    text-decoration: none;
    cursor: pointer;
}


.services {
	margin: 40px 0;
}


.Drtitle h4{
	color:#016f6b;
	font-size:23px;
    padding-top: 10px;
    text-align:center;

}
.Drtitle p{
	text-align:center;
	color:black;
	font-size:15px;
	padding-top:5px;
	text-transform:uppercase;
}


p.info{
	color:black;
	padding-top:5px;
}
/* Pricing */

footer {

	background: url('../img/footer.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

footer .trial-button {
	overflow: hidden !important;

}

footer .open-blink {
	content: ' ';
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 20px;
	border-radius: 50%;
	background-color: #4caf50;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .open-blink:before {
	content: ' ';
	position: absolute;
	top: -8px;
	left: -8px;
	display: inline-block;
	width: 30px;
	height: 10px;
	opacity: 0.1;
	border-radius: 50%;
	background-color: #4caf50;
}


footer .bottom-footer {
	margin-top: 15px;
}

footer .social-footer {
	padding: 0;
	list-style: none;
}

footer .social-footer li {
	display: inline-block;
	margin: 0 10px;
}

footer .social-footer li a {
	font-size: 24px;
	color: #fff;
}

footer .social-footer li:hover a {
	color: #47F9CC;
}
/* Form Control */



.row.title {
	padding: 0 20px;
}

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}
/* Colors */

.white {
	color: white;
}

.light-white {
	color: rgba(255, 255, 255, 0.5);
}

.white-bg {
	background: white;
}

.gray-bg {
	background: #f7f7f7;
}

.blue {
	color: #47F9CC;
}

.blue-bg {
	background: linear-gradient(157deg, rgba(14, 84, 53, 0.87), rgba(14, 3, 4, 1) 86.97%);
}
.darkblue-bg{
	background: #000d1a;
}
#mob_view{
  display:none;
}
iframe{
  z-index:-1;
}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background:white;

}

.wrap-contact100 {
  width: 790px;
  background: #fff;
  border-radius: 2px;
  padding: 55px 95px 68px 95px;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 45px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 34px
}

.rs1.wrap-input100 {
  width: calc((100% - 40px) / 2);
}


.label-input100 {
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  padding-bottom: 11px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-color: #d867c6;
  border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: linear-gradient(45deg, #c77ff2, #e8519e);

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/

.contact100-form-btn {
  font-size: 16px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 200px;
  height: 60px;
  background: rgba(72, 208, 151, 0.68);
  position: relative;
  z-index: 1;
  border:0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.contact100-form-btn:hover{
  outline: 2px;
    background-color: rgba(151, 29, 46, 0.92);
    color: #130606;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 55px 45px 68px 45px;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 55px 15px 68px 15px;
  }

  .rs1.wrap-input100 {
    width: 100%;
  }

}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.btn-hide-validate {
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -28px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}

.true-validate::after {
  content: "\f26b";
  font-family: Material-Design-Iconic-Font;
  font-size: 18px;
  color: #00ad5f;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -28px;
}

/*---------------------------------------------*/
@media (max-width: 576px) {
  .btn-hide-validate {
    right: 10px;
  }
  .true-validate::after {
    right: 10px;
  }
}


@media (max-width:1024px) {
  #desk_view{
    display:none;
  }
  #mob_view{
    display:block;
  }
  nav.navbar{
    background-color: #ffffff;
  }
  .navbar-toggler-icon{
    font-size:26px;
    color: rgba(136, 0, 0, 0.72);
    border: 2px solid #8e0000;
    padding:4px;
  }
  .mob_calling{
    font-size:48px;
    color: rgba(208, 31, 31, 0.98);
  }

  .wall_paint {
    font-size:18px;
    margin-right: 0px;
    color: white;
  }
  .wall_btn {
    font-size: 16px;
    padding: 8px 15px;
    cursor: pointer;
    width: auto;
    margin-top: 20px;
    color: white;
    letter-spacing: 1.6px;
}
.top_bar{
  background:black;
  color:white;
  padding:5px;
}
.navbar-toggler {
    padding: .25rem .45rem;
  }
nav.navbar .navbar-nav li a
{
    color: #00112b;
    font-size: 18px;
    font-family: 'SF-Pro-Display-Regular';
    width: 100%;
    text-align: center;
    padding: 24px;
}
li.mob_active a{
  color: #a90505 !important;
  font-weight: bold;
}
.navbar-toggler-icon {
  vertical-align: super;
}
#collapsibleNavbar{
  background:#4ed6ff;
}
#about_us_mob{
  background: #ffffff;
}
#about_us_mob li{
  margin-bottom: 7px;
}

.main {
    padding: 15px;
    color: #000000;
    background:#ffffff;
}
.mob_serv_menu{
  font-size: 24px;
  color: #000000;
  background:#4ed6ff;
  padding: 10px;
}
.mob_serv_menu span{
  cursor:pointer;
  border:2px solid black;
  padding:4px;
}
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color:#000727;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

a.mob-services-active {
    background-color: #580000;
}

.overlay .closebtn {
    position: absolute;
    top: 100px;
    right: 45px;
    font-size: 60px;
}

.card{
  cursor: pointer;
}
.NHMinfo {
  text-align: left;
}
}

@media(max-width:898px) {
.main_img_mob{
  background-size:contain;
}

}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media(max-width:992px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	h6 {
		font-size: 12px;
	}
	.section {
		padding: 30px 0;
	}
}


/* Media Queries */
