*{margin:0; padding:0;}
.fg_aboutus {
    background: #F6F6F6;
    position: relative;
}


.section-title {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #db8744;
	color: #ef8a3a;
}

.section-title:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #ef8a3a;
    left: 50%;
    top: 100%;
    margin-left: -20px;
	    
}

.section-title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: #ef8a3a;
    right: 50%;
    top: 100%;
    margin-top: 5px;
    margin-right: -20px;
}

.aboutus-subtitle {
    margin-bottom: 30px;
    font-size: 12px;
}

.about_desc {
    width: 100%;
    padding: 40px 0 40px 40px;
}



@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300);
body{
    font-family: 'Quicksand', sans-serif;
}
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: auto;
	overflow: hidden;
}
.box img{
	height: auto;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\f00e";
	font-family: 'FontAwesome';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}


.demo
{
	padding: 50px 0;
}
.heading-title
{
	margin-bottom: 50px;
}
.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.pricingTable:hover{
    border: 2px solid #e46367;
    margin-top: -30px;
}

.table-top{margin-top:-30px;}

.pricingTable .pricingTable-header{
    padding: 30px 10px;
}

.pricingTable .heading{
    display: block;
    color: #fd7041;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
	padding-bottom: 5px;
}

.pricingTable .pricing-plans {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
    font-weight: 900;
}

.pricingTable .price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 10px;
}

.pricingTable .price-value span{
    font-size: 50px;
}

.pricingTable .subtitle{
    color: #82919f;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
   padding: 20px 0;
   font-size: 16px;
   color: #858585;
   font-family: 'Muli',sans-serif;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}

.pricingTable .pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}

.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #fd7041;
    border:1px solid transparent;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}

.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
    display:none;
}

.pricingTable:hover .btn-block{
    background:#fff;
    color: #e46367;
    border:1px solid #e46367;
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 30px 0;
    }
}

@charset "utf-8";
/* CSS Document */

.pricing {display:inline-block; width:100%;}
.contact {width:100%; background-color:#f6f6f6;}


.visit-us,.phone,.email, i{font-size:64px; color:#fd5e29; text-align:center;}
.visit-us,.phone{border-right: 1px #bdbdbd solid; padding:17px; }
.email{padding:17px;}
.address h2{font-size: 20px; font-weight:700; color:#6c6565; margin-bottom:22px;}
.address p{font-size:16px; line-height:1.7em; color:#a1a0a0;}
.address h6{font-size:18px; font-weight:700; color:#fd5e29; line-height:1.7em;}
.social-media, .fa-facebook-f,.fa-instagram{font-size:32px;}
.aboutus-subtitle p {color: #868080;font-size: 17.2px;text-align: justify;line-height: 35px;font-family: 'Muli',sans-serif;}
	
.blog-pro h2{
	font-size: 21px;
    font-family: 'Oswald', sans-serif;
    font-weight: 800;
    text-align: center;
    line-height: 1.7em;
	}
	
	.blog-pro h6{
    font-size: 16px;
    text-align: center;
    font-weight: 700;
	color: #ef8a3a;
	}
	
	.blog-read{    
	text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #8f8f8f;
	}
	
	.blog-pro{margin-bottom: 50px;}
	.capture-moments img{margin-bottom:15px;}
	.capture-moments p{font-size:17px; text-align:center;}
	.insta-gallery img{width:49%; margin-bottom:4px;}
	.copyright p{font-size:15px;}
	
	
	
	hr {
	width
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.maternity-information h2{font-family: 'Raleway', sans-serif; font-size: 24px; font-weight:500; color:#ef8a3a;}

.maternity-information p{
    color: #868080;
    font-size: 17.2px;
    text-align: justify;
    line-height: 35px;
    font-family: 'Muli',sans-serif;	
}

.maternity-con {padding:0;}

.pricing-space ul li{padding:10px 0!important;}