@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('owl.css');

/*** 
====================================================================
	Reset
====================================================================
 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/***
====================================================================
	Global Settings
====================================================================
 ***/

body {
    font-size: 14px;
    color: #1e1e1e;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #e64064;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

.homeh1 {
    text-transform: capitalize;
    text-align: center;
    padding-top: 50px;
    font-size: 29px;
    color: black;
    font-weight: 600;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

.main-menu .navigation .current {
    color: #ee416a;
}

p,
.text {
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.page-wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/bg.jpg);
}

.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    height: auto;
}


.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #ec4267;
    padding: 5px 12px;
    border: 2px solid #202020;
    font-weight: 600;
    overflow: hidden;
    border-radius: 30px;
    background-color: #fff;
}


/*=== Social Icon Two ===*/

.social-icon-two {
    position: relative;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    border-top: 2px dotted;
    border-bottom: 2px dotted;
    padding: 7px 0;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    width: 37px;
    height: 37px;
    line-height: 35px;
    color: #007bff;
    /* border: 1px solid; */
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    margin: 0 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.social-icon-two li:nth-child(2) a {
    color: #e014d0;
}

.social-icon-two li:nth-child(3) a {
    color: red;
}

.social-icon-two li:nth-child(4) a {
    color: #1DA1F2;
}

.social-icon-two li:nth-child(5) a {
    color: #eb4267;
}

.social-icon-two li a:hover {
    color: #ffffff;
    background: #ec4267;
}

.social-icon-two li a:first-child {
    margin-left: 0;
}

.f_map_widjet a {
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.f_map_widjet a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}

.f_map_widjet span {
    width: 117px;
    position: absolute;
    right: -50px;
    bottom: -37px;
    border: 7px solid #fff;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 
====================================================================
	Scroll To Top style
====================================================================
***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(to right, #e9436b, #1091ba);
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: linear-gradient(to left, #e9436b, #1091ba);
}


/*** 
====================================================================
	Main Header style
====================================================================
***/

.main-header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.main-header .header-top {
    position: absolute;
    text-align: right;
    right: 197px;
    z-index: 99;
    top: 28px;
}

.main-header .auto-container {
    max-width: 1155px;
}


/* Top Left*/

.main-header .header-top .top-left {
    position: relative;
    background: transparent;
    padding: 0;
    display: inline-block;
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
}

.main-header .header-top .info-list {
    position: relative;
    display: inline-block;
}

.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 12px;
    color: #1c1c1c;
    font-weight: 500;
    padding: 0px 10px;
    margin-right: 2px;
    border-right: 1px dashed;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #333;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: #ed1b24;
}

.main-header .header-top .info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    color: #ffffff;
    font-size: 15px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    background: #16a4c9;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .login-info {
    position: relative;
}

.social-links {
    position: absolute;
    z-index: 9;
    width: 40px;
    left: 12px;
    top: 20rem;
}

.main-header .header-top .login-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #c8bee3;
    font-weight: 700;
    padding: 10px 0;
    margin-left: 13px;
}

.main-header .header-top .login-info li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .login-info li a:hover {
    color: #25bdd8;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    text-align: right;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 192px;
    top: 4px;
    left: 0;
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #ffffff;
    content: "";
}

.main-header .header-upper .logo {
    margin: auto;
}

.main-header .header-upper .logo1 {
    margin: auto;
}

.main-header .header-upper .logo:before {
    position: absolute;
    margin: auto;
    content: "";
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 74%;
    height: auto;
    width: 100%;
}

.main-header .header-upper .logo1 img {
    position: relative;
    display: inline-block;
    max-width: 69%;
    height: auto;
    width: 100%;
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 5%;
    top: 14px;
}

.main-header .nav-outer {
    position: relative;
    display: inline-block;
    margin: auto;
    top: 20px;
    padding: 40px 0px 0 0px;
    border-radius: 0px 30px 30px 0px;
}

.appointment {
    top: 31px;
    position: absolute;
    right: 24px;
    font-size: 17px;
    text-transform: uppercase;
}

.appointment span {
    background: #16a4c9;
    color: #ffffff;
    padding: 7px 17px;
    cursor: pointer;
    border-radius: 30px;
}

.top-wraapper {
    position: relative;
    height: 100vh;
}


/*===  Header Lower ===*/

.main-header .header-lower {
    position: relative;
    width: 100%;
}

.main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    left: 0;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 9px 10px;
    margin-left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    padding: 0 0;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a {
    color: #ec4267;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 229px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #ec4267;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #2c2c2c;
}

.main-menu .navigation>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 19px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #181818;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #16a4c9;
    color: #fff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #ff4788;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #ff4788;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #696478;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    background: #ff4788;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}


.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    padding-left: 20px;
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: "";
}


/*** 
====================================================================
			Mobile Menu
====================================================================
***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ff4788;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(37, 189, 216, 0.80);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #333;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #ff4788;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff4788;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #ff4788;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #ff4788;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 33px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.2em;
    color: #202020;
    font-weight: 600;
    padding-top: 20px;
    text-transform: capitalize;
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 90px;
    height: 4px;
    content: "";
    border-radius: 2px;
    border-bottom: 2px solid #16a4c9;
    right: 0;
    margin: auto;
}

.sec-title h3 {
    color: #ec4267;
    font-size: 22px;
}

.sec-title.light h3 {
    color: #fff;
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-top: 20px;
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h2 {
    color: #ffffff;
}


/*** 
====================================================================
		Banner Section
====================================================================
***/

.slides {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide1 {
    background-image: url(../images/main-slider/banner.jpg);
}

.banner_carousel {
    position: relative;
}


/*** 
====================================================================
		about Section
====================================================================
***/

.offers-section {
    position: relative;
    padding: 0px 0 98px;
}

.offers-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 41px;
    height: 100px;
    background: #032644;
}

.offers-section::after {
    content: "";
    position: absolute;
    left: initial;
    right: 0px;
    transform: skew(0deg, 10deg);
}

.about-content {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    z-index: 1;
}

.about-content span {
    font-size: 20px;
    margin-bottom: 10px;
    display: inline-block;
    color: #222;
    border-radius: 28px;
    border: 2px dotted;
    padding: 4px 12px;
    background: #fff;
}

.about-content h2 {
    text-transform: uppercase;
    color: #ec4267;
    font-weight: 550;
    margin-bottom: 0;
    font-size: 65px;
}

.about-content h3 {
    text-transform: capitalize;
    color: #222;
    margin-bottom: 16px;
    font-size: 35px;
}

.about-content h3::before,
.about-content h3::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    background-color: #333;
    left: 151px;
    top: 20px;
}

.about-content h3::after {
    left: initial;
    right: 151px;
}

.about-content p {
    margin-bottom: 20px;
}

.abtn_btmrow {
    align-items: center;
    margin: 51px 0 0;
    position: relative;
}

.abt_b_list {
    text-align: center;
    background: linear-gradient(to left, #ebebeb, transparent);
    padding: 27px 17px;
}

.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list {
    background: #fff;
    padding: 64px 12px;
    border: 12px solid #ececec;
}

.abtn_btmrow .col-md-4:nth-child(3) .abt_b_list {
    background: linear-gradient(to right, #ebebeb, transparent);
}

.abt_b_pic {
    position: relative;
}

.abt_b_list h3 {
    font-size: 25px;
    margin: 5px 0 6px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px dotted;
    color: #e01a23;
}

.abt_b_list p {
    margin: 0px;
}

.abtn_btmrow .col-md-4 {
    padding: 0px;
}

.about_pic {
    border: 11px solid #e9edf5;
}

.abtbg {
    position: absolute;
    left: -87px;
    top: -73px;
    width: 36%;
    opacity: .6;
}

.abtbg img {
    width: 100%;
}

.doc_pic_ img {
    position: relative;
    border: 10px solid #f7f7f7;
    box-shadow: 0px 0px 10px #ccc;
}

.doc_pic_1 {
    padding-top: 20px;
}

.doc_pic_1 img {
    position: relative;
    border: 10px solid #f7f7f7;
    box-shadow: 0px 0px 10px #ccc;
}

.doc_pic_1 h2 {
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 28px;
    color: #ee416a;
}

.doc_pic_1 h4 {
    font-size: 17px;
    text-align: center;
    padding-top: 6px;
    font-weight: 300;
}

.abt-dctr {
    padding-top: 0px;
}

.why_info_dsec {
    display: block;
}

.why_info_dsec h2 {
    text-transform: capitalize;
    font-weight: 400;
}

.why_info_dsec span {
    text-transform: capitalize;
    font-weight: 400;
}

.why_info_dsec h3 {
    color: #ec4267;
    margin: 4px 0 3px;
    font-size: 24px;
}

.why_info_dsec p {
    margin-top: 10px;
}

.endo_quote {
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 25px 44px;
    line-height: 26px;
    border: 2px solid #032644;
    border-radius: 43px;
    background: #f5f5f5;
    margin: 55px 0 0;
    font-weight: 300;
}

.endo_quote h2 {
    text-transform: capitalize;
    font-size: 26px;
}

.endo_quote span {
    color: #ec4267;
    text-transform: uppercase;
    font-weight: 600;
}


/*** 
====================================================================
		Program Section
====================================================================
***/

.program-section {
    position: relative;
    padding: 0px 0 60px;
}

.program-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 600px;
    right: 0;
    left: 0;
    top: 87px;
    background-image: url(../images/services-bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0 70%, 0 30%);
}

.program-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    top: 87px;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 50% 100%, 0 70%, 0 30%);
    background: rgb(36 36 36 / 86%);
}

.whatwedo {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #ec4267;
    text-align: center;
}

.ser_head p {
    color: #202020;
    font-size: 18px;
}

.ser_head.sec-title {
    position: relative;
    left: 0;
    top: 0;
    width: 330px;
    height: 330px;
    background: #e9426b;
    color: #fff;
    margin: auto;
    z-index: 99;
    text-align: center;
    border-radius: 15%;
    padding: 51px 31px 0;
    border: 10px solid #fff;
    box-shadow: 0px 0px 10px #333;
}

.ser_head.sec-title h3,
.ser_head.sec-title h2,
.ser_head.sec-title p {
    color: #fff;
}

.program-section .title-sec{
    padding: 15px 0;

    z-index: 99;
}

.program-section .title-sec h2{
   
    color: #fff;
    z-index: 99;
}
.services_slider_section {
    position: relative;
    padding-top: 30px;    
}

.ser_list_slides {
    position: relative;
    text-align: center;
}

.services_list_slider .owl-item .ser_img_ img {
    width: auto;
    display: inline-block;
    filter: grayscale(1);
    transition: all ease-in-out .8s;
    transform: sc;
}

.services_list_slider .owl-item.center.active .ser_img_ img {
    filter: grayscale(0);
    transform: scale(1.1);
}

.ser_img_ {
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 31px;
    transition: all ease-in-out .8s;
    transform: scale(0.7);
}

.services_list_slider .owl-item.center.active .ser_img_ {
    transform: scale(1);
}

.ser_img_::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    margin: auto;
    background: rgb(32 32 32 / 17%);
    z-index: 1;
    transition: all cubic-bezier(0.81, -0.09, 0.23, 1.1) .8s;
    border-radius: 31px;
}

.services_list_slider .owl-item.center.active .ser_img_::before {
    width: 0%;
    height: 0%;
}

.services_list_slider .owl-item .ser_icon_ {
    position: absolute;
    width: 81px;
    height: 95px;
    opacity: 0;
    padding: 12px;
    left: 0px;
    right: 0px;
    margin: auto;
    background: linear-gradient(to top, rgb(0 0 0), #e01a23);
    border-radius: 39px 39px 0px 0px;
    transition: all cubic-bezier(0.81, -0.09, 0.23, 1.1) .9s;
}

.services_list_slider .owl-item .ser_icon_ img {
    width: auto;
    display: inline-block;
}

.services_list_slider .owl-item.center.active .ser_icon_ {
    opacity: 1;
    visibility: visible;
    bottom: 220px;
}

.services_list_slider .owl-dots {
    text-align: center;
    margin-top: 23px;
}

.services_list_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 23px;
    height: 6px;
    margin: 0 4px;
    background: #333;
}

.services_list_slider .owl-dots .owl-dot.active {
    background-color: #ec4267;
}

.ser_info_desc {
    position: relative;
    background: linear-gradient(to top, #dfdfdf, white);
    width: 86%;
    margin: -71px auto 14px;
    padding: 22px 7px;
    box-shadow: 0px 4px 5px #858585;
    border-radius: 27px;
    z-index: 1;
}

.ser_info_desc h3 {
    text-transform: capitalize;
    font-size: 22px;
    margin: 0 0 3px;
    font-weight: 600;
}

.ser_info_desc p {
    line-height: 24px;
}

.ser_info_desc a {
    display: inline-block;
    background: #e54569;
    color: #fff;
    padding: 3px 13px;
    border-radius: 30px;
    margin: 11px 0 0;
}

.ser_info_desc a:hover {
    color: #fff;
}

.ser_btm {
    text-transform: uppercase;
    font-size: 44px;
    text-align: center;
    margin-top: 49px;
    border-top: 2px dotted;
    padding-top: 20px;
}


/* team */

.team_section {
    padding: 0px 0px 15px;
    position: relative;
}

.team_head {
    text-align: center;
}

.team_head h2 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 35px;
    display: inline-block;
    /*border-bottom: 2px solid;*/
}

.team_head h2 span {
    color: #e01a23;
}

.team_list {
    position: relative;
    text-align: left;
    padding: 20px;
    box-shadow: 0px 0px 6px #bdbaba;
    margin-bottom: 6px;
}

.team_info_ {
    display: block;
}

.team_info_ h3 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 22px;
    /* color: #e54569; */
}

.video_list {
    text-align: center;
}

.video_list iframe {
    text-align: center;
    border: 5px solid #ccc;
}

.view-more {
    padding-top: 10px;
}

.view-more a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    color: #fff;
    padding: 8px 15px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ec4267;
}

.view-more a:hover {
    color: #fff;
}

.asahcmaab {
    text-align: center;
    padding: 25px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #7e7e7e;
}

.asahcmaab h2 {
    font-size: 27px;
    font-weight: 300;
    margin-top: 0;
    display: inline-block;
    color: #fff;
}

.asahcmaab h2:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 6px;
    left: 234px
}

.asahcmaab p {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    margin: 0 0 19px;
    text-transform: capitalize
}

.asahcmaab h2 a {
    text-decoration: none;
    outline: 0;
    color: #fff;
    margin-left: 8px;
    background: #eb4267;
    padding: 4px 14px;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
}


/*** 

====================================================================
		Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 0px 0 74px;
    color: #fff;
    text-align: center;
    margin: 0px 0 0;
}

.newsletter-section .auto-container::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 10px;
    background: linear-gradient(to left, #e64064, transparent, #e64064);
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

.about-widget p {
    color: #ccc;
}

.add_bar_row .col-md-4 {
    border-right: 1px solid #7e7e7e;
    padding: 17px 9px;
}

.add_bar_row .col-md-4:nth-child(3) {
    border-right: 0px;
}

._addre_bar i {
    width: 36px;
    height: 36px;
    background: rgb(255 255 255 / 24%);
    color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    line-height: 36px; 
    display: block;
    margin: 0px auto 15px;
}
._addre_bar a {
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}
._addre_bar p {
    font-weight: 400;
    font-size: 15px;
}

.newsletter-section::before,
.newsletter-section::after {
    content: "";
    left: 0px;
    top: 0;
    position: absolute;
}

.newsletter-section::after {
    transform: skew(0deg, 9deg);
    left: initial;
    right: 0px;
    z-index: -1;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0;
}

.newsletter-section h2 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 27px;
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 500;
}

.newsletter-section .inner-container {
    max-width: 1245px;
    margin: auto;
}

.abtleftbg {
    left: 0px;
    width: 55%;
    top: 308px;
    opacity: .4;
    float: right;
}

.bgs img {
    width: 100%;
}

.bgs {
    position: absolute;
}

.docbg {
    right: 0px;
    width: 63%;
    top: -104px;
    opacity: 0.5;
}


/*** 

====================================================================
	 	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 0px 0 48px;
}

.testimonial-head {
    margin-bottom: 31px;
}

.testimonial-section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.testimonial-section::after {
    position: absolute;
    content: "";
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 3px solid #1e1e1e;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
    border: 3px solid #dd333b;
}

.testimnila_box.serviceBox {
    text-align: center;
    padding: 56px 22px;
    position: relative;
    margin: 0 0 27px;
    background: linear-gradient(to top, #e2e2e2, white);
    border-radius: 16px;
}

.testimnila_box.serviceBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 75%;
    height: 70px;
    box-shadow: 0px 9px 17px #6a6a6a;
}

.testimnila_box.serviceBox .service-icon {
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #ec4267;
}

.service_icon_btm {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 26px;
    color: #ec4267;
}

.testimnila_box.serviceBox .title {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    color: #ec4267;
}

.testimnila_box.serviceBox .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    color: #000;
}

@media only screen and (max-width: 1199px) {
    .testimnila_box.serviceBox {
        margin: 0 0 40px;
    }
}

.testimoanial_read {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.testimoanial_read::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 1px solid #ccc;
    left: 0;
    top: 16px;
    z-index: -1;
}

.testimoanial_read a {
    display: inline-block;
    color: #f08533;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid;
    padding: 7px 19px;
    border-radius: 30px;
    background: #fff;
}

.gg_review {
    position: relative;
    width: 222px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto 16px;
    background: #fff;
    text-align: center;
    padding: 11px 9px;
    border-radius: 5px;
    box-shadow: 0px 4px 3px #ccc;
}

.gg_review i {
    display: inline-block;
    border-radius: 50%;
    font-size: 43px;
    line-height: 48px;
    margin: 0 0 7px;
}
.ratings {
    position: relative;
    margin: 0;
}
.facility_section {
    position: relative;
    padding: 0px 0 44px;
}
.fac_row {
    position: relative;
    justify-content: center;
    text-align: center;
}

.fac_row::before {
    content: "";
    position: absolute;
}

.fac_row .col-md-3 {
    padding: 0 10px;
}

.fac_block {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 15%;
    display: inline-block;
    margin-bottom: 10px;
    border: 8px solid #ffffff;
    box-shadow: 0px 0px 10px #929292;
}

.fac_block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(32 32 32 / 39%);
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    top: 0;
    margin: auto;
}

.fac_block img {
    transition: all ease-in-out .7s;
}

.fac_block:hover img {
    transform: scale(1.1);
    filter: grayscale(0);
}

.fac_block h3 {
    position: absolute;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 18px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    padding: 0 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fac_desc {
    position: absolute;
    left: 12px;
    bottom: 30px;
    z-index: 2;
    width: 48%;
    text-align: center;
    background: #eb131d;
    color: #ffffff;
    font-size: 16px;
    padding: 12px 11px;
    border-radius: 13px;
}

.appointment_section {
    position: relative;
    padding: 159px 0px;
}

.appointment_section::before {
    content: "";
    position: absolute;
    clip-path: polygon(0% 18%, 100% 0%, 100% 29%, 100% 100%, 100% 100%, 0 82%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/appointmentbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, #032644, rgb(3 38 68 / 73%));
    clip-path: polygon(0% 18%, 100% 0%, 100% 29%, 100% 100%, 100% 100%, 0 82%);
}

.video_section {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 380px;
    height: 380px;
    background: #ec4267;
    border-radius: 50%;
    padding: 60px 14px 0;
    border: 4px solid #fff;
    display: inline-block;
    color: #fff;
}

.video_section:hover {
    color: #fff;
    background: #ec4267;
}

.video_section h2 {
    font-size: 33px;
    text-transform: capitalize;
    line-height: 51px;
    /* padding: 0 19px; */
    padding-top: 15px;
    font-weight: 400;
}

.video_section span {
    display: inline-block;
    background: #032644;
    font-size: 20px;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 300;
}

.appointment_form {
    position: relative;
    text-align: center;
    z-index: 1;
    padding: 0 92px;
}

.appointment_form h2 {
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 29px;
}

.appointment_form .form-control {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 2px dotted;
    color: #fff;
    height: 50px;
}

.appointment_form textarea.form-control {
    height: 122px;
}

.appointment_form .form-control::placeholder {
    color: #fff;
}

.appointment_form .btn {
    background-color: #ec4267;
    border: none;
    color: #fff;
    margin-top: 20px;
}
.faq_section {
    position: relative;
    padding: 0 0 81px;
}

.faqtimeline.main-timeline {
    position: relative;
}

.faqtimeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.faqtimeline.main-timeline .timeline {
    width: calc(46% - 0px);
    padding: 3px 0;
    margin: 0 0px 9px 0;
    float: left;
}

.faqtimeline.main-timeline .timeline-content {
    background: linear-gradient(to left, #ededed, transparent);
    padding: 13px 55px 13px 0;
    display: block;
    position: relative;
    text-align: right;
}

.faqtimeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faqtimeline.main-timeline .timeline-content:before {
    content: '';
    width: 40px;
    position: absolute;
    left: 104%;
    top: 70px;
    height: 8px;
}

.faqtimeline.main-timeline .timeline-year {
    color: #ffffff;
    background-color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 77px;
    height: 82px;
    width: 82px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -38px;
    z-index: 1;
    text-align: center;
}

.faqtimeline.main-timeline .timeline-year:before {
    content: '';
    background-color: #ec4267;
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    z-index: -1;
}

.faqtimeline.main-timeline .timeline:nth-child(2) .timeline-year::before {
    content: '';
    background-color: #1091ba;
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    z-index: -1;
}

.faqtimeline.main-timeline .timeline:nth-child(4) .timeline-year::before {
    content: '';
    background-color: #1091ba;
    border-radius: 50%;
    box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    z-index: -1;
}

.faqtimeline.main-timeline .title {
    font-size: 21px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.faqtimeline.main-timeline .description {
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.faqtimeline.main-timeline .timeline:nth-child(even) {
    float: right;
}

.faqtimeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 13px 0 13px 55px;
    background: linear-gradient(to right, #ededed, transparent);
    text-align: left;
}

.faqtimeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    left: -20px;
    display: none;
}

.faqtimeline.main-timeline .timeline:nth-child(even) .timeline-year {
    right: auto;
    left: -41px;
}

@media screen and (max-width:767px) {
    .faqtimeline.main-timeline .timeline,
    .faqtimeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 2px;
    }
    .faqtimeline.main-timeline .timeline-content,
    .faqtimeline.main-timeline .timeline:nth-child(even) .timeline-content {
        padding: 20px 0 20px 120px;
    }
    .faqtimeline.main-timeline .timeline-content:before,
    .faqtimeline.main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: 30px;
    }
    .faqtimeline.main-timeline .timeline-year,
    .faqtimeline.main-timeline .timeline:nth-child(even) .timeline-year {
        left: 0;
        right: auto;
    }
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 60px 0 0;
}

.main-footer:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../images/footer_bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.main-footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 1px;
    left: 0;
    background: rgb(4 35 65 / 88%);
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px 14px;
    margin-top: 0;
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 16px;
}

.main-footer .footer-upper .footer-column:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 137px;
    right: 12px;
    top: 83px;
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none;
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #e1e1e1;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #e64064;
    left: 0;
    top: 32px;
}

a:hover {
    color: #e64064;
    text-decoration: none;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    text-align: center;
}

.logo-widget .logo img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    margin-top: 0;
    width: 266px;
}

.logo-widget .logo img:hover {
    opacity: 1;
}

.logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px;
}


/*Links Widget*/

.main-footer .links-widget {
    position: relative;
}
.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 6px;
    padding-left: 15px;
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 9px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #e64064;
    content: "";
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.main-footer .list li a:hover {
    color: #ff7379;
}
.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    content: "";
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 12px 0px;
    border-top: 1px solid #7e7e7e;
    color: #e1e1e1;
}

.main-footer .footer-bottom .copyright a {
    color: #ec4267;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: none;
}

.f_map_widjet iframe {
    border: 5px solid #ccc;
}

.inner-content {
    padding-top: 90px;
    padding-bottom: 50px;
}

.addr {
    padding-top: 50px;
}

.inner-content h2 {
    /*text-align: center;*/
    position: relative;
}

.drpa {
    text-align: center;
}

.header-bottom-4::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 64%;
    top: 163px;
    left: 0;
    background-repeat: repeat;
    background-image: url(../images/serv-bg2.jpg);
    background-size: cover;
    opacity: 0.4;
    background-position: center;
}

.header-bottom-4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 64%;
    top: 163px;
    left: 0;
    background-color: #173652;
    opacity: 0.8;
}

.header-bottom-4 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 26px;
    position: relative;
    background-size: cover;
}

.header-bottom-4>.container {
    z-index: 5;
    display: block;
    position: relative;
    padding-top: 155px;
    height: 100%;
    top: 20px;
}

.header-bottom-4>.container>.section-title {
    width: 100%;
    text-transform: capitalize;
    font-size: 29px;
    color: #fff;
}

.header-bottom-4>.container>.breadcrumb {
    width: 100%;
    background-color: transparent;
    margin: 0;
    padding: 0
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item a:hover {
    color: #eb4267;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item a:hover {
    color: #000
}

.header-bottom-4>.container>.breadcrumb>.breadcrumb-item.active {
    color: #000;
}

.header-bottom-4>.container>.breadcrumb {
    width: auto;
    background-color: #fff;
    padding: 6px 22px;
    display: table;
    margin: auto;
    margin-top: 0;
    box-shadow: 0px 0px 10px #ccc;
    position: relative;
    top: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

._cform {
    position: relative;
    padding: 23px 23px;
    max-width: 1000px;
    margin: auto;
    margin-top: 39px;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    border: 7px solid #f5f5f5;
}

._cform h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 34px;
    color: #000;
}

._cform .form-control {
    background-color: #f6f9f9;
    height: 50px;
}

.vid-yt1 .col-md-3 {
    padding: 15px;
}

.vid-yt iframe {
    border: 5px solid #ccc;
}

.facili-matter h4 {
    color: #ee416a;
    text-transform: capitalize;
    font-size: 20px;
    padding: 2px 0px;
}

.inner-content p {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: justify;
    word-spacing: -1px;
    line-height: 31px;
}

.serv-matter h4 {
    color: #000;
    font-size: 20px;
    text-transform: none;
    font-weight: 500;
}

.serv-matter .col-md-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-matter li {
    font-size: 15px;
    line-height: 31px;
    list-style: inside;
}

.list-matter {
    padding-bottom: 5px;
    text-align: justify;
}

.inner-content1 {
    padding-top: 93px;
    padding-bottom: 1074px;
}

.testimonial_timeline.main-timeline1 {
    position: relative;
    padding: 25px 0;
}

.testimonial_timeline.main-timeline1 .timeline1 {
    width: 50%;
    padding: 0 56px 0px 47px;
    margin: 0 0 0px;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial_timeline.main-timeline1 .timeline-content1 {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 50px 50px 50px;
    display: block;
    position: relative;
    border: 1px dashed #1d3954;
    text-align: center;
}

.testimonial_timeline.main-timeline1 .timeline-content1::before {
    content: '';
    height: 104%;
    width: 23px;
    background: #59b3d0;
    transform: translateX(-50%);
    position: absolute;
    left: auto;
    right: -80px;
    margin: auto;
    top: -2px;
}

.testimonial_timeline.main-timeline1 .timeline1:before {
    content: '';
    height: 41px;
    width: 80px;
    border-top: 15px solid #59b3d0;
    /* border-left: 12px solid #1091ba; */
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    top: 50%;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(odd):before {
    transform: translateY(-50%) rotateY(180deg);
    left: auto;
    right: 1px;
}

.testimonial_timeline.main-timeline1 .timeline-icon1 {
    font-size: 45px;
    font-weight: 600;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 30px;
    color: #16a4c9;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(even) {
    float: right;
    margin: 0 0 0px 10px;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1 {
    padding: 25px;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content1:before {
    right: auto;
    left: -48px;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(even) .timeline-icon1 {
    right: 30px;
    left: auto;
}

.testimonial_timeline.main-timeline1 .timeline1:nth-child(even) .timeline-content11:after {
    transform: rotateY(180deg);
    right: auto;
    left: 0;
}

.timeline-content1 span .fa-quote-left {
    color: #1091ba;
    float: left;
}

.timeline-content1 span .fa-quote-right {
    color: #1091ba;
    float: right;
}

.abt-matter h3 {
    color: #000000;
    font-size: 22px;
    text-transform: none;
    padding: 3px 0px;
}

.abt-matter h5 {
    color: #ee416a;
    padding-top: 11px;
}

.serv-img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.serv-img img {
    width: 100%;
}

.counter {
    color: #181818;
    background: rgb(252 228 233);
    text-align: center;
    padding: 27px 30px 45px 0;
    margin: 0 auto 17px;
    border-radius: 40px;
    position: relative;
    z-index: 1;
    min-height: 249px;
}

.counter:before {
    content: '';
    background: #f7f7f7;
    width: 95%;
    height: 95%;
    border-radius: 19px;
    border: 2px solid #16a4c9;
    position: absolute;
    top: -7px;
    left: -7px;
    z-index: -1;
    box-shadow: 0 0 10px #a3a3a3;
}

.counter .counter-icon {
    font-size: 26px;
    margin: 0 0 15px;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #16a4c9;
    border-radius: 50%;
    color: #fff;
    line-height: 54px;
}

.counter h3 {
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 9px;
    color: #ee416a;
}

.counter .counter-value {
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav1 {
    top: 20px;
    position: relative;
}

.header-top1 {
    position: relative;
    top: 20px;
}

.appointment1 {
    top: 53px;
    position: absolute;
    right: 33px;
    font-size: 17px;
    text-transform: uppercase;
}

.appointment1 span {
    background: #16a4c9;
    color: #ffffff;
    padding: 7px 17px;
    cursor: pointer;
    border-radius: 30px;
}

.gallery-head {
    text-align: center;
    padding-bottom: 30px;
}

.gallery-head h1 {
    text-transform: uppercase;
    font-size: 34px;
    /* border-bottom: 2px dotted #992788; */
    display: inline-block;
    background: #02acab;
    border-radius: 30px;
    color: #fff;
    padding: 8px 36px;
}

.box {
    position: relative;
    overflow: hidden
}

.box-content:after,
.box-content:before,
.box:after,
.box:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s;
}

.box-content .lightboxed:hover {
    box-shadow: 0 0 32px #333;
    transform: scale(1.025);
}

.box:after {
    top: 25%;
    transition-delay: .1s
}

.box-content:before {
    top: 50%;
    transition-delay: .2s
}

.box-content:after {
    top: 75%;
    transition-delay: .3s
}

.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover:after,
.box:hover:before {
    opacity: 1
}

.box img {
    width: 100%;
    height: auto;
    border: 5px solid #e3e3e3;
    border-radius: 8%;
    box-shadow: -2px 7px 12px 0px #e3dce5;
}

.box .box-content {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
}

.content {
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 58px;
    z-index: 2;
    transition: all .3s ease 0
}

.box .title {
    color: #25567a;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all .5s ease .3s
}

.box .post {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s ease .3s
}

.box:hover .post,
.box:hover .title {
    opacity: 1;
    transform: translateX(0)
}

.box .icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all .5s ease .3s
}

.box:hover .icon {
    opacity: 1
}

.box .icon li {
    margin: 0 4px;
    display: inline-block
}

.box .icon li a {
    color: #fff;
    background-color: #1091ba;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 0 0 50%;
    display: block;
    transition: all .3s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #ee416a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8) inset
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px
    }
}

.serv-mat {
    padding-top: 20px;
}

.serv-mat p {
    line-height: 31px;
}

.pp-header.modal-header {
    display: block;
    padding: 0;
    border: none;
}

.pp-body.modal-body {
    padding: 0;
}

.pp-dialouge.modal-dialog {
    max-width: 716px;
    margin-top: 4%;
}

button.pp-close.close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #ed4169;
    opacity: 1;
    color: #fff;
    font-size: 35px;
    padding: 0 6px;
}

a.pp-link {
    color: #000000;
    background-color: #f7e040;
    position: absolute;
    top: 138px;
    z-index: 9;
    width: 92px;
    left: 198px;
    text-align: center;
    font-weight: 600;
    padding: 1px 0;
    font-size: 13px;
}

a.pp-link2 {
    top: initial;
    bottom: 23px;
    left: initial;
    right: 27px;
}

.main-footer .footer-upper .extra-col {
    top: 44px;
}
._cform .btn{
    background: #ee416a;
}