/*
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
*/
#serve .col-serve .vc_column-inner:hover h2 {
    color: #fff;
}
#serve .col-serve .vc_column-inner:hover h6 {
    color: #fff !important;
}
#serve .col-serve .vc_column-inner:hover h6 a {
    color: #fff;
}

#serve .col-serve .vc_column-inner:hover p {
    color: #fff;
}
#about h4 {
    color: black;
    font-size: 26px;
    font-family: 'Philosopher';
    margin-top: -100px;
}
body #serve .col-serve .vc_column-inner {
    height: 340px !IMPORTANT;
    padding: 40px 20px !important;
}
#serve .srvc-sec .vc_column-inner {
    padding: 40px 10px 40px;
    background: #fffefb;
    border: 3px solid #c2c3c6;
    border-radius: 50px;
    transition: 0.5s;
    min-height: 564px;
}
#serve .srvc-sec .vc_column-inner:hover {
        background-image: url(https://enchantedmedicalspa.com/wp-content/uploads/2023/01/Shape-7-1.png);
    background-repeat: no-repeat;
    background-size: 105% 40%;
    background-position-x: -10px;
    border: 3px solid #c4189e;
}
#ban h2 {
    color: #fff;
    font-size: 50px;
    text-shadow: 2px 2px #000;
}
header#top i.fa.fa-angle-down.icon-in-menu:before {
    color: #000 !important;
}

header#top nav ul:nth-child(1) li ul.sub-menu.tracked-pos {
    margin-top: -40px;
    padding: 10px 0px 10px 10px !important;
    border-radius: 30px !important;
    overflow: hidden !important;
}


/* header */

#header-outer .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item a span {
    color: #ac1c8d;
    font-weight: 600;
}

#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav>ul>li>a .menu-title-text:after {
    border-color: #ac1c8d!important;
}

#header-outer .col.span_3 a#logo img {
    transform: scale(1.5);
}

#header-outer .col.span_9.col_last ul.sf-menu.sf-js-enabled.sf-arrows li a span {
    color: black;
}

#header-outer .icon-salient-m-user:before {
    content: "\e074";
    font-weight: 800;
    color: black;
}

#header-outer .icon-salient-cart:before {
    content: "\e910";
    font-weight: 800;
    color: black;
}


/* main */
#footer ul#menu-menu-2 ul.sub-menu {
    display: none;
}
#main h1 {
    font-size: 60px;
    line-height: 70px;
    color: black;
}

#main p {
    font-size: 16px;
    color: black;
    max-width: 600px;
}

a#btn1 {
    padding: 20px 60px 20px 30px;
    border-radius: 50px !important;
    font-size: 16px;
    background-image: url(https://enchantedmedicalspa.com/wp-content/uploads/2023/01/Shape-2-copy-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 194px;
}

#main {
    padding: 277px 0px !important;
}

#main .owl-dots {
    display: none;
}

#main .owl-nav {
    display: block;
}

#main button.owl-prev {
    background: black;
    font-size: 30px;
    padding: 10px 22px;
    border-radius: 50px !important;
    transition: 0.5s;
    border: 2px solid #ac1c8d;
    position: absolute;
    top: 110px;
    left: -180px;
}

#main button.owl-next {
    background: black;
    font-size: 30px;
    padding: 10px 22px;
    border-radius: 50px !important;
    transition: 0.5s;
    border: 2px solid #ac1c8d;
    position: absolute;
    top: 110px;
    right: -180px;
}

#main button.owl-prev:hover,
#main button.owl-next:hover {
    transform: scale(97%);
}


/* about */

#about {
    padding-top: 50px !important;
}

#about h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: black;
}

#about p {
    font-size: 16px;
    color: black;
}

#about a#btn1 {
    background-position-x: 120px;
}

#about h1 {
    color: black;
    font-size: 65px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#about h1 span {
    font-weight: 700;
}

#about:before {
    content: '';
    background-image: url(https://enchantedmedicalspa.com/wp-content/uploads/2023/01/Vector-Smart-Object2.png);
    background-size: 100% 100%;
    width: 616px;
    height: 626px;
    z-index: 2;
    position: absolute;
    top: -170px;
    right: -210px;
}


/* serve */

#serve h1 {
    font-size: 50px;
    color: black;
    text-transform: uppercase;
}

#serve h1 span {
    font-weight: 700;
}

#serve .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

#serve .owl-dots {
    display: none;
}

#serve .owl-nav {
    display: block;
}

#serve button.owl-prev {
    background: black;
    font-size: 30px;
    padding: 10px 22px;
    border-radius: 50px !important;
    transition: 0.5s;
    border: 2px solid #ac1c8d;
    position: absolute;
    top: 170px;
    left: -180px;
}

#serve button.owl-next {
    background: black;
    font-size: 30px;
    padding: 10px 22px;
    border-radius: 50px !important;
    transition: 0.5s;
    border: 2px solid #ac1c8d;
    position: absolute;
    top: 170px;
    right: -180px;
}

#serve button.owl-prev:hover,
#serve button.owl-next:hover {
    transform: scale(97%);
}

#serve .img-serve {
    width: 250px;
    height: 250px;
    border-radius: 0;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}

#serve .col-serve .vc_column-inner {
    padding: 70px 10px 50px;
    background: #fffefb;
    border: 3px solid #c2c3c6;
    border-radius: 50px;
    transition: 0.5s ease;
    height: 540px;
}

#serve h2 {
    color: black;
    font-size: 35px;
    margin-top: 30px;
}

#serve p {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

/*#serve .col-serve .vc_column-inner:hover {
    border: 3px solid #c4189e;
    background: #c4189e !important;
}*/
#serve .col-serve .vc_column-inner {
    border: 3px solid #c4189e;
    background: #e3b08c !important;
    outline: 16px solid #fff;
    outline-offset: -19px;
}

#serve .owl-stage {
    padding: 0px;
}




/* inject */

#inject h1 {
    color: black;
    text-transform: uppercase;
}

#inject h1 span {
    font-weight: 700;
}

#inject h4 {
    font-size: 35px;
    color: black;
    margin: 30px 0px;
}

#inject .twentytwenty-handle {
    background: white !important;
}

#inject .twentytwenty-handle span.twentytwenty-right-arrow {
    border-left: 6px solid black;
}

#inject .twentytwenty-handle span.twentytwenty-left-arrow {
    border-right: 6px solid black;
}

#inject .twentytwenty-wrapper {
    background: #c4189e;
    border-radius: 15px;
    padding: 15px 15px 20px;
}

#inject .twentytwenty-wrapper .twentytwenty-container img {
    border-radius: 10px;
}

#inject .twentytwenty-horizontal .twentytwenty-handle:after,
#inject .twentytwenty-horizontal .twentytwenty-handle:before {
    height: 215px !important;
}

#inject {
    padding-bottom: 100px !important;
}

#inject:before {
    content: '';
    background-image: url(https://enchantedmedicalspa.com/wp-content/uploads/2023/01/almd.png);
    background-size: 100% 100%;
    width: 256px;
    height: 366px;
    position: absolute;
    right: -330px;
    top: 0px;
    z-index: 2;
}


/* news */

#news .img-news {
    width: 36%;
    transform: scale(1.3);
    margin: 0px auto;
}

#news h1 {
    color: black;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
}

#news input.tnp-email {
    padding: 15px;
    background: transparent;
    border: 1px solid black;
    border-radius: 50px;
    width: 60%;
    max-width: 100%;
}

#news input.tnp-submit {
    border-radius: 40px !important;
    padding: 17px !important;
    background-color: #c4189e;
    font-size: 16px;
    position: absolute;
    right: 114px;
}


/* test */

#test h1 span {
    font-weight: 700;
}

#test h1 {
    color: black;
    font-size: 50px;
    text-transform: uppercase;
}

#test .iwithtext .iwt-icon img {
    width: 100%;
}

#test .iwithtext .iwt-text {
    padding-left: 95px;
}

#test h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 0px;
}

#test h5 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Jost';
}

#test p {
    font-size: 16px;
}

#test .col-text .vc_column-inner {
    background: white;
    border: 2px solid #e6e6e6;
    border-radius: 20px;
    box-shadow: 0px 0px 20px -10px;
    padding: 30px 50px;
    transition: 0.5s;
}

#test .col-text .vc_column-inner:hover {
    border: 2px solid #c4189e;
}


/* footer */

#copyright p {
    font-size: 16px;
    color: black;
    font-weight: 500;
}

#footer .menu55 ul#menu-menu-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0px -10px !important;
}

#footer .menu55 ul#menu-menu-2 li {
    list-style: none;
}

#footer .menu55 ul#menu-menu-2 li a {
    font-size: 20px;
    color: black;
    margin: 0px 20px;
    font-family: 'Philosopher';
    text-transform: uppercase;
    font-weight: 600;
}

#footer .menu55 ul#menu-footer-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .menu55 ul#menu-footer-1 li {
    list-style: none;
}

#footer .menu55 ul#menu-footer-1 li a {
    font-size: 20px;
    color: black;
    margin: 0px 20px;
    font-family: 'Philosopher';
    font-weight: 600;
    text-transform: uppercase;
}

#copyright .row-bg.viewport-desktop {
    background: linear-gradient(180deg, rgba(172, 172, 172, 1) 0%, #dcd4bc 50%, rgba(190, 159, 82, 1) 100%);
}

#footer {
    padding-top: 200px !important;
}

#footer .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}

#footer h2 {
    color: black;
    font-size: 35px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 75px;
}

#footer p {
    font-size: 16px;
    text-align: left;
    padding-left: 75px;
    color: black;
}

#footer .wpb_raw_html a i {
    font-size: 30px;
    margin: 0px 30px;
    transition: 0.7s;
}

#footer .wpb_raw_html {
    text-align: left;
    padding-left: 45px;
}

#footer .wpb_raw_html a i:hover {
    transform: rotate(360deg);
}


/* responsive */

@media (max-width: 1600px) {
    #news h1 {
        font-size: 50px;
        line-height: 60px;
    }
    #news .img-news {
        width: 30%;
    }
    #serve button.owl-prev {
        left: -130px;
    }
    #serve button.owl-next {
        right: -130px;
    }
    #main button.owl-prev {
        left: -130px;
    }
    #main button.owl-next {
        right: -130px;
    }
    #main {
        padding: 197px 0px !important;
    }
    #about:before {
        top: -184px;
        right: -150px;
        transform: scale(0.9);
    }
    #inject:before {
        right: -209px;
        transform: scale(0.8);
    }
}

@media (max-width: 1440px) {
    #main button.owl-prev {
        left: -80px;
    }
    #main button.owl-next {
        right: -80px;
    }
    #main h1 {
        font-size: 60px;
        line-height: 70px;
    }
    #main p {
        font-size: 14px;
    }
    #main {
        padding: 166px 0px !important;
    }
    #about:before {
        top: -200px;
        right: -100px;
        transform: scale(0.8);
    }
    #serve button.owl-prev {
        left: -80px;
    }
    #serve button.owl-next {
        right: -80px;
    }
    #news .img-news {
        width: 27%;
        margin: 0px auto 0px 170px;
    }
    #inject:before {
        right: -124px;
        transform: scale(0.8);
        top: -30px;
    }
}

@media (max-width: 1366px) {
    #news h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 205px !important;
    }
    #main {
        padding: 180px 0px 120px !important;
    }
    #about:before {
        top: -220px;
        right: -95px;
        transform: scale(0.7);
    }
}

@media (max-width: 1336px) {
    #about p {
        font-size: 15px;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 198px !important;
    }
}

@media (max-width: 1326px) {
    #about:before {
        top: -220px;
        right: -110px;
        transform: scale(0.7);
    }
}

@media (max-width: 1280px) {
	.iwithtext .iwt-icon {
    top: -20px !important;
}
    #main {
        padding: 160px 0px 100px !important;
    }
    #about:before {
        top: -215px;
        right: -125px;
        transform: scale(0.7);
    }
    #about p {
        font-size: 14px;
    }
    #about h1 {
        font-size: 55px;
        margin-bottom: 10px;
    }
    #about {
        padding-top: 50px !important;
        padding-bottom: 20px !important;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 188px !important;
    }
}

@media (max-width: 1024px) {
	#ban {
    padding: 190px 0px !IMPORTANT;
}
	#about h4 {
    margin-top: -80px;
    font-size: 24px;
}
	#test {
    padding: 40px 0px !important;
}
#inject {
    padding: 40px 0px !important;
}
body #serve .col-serve .vc_column-inner {
    height: 320px !IMPORTANT;
    padding: 10px 20px !important;
}

    #main .owl-nav {
        display: none;
    }
    #main h1 {
        font-size: 50px;
        line-height: 60px;
    }
   #main p {
    font-size: 14px;
    max-width: 520px;
}
    a#btn1 {
        padding: 18px 50px 18px 20px;
        font-size: 14px;
        background-position-x: 164px;
    }
    #main {
        padding: 140px 0px 50px !important;
    }
    #about:before {
        top: -252px;
        right: -165px;
        transform: scale(0.5);
    }
    #about h1 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    #about h3 {
        font-size: 14px;
    }
    #about p {
        font-size: 13px;
        line-height: 20px;
    }
    #about p br {
        display: none;
    }
    #about a#btn1 {
        background-position-x: 100px;
    }
    #serve h1 {
        font-size: 40px;
    }
    #serve h2 {
        font-size: 29px;
        margin-top: 0px;
    }
    #serve .img-serve {
        width: 80%;
    }
    #serve .col-serve .vc_column-inner {
        padding: 60px 10px 30px;
    }
    #serve .owl-nav {
        display: none;
    }
    #inject h1 {
        font-size: 40px;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 138px !important;
    }
    #news {
        padding: 30px 0px !important;
    }
#news .row-bg.viewport-desktop.using-image {
    background-position-x: -150px !important;
}
    #news .img-news {
        width: 27%;
        margin: 0px auto 0px 80px;
        transform: scale(1.7);
    }
    #test h1 {
        font-size: 40px;
    }
    #test h2 {
        font-size: 25px;
    }
    #test p {
        font-size: 13px;
        line-height: 20px;
    }
    #test p br {
        display: none;
    }
    #footer p {
        font-size: 16px;
        padding-left: 0px;
    }
    #footer h2 {
        font-size: 35px;
        padding-left: 0px;
    }
    #footer .wpb_raw_html {
        padding-left: 0px;
    }
    #footer .wpb_raw_html a i {
        font-size: 30px;
        margin: 0px 40px 0px 0px;
    }
    #copyright p {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
	div#in-test {
    margin-bottom: 0px !important;
}
	#ban {
    padding: 140px 0px !important;
}

	#serve {
    padding: 50px 0px 40px !important;
}
#about h4 {
    margin-top: -60px;
}
#main h1 {
    font-size: 32px;
    line-height: 40px;
}
#main p {
    color: #000;
    text-shadow: 1px 0px #00000075;
}
    #header-outer .col.span_3 a#logo img {
        transform: scale(1.7) !important;
        top: 10px !important;
    }
    #main {
        padding: 20px 0px 20px !important;
        text-align: center;
    }
    #main .row-bg.viewport-desktop.using-image {
        background-position-x: 0px !important;
    }
    #about:before {
        top: -266px;
        right: -279px;
        transform: scale(0.4);
    }
    #about .img-about {
        width: 60%;
    }
    #about {
        padding-top: 20px !important;
        padding-bottom: 0px !important;
        text-align: center;
    }
    #about .wp-image-43 {
        margin: 0px auto;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 91px !important;
    }
    #news {
        padding: 30px 0px !important;
        text-align: center;
    }
    #news .img-news {
        width: 40%;
        margin: 0px auto;
        transform: unset;
    }
    #news input.tnp-email {
        width: 70%;
    }
    #news input.tnp-submit {
        font-size: 16px;
        right: 0px;
    }
    #test {
        padding: 30px 0px !important;
    }
    #test p {
        font-size: 15px;
        line-height: 22px;
    }
    #footer h2 {
        font-size: 35px;
        padding-left: 0px;
        text-align: center;
    }
    #footer p {
        font-size: 16px;
        text-align: center;
        padding: 0px 80px;
    }
    #footer p br {
        display: none;
    }
    #footer .wpb_raw_html {
        padding-left: 45px;
        text-align: center;
    }
    #footer .menu55 ul#menu-menu-2 li a {
        font-size: 18px;
        margin: 0px 20px;
    }
    #footer .menu55 ul#menu-footer-1 li a {
        font-size: 18px;
        margin: 0px 20px;
    }
    #copyright p {
        font-size: 14px;
        text-align: center;
    }
    #copyright .img-visa {
        margin: 0px auto;
        display: table;
    }
    #footer .row-bg.viewport-desktop.using-image {
        background-size: 140% 100%;
    }
    #serve .row-bg.viewport-desktop.using-image {
        background-size: 140% 100%;
    }
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
	#ban {
    padding: 100px 0px !important;
}
#ban h2 {
    font-size: 32px;
}

	#footer {
    padding-top: 270px !important;
}
#about h1 {
    font-size: 30px;
    line-height: 40px;
}
#serve h1 {
    font-size: 30px;
    line-height: 40px;
}
#inject h1 {
    font-size: 30px;
    line-height: 40px;
}

    #serve .col-serve .vc_column-inner {
        height: auto;
    }
    #main h1 {
        font-size: 40px;
        line-height: 50px;
    }
    #main p br {
        display: none;
    }
    #about:before,
    #inject:before {
        display: none;
    }
    #about .img-about {
        width: 80%;
    }
    #serve .img-serve {
        width: 70%;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 56px !important;
    }
    #footer .menu55 ul#menu-menu-2 li a {
        font-size: 15px;
        margin: 0px 10px;
    }
    #footer .menu55 ul#menu-footer-1 li a {
        font-size: 15px;
        margin: 0px 10px;
    }
    #inject {
        padding: 30px 0px !important;
    }
}

@media (max-width: 428px) {
    #main h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #about .img-about {
        width: 100%;
    }
    #inject h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #serve h1 {
        font-size: 30px;
    }
    #about h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    #inject h4 {
        font-size: 25px;
        margin: 10px 0px;
    }
    #inject .twentytwenty-horizontal .twentytwenty-handle:after,
    #inject .twentytwenty-horizontal .twentytwenty-handle:before {
        height: 36px !important;
    }
    #news h1 {
        font-size: 30px;
        line-height: 40px;
    }
    #news form {
        text-align: left;
    }
    #news input.tnp-email {
        width: 80%;
    }
    #news input.tnp-submit {
        font-size: 16px;
        right: 0px;
        width: 40%;
    }
    #news .img-news {
        width: 60%;
    }
    #test h1 {
        font-size: 30px;
    }
    #test .col-text .vc_column-inner {
        padding: 30px 30px;
    }
    #test h2 {
        font-size: 21px;
    }
    #test h5 {
        font-size: 18px;
    }
    #footer p {
        font-size: 16px;
        padding: 0px 0px;
    }
    #footer .menu55 ul#menu-menu-2 li a {
        font-size: 18px;
        margin: 0px 0px;
    }
    #footer .menu55 ul#menu-menu-2 {
        display: grid;
    }
    #footer .menu55 ul#menu-footer-1 {
        display: grid;
        margin-left: 0px;
    }
    #footer .menu55 ul#menu-footer-1 li a {
        font-size: 18px;
        margin: 0px 0px;
    }
    #footer .menu55 ul#menu-menu-2 li {
        margin: 5px 0px;
    }
    #footer .menu55 ul#menu-footer-1 li {
        list-style: none;
        margin: 5px 0px;
    }
    #footer .row-bg.viewport-desktop.using-image {
        background-size: 180% 100%;
    }
}

@media (max-width: 414px) {
    #copyright p {
        font-size: 16px;
    }
}

@media (max-width: 390px) {
	#ban {
    padding: 70px 0px !important;
}


	#footer {
    padding-top: 210px !important;
}
a#btn1 {
    padding: 12px 40px 12px 20px;
}

}

@media (max-width: 375px) {}

@media (max-width: 360px) {}