/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
.home .container-wrap {
    padding: 0px !important;
}
/* ============================================ */
header#top li#menu-item-36 strong {
    display: block;
    text-align: left;
}
header#top li#menu-item-36 a {
    background: #17574F;
    padding: 5px 20px !important;
    border-radius: 30px;
}
header#top li#menu-item-36 a span {
    color: #fff !important;
}
header#top .current-menu-item span {
    color: #EA7F4A !important;
    font-weight: 800;
}
header#top li#menu-item-36 a span::after {
    display: none !important;
}
/* ======================================== */
div#revoluiton-slider {
    margin: 0px !important;
}
div#revoluiton-slider span.imgtxt img {
    margin: 0px 10px -5px 0px !important;
}
div#revoluiton-slider span.icon-btn i {
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    line-height: 35px;
    border-radius: 50%;
    margin-left: 10px;
}
/* =============================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner .iwithtext {
    background: #F1F7F6;
    padding: 10px;
    border-radius: 10px;
    transition: .9s;
    width: 45%;
    display: inline-block;
    margin: 10px 10px !important;
}
div#about-inner .iwithtext:hover {
    background: #005350;
    transition: .9s;
}
div#about-inner .iwithtext .iwt-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #005350;
    transition: .9s;
    border-radius: 50%;
    margin: 15px 15px !important;
}
div#about-inner .iwithtext:hover .iwt-icon {
	background: #EA7F4A;
}
div#about-inner .iwithtext .iwt-icon img {
    margin: 0;
}
div#about-inner .iwithtext .iwt-text {
    padding-left: 75px;
    padding-top: 20px;
}
div#about-inner .iwithtext .iwt-text p {
    display: block;
    margin: 20px 0px 0px -70px !important;
}
div#about-inner .iwithtext h2 span, div#about-inner .iwithtext p span {
    transition: .9s !important;
}
div#about-inner .iwithtext:hover h2 span, div#about-inner .iwithtext:hover p span {
    color: #fff !important;
    transition: .9s;
}
/* =========================================== */
h6 span {
    background: #EA7F4A;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 20px;
}
h6 span img {
    display: inline-block !important;
    margin-bottom: -5px !important;
}
a#btn {
    border-radius: 30px !important;
    font-size: 15px;
}
a#btn i {
    width: 35px;
    height: 35px;
    background: #fff !important;
    line-height: 35px !important;
    color: #EA7F4A !important;
}
/* =================================== */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service-inner {
    margin: 0px 10px !important;
    padding: 30px 30px !important;
    background: #F1F7F6;
    transition: .9s;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
div#service-inner:hover {
    background: #005350;
    transition: .9s;
}
div#service-inner .iwithtext {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #777777;
}
div#service-inner:hover .iwithtext {
    border-color: #fff !important;
}
div#service-inner .iwithtext .iwt-icon {
    position: unset;
}
div#service-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#service-inner:hover .iwithtext .iwt-icon img {
    filter: brightness(0) saturate(100%) invert(81%) sepia(46%) saturate(5492%) hue-rotate(328deg) brightness(96%) contrast(91%);
}
div#service-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#service-inner .iwithtext .iwt-text h4 {
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px 20px 0px 0px !important;
}
div#service-inner .iwithtext .iwt-text h3 {
    margin: 0;
}
div#service-inner .t-1 h5 img {
    display: inline-block;
    background: #005350;
    padding: 6px 6px !important;
    border-radius: 50%;
    margin-bottom: -7px !important;
	transition: .9s;
}
div#service-inner:after {
    content: "";
    background: #005350;
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: translate(30px, 30px);
    transition: .9s;
}
div#service-inner:hover:after {
    transform: translate(20px, 20px);
    transition: .9s;
    background: #EA7F4A;
}
div#service-inner:hover h3 span, div#service-inner:hover h4 span, div#service-inner:hover p span, div#service-inner:hover h5 a {
    color: #fff !important;
    transition: .9s;
}
div#service-inner:hover .t-1 h5 img {
    background: #EA7F4A;
    transition: .9s;
}
div#service button.owl-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #F3F3F3;
    padding: 12px 14px;
    color: #000;
    border-radius: 50%;
    transition: .9s;
}
div#service button.owl-prev {
background: transparent;
font-size: 0;
border: 0px;
}
div#service button.owl-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    font-size: 20px;
    box-shadow: unset !important;
    background: #F3F3F3;
    padding: 12px 14px;
    color: #000;
    border-radius: 50%;
    transition: .9s;
}
div#service button.owl-next {
background: transparent;
font-size: 0;
border: 0px;
}
div#service button.owl-prev:hover:before, div#service button.owl-next:hover:before {
    color: #fff;
    background: #000000;
}
div#service .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -110px;
}
div#service .owl-carousel.owl-theme.owl-loaded.owl-drag {
    margin: 0px !important;
}
/* ================================================== */
div#condition {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#condition .inner-wrap.row-bg-layer {
    position: relative;
}
div#condition .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Mask-Group-13.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 321px;
    z-index: 99;
}
div#condition .wpb_wrapper.tabbed.clearfix {
    background: #fff;
    padding: 30px 20px !important;
    border-radius: 10px;
}
div#condition ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    overflow-x: scroll;
    width: 90% !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 5px;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix::-webkit-scrollbar-thumb
{
	background-color: #EA7F4A;
}

div#condition li.tab-item a {
    color: #555555 !important;
    padding: 7px 15px 7px 45px !important;
    background-color: unset !important;
    border: unset !important;
    font-size: 18px;
    margin: 0px 10px !important;
}
div#condition li.tab-item:nth-child(1) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(2) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(3) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(4) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(5) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-4-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(6) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-3-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(7) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-2-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item:nth-child(8) a:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Group-487-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
}
div#condition li.tab-item.active-tab a:before {
    filter: brightness(0) saturate(100%) invert(81%) sepia(46%) saturate(5492%) hue-rotate(328deg) brightness(96%) contrast(91%);
}
div#condition li.tab-item.active-tab a {
    color: #EA7F4A !important;
}
div#tab-inner {
    margin: 30px 50px 0px 50px !important;
}
div#tab-inner .fa-check:before {
    content: url(https://familygoldcare.com/wp-content/uploads/2025/08/Vector-42.png);
}
div#tab-inner .nectar-fancy-ul li {
    margin-bottom: 5px !important;
    color: #777777 !important;
}

div#tab-inner .nectar-fancy-ul li {
    margin-bottom: 5px !important;
    color: #777777 !important;
}
/* ================================================ */
div#Therapies {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#Therapies-inner .vc_col-sm-1\/5 .vc_column-inner {
    background: #F1F7F6;
    padding: 30px 10px !important;
    transition: .9s;
    border-radius: 15px !important;
}
div#Therapies-inner .vc_col-sm-1\/5:hover .vc_column-inner {
    background: #005350;
    transition: .9s;
}
div#Therapies-inner .vc_col-sm-1\/5 h2 {
    width: 60px;
    height: 60px;
    background: #005350;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    transition: .9s;
    margin-bottom: 10px;
}
div#Therapies-inner .vc_col-sm-1\/5:hover h2 {
    background: #EA7F4A;
    transition: .9s;
}
div#Therapies-inner .vc_col-sm-1\/5 h3 span, div#Therapies-inner .vc_col-sm-1\/5 p span {
    transition: .9s;
}
div#Therapies-inner .vc_col-sm-1\/5:hover h3 span, div#Therapies-inner .vc_col-sm-1\/5:hover p span {
    color: #fff !important;
    transition: .9s;
}
/* ========================================= */
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose-inner .iwithtext {
    background: #F1F7F6;
    padding: 25px 25px !important;
    border-radius: 15px;
    transition: .9s;
}
div#why-choose-inner .iwithtext:hover {
    background: #005350;
    transition: .9s;
}
div#why-choose-inner .iwithtext .iwt-text {
    padding: 0;
}
div#why-choose-inner .iwithtext .iwt-icon {
    position: unset;
    width: 80px;
    height: 80px;
    background: #005350;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 13px;
}
div#why-choose-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0 auto;
}
div#why-choose-inner .iwithtext:hover .iwt-icon {
    background: #EA7F4A;
    transition: .9s;
}
div#why-choose-inner .iwithtext h2 span, div#why-choose-inner .iwithtext p span {
    transition: .9s;
}
div#why-choose-inner .iwithtext:hover h2 span, div#why-choose-inner .iwithtext:hover p span {
    color: #fff !important;
    transition: .9s;
}
/* ========================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial .inner-wrap.row-bg-layer {
    position: relative;
}
div#testimonial .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Mask-Group-13-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 321px;
    z-index: 99;
}
div#testimonial .owl-stage-outer {
    overflow: visible !important;
}
div#testimonial-inner {
    background: #fff;
    margin: 0px 10px !important;
    padding: 30px 30px !important;
    border-radius: 10px;
}
div#testimonial-inner .wpb_text_column.wpb_content_element {
    border-bottom: 1px solid #E7E2E2;
    padding-bottom: 15px !important;
}
div#testimonial-inner .iwithtext .iwt-icon {
    left: unset;
    right: 0;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#testimonial-inner h5 {
    color: #000;
}
div#testimonial .owl-dots {
    display: none;
}
/* ================================================ */
div#blog {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#blog-inner span.nectar-post-grid-item__meta-wrap {
    position: absolute;
    top: 0;
    left: 0;
}
div#blog-inner h3.post-heading {
    padding-top: 50px;
}
div#blog-inner span.meta-excerpt {
    color: #777777 !important;
}
div#blog-inner span.nectar-post-grid-item__meta-wrap span.meta-author, div#blog-inner span.nectar-post-grid-item__meta-wrap span.meta-date {
    color: #999999 !important;
}
div#blog a#btn {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 30px;
}
/* ======================================= */
div#contact-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#contact-inner .shedule {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #777;
    width: 40%;
    height: 40%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    margin: 30px 40px !important;
    border-radius: 10px;
    padding: 30px !important;
}
div#contact-inner .shedule .heading {
    border-bottom: 1px solid #777777;
    padding-bottom: 15px !important;
}
div#contact-inner .shedule h3 {
    color: #000;
}
div#contact-inner .shedule p {
    color: #777777;
}
div#contact-inner .shedule .main-div {
    display: flex;
    justify-content: space-between;
    margin: 0px !important;
}
div#contact-inner .shedule a.btn {
    background: #005350;
    padding: 15px 20px 15px 50px !important;
    position: relative;
    border-radius: 30px !important;
    top: 30px;
    color: #fff;
}
div#contact-inner .shedule a.btn:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Background-51.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin: 6px 0px 0px 7px !important;
}
div#contact-inner .vc_col-sm-7 {
    padding: 0px 200px 0px 80px !important;
    position: relative;
}
div#contact-inner .vc_col-sm-7:before {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Mask-Group-13-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 321px;
    z-index: 99;
}
div#contact-inner .vc_col-sm-7:after {
    content: "";
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Mask-Group-14.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 380px;
    height: 321px;
    z-index: 999;
    visibility: visible;
}
div#gform_fields_1 {
    row-gap: 15px !important;
    width: 70%;
}
div#contact-inner input {
    background: #fff;
    border-radius: 30px !important;
    color: #777;
    height: 40px;
}
div#contact-inner input::placeholder {
    color: #777777;
    opacity: 1;
}
div#contact-inner input#input_1_6 {
    width: 100%;
}
div#contact-inner select {
    background-color: #fff;
    border-radius: 30px !important;
    height: 40px;
    color: #777;
}
div#contact-inner textarea#input_1_9 {
    background: #fff;
    border-radius: 20px;
    color: #666;
}
div#contact-inner textarea::placeholder {
    color: #777777;
    opacity: 1;
}
div#contact-inner input#gform_submit_button_1 {
    background-color: #EA7F4A;
    color: #fff;
    padding: 0px 50px 0px 20px !important;
    height: 45px !important;
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Background-53-2.png) !important;
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
/* ========================================= */
div#footer-widgets-globle {
   padding: 40px 0px !important;
margin-bottom: 0px !important;
}
div#footer-widgets-globle ul {
    margin: 0px !important;
}
div#footer-widgets-globle ul li {
    list-style: none;
    margin-bottom: 5px;
}
div#footer-widgets-globle ul li a {
    color: #777777;
}
div#footer-widgets-globle h2 {
    font-weight: 200;
    text-transform: capitalize !important;
    font-size: 25px;
    color: #000000;
    margin-bottom: 20px;
}
div#footer-widgets-globle .widget.widget_nav_menu {
   margin: 0 auto;
   display: table;
}
div#footer-widgets-globle .socliy ul li h3 {
	    color: #000000;
}
div#footer-widgets-globle .socliy ul li {
display: inline-block;
margin: 0px 3px;	
}
div#footer-widgets-globle .socliy ul li i {
    color: #005350 !important;
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #005350;
}
div#footer-widgets-globle .socliy ul li:hover i {
   background: #EA7F4A;
   transition: .5s;
 border-color: #EA7F4A;
	color:#fff;
}
div#footer-widgets-globle ul#menu-contact-info li {
    margin-bottom: 25px !important;
}
div#footer-widgets-globle ul#menu-contact-info li a {
   position: relative;
   padding-left: 40px !important;
   display: block;
}
div#footer-widgets-globle ul#menu-contact-info li a i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 50%;
    font-size: 17px;
    top: -6px;
}
div#footer-widgets-globle ul#menu-contact-info li:hover a i {
   background: #EA7F4A;
   border-color: #EA7F4A;
   transition: .9s;
   color:#fff;
}
div#newletter-inner {
    padding: 0px 30px !important;
    background-size: cover;
    margin-bottom: 0px !important;
    border-radius: 20px;
    background-position: 60% 100% !important;
}
div#newletter-inner form.tnp-form {
    display: flex;
    width: 100%;
}
div#newletter-inner input.tnp-email {
    background: #fff;
    color: #777;
    border-radius: 30px !important;
}
div#newletter-inner input.tnp-email::placeholder {
    color: #777;
    opacity: 1;
}
div#newletter-inner input.tnp-submit {
    width: auto;
    margin: 0px 0px 0px -110px !important;
    border-radius: 30px !important;
    transform: unset !important;
    box-shadow: unset !important;
    background-image: url(https://familygoldcare.com/wp-content/uploads/2025/08/Background-53.png) !important;
    background-repeat: no-repeat;
    background-position: 7% 50%;
    padding-left: 50px !important;
}

/* ========================================= */
div#copyright-globle {
    padding: 20px 0px !important;
}

div#Therapies-inner1 h3 {
    min-height: 70px;
    font-size: 17px;
    line-height: 27px;
}
div#Therapies-inner1 {
    background: #F1F7F6;
    padding: 30px 10px !important;
    transition: .9s;
    border-radius: 15px !important;
    margin-inline: 5px;
}

div#Therapies-inner1 {
    margin-bottom: 0px;
}

div#Therapies-inner1 {
    height: 290px;
}

div#Therapies-inner1 h2 {
    width: 60px;
    height: 60px;
    background: #005350;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    transition: .9s;
    margin-bottom: 10px;
}
div#Therapies-inner1 {
    height: 290px;
}


div#Therapies-inner1:hover  {
    background: #005350;
    transition: .9s;
}

div#Therapies-inner1:hover  h2 {
    background: #EA7F4A;
    transition: .9s;
}
div#Therapies-inner .vc_col-sm-1\/5 h3 span, div#Therapies-inner .vc_col-sm-1\/5 p span {
    transition: .9s;
}
div#Therapies-inner1:hover:hover h3 span, div#Therapies-inner1:hover p span {
    color: #fff !important;
    transition: .9s;
}



div#Therapies-inner1 {
    height: 315px;
}

div#labtestingmain1inr1 li {
    padding-left: 30px;
    margin-bottom: 10px;
}
div#labtestingmain1inr1 .frul2 ul {
    column-count: 2;
}

div#labtestingmain1 .t1 {
    border-bottom: 2px solid #ea7f4a;
    padding-bottom: 10px;
}

div#labtestingmain1inr1 h3 {
    color: #000000;
    border-bottom: 2px solid #00000029;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-style: dashed;
}


/* div#labtestingmain1inr1 .vc_col-sm-4 .vc_column-inner {
    background: #ffffff;
    filter: drop-shadow(2px 4px 6px #cccccc);
    height: 350px;
    padding-block: 40px;
    padding-inline: 30px;
    border-radius: 10px;
} */

.flline h3 {
    width: 100% !important;
}

.frnewlne {
    border-bottom: 2px solid #ea7f4a;
}


div#labtestingmain1inr1 li {
    padding-left: 24px;
    margin-bottom: 10px;
}

div#service-inner h5 a {
    display: none;
}

div#service-inner .t-1 p {
    height: 94px;
}

div#contact-inner textarea#input_2_9 {
    background: #fff !important;
    border-radius: 20px !important;
    color: #666;
}
.pum-theme-239, .pum-theme-default-theme {
    background-color: #000000ed !important;
}


div#popmake-248 div#gform_wrapper_2 {
    margin: 2rem 3rem;
}

div#popmake-248 {
    border-radius: 30px;
}

div#contact-inner input#gform_submit_button_2 {
    background: #ea7f4a !important;
    padding: 12px 26px !important;
    color: #ffff !important;
}

div#popmake-248  input#gform_submit_button_2 {
    background: #ea7f4a;
    padding: 12px 20px;
    border-radius: 50px !important;
}

div#popmake-248 div#gform_fields_2 {
    gap: 10px;
}

/* ========================================= */
@media (max-width: 1920px) {}
@media (max-width: 1600px) {
	div#gform_fields_1 {
    width: 85%;
}
}
@media (max-width: 1440px) {
	div#contact-inner .vc_col-sm-7 {
    padding: 0px 90px 0px 60px !important;
}
	div#contact-inner .shedule {
    width: 52%;
    height: 52%;
}
}
@media (max-width: 1366px) {
	div#contact-inner .shedule {
        width: 55%;
        height: 55%;
    }
	div#gform_fields_1 {
        width: 90%;
    }
	
		div#contact-inner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
	
	
	div#contact-inner h1 {
    font-size: 36px;
    line-height: 42px;
}
div#service-inner .iwithtext .iwt-text h3 {
    margin: 0;
    min-height: 70px;
    font-size: 20px;
}	
div#Therapies-inner1 h3 {
    min-height: 50px;
    font-size: 17px;
    line-height: 27px;
}	
div#Therapies-inner1 {
    height: 286px;
}	
	
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}	
	
	
div#testimonial-inner .wpb_text_column.wpb_content_element {
    border-bottom: 1px solid #E7E2E2;
    padding-bottom: 15px !important;
    height: 150px;
}	
	
div#blog {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
	
	sr7-btn#btnappointment {
    margin-top: 12px;
}
	
}
@media (max-width: 1340px) {
	header#top ul li a {
    font-size: 14px;
}
	    div#contact-inner .shedule {
        width: 58%;
        height: 55%;
    }
}
@media (max-width: 1326px) {
	
div#about-inner .iwithtext .iwt-text p {
    display: block;
    margin: 20px 0px 0px -70px !important;
    font-size: 16px;
}

	
}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {
	
    div#about-inner .iwithtext .iwt-text p {
        font-size: 14px;
    }
	
	div#service-inner .t-1 p {
    height: 94px;
    font-size: 14px;
}
	
	
}
@media (max-width: 1080px) {
	div#revoluiton-slider span.icon-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
	div#about {
    padding: 30px 0px !important;
}
	p, li a, li {
    font-size: 13px !important;
    line-height: 23px !important;
}
	div#about-inner .iwithtext .iwt-icon {
    width: 55px;
    height: 55px;
}
	div#service {
    padding: 30px 0px !important;
}
	div#service-inner {
        padding: 20px 20px !important;
    }
	div#service-inner h3 {
    min-height: 60px;
}
	div#condition {
    padding: 30px 0px !important;
}
	div#tab-inner {
    margin: 30px 0px 0px 0px !important;
}
	div#condition li.tab-item a {
    font-size: 15px !important;
}
	div#Therapies-inner .vc_col-sm-1\/5 .vc_column-inner {
    padding: 20px 10px !important;
}
	div#Therapies-inner h3 {
    font-size: 17px;
}
	div#Therapies-inner .vc_col-sm-1\/5 h2 {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}
	div#Therapies {
    padding: 30px 0px !important;
}
	div#why-choose-inner .iwithtext {
    padding: 15px 10px !important;
}
	div#why-choose-inner .iwithtext .iwt-icon {
    position: unset;
    width: 70px;
    height: 70px;
}
	div#why-choose {
    padding: 30px 0px !important;
}
	div#testimonial {
    padding: 30px 0px !important;
}
		div#testimonial-inner .iwithtext .iwt-icon img {
    width: 60px;
}
	div#contact-inner .vc_col-sm-7 {
        padding: 0px 20px 0px 20px !important;
    }
	    div#contact-inner .shedule {
        width: 65%;
        height: 50%;
    }
	div#contact-inner img.img-with-animation.skip-lazy {
    height: 630px;
    object-fit: cover;
    border-radius: 20px;
}
	div#footer-widgets-globle h2 {
    font-size: 22px;
}
	div#footer-widgets-globle .socliy ul li {
    margin: 0px 0px;
}
div#footer-widgets-globle .socliy ul li i {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
	div#newletter-inner h2 br {
    display: none;
}
	div#newletter-inner h2 {
    font-size: 19px;
}
}
@media (max-width: 1024px) {
	div#Therapies-inner h3 {
        font-size: 16px;
    }
	div#testimonial-inner {
    padding: 20px 20px !important;
}
	    div#contact-inner .shedule {
        width: 74%;
        height: 53%;
    }
	div#newletter-inner h2 {
    font-size: 18px;
}
	    div#footer-widgets-globle h2 {
        font-size: 20px;
    }
	
	div#labtestingmain1inr1 h3 {
    font-size: 16px;
    line-height: 26px;
}
	
div#newletter-inner p {
    font-size: 11px !important;
}	
	
	
    p, li a, li {
        font-size: 11px !important;
        line-height: 20px !important;
    }	
	
	    div#service-inner .iwithtext .iwt-text h3 {
        margin: 0;
        min-height: 70px;
        font-size: 14px;
        line-height: 20px;
    }
	
	    div#service-inner .iwithtext .iwt-text h3 {
        margin: 0;
        min-height: 40px;
        font-size: 14px;
        line-height: 20px;
    }
	
	div#Therapies-inner1 {
        height: 252px;
    }
	
	
}
@media (max-width: 912px) {
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close::before {
  background-color: #ea7f4a !important;
}
	div#revoluiton-slider span.icon-btn i {
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
	div#about-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#about-inner .iwithtext .iwt-text {
        padding-left: 0px;
        padding-top: 10px;
    }
	div#about-inner .iwithtext .iwt-text p {
    margin: 0px 0px 0px 0px !important;
}
	div#about-inner .iwithtext .iwt-icon {
        width: 55px;
        height: 55px;
        position: unset;
        margin: 0 auto !important;
    }
	    div#service .owl-carousel .owl-nav.disabled {
        display: none !important;
        margin-top: 0px;
        position: unset;
    }
	.owl-dots {
    display: none;
}
	    div#service-inner h3 {
        min-height: 0px;
    }
	div#service .t-2 {
    text-align: center;
}
	div#condition ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    width: 85% !important;
}
	div#tab-inner {
        margin: 30px 70px 0px 70px !important;
        text-align: center;
    }
	div#tab-inner ul li {
    text-align: left;
}
	div#tab-inner .nectar-fancy-ul {
    margin: 0 auto;
    display: table;
}
	div#Therapies-inner {
    margin: 0px 100px;
}
	div#why-choose-inner {
    text-align: center;
    margin: 0px 100px;
}
	    div#why-choose-inner .iwithtext .iwt-icon {
        margin: 0 auto;
        margin-bottom: 10px;
    }
	div#why-choose-inner .vc_col-sm-3:last-child {
    margin-bottom: 10px !important;
}
	div#testimonial .owl-stage-outer {
    overflow: hidden !important;
}
	div#blog-inner .nectar-post-grid-item {
    width: 100%;
}
	div#blog-inner {
    margin: 0px 100px;
}
	div#blog a#btn {
    position: relative;
    margin: 0 auto;
    display: table;
}
	div#contact-inner {
    margin: 0px 100px;
}
	div#contact {
    padding: 30px 0px !important;
}
	    div#contact-inner .shedule {
        width: 50%;
        height: 50%;
    }
	div#contact-inner .vc_col-sm-7:before, div#contact-inner .vc_col-sm-7:after {
		display: none;
}
	div#gform_fields_1 {
        width: 100%;
    }
	div#contact-inner .t-3 {
    text-align: center;
}
	div#blog .t-4 {
    text-align: center;
}
	div#field_1_10 {
    text-align: center;
}
	div#contact-inner input#gform_submit_button_1 {
    margin: 0 auto;
}
	div#footer-widgets-globle .widget.widget_nav_menu {
    margin: 0 auto;
    display: unset;
}
	div#newletter-inner .vc_col-sm-4 {
    padding-top: 20px;
}
	div#newletter-inner h2 {
        font-size: 20px;
    }
	div#newletter-inner {
    margin: 0px 100px;
    text-align: center;
    padding: 0px 50px !important;
}
	div#newletter-inner img {
    margin: 0 auto;
}
	div#footer-widgets-globle img {
    width: 80%;
}
	
    div#testimonial-inner .wpb_text_column.wpb_content_element {
        border-bottom: 1px solid #E7E2E2;
        padding-bottom: 15px !important;
        height: 105px;
    }	
	
	    div#why-choose {
        padding: 30px 0px !important;
        padding-top: 0px !important;
    }
	
	div#Therapies-inner1 p {
    font-size: 13px !important;
}
	
	div#condition .wpb_wrapper.tabbed.clearfix {
    padding: 30px 20px !important;
    border-radius: 10px;
    padding-bottom: 2px !important;
}
	
.abtimg {
    height: 444px !important;
    object-fit: cover;
    border-radius: 20px;
}	
	
	
}
@media (max-width: 800px) {
	div#about-inner {
        margin: 0px 70px;
    }
		div#Therapies-inner {
    margin: 0px 70px;
}
	div#why-choose-inner {
    margin: 0px 70px;
}
		div#blog-inner {
    margin: 0px 70px;
}
	div#contact-inner {
    margin: 0px 70px;
}
		div#newletter-inner {
    margin: 0px 70px;
}
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	div#revoluiton-slider span.imgtxt img {
    display: none;
}
	    div#revoluiton-slider span.icon-btn i {
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
		div#about-inner {
        margin: 0px 0px;
    }
	    div#service .owl-carousel .owl-nav.disabled {
        display: none !important;
    }
	div#condition ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    width: 80% !important;
}
	    div#tab-inner {
        margin: 30px 0px 0px 0px !important;
    }
		div#Therapies-inner {
    margin: 0px 0px;
}
	div#why-choose-inner {
    margin: 0px 0px;
}
		div#blog-inner {
    margin: 0px 0px;
}
	div#contact-inner {
    margin: 0px 0px;
}
	    div#contact-inner img.img-with-animation.skip-lazy {
        height: 400px;
    }
	    div#contact {
        padding: 30px 30px !important;
    }
	    div#contact-inner .vc_col-sm-7 {
        padding: 0px 0px 0px 0px !important;
    }
    div#newletter-inner {
        margin: 0px 0px;
        padding: 0px 20px !important;
    }
	    div#contact-inner .shedule {
        width: 70%;
        height: 70%;
    }
	div#testimonial .owl-stage {
    padding: 5px 0px !important;
}
	h1 {
    font-size: 25px !important;
    line-height: 30px !important;
}
	
	    sr7-btn#btnappointment {
        margin-top: 0px;
    }
	
	    div#service {
        padding: 30px 0px !important;
        padding-bottom: 10px !important;
    }
	
	div#Therapies-inner1 {
        height: 230px;
    }
	
	    div#contact-inner .shedule {
        width: 70%;
        height: 75%;
    }
	
	    div#blog {
        padding: 50px 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 20px !important;
    }
	
	sr7-txt#goldtxt1 {
    font-size: 9px !important;
}
	
}
@media (max-width: 428px) {
		div#about-inner .iwithtext {
    width: 100%;
    margin: 10px 0px !important;
}
	div#contact-inner .shedule {
        width: 80%;
        height: 80%;
    }
	
	    sr7-txt#goldtxt1 {
        font-size: 8px !important;
    }
	
	
}
@media (max-width: 414px) {
	div#contact-inner .shedule {
        width: 90%;
        height: 80%;
		        margin: 10px 15px !important;
    }
}
@media (max-width: 390px) {
	div#contact-inner .shedule {
        width: 90%;
        height: 77%;
        border-radius: 10px;
        padding: 20px !important;
    }
	    sr7-txt#goldtxt1 {
        font-size: 7px !important;
    }
	
	    div#contact-inner .shedule {
        width: 92%;
        height: 77%;
    }
	
	
}
@media (max-width: 375px) {
	
div#newletter-inner p {
        font-size: 10px !important;
    }	
	
	
}
@media (max-width: 360px) {}


@-moz-document url-prefix() {
	#service .owl-stage-outer {
  height: 400px;
}
	#testimonial {
  height: 550px;
}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1326px){}
@media (max-width: 1280px){}
@media (max-width: 1024px){}
@media (max-width: 912px){
	#testimonial {
  height: 470px;
}
	}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){
	#service .owl-stage-outer {
  height: 350px;
}
	#testimonial {
  height: 430px;
}
	}
@media (max-width: 428px){}
@media (max-width: 414px){
	#testimonial {
  height: 450px;
}
	}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}
}