/*
 Theme Name:   Twenty Twenty
 Theme URI:    https://wordpress.org/themes/twentytwenty/
 Description:  Twenty Twenty Child Theme
 Author:       Sujan Shrstha
 Author URI:   http://sujanshresthaa.com.np/
 Template:     twentytwenty
 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:  twentytwentychild
*/

@font-face {
    font-family: 'proxima-nova-regular';
    src: url("assets/fonts/proxima-nova/323999_6_0.eot");
    src: url("assets/fonts/proxima-nova/323999_6_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proxima-nova/323999_6_0.woff2") format("woff2"), url("assets/fonts/proxima-nova/323999_6_0.woff") format("woff"), url("assets/fonts/proxima-nova/323999_6_0.ttf") format("truetype");
}

@font-face {
    font-family: 'proxima-nova-bold';
    src: url("assets/fonts/proxima-nova/323999_1_0.eot");
    src: url("assets/fonts/proxima-nova/323999_1_0.eot?#iefix") format("embedded-opentype"), url("assets/fonts/proxima-nova/323999_1_0.woff2") format("woff2"), url("assets/fonts/proxima-nova/323999_1_0.woff") format("woff"), url("assets/fonts/proxima-nova/323999_1_0.ttf") format("truetype");
}

@font-face {
    font-family: 'sofia-pro-regular';
    src: url("assets/fonts/sofia-pro/SofiaProRegular-webfont.eot");
    src: url("assets/fonts/sofia-pro/SofiaProRegular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sofia-pro/SofiaProRegular-webfont.woff2") format("woff2"), url("assets/fonts/sofia-pro/SofiaProRegular-webfont.woff") format("woff"), url("assets/fonts/sofia-pro/SofiaProRegular-webfont.ttf") format("truetype"), url("assets/fonts/sofia-pro/SofiaProRegular-webfont.svg#sofia_pro_regularregular") format("svg");
}

@font-face {
    font-family: 'sofia-pro-black';
    src: url("assets/fonts/sofia-pro/SofiaProBlack-webfont.eot");
    src: url("assets/fonts/sofia-pro/SofiaProBlack-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sofia-pro/SofiaProBlack-webfont.woff2") format("woff2"), url("assets/fonts/sofia-pro/SofiaProBlack-webfont.woff") format("woff"), url("assets/fonts/sofia-pro/SofiaProBlack-webfont.ttf") format("truetype"), url("assets/fonts/sofia-pro/SofiaProBlack-webfont.svg#sofia_problack") format("svg");
}

/*==== Common css start ====*/

body {
    margin: 0;
    padding: 0;
    font-family: 'proxima-nova-regular', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1e1e1e;
    position: relative;
}

a {
    transition: all 600ms ease;
}

a:hover, a:focus {
    outline: none;
    text-decoration: none;
    transition: all 600ms ease;
    color: #5c2ded;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0px;
    line-height: 1.4;
    font-family: 'sofia-pro-black', sans-serif;
}

h1, .h1 {
    font-size: 32px;
}

h2, .h2 {
    font-size: 28px;
}

h3, .h3 {
    font-size: 22px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 14px;
}

@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 42px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 30px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 20px;
    }
}

p {
    line-height: 1.5;
    font-size: 16px;
}

ul li, ol li {
    line-height: 1.5;
}

@media (min-width: 1024px) {
    a, p, span, ul {
        font-size: 18px;
        line-height: 30px;
    }
}

.small a, small a {
    font-size: inherit;
}

*:focus {
    outline: none;
}

.btn, .btn:hover, .btn:focus, .btn:active {
    outline: none;
    transition: all 600ms ease !important;
    box-shadow: none;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.15em !important;
    border-radius: 2em !important;
    font-family: 'sofia-pro-black', sans-serif;
}

.btn {
    padding: 8px 24px !important;
    font-size: 12px !important;
    border-width: 2px !important;
    min-width: 150px;
}

.btn-sm {
    font-size: 11px;
}

.btn-lg {
    padding: 12px 24px !important;
    font-size: 15px !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #5c2ded !important;
    border-color: #5c2ded !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #582be4 !important;
    border-color: #582be4 !important;
}

.font-weight-light {
    font-family: 'sofia-pro-regular', sans-serif;
}

.nf-form-fields-required {
    display: none;
}

.form-control, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    border-radius: 5px !important;
    border: 2px solid #E0E0E0 !important;
    /* padding: 15px 20px; */
    /* margin: 12px 0 0; */
    height: auto !important;
    font-size: 16px;
    font-family: 'sofia-pro-regular', sans-serif;
    color: #808080 !important;
    -webkit-box-shadow: none !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.nf-form-content textarea {
    height: 106px !important;
}

.nf-form-content label {
    display: none;
}

.nf-error.field-wrap .nf-field-element:after {
    top: 2px;
}

.img-pos {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.text-transparent-white {
    color: rgba(255, 255, 255, 0.7);
}

.height-50 {
    min-height: 50vw;
}

@media (min-width: 992px) {
    .height-50 {
        height: 30vw;
        min-height: 30vw;
    }
}

@media screen and (max-device-width: 1023px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media (min-width: 1556px) {
    .container {
        max-width: 1400px;
    }
}

.caption {
    letter-spacing: 0.285em;
    font-family: 'sofia-pro-regular', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.smllogo img {
    height: 50px;
}

.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: menu_sticky 0.7s ease-in-out;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #1E1E1E;
}

.fixed-nav .wsmenu>.wsmenu-list>li>a:not(.btn) {
    color: #ffffff;
}

.fixed-nav .wsmenu>.wsmenu-list>li>a:hover {
    color: #5c2ded;
}

@media (min-width: 992px) {
    .mobile-logo {
        display: none !important;
    }
}

/*==== banner style start ====*/

.banner-slide .hero {
    height: 35vh;
}

@media (min-width: 1200px) {
    .hidden-desktop {
        display: none;
    }
    .banner-slide .hero {
        height: calc(100vh + 180px);
    }
    .banner-content {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
        z-index: 10;
    }
    .banner-text h1 {
        font-size: 65px;
        line-height: 65px;
        color: #fff;
    }
    .banner-text h3 {
        color: #fff;
    }
}

@media (min-width: 1600px) { 
	.banner-slide .hero {
		height: 100vh;
	}
}
@media (max-width: 1199px) {
    .hidden-mobile {
        display: none;
    }
}

/*==== banner style end ====*/
@media (max-width: 991px) {
#meet-the-doctor .col-lg-5 {
    max-height: 480px;
    overflow: hidden;
    margin-bottom: 20px;
}
}
.advantage-row .img {
	    width: 90px !important;
}
.advantage-row .img-wrap {
	    width: 90px !important;
    background-color: #1e1e1e;
    padding: 20px;
    border-radius: 50px;
	display:block;
	margin: 0 auto 10px auto;
}
.falist li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.falist li i {
    margin-left: 0px;
    position: absolute;
    font-size: 22px;
    line-height: inherit;
    top: 0;
    left: 1px;
    line-height: 1.4;
}

.shadow {
    -webkit-box-shadow: 0px 3px 5px 0px #ababab;
    -moz-box-shadow: 0px 3px 5px 0px #ababab;
    box-shadow: 0px 3px 5px 0px #ababab;
}

.footer-links li {
    line-height: 30px;
    font-size: 14px;
}

.footer-links li, .footer-links li a {
    color: #fff;
    font-size: 14px;
}

.carouselGallery-button {
    text-align: center;
}

.container-gallery-width {
    position: relative;
    width: 100%;
    max-width: 1183px;
    margin: 0 auto;
    overflow: hidden;
}

.carouselGallery-col-60 {
    float: left;
    width: 60%;
}

.carouselGallery-col-40 {
    width: 40%;
    float: left;
}

.carouselGallery-col-20 {
    width: 20%;
    float: left;
}

.carouselGallery-grid .carouselGallery-col-1 {
    width: calc(33.3% - 10px);
    padding-bottom: calc(33.3% - 10px);
    margin: 5px;
    cursor: pointer;
}

.carouselGallery-grid .carouselGallery-col-2 {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
    margin: 5px;
    cursor: pointer;
}

.carouselGallery-grid .carouselGallery-col-3 {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
    margin: 5px;
    cursor: pointer;
}

@media (min-width:768px) {
    .mobile-quote {
        display: none;
    }
}

@media (max-width:767px) {
    .mobile-quote .slick-slide img {
        margin: auto;
    }
    .desktop-quote {
        display: none;
    }
    .carouselGallery-col-60 {
        float: left;
        width: 100%;
    }
    .carouselGallery-col-40 {
        width: 100%;
        float: left;
    }
    .carouselGallery-col-20 {
        width: 100%;
        float: left;
    }
    .carouselGallery-grid .carouselGallery-col-1 {
        width: calc(100% - 20px);
        padding-bottom: calc(100% - 20px);
        margin: 5px 10px;
        cursor: pointer;
        padding-bottom: 30vh;
    }
    .carouselGallery-grid .carouselGallery-col-2 {
        width: calc(100% - 20px);
        padding-bottom: calc(100% - 20px);
        margin: 5px 10px;
        cursor: pointer;
        padding-bottom: 30vh;
    }
    .carouselGallery-grid .carouselGallery-col-3 {
        width: calc(100% - 20px);
        padding-bottom: calc(100% - 20px);
        margin: 5px 10px;
        cursor: pointer;
        padding-bottom: 30vh;
    }
}

.carouselGallery-item-meta {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(30 30 30 / 0.95);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.carouselGallery-item-meta-info {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.carouselGallery-carousel:hover .carouselGallery-item-meta {
    opacity: 1;
}

.carouselGallery-item-meta .icon-heart {
    top: 5px;
    font-size: 24px;
    color: yellow;
    line-height: 20px;
}

.carouselGallery-col-1:hover .carouselGallery-item-meta, .carouselGallery-col-2:hover .carouselGallery-item-meta, .carouselGallery-col-3:hover .carouselGallery-item-meta {
    bottom: 0;
}

.carouselGallery-item-meta {
    right: 0;
}

.carouselGallery-grid .carouselGallery-col-1, .carouselGallery-grid .carouselGallery-col-2, .carouselGallery-grid .carouselGallery-col-3 {
    background-position: center center;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.review-desc p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.42px;
}

.review-desc a {
    color: #005293;
    font-weight: bold;
    font-size: 19px;
}

.carouselGallery-modal-text:hover {
    background-color: #fffffe;
}

.carouselGallery-modal-text {
    background-color: #FFFFFF;
    padding: 24px 0 24px 24px;
}

.author-realname {
    font-size: 19px;
}

.author-realname-front {
    font-size: 19px;
    line-height: 24px;
    margin: 5px 0;
    color: #FFFFFF;
}

.lightbox-copy {
    color: #808080 !important;
    font-family: 'sofia-pro-black';
    font-size: 17px !important;
    font-weight: 500 !important;
    text-align: center !important;
    line-height: 32px !important;
}

.lightbox-schedule-button {
    width: 250px;
    padding: 11px 13px !important;
    margin: 20px auto 30px auto !important;
    font-family: sofia-pro-black, Arial, sans-serif !important;
    font-size: 10px !important;
    cursor: pointer;
    text-align: center;
    background: #FFFFFF !important;
    color: #5c2ded !important;
    border: 2px solid #5c2ded;
    display: block;
    font-weight: 900;
    line-height: 23px;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    letter-spacing: .25em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lightbox-schedule-button:hover {
    color: #FFFFFF !important;
    background: #5c2ded !important;
}

.carouselGallery-modal-text .media {
    margin-bottom: 15px;
}

#mc-embedded-subscribe {
    margin: 0 auto !important;
    border: inherit !important;
    border-radius: 2em !important;
}

#mc_embed_signup form {
    padding: 0 !important;
}

#mc_embed_signup form {
    text-align: inherit!important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

.trim-content {
    max-height: 420px;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.show-content {
    max-height: none;
    transition: max-height 1s ease-in-out;
}

#bookModal {
    padding: 0 !important;
}

#bookModal .modal-dialog {
    max-width: none;
    margin: 0;
    min-height: 100vh;
}

#bookModal .modal-dialog .modal-content {
    min-height: 100vh;
}

#bookModal button.close {
    opacity: 1;
    right: 20px;
    top: 20px;
    z-index: 10;
}

#bookModal .modal-content {
    border-radius: 0px;
}

.banner-slide .overlay {
    z-index: 1;
    position: absolute;
    background: rgb(30 30 30 / 0.5);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.chat-icon {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    box-shadow: 3px 5px 8px 0 rgba(0, 0, 0, .3);
    display: inherit;
    height: 60px;
    line-height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-icon img {
    width: 30px;
}

.chat-icon span {
    display: none;
}

.chat-icon:hover, .chat-icon:focus, .chat-icon:active {
    background-color: #23305c !important;
    border-color: #23305c !important;
}

@media (min-width: 1024px) {
    .chat-icon {
        width: 60px;
        min-width: initial;
        font-size: 28px;
    }
}

@media (max-width: 1023px) {
    .chat-icon {
        left: 20px;
        margin: auto;
        width: 300px;
        height: 60px;
        line-height: 60px;
    }
    .chat-icon span {
        display: inline-block;
        padding-left: 10px;
    }
}

.page-id-18 .wsmainfull:not(.fixed-nav), .page-id-46 .wsmainfull:not(.fixed-nav) {
    position: relative;
}

.page-id-18 .wsmainfull, .page-id-46 .wsmainfull {
    background-color: #1E1E1E;
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
.mr-auto {
	margin-right: auto !important;
}
.nf-response-msg {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.inner-header.img-pos {
    min-height: 400px;
    background-position: bottom center !important;
    position: relative;
}

.inner-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.wp-show-posts .wp-show-posts-inner {
    display: flex;
    flex-direction: column;
}
.wp-show-posts .wp-show-posts-inner .wp-show-posts-image.wpsp-image-center {
    order: 1;
}
.wp-show-posts .wp-show-posts-inner header.wp-show-posts-entry-header {
    order: 2;
margin-bottom: 5px;
}
.wp-show-posts .wp-show-posts-inner .wp-show-posts-entry-summary {
    order: 3;
}
.size-full {
    max-width: 100%;
    height: auto;
}
ul.post-meta, nav.pagination-single.section-inner.only-one.only-prev {
	display: none;
}
.single.single-post article {
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0;
}
.pum-theme-90, .pum-theme-default-theme {
    background-color: rgba( 0, 0, 0, 0.64 ) !important;
}
#nf-form-1-cont nf-fields-wrap nf-field:last-child>div {
    margin-bottom: 0 !important;
}