html, body { width:100%; }

body {
    margin:0 auto;
    background:#fff;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    line-height:26px;
    padding:0;
    color:#000;
    letter-spacing:-0.025em;
    overflow-x:hidden;
}

a:hover, a:active, a, a:focus, textarea:focus {
    outline:none;
    text-decoration:none;
}
a, a[href^="tel"] {
    color:inherit;
}

img, ul, li, input, select, textarea, button {
    outline:none;
    border:none;
    margin:0;
    padding:0;
    list-style:none;
}
input, select, textarea, button, a {
    font-size:inherit;
    font-family:inherit;
    color:inherit;
}
select, input, textarea, button {
    apperance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}


textarea {
    resize:none;
    height:110px;
}

input,select,textarea {
    padding: 9px 14px 7px;
    border: 1px solid #a6a6a4;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
    background:#fff;
    width:100%;
    margin-bottom:20px;
    font-size:18px;
    line-height:24px;
    color:#333;
    -webkit-box-shadow:0 3px 0 #e2dfdf;
    box-shadow:0 3px 0 #e2dfdf;
}
form button {
    width:auto;
    display:block;
    cursor:pointer;
    padding:13px 50px 14px;
    background:#5c6e7e;
    color:#fff;
    font-size:22px;
    font-weight:600;
    -webkit-border-radius:50px;
    border-radius:50px;
    margin:0 auto 20px;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
form button:hover, .grey-btn:hover {
    background:#465460;
}
select::-ms-expand {
    display: none;
}
select, input:not([type=checkbox]), input:not([type=radio]) {
    height:45px;
}
select {
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.clear {
    clear:both;
}

img {
    max-width:100%;
    vertical-align:top;
}

* {
    margin:0;
    padding:0;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
}

h1, h2, h3, h4 ,h5, h6{
    line-height:1.2;
    font-weight:normal;
}
h1 {
    font-size:36px;
}
h2 {
    font-size:30px;
}
h3 {
    font-size:24px;
}
h4 {
    font-size:20px;
}
h5 {
    font-size:14px;
}
h6 {
    font-size:12px;
}
p {
    margin-bottom:25px;
}
p:last-child {
    margin-bottom:0 !important;
}
p a, p a[href^="tel"] {
    color:#009bff;
    font-weight:500;
    text-decoration:underline;
    display:inline-block;
}
p a:hover {
    text-decoration:none;
}
hr {
    border:none;
    border-bottom:1px solid #ded8d8;
    margin:35px 0;
}

@media screen and (max-width:1400px) {
    .container {
        width:100%;
        margin:0 auto;
        clear:both;
        padding-left:30px;
        padding-right:30px;
    }
}

@media screen and (min-width:1401px) {
    .container {
        width:1365px;
        margin:0 auto;
        clear:both;
    }
}

.row {

}

[class*="col-"] {
    float:left;
}
.col-2 {
    width:50%;
}
.col-3 {
    width:33.33333%;
}
.col-4 {
    width:25%;
}
.col-two-third {
    width:66.66666%;
}
.col-75 {
    width:75%;
}
.col-25 {
    width:25%;
}
.col-full {
    width:100%;
}
.fluid-row {
    margin-left:-25px;
    margin-right:-25px;
}
.fluid-row [class*="col-"] {
    padding-left:25px;
    padding-right:25px;
}

.page-wrapper:before, .page-wrapper:after, .container:before, .container:after, .row:before, .row:after, .header:before, .header:after, .footer:before, .footer:after, [class*="col-"]:before, [class*="col-"]:after, .fluid-row:before, .fluid-row:after, section:before, section:after, article:before, article:after, nav:before, nav:after, aside:before, aside:after, hgroup:before, hgroup:after, .inner-space:before, .inner-space:after, .input-row:before, .input-row:after, .footer-list-block:before, .footer-list-block:after, .side-widget:before, .side-widget:after {
    display: table;
    content: " ";
}
.page-wrapper:after, .container:after, .row:after, .header:after, .footer:after, [class*="col-"]:after, .fluid-row:after, section:after, article:after, nav:after, aside:after, hgroup:after, .inner-space:after, .input-row:after, .footer-list-block:after, .side-widget:after {
    clear: both;
}

.align-center {
    text-align:center;
}
.inline-block {
    display:inline-block;
}
.pull-left {
    float:left !important;
}
.pull-right {
    float:right !important;
}
img.pull-right {
    margin:0 0 25px 25px;
}
.font-medium {
    font-weight:500;
}
.font-semibold {
    font-weight:600;
}
.font-bold {
    font-weight:700;
}
.green-btn, .grey-btn {
    color:#fff;
    text-align:center;
    -webkit-border-radius:50px;
    border-radius:50px;
    text-transform:uppercase;
    display:inline-block;
    font-weight:600;
    line-height:1.3;
    padding:13px 33px 14px;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.green-btn {
    background:#a9c479;
}
.green-btn:hover {
    background:#8fa666;
}
.grey-btn {
    background:#5c6e7e;
}
h1.sec-heading {
    font-size:48px;
    color:#5c6e7e;
    font-weight:600;
    letter-spacing:-0.025em;
    margin-bottom:25px;
}
h2.sec-heading {
    font-size:42px;
    color:#5c6e7e;
    font-weight:600;
    letter-spacing:-0.025em;
    margin-bottom:15px;
}
h3.sec-heading {
    font-size:30px;
    color:#5c6e7e;
    font-weight:300;
    letter-spacing:-0.025em;
    margin-bottom:15px;
}

h4.sec-heading {
    font-size:25px;
    color:#5c6e7e;
    font-weight:100;
    letter-spacing:-0.025em;
    margin-bottom:15px;
}

.sub-heading {
    color:#5c6e7e;
    font-weight:500;
}
.group-heading {
    margin-bottom:25px;
}
.group-heading h1.sec-heading {
    margin-bottom:15px;
}
.group-heading h2.sec-heading {
    margin-bottom:5px;
}
.group-heading h3 {
    font-weight:500;
    color:#5c6e7e;
}
sup {
    font-weight:400;
    font-size:50%;
    line-height:1;
}
.sec-heading sup {
    font-size:14px;
}
.inner-space {
    padding-top:40px;
    padding-bottom:50px;
}
.space-bottom-0 {
    padding-bottom:0;
}
.space-bottom-25 {
    padding-bottom:25px;
}
.flex {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.show-xs {
    display:none;
}
.bottom-border {
    border-bottom:4px solid #5c6e7e;
}
.top-border {
    border-top:4px solid #5c6e7e;
}
.show-xs {
    display:none !important;
}

.feat-img img {
    border: 5px solid #7d8b99;
}
.mob-img-cont {
    display: none;
    border: 5px solid #7d8b99;
    margin-bottom: 25px;
}


/** basic style end **/

/** header style **/
.header {
    background:#fff;
    color:#808284;
    padding:25px 0 0;
    position:relative;
    z-index:999;
}
.logo {
    float:left;
}
.logo a {
    display:block;
}
.header-right {
    float:right;
    text-align:right;
    padding:20px 0;
}
.header-right p {
    font-size:16px;
    margin-bottom:0;
}
.header-right h4 {
    padding-top:2px;
}
.header-right h4 a {
    display:inline-block;
    text-decoration:underline;
    color:#009bff;
    font-weight:600;
}
.header-right h4 a:hover {
    text-decoration:none;
}
.header-bottom-contact {
    display:none;
    font-size:24px;
    background:#5c6e7e;
    color:#fff;
    padding:15px 0;
    text-align:center;
}
.header-bottom-contact p a {
    color:#fff;
}
.header-right-mob {
    display:none;
    float:right;
    margin-top:20px;
}
.header-right-mob > a {
    float:left;
    width:60px;
    height:60px;
    -webkit-border-radius:50%;
    border-radius:50%;
    background-color:#5c6e7e;
}
.header-right-mob > a + a {
    margin-left:20px;
}
.call-icon {
    background:url(../images/call-icon.png) no-repeat center #5c6e7e;
}
.mob-nav-trigger {
    background:url(../images/navbar-icon.png) no-repeat center #5c6e7e;
}

.alert-box {
    text-align: center;
    background: #5c6e7e;
    color: #fff;
    padding: 13px 0 11px;
}
/** header style end **/

/** navgiation style **/
.side-navgitaion-block {
    display:none;
    opacity:0;
    visibility:hidden;
    z-index:-9999;
}
.nav-holder {
    text-align:center;
    background:#5c6e7e;
    color:#fff;
    margin-top:30px;
}
.main-nav {

}
.main-nav li {
    display:inline-block;
    vertical-align:top;
    position:relative;
}
.main-nav li + li {
    margin-left:35px;
}
.main-nav li a {
    text-transform:uppercase;
    display:block;
    padding:13px 0 11px;
    position:relative;
}
.main-nav li a:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:0;
    background:#a9c479;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.main-nav li.active a:before, .main-nav li a:hover:before {
    height:5px;
}
.nav-trigger {
    display:none;
    float:right;
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
    font-weight:500;
    padding:10px;
    cursor:pointer;
}
.nav-trigger > span {
    display:inline-block;
    vertical-align:middle;
}
.bar-lines {
    display:inline-block;
    vertical-align:middle;
    width:20px;
}
.bar-lines > span {
    display:block;
    width:100%;
    height:4px;
    background:#fff;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.bar-lines > span + span {
    margin-top:3px;
}

/** sub menu styles **/
#menu-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 50px;
}
#menu-main-menu .sub-menu li {
    float: none;
    width: 285px;
    border-bottom: 1px solid #ffffff;
}
#menu-main-menu .sub-menu li a {
    background: #3c5062;
    text-align: left;
    padding-left: 20px;
}
#menu-main-menu .sub-menu li:last-child {
    border-bottom: none;
}
#menu-main-menu .sub-menu li + li {
    margin-left: 0;
}

#menu-main-menu li:hover > ul {
    display: block;
}

#menu-main-menu .sub-menu ul ul li ul {
    left: 285px;
    top: 0;
}
#menu-main-menu .sub-menu ul ul li ul a{
    background: #5c6e7e;
}

/** navgiation style end **/

/** banner section style **/
.banner-sec {
    background:#a9c479;
    position:relative;
    overflow:hidden;
}
.banner-img {
    width:60%;
    height:100%;
    top:0;
    right:0;
    position:absolute;
    background:url(../images/banner-img.jpg) no-repeat top center;
    background-size:cover;
}
.banner-img > img {
    display:none;
    height:0;
}
@media screen and (min-width:1400px) {
    .banner-inner-content {
        max-width:460px;
    }
}
.banner-inner-content {
    width:38%;
    color:#fff;
    padding:80px 0 120px;
}
.banner-inner-content h1 {
    font-size:58px;
    line-height:62px;
    letter-spacing:-0.025em;
    margin-bottom:20px;
}
.banner-inner-content h3 {
    font-size:30px;
    line-height:36px;
    letter-spacing:-0.025em;
}
/** banner section style end **/

/** page form style **/
.page-form {
    background:#fcfcfd;
}
.page-form .inner-space {
    padding-top:50px;
}
.page-form p {

}
.page-form form {
    padding-top:10px;
    text-align:left;
}
.page-form .col-two-third {
    padding-right:1.3%;
}
.page-form .col-two-third + .col-3 {
    padding-left:2.5%;
}
.privacy { text-align: center; }
.input-row {

}

.input-row input:not([type=checkbox]), .input-row input:not([type=radio]), .input-row select {
    max-width:47%;
    float:left;
}
.input-row input + input, .input-row input + select {
    margin-left:6%;
}
.page-form h5 {
    color:#333;
}
.page-form h5 a, .request-form h5 a {
    color:#009bff;
    font-weight:500;
    text-decoration:underline;
    display:inline-block;
}
.page-form h5 a:hover, .request-form h5 a:hover {
    text-decoration:none;
}
/** page form style end **/

/** three-colon-section style **/
.three-colon-sec {

}
.three-colon-block {
    padding-top:10px;
}
.three-colon-block img {
    display:block;
    margin:0 auto 25px;
}
.three-colon-block h3 {

}
/** three-colon-section style end **/

/** success-rate-section style **/
.success-rate-sec {

}
.graph-img {
    float:right;
    text-align:center;
}
.graph-img h3 {
    margin-bottom:10px;
    font-weight:600;
    letter-spacing:-0.025em;
}
.success-rate-sec .green-btn {
    margin-top:40px;
}
/** success-rate-section style end **/

/** doctor section style **/
.doc-sec {
    background:#e7e7e7;
}
.doc-sec .group-heading {
    margin-bottom:40px;
}

@media screen and (min-width:641px) {
    .doc-sec .inner-space {
        padding-top:45px;
        padding-bottom:55px;
    }
}

.doc-sec .group-heading h1.sec-heading {
    margin-bottom:5px;
}
.doc-sec .video-sec {

}
.blockquote-sec {
    position:relative;
    font-weight:500;
    letter-spacing:-0.015em;
    padding-top:25px;
    margin-bottom:40px;
}
.blockquote-sec:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:150px;
    height:4px;
    background:#5c6e7e;
}
.open-quote {
    float:left;
    margin:6px 14px 10px 0;
}
/** doctor section style end **/

.services-sec {

}
.fertility-sec {
    background:#fcfcfd;
    position:relative;
    z-index:5;
    overflow:hidden;
    padding-bottom:40px;
}
@media screen and (min-width:1301px) {
    .fertility-sec-content {
        padding-right:60px;
    }
}

.right-full-img {
    position:absolute;
    right:0;
    top:0;
    height:100%;
    z-index:-1;
}
.fertility-sec-img-md {
    display:none;
    float:right;
}
.fertility-sec-img-small {
    display:none;
    height:0;
}
.fertility-sec-img-small > img {
    width:100%;
}
.green-bg-number {
    display:block;
    margin:0 auto 12px;
    width:70px;
    height:70px;
    background:#aac679;
    -webkit-border-radius:50%;
    border-radius:50%;
    color:#fff;
    font-size:50px;
    line-height:70px;
    text-align:center;
    font-weight:600;
}
.number-block-holder {
    padding-top:15px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.number-block-holder .col-4 {
    padding:0 25px;
}
.number-block-holder h3 {
    color:#5c6e7e;
    font-weight:600;
    line-height:26px;
    margin-bottom:15px;
}

.financial-info-sec .sec-heading {
    margin-bottom:15px;
}

/** footer style **/
.footer {
    background:#5c6e7e;
    color:#fff;
    font-size:16px;
    line-height:22px;
    letter-spacing:normal;
}
.copoyright {
    text-align:center;
    background:#798c9d;
    padding:16px 0 14px;
    border-bottom:1px solid #6b7e8f;
}
.footer-content {
    padding-top:35px;
    padding-bottom:50px;
}
.site-contact-sec {
    color:#f7f8f8;
}
.site-contact-sec h4 {
    font-size:16px;
    font-weight:600;
    margin-bottom:2px;
}
.logo-footer {
    margin-bottom:35px;
}
.logo-footer a {
    display:block;
}
.footer-content .social-icons {
    padding-top:23px;
}
.social-icons a {
    display:block;
    float:left;
    margin-right:8px;
    margin-bottom:8px;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.footer-list-block {
    padding-top:55px;
}
.footer-list {
    margin-bottom:20px;
}
.footer-list:last-child {
    margin-bottom:0;
}
.footer-list li {

}
.footer-list li:first-child a {
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
}
.footer-list li a {
    display:inline-block;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.footer-list li a:hover {
    color:#e0e3e6;
}
.footer-content .green-btn {
    margin-top:15px;
}
/** footer style end **/

/** internal pages style **/
.page-header-full {
    background:#9fb9d8;
    color:#fff;
    border-bottom:5px solid #8aa8cc;
    padding:35px 0;
}
.page-title {
    font-size:48px;
    font-weight:600;
    letter-spacing:-0.025em;
    margin-top:5px;
}
.breadcrumbs {

}
.breadcrumbs li {
    display:inline-block;
    position:relative;
    padding-right:15px;
}
.breadcrumbs li:after {
    content:'>';
    position:absolute;
    right:0;
    top:0;
}
.breadcrumbs li:last-child:after {
    display:none;
}
.breadcrumbs li a {
    display:block;
}
.testimonial-sec {
    background:url(../images/testimonial-bg.jpg) no-repeat top center #a9c479;
    background-size:cover;
    color:#fff;
    padding:50px 0 55px;
}
.testimonial-content {
    max-width:1100px;
    margin:0 auto;
    font-weight:500;
    letter-spacing:-0.015em;
}
.side-video-block {

}
.team-block-holder {
    margin-bottom:50px;
}
.fancy-heading {
    position:relative;
    border-bottom:1px solid #7899c1;
    padding-bottom:7px;
    margin-bottom:25px;
}
.fancy-heading:before {
    content:'';
    position:absolute;
    left:0;
    bottom:-5px;
    width:200px;
    height:4px;
    background:#5c6e7e;
}
.fancy-heading h2 {
    color:#5c6e7e;
    font-weight:600;
}
.team-block {
    padding-top:15px;
    margin-bottom:45px;
}
.team-block + .team-block {
    padding-top:5px;
}
.team-block:last-child {
    margin-bottom:0;
}
.team-img {
    float:left;
    max-width:265px;
}
.team-content {
    margin-left:305px;
}
.team-content h3 {
    color:#5c6e7e;
    font-size:26px;
    font-weight:600;
    margin-bottom:9px;
}
.team-content h4 {
    color:#5c6e7e;
    font-weight:500;
    border-top:1px solid #5c6e7e;
    border-bottom:1px solid #5c6e7e;
    padding:5px 0;
    margin-bottom:14px;
}
.request-form-holder {
    background:#fcfcfd;
    border:1px solid #d3d3de;
    padding:15px 30px 45px;
}
.calander-input {
    background-image:url(../images/calande-icon.png);
    background-position:right 8px center;
    background-repeat:no-repeat;
}
.request-form .fluid-row {
    margin-left:-15px;
    margin-right:-15px;
}
.request-form .fluid-row [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}
.map-holder {
    width:100%;
    height:215px;
    border:1px solid #d3d3de;
    margin-bottom:25px;
}
.contact-sidebar {

}
.contact-sidebar p a {
    color:#5c6e7e;
}
.margin-bottom-10 {
    margin-bottom:10px;
}
/** internal pages style end **/

/** blog page style **/
.blog-sec {
    border:1px solid #b9b9b6;
    padding:25px;
    margin-bottom:50px;
}
.blog-full {
    padding-bottom:35px;
}
.blog-sec h3 {
    font-size:22px;
    font-weight:600;
    margin-bottom:2px;
}
.blog-sec:last-child {
    margin-bottom:0;
}
.blog-img-holder {
    margin-bottom:30px;
}
.blog-img-holder > img {
    display:block;
    margin:0 auto;
}
.blog-heading {
    font-size:36px;
    color:#5c6e7e;
    font-weight:600;
    letter-spacing:-0.025em;
    margin-bottom:20px;
}
.blog-info {
    font-weight:500;
    color:#5c6e7e;
    font-size:16px;
    border-top:1px solid #b9b9b6;
    border-bottom:1px solid #b9b9b6;
    padding:10px 0 12px;
    margin-bottom:20px;
}
.blog-info + .blog-img-holder {
    padding-top:10px;
}
.blog-img-holder .green-btn {
    padding:12px 40px;
}
.side-widget, .widget {
    margin-bottom:50px;
}
.side-widget:last-child, .widget:last-child {
    margin-bottom:0;
}
.widget-title {
    position:relative;
    font-weight:500;
    padding-bottom:20px;
    margin-bottom:25px;
}
.widget-title:after {
    content:'';
    width:75px;
    height:5px;
    position:absolute;
    left:0;
    bottom:0;
    background:#a9c479;
}
.widget-list {

}
.widget-list li {
    margin-bottom:10px;
}
.widget-list li:last-child {
    margin-bottom:0;
}
.widget-list li a {
    display:inline-block;
}
.widget-list li.active a, .widget-list li a:hover {
    color:#009bff;
}
.widget-list.border-line li {
    border-bottom:1px solid #b9b9b6;
    padding:0 0 10px;
    line-height:24px;
}
.widget-list.border-line li:last-child {
    border-bottom:none;
}
.widget-tag-list {

}
.widget-tag-list li {
    display:inline-block;
    margin-bottom:12px;
    margin-right:6px;
}
.widget-tag-list li a, .tagcloud a {
    border:1px solid #b9b9b6;
    padding:5px 23px 6px;
    -webkit-border-radius:50px;
    border-radius:50px;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    font-size: 18px !important;
    margin-right: 5px;
}
.widget-tag-list li.active a, .widget-tag-list li a:hover {
    background:#5c6e7e;
    color:#fff;
}
/** blog page style end **/


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


