/*
 Theme Name:   Twenty Twenty-One
 Theme URI:    https://wordpress.org/themes/twentytwentyone-child/
 Description:  Twenty Twenty-One Child Theme
 Author:       Roopa Mishra
 Author URI:   http://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentyonechild
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');


html {
    scroll-behavior: smooth;
}
body, html body {
    background-color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    letter-spacing: 0.1px;
    font-size:15px;
    color:#414141;
    line-height: 26px;
}
/*body .container{*/
/*    padding-left:0;*/
/*    padding-right:0;*/
/*}*/
/*body .row{*/
/*    margin-left:0;*/
/*    margin-right:0;*/
/*}*/
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{*/
/*    padding-left:0 !important;*/
/*    padding-right:0 !important;*/
/*}*/
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.child-theme .site-main {
    padding: 0;
}
a:focus, a{
    outline: none !important;
    text-decoration: none !important;
}
a:focus img{
    outline: none !important;
}

/*header*/
header.header-wrap {
    background-color: #ffffff;
}
header.header-wrap .content_wrap {
    max-width: 1170px;
    margin: 0 auto;
}
.top-panel {
    padding: .5em 0;
}
.child-theme .site-logo {
    margin: 0;
}
.site-logo img {
    width: auto;
    max-height: 80px;
}
.content_wrap .menu-header-menu-container{
    margin:0;
}
.content_wrap .menu-header-menu-container .navbar-nav > li{
    padding: 10px 16px;
}
.site-logo .custom-logo-link img {
    height: 70px;
}
.contact_phone {
    padding: 1.2em 0;
}
.contacts_phone_lable {
    font-size: 18px;
    font-weight: 700;
}
.contacts_phone_number a {
    color: #189cd7;
    font-weight: 700;
}
.header-inner.bottom-panel {
    border-top: 1px solid #e5e5e5;
    padding: 0.5em 0 0.65em;
    background-color: #262161;
}
.menu-header-menu-container {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
button[aria-expanded="true"] + .sub-menu {
    display: block;
}
button[aria-expanded="false"] + .sub-menu {
    display: none;
}
.more-information .btn-orange {
    background: linear-gradient(to right, #179bd7 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important;
    color: #272160;
}
.menu-header-menu-container .navbar-nav li a {
    color: #ffffff;
    padding: 0;
    font-weight: 700;
    text-decoration: none;
}
.menu-header-menu-container .navbar-nav > li{
    padding:16px;
    position:relative;
    line-height: 16px;
}
.menu-header-menu-container .navbar-nav li button.sub-menu-toggle span {
    display: none;
}
button.sub-menu-toggle {
    border: none;
    outline: none;
    background: no-repeat;
    box-shadow: none;
}
button.sub-menu-toggle {
    border: none;
    outline: none;
    background: no-repeat;
    box-shadow: none;
    color: #272160;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: right;
    top: 10px;
    padding-right: 20px;
}
.menu-item-has-children button.sub-menu-toggle {
    background: unset !important;
    padding: 0 !important;
    width: 95%;
    top: 5px;
    outline: none !important;
    outline-offset: 0 !important;
}
.menu-item-has-children {
    padding-right: 30px !important;
}
.menu-item-has-children .sub-menu {
    padding: 1em 1em;
    position: absolute;
    max-width: 200px;
    width: 200px;
    top: 36px;
    background-color: #c8e7f5;
    z-index: 99;
}

.menu-item-has-children .sub-menu li {
    list-style-type: none;
    outline: none;
}
.menu-item-has-children .sub-menu li a {
    padding: 0.8em 0;
    line-height: 16px;
    color: #262161;
    border-bottom: 1px solid #262161;
    display: block;
    font-size: 12px;
}
.menu-item-has-children .sub-menu li a:hover,
.menu-item-has-children .sub-menu li a:active,
.menu-item-has-children .sub-menu li a:focus{
    color: #199dd7 !important;
    background-color: unset !important;
    text-decoration: none !important;
}
.menu-item-has-children .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}
.menu-item-has-children .sub-menu li:nth-child(1) a {
    padding-top: 0;
}
.menu-header-menu-container .navbar-nav li.menu-item-has-children a:hover, .menu-header-menu-container .navbar-nav li:hover button:before,
.menu-header-menu-container .navbar-nav .current_page_item a{
    color: #aad9ef;
}
.menu-header-menu-container .navbar-nav li.menu-item-has-children a:hover, .menu-header-menu-container .navbar-nav .sub-menu .current_page_item a{
    color: #0064a7 !important;
}
.menu-header-menu-container .navbar-nav li a:focus{
    background-color:unset !important;
}
.page-id-359 .content-page .content-section{
    padding: 40px 0;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
button.sub-menu-toggle:before {
    content: '';
    font-family: fontawesome;
    background-image: url(images/down-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 14px;
    display: inline-block;
    position: relative;
    background-size: contain;
}
.menu-item-has-children:hover button.sub-menu-toggle:hover ~ .sub-menu {
    display: block;
}
.appointment-section .btn-default.btn:hover {
    background-position: left bottom !important;
}

/*banner css*/
.banner {
    position: relative;
    /*background-image: url(images/banner.jpg);*/
    /*height: 580px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;*/
}
.banner img{
    width: 100%;
}
.home .banner-inner {
    display: table;
    width: 100%;
    height: 100%;
}
.home .banner-inner .banner-caption {
    display: table-cell;
    vertical-align: middle;
    text-align:right;
    padding: 0 15% 0 0;
    background-color: rgb(0 0 0 / 60%);
}
.home .banner-inner .banner-caption h1 {
    color: #fff;
    font-size: 3.5em;
    max-width: 480px;
    margin: 0 0 0 auto;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -1px;
}
.form-group input:focus, .form-group textarea:focus{
    outline:none !important;
}
/*service*/
.service-section {
    background-color: #179bd7;
    padding: 70px 0;
}
.service_item {
    display: inline-block;
    width: 20%;
}
.service_item_icon {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: #ffff;
    border-radius: 100%;
    line-height: 130px;
}
.service_item_icon img {
    width: 75px;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.service-list {
    flex-flow: row;
    display: flex;
}
.service_item_info h3 a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: block;
    max-width: 110px;
    margin: 0 auto;
    text-decoration: none;
}
.service_item_info h3 a:hover{
    color:#ffffff;
}
.service_item_info {
    padding-top: 30px;
}
.service_item_icon .icon_white {
    display: none;
}
.service_item_icon:hover{
    background-color:#272160;
}
.service_item_icon:hover .icon_white {
    display: block;
}
.service_item_icon:hover .icon_green{
    display: none;
}
.footer-menu li {
    list-style-type: none;
}

.footer-menu {
    padding: 15px 0px 0;
}
body a:hover {
    color: #189cd7;
}
/*about*/
.about-section {
    padding: 80px 0;
}
div h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
div h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #272160;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 25px;
}
.title-element h2, .section-title h2 {
    margin-bottom: 60px;
}
.about-section .title-element h2 {
    margin-bottom: 35px;
}
.title-element h2:after {
    margin: 20px 0 0;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #189cd7;
    display: block;
}
.section-title h2:after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #189cd7;
    display: block;
    margin: 10px auto 0;
}
.content-element p {
    line-height: 24px;
    letter-spacing: 0;
}
.btn{
    border-radius: 36px;
    padding: 0 36px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    transition: all ease .3s;
    border: none;
    min-width:240px;
}
.more-information .btn-orange {
    margin: 0;
}
.btn:hover {
    background-position: left bottom !important;
}
.btn-orange {
    background: linear-gradient(to right, #179bd7 50%,#272160 50%) no-repeat scroll right bottom / 210% 100% #272160 !important;
    color: #fff;
    margin-top: 40px;
}
.btn-orange:hover{
    color:#fff;
}
.btn-default {
    background: linear-gradient(to right, #272160 50%,#ffffff 50%) no-repeat scroll right bottom / 210% 100% #ffffff !important;
    color: #272160;
}
.btn-default:hover{
    color:#fff;
}
.child-theme input.btn:hover {
    color: #fff;
}
.about-section .col-inner img {
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 3px 6px #ccc;
    border: 5px solid #fff;
}
.appointment-section {
    padding: 70px 0 75px;
    text-align: center;
    background-color:#f6f6f6;
}
.appointment-section .btn-default {
    background: linear-gradient(to right, #189cd7 50%,#262161 50%) no-repeat scroll right bottom / 210% 100% #262161 !important;
    color: #ffffff;
}
.appointment-section h2{
    color: #444;
    margin-bottom: 30px;
}
.appointment-section h5 {
    color: #272160;
}
.faq-section {
    padding: 80px 0;
}
.faq-section .section-title h2{
    text-align: center;
}
.faq-list .card {
    margin-top: 20px;
    border: none;
    background-color: #f6f6f6;
}
.faq-list {
    max-width: 800px;
    margin: 0 auto;
}
.faq-list .card .card-header {
    border-radius: 0;
    border: none;
    background: unset;
    position:relative;
    padding: 0 0 0 50px;
    line-height: 40px;
}
.faq-list .card .card-header .card-link:before {
    content: '';
    background-repeat: no-repeat;
    background-image: url(images/minus.png);
    background-size: 12px;
    background-position: center center;
    width: 38px;
    height: 38px;
    position: absolute;
    background-color: #272160;
    left: 0;
    border-radius: 50%;
    font-family: fontawesome;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.faq-list .card .card-header .collapsed.card-link:before{
    content: '';
    background-repeat: no-repeat;
    background-image: url(images/plus.png);
    background-size: 12px;
    background-position: center center;
}
.faq-list .card .card-header .card-link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
}
.faq-list .card .card-header .card-link:hover{
    color:#414141;
}
.card-body ul li {
    color: #a0a0a0;
    list-style: none;
    line-height: 30px;
    font-size: 14px;
}
.card-body ul {
    padding-left: 30px;
}
.testimonial-section {
    padding: 100px 0;
    text-align: center;
    background-color: #f5f5f5;
}
.training-list-section {
    padding: 80px 0 100px 0;
    /*background-image: linear-gradient(45deg, 
     rgb(45 49 57 / 50%), rgb(38 33 97)), url(images/home-service-bg.jpg);*/
     background-color: #f6f6f6;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.training-program-inner {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 4px;
    /*max-width: 300px;*/
    text-align: left;
}
.training-program-img {
    border-radius: 4px;
    box-shadow: 2px 2px 8px #ccc;
    overflow: hidden;
}
.training-program-inner h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 40px;
    background-color: #262161;
    padding: 10px 15px;
    line-height: 30px;
}
.training-program-img img {
    max-width: 100%;
}
.training-program-inner ul li:before {
    content: '';
    background-color: #37b34b;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
    transform: rotate(45deg);
}
.training-program-inner ul li {
    list-style-type: none;
    line-height: 36px;
    position: relative;
    padding-left: 25px;
    color: #262161;
}
.training-program-inner ul {
    padding: 15px;
}
.about-center-blog .treatment-list .col-inner {
    background-color: unset;
    height: 100%;
    text-align:left;
}
.treatment-list .col-inner {
    background-color: #ffffff;
    height: 100%;
}
.home .treatment-list .col-inner {
    background-color: #f6f6f6;
    height: 100%;
    box-shadow: 2px 2px 8px #ccc;
}
.about-center-blog .treatment-list .col-inner img {
    max-width: 100%;
    max-height: 380px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.treatment-list .col-inner img {
    max-width: 100%;
    max-height: 240px;
    object-fit: cover;
    height: 100%;
    width: 100%;
    min-height:240px;
}
.about-center-blog .treatment-list .col-inner .featured-img:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 1s ease-in-out;
    background-color: rgba(65,65,65,0.7);
    opacity:1;
}
.about-section.home-about .title-element h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}
.about-section.home-about .title-element h2::after {
    margin-top: 10px;
}
.about-section.home-about ul {
    padding-left: 20px;
}
.about-center-blog .treatment-list .col-inner h5 {
    margin-bottom: 0;
}
.about-center-blog .treatment-list .col-inner:hover .featured-img:before{
    opacity:0;
}
.treatment-info {
    padding: 50px 30px;
}
.treatment-info h3 {
    min-height: 80px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px 20px;
}
.treatment-info h3 a:hover{
    color:#272160;
    text-decoration:none;
}
.treatment-info p {
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
}
.treatment-btn .more-button {
    position: relative;
    color: #272160;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
}
.treatment-btn .more-button:hover {
    text-decoration: none;
    color:#e44563;
}
.treatment-btn .more-button:hover:before{
    background-color:#e44563;
}
.treatment-btn .more-button:before {
    content: '\f061';
    font-family: fontawesome;
    margin-right: 5px;
    margin-top: -1px;
    font-weight: normal;
    font-size: 8px;
    color: #fff;
    background-color: #272160;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
}
.treatment-btn {
    margin-top: 15px;
}
.featured-img {
    position: relative;
}
.featured-img .icons{
    transition: all 0.3s ease;
    background-color: rgba(65,65,65,0.7);
}
.featured-img .icons span{
    background-color: #189cd7;
}
.featured-img:hover a {
    position: absolute;
    z-index: 120;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured-img .icons span {
    position: absolute;
    z-index: 102;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all ease .5s;
    opacity:0;
    display:inline-block;
}
.featured-img:hover .icons span{
    opacity:1;
}
.featured-img:hover .icons span:first-child {
    margin-left: -13px;
}
.featured-img:hover .icons span+span+span {
    margin-left: 13px;
}
.contact-section {
    padding: 80px 0;
    background: url(images/make-appointment-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.child-theme .form-group input, .child-theme .form-group textarea {
    color: #a0a0a0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
    border-radius: 3em;
    font-size: 14px;
    line-height: 70px;
    display: block;
    padding: 0 15px;
    height: 73px;
}
.child-theme .form-group textarea {
    height: 158px;
    resize: none;
}
.child-theme .form-group .wpcf7-checkbox input {
    display: inline-block;
    height: 13px;
    width: 13px;
    padding: 0;
    border-radius: 0;
    outline:none;
}
.wpcf7-form-control.wpcf7-checkbox.form-control {
    padding: 0;
    border: none;
    background: unset;
    color: #414141;
}
.child-theme .form-group .wpcf7-checkbox span {
    font-size: 15px;
    padding-left: 10px;
    font-weight: 600;
}
input[type=checkbox]:checked:after {
    border: 3px solid;
    border-top: 0;
    border-left: 0;
    height: 12px;
    width: 7px;
    top: -2px;
    left: 2px;
    transform: rotate(45deg);
    color: #272160;
}
span.wpcf7-form-control.wpcf7-checkbox.form-control > span {
    margin-left: 0;
    margin-top: 10px;
}
.child-theme input.btn {
    border: none;
    border-radius: 3em;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 56px;
    line-height: 56px;
    padding: 0 30px;
	outline:none !important;
}
.more-information {
    padding: 30px 0;
    background-color: #272160;
    color: #fff;
}
.more-information h3 {
    font-size: 22px;
    font-weight: 700;
}
.more-information p {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
}
.col-inner.footer-first-col img {
    max-width: 100px !important;
    width: 100%;
}
.footer-top .textwidget p, .textwidget .email a {
    color: #414141;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    padding-top: 20px;
}
.textwidget .phone_number a {
    color: #272160;
    font-size: 16px;
    font-weight: 600;
    display: block;
    text-decoration: none;
}
a:hover{
    text-decoration:none;
}
.textwidget .phone_number a:hover, .textwidget .email:hover a{
    color:#179bd7;
}
.textwidget .timetable_day, .textwidget .timetable_time {
    display: inline-block;
    width: 50%;
}
span.timetable_time {
    color: #179bd7;
    font-weight: 700;
    text-align: right;
}
h2.widget-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}
.child-theme .site-footer {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 0;
}
.site-footer .footer-top {
    margin: 0;
    padding: 40px 0;
}
.child-theme .site-footer .site-info {
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
}
.child-theme .site-footer > .site-info .powered-by {
    margin-left: 0;
}
.social_item i {
    margin-right: 5px;
    color: #179bd7;
    font-family: fontawesome;
    border-radius: 50%;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #179bd7;
}
.social_item:hover i {
    background-color: #179bd7;
    color:#fff;
}
.footer-top .col-inner {
    margin-bottom: 25px;
}
.col-inner.footer-contact i {
    font-family: fontawesome;
    font-size: 18px;
    margin-right: 10px;
    color: #189cd7;
}
span.social_item {
    display: block;
    margin-bottom: -10px;
}
.follow-us h2.widget-title, .follow-us .textwidget {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
.follow-us {
    text-align: right;
}

.title-banner {
    height: 140px;
}
.title-banner .banner-inner {
    text-align: center;
    background-repeat: no-repeat;
    height: 100%;
}
.title-banner .title {
    display: table;
    width: 100%;
    height: 100%;
}
.title-banner .title h1 {
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0px;
}
.about-page .about-section {
    background-position: 50% 50%;
}
.doctor-list-section .treatment-info .social-icon.social_item {
    padding-top: 25px;
}
.doctor-list-section .treatment-list .col-inner{
    transition: all 0.3s ease;
}

.content-page .content-section {
    padding: 70px 0;
}
.content-page .content-section .content-inner {
    max-width: 980px;
    margin: 0 auto;
}
.timeline>li:nth-child(odd) {
    left: 50%;
    padding-left: 60px;
    display: block;
}
.timeline>li:nth-child(even) {
    padding-right: 40px;
    text-align: right;
    display: inline-block;
    right: -111px;
}
.timeline {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 50px auto;
}
.timeline>li {
    width: 40%;
    position: relative;
    padding: 1.5em 0;
}
.timeline:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: -20px;
    left: 50%;
    width: 2px;
    background-color: #92a23e;
    transform: translateX(-50%);
}
.timeline>li:nth-child(odd):before {
    left: -20px;
    background-color: #92a23e;
}
.timeline>li .icon, .timeline>li:after, .timeline>li:before {
    position: absolute;
    top: 4.6em;
    transform: translateY(-50%);
    content: '';
    display: block;
    background-color: #fcfcfc;
}
.timeline>li:before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    box-shadow: 0 0 0 0 #92a23e;
    background-color: #92a23e;
}

.timeline>li:nth-child(odd):after {
    left: -23px;
}

.timeline>li:after {
    width: 22px;
    height: 44px;
}
.timeline>li:nth-child(even):before {
    right: -20px;
}
.timeline>li:nth-child(even):after {
    right: -23px;
}

.timeline>li .icon, .timeline>li:nth-child(even):after {
    display: inline-block;
}
.timeline>li .icon img {
    max-width: 64px;
}
.timeline>li:nth-child(even) .icon {
    right: 0;
    transform: translateY(-50%) translateX(100%) translateX(61px);
}
.timeline>li:nth-child(odd) .icon {
    left: 0;
    transform: translateY(-50%) translateX(-100%) translateX(-61px);
}
.timeline>li:nth-child(even) .icon:after, .timeline>li:nth-child(even) .icon:before {
    right: 100%;
    margin-right: 5px;
}

.timeline>li .icon:before {
    position: absolute;
    content: '';
    display: block;
    height: 1px;
    width: 55px;
    top: 50%;
    background-color: #92a23e;
}
.timeline>li .icon:after {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-shadow: 0 0 0 6px #fff;
    top: 50%;
    background-color: #92a23e;
}
.timeline>li:nth-child(even) .icon:after {
    margin-right: 0;
    transform: translateY(-50%) translateX(50%) translateX(-61px);
}
.timeline>li:nth-child(odd) .icon:after, .timeline>li:nth-child(odd) .icon:before {
    left: 100%;
    margin-left: 5px;
}
.timeline>li:nth-child(odd) .icon:after {
    margin-left: 0;
    transform: translateY(-50%) translateX(-50%) translateX(61px);
}
.doctor-list-section .featured-img img {
    height: 100%;
}
.doctor-list-section .featured-img {
    height: 300px;
}
.doctor-list-section .treatment-info h3 {
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
    min-height: unset;
}
.doctor-list-section .treatment-info {
    text-align: center;
    padding: 40px 30px;
}
.about-center-blog {
    padding: 80px 0;
    text-align: center;
    background-color: #f6f6f6;
}
.about-center-blog .treatment-info {
    padding: 50px 30px 0;
}
.our-skill-section {
    padding: 70px 0;
    text-align: center;
    background-color: #f6f6f6;
}
.our-skill-section .section-title h5 {
    color: #77872a;
}
.our-skill-section .skill-col-inner > p {
    max-width: 500px;
    margin: 0 auto 30px;
    letter-spacing: 0;
    font-weight: 600;
}
.skill-list .progress-list small {
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0;
}
.skill-list .progress-list small span {
    float: right;
    display: inline-block;
}
.skill-list {
    max-width: 780px;
    margin: 0 auto;
}
.skill-list .progress-list {
    width: 49%;
    display: inline-block;
    padding: 30px 20px;
}
.progress-list .progress {
    background-color: #ccc;
    height: 7px;
}
.progress-list .progress .progress-bar {
    background-color: #189cd7;
}
.blog-page .left-area {
    float: left;
    width: 66%;
    display: inline-block;
    padding-right: 25px;
}
.blog-page .right-area {
    float: right;
    width: 33%;
    display: inline-block;
    padding-left: 15px;
    padding: 50px 25px 25px;
}
.blog-page .banner-inner {
    background-size: cover;
}
.blog-page .content-area {
    padding: 70px 0;
    position: relative;
    display: flow-root;
}
.widget-list span.post-date {
    display: block;
    line-height: 20px;
    margin-top: -5px;
}
.tagcloud .tag-cloud-link {
    border: 1px solid #414141;
    padding: 5px 8px;
    font-size: 14px !important;
    margin-right: 5px;
    font-weight: 400;
}
.blog-page .left-area header.entry-header {
    margin: 0;
}
.blog-page .left-area header.entry-header h2,
.blog-page .left-area header.entry-header h1{
    margin: 0;
    font-size: 28px;
}
.blog-page .left-area header.entry-header h2:hover a,
.blog-page .left-area .entry-content p a.more-link{
    color:#272160;
}
.blog-page .left-area header.entry-header img {
    margin: 0;
}
.blog-page .left-area .entry-content p {
    max-width: 100% !important;
}
.blog-page .left-area .entry-footer{
    display:none;
}
.blog-page .right-area .widget-list {
    margin-bottom: 50px;
}
.blog-page .right-area .widget-list h2.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 0;
    line-height: 32px;
    position:relative;
}
.right-area h2.widget-title:after {
    content: '';
    height: 2px;
    display: block;
    width: 25px;
    background-color: #189cd7;
    margin-bottom: 20px;
}
.blog-page .right-area .widget-list ul{
    padding-left:20px;
}
.blog-page .right-area .widget-list ul li {
    position: relative;
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.5px;
}
.blog-page .right-area .widget-list ul li:hover a {
    color: #189cd7;
}

.blog .blog-page .left-area .post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.blog .blog-page .left-area .post {
    border-bottom: 1px dashed #272160;
    margin-bottom: 40px;
}
.blog-page .left-area header.entry-header h1 {
    font-weight: 700;
}
.single-post .blog-page .comments-area {
    max-width: 100%;
    padding: 25px 0;
}
.single-post .blog-page .comments-area h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 24px;
}
.single-post .blog-page .comments-area .form-submit input {
    border-radius: 36px;
    padding: 0 36px;
    line-height: 60px;
    font-weight: 700;
    font-size: 14px;
    transition: all ease .3s;
    border: none;
    min-width: 240px;
    background: linear-gradient(to right, #eb7f53 50%,#272160 50%) no-repeat scroll right bottom / 210% 100% #272160 !important;
    color: #fff;
}
.single-post .blog-page .comments-area .form-submit input:hover {
    background-position: left bottom !important;
}
.single-post .blog-page .comments-area .comment-form-comment textarea {
    color: #a0a0a0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    box-shadow: none;
    border-radius: 10px;
    font-size: 1em;
    line-height: 70px;
    display: block;
    padding: 0 36px;
    height: 200px;
    resize: none;
    outline: none;
}
.single .blog-page .post-title {
    display: none;
}
.single .blog-page .nav-links .meta-nav {
    color: #189cd7;
    font-weight: 700;
    text-decoration: none;
}
.single .blog-page .nav-links a {
    text-decoration: none;
}
.single .more-information p, .blog .more-information p{
    color: #fff;
}
.single .more-information, .blog .more-information {
    background-color: #262161;
    color: #fff;
}
.testimonial-slider .carousel-inner .carousel-item img {
    max-width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}
.testimonial-slider .carousel-indicators li.active{
    background-color:#179bd7;
}
.testimonial-slider .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(65,65,65,0.4);
    margin:0 10px;
}
.testimonial-slider .carousel-indicators {
    bottom: -50px;
}
.testimonial-slider .carousel-inner .carousel-item p{
    color:#a0a0a0;
    font-size:16px;
    font-weight:500;
    padding-top:20px;
}
.testimonial-slider .carousel-inner .carousel-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.testimonial-slider {
    max-width: 700px;
    margin: 0 auto;
}
.blog-list-section {
    padding: 80px 0;
    background-color: #f5f5f5;
    text-align: center;
}
.page.content-page .content-inner > * {
    margin-bottom: 20px;
}
.page.content-page .content-inner h3 {
    font-size: 36px;
    font-weight: 800;
    line-height: 44px;
}
.page.content-page .content-inner p{
    line-height: 24px;
    letter-spacing: 0;
}
.highlight-section {
    text-align: center;
    padding: 80px 0 30px;
    /*background-color: #f6f6f6;*/
}
.highlight-list .col-inner .highlight-info {
    display: inline-block;
    width: calc(100% - 95px);
    vertical-align: middle;
    padding-left: 20px;
}
.highlight-list .col-inner img {
    display: inline-block;
    width: 90px;
}
.highlight-list .col-inner {
    text-align: left;
    padding: 0 30px 50px;
}
.highlight-info h3 {
    font-size: 24px;
    color: #189cd7;
    padding-bottom: 20px;
}
.contact-info i, .contact-info p {
    display: inline-block;
    vertical-align: middle;
}
.contact-info p {
    vertical-align: top;
    position: relative;
}
.contact-page .phone-icon {
    background-image: url(images/phone-icon.png);
}
.contact-page .email-icon {
    background-image: url(images/email-icon.jpg);
}
.contact-page .map-icon {
    background-image: url(images/Loacation.png);
}
.contact-page .contact-info i {
    height: 70px;
    width: 70px;
    vertical-align: middle;
    padding: 0;
    margin-right: 10px;
    max-width: 70px;
    margin-top: 0;
}
.contact-page .contact-info {
    margin: 10px 0 !important;
}
.contact-info i {
    font-family: fontawesome;
    max-width: 40px;
    vertical-align: top;
    line-height: 24px;
    padding: 0 10px 0 0;
    color: #189cd7;
    font-size: 20px;
}
.contact-page .contact-info b {
    font-weight: 600;
}
.contact-page .container, .contact-page .content-inner{
    max-width: 100% !important;
    width: 100%;
}
.contact-page .content-inner .wp-block-columns {
    max-width: 1100px;
    margin: 0 auto;
}
.contact-page .content-inner {
    /*background-color: #efefef;*/
    padding: 70px 0 0;
}
.contact-page .content-section {
    padding: 0;
}
.contact-page .content-section .col-md-12 {
    padding: 0;
}
.contact-page .content-inner iframe {
    margin-bottom: 0 !important;
    margin-top: 70px;
}
.contact-page .form-group input, .contact-page .form-group textarea {
    border-radius: 0;
    border: 1px solid #cccbcb;
    padding: 0 10px;
}
.contact-page .form-group textarea{
    height: 124px;
    line-height: 24px;
}
.contact-page .form-group input[type=text], .contact-page .form-group input[type=email], .contact-page .form-group input[type=tel]{
    line-height: 34px;
    height: 36px;
    color: #000;
}
.contact-page input.btn {
    margin-top: 0;
    margin-left: 10px;
}
.contact-page {
    padding-bottom: 70px;
}
.contact-page .form-group {
    margin-bottom: 8px;
}
.contact-page .form-group .wpcf7-checkbox input{
    border-radius:0;
}
.contact-page .wpcf7-form .row .col-md-6 {
    padding: 0 5px;
}
.contact-info .title {
    font-weight: 700;
}
.content-inner .wp-block-column h2.contact-heading {
    margin-bottom: 60px;
    text-align: center;
	position:relative;
}
.content-inner .wp-block-column h2.contact-heading:after {
    background-color: #189cd7;
    height: 3px;
    width: 60px;
    content: '';
    display: block;
    margin: 10px auto 0;
}
.phone-icon {
    background-image: url(images/whatsapp.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.telegram-icon {
    background-image: url(images/telegram.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.map-icon {
    background-image: url(images/location.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.email-icon {
    background-image: url(images/email.svg);
    background-size: contain;
    height: 20px;
    width: 20px;
    margin-top: 4px;
    background-repeat: no-repeat;
}
.col-inner.footer-contact i {
    display: inline-block;
    vertical-align: bottom;
}
.site-logo .tagline-img {
    display: inline-block;
    width: calc(100% - 200px);
}
.contact-page .title-banner {
    height: 160px;
}
.contact-page .title-banner .banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-page .title-banner img {
    max-width: 380px;
    margin: 14px 10px;
    display: inline-block;
}
form.wpcf7-form {
    background-color: #e8e3e2;
    padding: 15px 20px;
}
.home .treatment-list .treatment-info {
    padding: 30px 20px;
    text-align: left;
}
.home .treatment-list .treatment-info h3 {
    padding: 0 0 15px;
    min-height: unset;
}
.feedback-page .title-banner {
    height: 160px;
    background-color: #f2f2f2;
}
.feedback-page .title-banner h1 {
    color: #fff;
}
.page.about-page .title-banner {
    height: 160px;
}
.page.about-page .title-banner .banner-inner,
.feedback-page .title-banner .banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.feedback-list .col-inner img {
    max-width: 100%;
}
.feedback-list .col-inner {
    box-shadow: 4px 4px 16px #ccc;
    margin: 15px 0;
}
.feedback-list {
    margin: 50px auto;
}
.contacts_phone_lable .phone-icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-top: 0px;
}
li.menu-item-has-children:hover .sub-menu {
    display: block;
}

@media(max-width: 992px){
	
    span.navbar-toggler-icon:before {
        content: '';
        background-image: url(images/menu.svg);
        background-size: contain;
        height: 25px;
        width: 25px;
        display: block;
        margin-top: 8px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
	.navbar-toggler{
		outline: none;
		background: transparent !important;
    	border: none;
	}
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
		background: unset;
    	border: none;
    }
	
    .menu-item-has-children .sub-menu {
        position: unset;
        max-width: 100%;
        width: 100%;
        top: unset;
        background-color: #262161;
    }
    .menu-item-has-children .sub-menu {
        padding: 1em 1em 0;
    }
    .menu-item-has-children .sub-menu li a{
        color:#fff;
    }
}

@media(max-width: 767px){
    .service-list {
        flex-flow: wrap;
    }
    button.navbar-toggler {
        background-color: unset !important;
        outline: none !important;
        outline-offset: 0 !important;
        border: none !important;
    }
    .tagline-img.hide-xs {
        display: none;
    }
    form.wpcf7-form{
        padding: 15px 10px;
    }
    .contact-page input.btn {
        margin-top: 30px;
    }
    .contact-page {
        padding-bottom: 40px;
    }
    .service_item {
        width: 49%;
    }
    .service_item_info {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .banner .caption .content .caption-inner {
        background-color: rgb(255 255 255 / 70%);
        padding: 0 15px;
    }
    span.navbar-toggler-icon:before {
        content: '';
        background-image: url(images/menu.svg);
        background-size: contain;
        height: 25px;
        width: 25px;
        display: block;
        margin-top: 8px;
        background-repeat: no-repeat;
        margin-left: 5px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
    }
    .navbar-collapse {
        border-top: 1px solid #fff;
        margin-top: 10px;
    }
    .menu-item-has-children .sub-menu {
        position: unset;
        max-width: 100%;
        width: 100%;
        top: unset;
        background-color: #262161;
    }
    .menu-item-has-children .sub-menu {
        padding: 1em 1em 0;
    }
    .menu-item-has-children .sub-menu li a{
        color:#fff;
    }
    .top-panel {
        padding: .2em 0 .15em;
    }
    .banner .caption .content .caption-inner h2 {
        font-size: 32px;
    }
    .banner .caption{
        height:360px;
    }
    .service-section{
        padding:50px 0 20px;
    }
    .about-section, .fertility-service, .training-list-section,
    .more-information{
        padding: 40px 0;
    }
    .skills_item, .skills_image {
        display: none;
    }
    .testimonial-section{
        padding-top:40px;
    }
    .training-list-section .section-title h2 {
        font-size: 24px;
        line-height: 20px;
    }
    .treatment-list .col-md-4 {
        margin-bottom: 15px;
        padding: 0;
    }
    .contact-section .row > div,
    .more-information .row > div,
    .about-section .row > div,
    .footer-top .row > div{
        padding: 0;
    }
    .contact-section, .blog-list-section{
        padding:40px 0 60px;
    }
    .more-information .col-inner.align-right {
        text-align: left;
        margin-top: 20px;
    }
    .row {
        margin: 0;
    }
    .top-panel .col-md-6.col-8.align-right {
        padding-left: 0;
    }
    .site-logo .custom-logo-link img{
        margin-left: -10px;
    }
    .child-theme .site-footer .site-info{
        padding:0px 0 15px;
    }
    .site-footer .footer-top{
        padding:20px 0;
    }
    .title-banner {
        height: 180px;
    }
    .title-banner .title h1{
        font-size:32px;
    }
    div h2 {
        font-size: 30px;
        line-height: 36px;
    }
    div h5{
        line-height:36px;
        margin-bottom: 15px;
    }
    .treatment-list .row .col-md-3 {
        margin-bottom: 15px;
        padding: 0;
    }
    .our-skill-section {
        padding: 40px 0;
    }
    .skill-list .progress-list {
        width: 100%;
        padding: 15px 0px;
    }
    .treatment-list .col-inner {
        background-color: #efefef;
        padding-bottom: 20px;
    }
    .content-page .content-section {
        padding: 40px 0;
    }
    .content-page .content-section .row > div {
        padding: 0;
    }
    .blog-page .right-area, .blog-page .left-area{
        width:100%;
        float:unset;
    }
    .blog-page .left-area{
        padding: 0;
    }
    .blog-page .content-area {
        padding: 40px 0;
    }
    .post-navigation .nav-next, .post-navigation .nav-previous {
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .page-id-27 .content-inner {
        background-color: unset;
        padding: 0;
    }
    .timeline>li:nth-child(even){
        right:-33px;
    }
    .home .banner-inner .banner-caption h1 {
        font-size: 32px;
        line-height: 45px;
    }
    .banner{
        height:280px;
    }
    .about-section .col-inner img {
        margin-top: 30px;
    }
    .appointment-section {
        padding: 30px 0 40px;
    }
    .highlight-list .col-inner {
        padding: 0 0 30px;
    }
    .highlight-list .col-inner .highlight-info {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .about-center-blog > .container, .our-skill-section > .container {
        padding: 0;
    }
    .about-center-blog {
        padding: 15px 0;
    }
    .our-skill-section .section-title h2 {
        margin-bottom: 30px;
    }
    .blog-page .right-area {
        padding: 0;
    }
    body i{
        font-family: "Font Awesome 5 Brands" !important;
        font-weight: 900;
    }
    span.navbar-toggler-icon:before, .col-inner.footer-contact i, .contact-info i{
        font-family: fontawesome !important;
    }
    .contact-page .title-banner img {
        max-width: 140px;
        margin: 30px 10px;
    }
    .contact-page .title-banner {
        height: 110px;
    }
    .testi-box-col:nth-child(odd) .testi-box h4, .testi-box-col:nth-child(odd) .testi-box h5 {
        padding-left: 15px;
    }
    .testi-box-col:nth-child(even) .testi-box h4, .testi-box-col:nth-child(even) .testi-box h5 {
        text-align: left;
        max-width: 100%;
        padding-left: 15px;
    }
    .testi-box .container {
        padding: 0;
    }
    .testi-box-col:nth-child(even) .testi-box .inline-div {
        display: grid;
    }
    .testi-box-col:nth-child(even) .testi-box .inline-div .testi-box-dec {
        order: 2;
    }
    .testi-box-col:nth-child(even) .testi-box {
        padding: 15px 0;
    }
    .testi-box-col:nth-child(odd) .testi-box {
        padding: 15px 0;
        background-color: #f3f3f3;
    }
    .testi-box-col:nth-child(even) .testi-box .content{
        margin-right: 0;
        padding-right: 15px;
    }
    .testi-box-col:nth-child(odd) .testi-box .content p,
    .testi-box-col:nth-child(even) .testi-box .content p{
        max-width: 100%;
    }
    .testi-box-col:nth-child(odd) .testi-box .content{
        margin-left: 0;
        padding-left: 15px;
    }
    .testi-box h4 {
        font-size: 16px;
    }
    .testi-box{
        padding: 0;
    }

    .testi-box h5 {
        font-size: 13px;
    }
    .testi-box figure, .testi-box-dec {
        display: block;
        margin: 0 auto;
    }
    .testi-box-dec{
        width: calc(100% - 30px);
    }
}


