/*
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
*/

/* header CSS start */

#header-outer header {
    background: #561340;
}

#top nav ul li a {
    color: #fff;
    opacity: 1 !important;
}

#top nav ul li a span {
	color: #fff !important;
}

li#menu-item-15 a {
    background: #ffffff38;
    padding: 15px 50px !important;
    border-radius: 50px !important;
    border: 1px solid #fff;
    font-size: 17px !important;
    line-height: 23px !important;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}

li#menu-item-15 a:before {
    content: '';
    position: absolute;
    background: #80FFCF;
    height: 40px;
    width: 40px;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0px;
    margin: 0 auto;
    border-radius: 50%;
	transition: all 1s;
	transform: scale(0);
}

li#menu-item-15 a:hover:before {
    transform: scale(8);
}

li#menu-item-15 a:hover {
	border-color: #80FFCF;
}

li#menu-item-15 a:hover span {
	color: #000 !important;
}

/* header CSS end */
div#slider-about img {
    border-radius: 20px;
}
/* hero section CSS start */

span.green {
	color: #F8A401;
}

h1 {
	color: #fff;
}

#hero p {
	color: #fff;
}

#hero a.play_button_with_text {
    margin-left: 30px;
    font-weight: 500 !important;
}

#hero .nectar_video_lightbox.play_button_with_text .link-text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500 !important;
    font-family: 'Oswald';
    margin-left: 12px;
}

#hero .nectar_video_lightbox.play_button_with_text svg path {
    fill: #000;
}

#hero span.play .inner-wrap:before {
    background: #fff !important;
}

#entire-btn {
    background: #561340 !important;
    font-size: 15px;
    line-height: 23px;
    padding: 15px 40px;
    border-radius: 50px !important;
    position: relative;
    transition: all 0.5s !important;
    font-family: 'Oswald';
}

#entire-btn:before {
    content: '';
    position: absolute;
    background: #80FFCF;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    border-radius: 50px;
    	transition: all 0.5s;
}

#entire-btn:hover:before {
    width: 100%;
}

#entire-btn:hover {
    color: #000;
    box-shadow: unset !important;
    transform: unset !important;
}

/* hero section CSS end */

/* about section CSS start */

#about .text-blk .vc_column-inner {
    position: absolute;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px 60px;
    width: 90%;
    left: -18%;
    top: 7%;
}

div#about {
    position: relative;
}

h3 {
    color: #001213;
}

#about h3 {
    text-transform: uppercase;
}

#about h6 {
    color: #561340;
    position: relative;
    padding-left: 25px;
}

#about h6:before {
    content: '';
    position: absolute;
    background: url(https://highperformancetenniscamp.com/wp-content/uploads/2025/08/h6-before.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    left: 0;
    top: 20%;
}

#about p {
    color: #3B4547;
}

#about .row-bg {
    position: relative;
}

#about .row-bg:before {
    content: '';
    position: absolute;
    background: url(https://highperformancetenniscamp.com/wp-content/uploads/2025/08/img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    right: 0;
    top: 25%;
}

/* about section CSS end */

/* high section CSS start */

#high-inr .text-col .vc_column-inner {
    padding: 0px 100px;
}

#high-inr h4 {
    color: #fff;
}

p {
    color: #96A3A5;
}

#read-btn {
    background: unset !important;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Oswald';
    opacity: 1;
    transition: all 0.5s;
}

#read-btn:hover {
    box-shadow: unset !important;
    transform: unset !important;
    color: #80FFCF;
}

/* high section CSS end */

/* testimonial section CSS start */

#testimonial ul li {
    list-style: none;
}

#testimonial ul {
    margin: unset;
    display: flex;
    gap: 4px;
}

#testimonial .main-test {
    display: flex;
    align-items: center;
    gap: 160px;
}

#testimonial .carousel-item {
    background: #fff;
    padding: 20px 20px;
    min-height: 320px;
	margin: 10px;
}

#testimonial .test-stars ul li i {
    font-size: 20px;
    line-height: 28px;
    color: #F8A401;
}

#testimonial .test-stars ul li.border i {
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #F8A401;
}

#testimonial h3, #testimonial p {
    color: #fff;
}

#testimonial .carousel-item h5, #testimonial .carousel-item p {
    color: #133240;
}

div#testimonial {
    margin-top: 150px;
}

#testimonial .img-test {
    position: relative;
    top: -50px;
}

/* testimonial section CSS end */

/* pricing section CSS start */

#pricing h2, #pricing p {
    text-align: center;
}

#pricing h2 {
    color: #561340;
}

#pricing p {
    color: #323E45;
    font-weight: 400;
}

#pricing-inr h2, #pricing-inr p {
    text-align: left;
}

#pricing-inr p {
	font-size: 18px;
	line-height: 26px;
}

#pricing-inr h2 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    min-height: 80px;
}

#pricing-inr h3 {
    color: #000;
    font-size: 28px;
    line-height: 36px;
    font-family: 'Roboto';
}

#pricing-inr ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding-bottom: 12px;
}
.wpb_text_column.price {
    min-height: 140px;
}

#pricing-inr .vc_column-inner .wpb_text_column {
    padding-left: 30px !important;
    padding-right: 10px !important;
}
#pricing-inr ul li::marker {
    font-size: 30px;
    line-height: 38px;
    color: #CBD5E0;
}

#pricing-inr .vc_column-inner {
    padding: 20px 0px 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
    min-height: 600px;
}

#get {
    position: relative;
    border-radius: 0px !important;
    padding: 20px 20px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.5s;
    background: #561340 !important;
    width: 100%;
    margin: unset;
}
.scrl-sec {
    overflow: scroll;
    min-height: 330px;
    margin-bottom: unset !important;
    padding: unset !important;
    max-height: 330px;
}

#get:hover {
    box-shadow: unset !important;
    transform: unset !important;
}

#pricing-inr .vc_column-inner:hover {
    transform: translateY(-20px);
}

#pricing-inr .vc_column-inner:hover #get {
    background: #80FFCF !important;
    color: #000;
	transition: all 0.5s;
}

/* pricing section CSS end */

/* join section CSS start */

#join h3, #join p {
	color: #fff;
}

/* join section CSS end */

/* contact section CSS start */

#contact input, #contact textarea {
    background: transparent;
    border: 1px solid #A9B1C4;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

#contact .form .btn {
    padding: unset;
    text-align: center;
}

#contact input.wpcf7-submit {
    background: #561340;
    color: #fff;
    border-radius: 50px !important;
    padding: 12px 50px !important;
    font-size: 16px;
    line-height: 24px;
}

#contact h3 {
    font-family: 'Roboto';
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    color: #000;
}

#contact h2 {
    font-family: 'Roboto';
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    color: #000;
}

#contact .row-bg {
    position: relative;
}

#contact .row-bg:before {
    content: '';
    position: absolute;
    background: url(https://highperformancetenniscamp.com/wp-content/uploads/2025/08/right.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
    left: 0;
    bottom: 0;
}
div#policy-cont h4, div#policy-cont p, div#policy-cont li {
    color: #000;
}
/* contact section CSS end */
/* Service detail css */
div#Service-detail h3, div#Service-detail h6, div#Service-detail p, div#Service-detail li {
    color: #fff;
}
#Service-detail #entire-btn {
    background: #fff !important;
    color: #561340;
}
#Service-detail .row-bg:before {
    content: '';
    position: absolute;
    background: url(https://highperformancetenniscamp.com/wp-content/uploads/2025/08/img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    right: 0;
    top: 25%;
}
/* About us css  */

#stone-inner .vc_column-inner {
    position: unset !important;
    background: unset !important;
    padding: unset !important;
    box-shadow: unset !important;
    width: unset !important;
}

#stone-inner .nectar-milestone {
    margin-top: 20px;
}

#stone-inner .nectar-milestone .number, #stone-inner .nectar-milestone .subject {
    color: #000;
}

#stone-inner .nectar-milestone .symbol {
    color: #561340;
}




/* footer CSS start */

div#newsletter {
    background: #fff;
    padding: 20px 40px;
    position: relative;
    top: -60px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#newsletter h4 {
    color: #001213;
}

#newsletter p {
    color: #3B4547;
}

#footer-inr p, #inr-footer p {
    color: #DCDCDC;
}

#footer-inr ul {
    margin: unset;
}

#footer-inr ul li {
    list-style: none;
}

#footer-inr ul li a, #footer-inr ul li {
    color: #fff;
}

#footer-inr h6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

#footer-inr ul li { 
    position: relative;
    padding-bottom: 10px;
    padding-left: 25px;
}

#footer-inr ul li:before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    top: 0;
    color: #fff;
}

#footer-inr ul li.location:before {
    content: '\f3c5';
}

#footer-inr ul li.mail:before {
    content: '\f0e0';
}

#footer-inr ul li.phone:before {
    content: '\f095';
}

#inr-footer {
    padding-top: 30px;
    border-top: 1px solid #ffffff63;
}

#inr-footer .right-col {
    text-align: right;
}

div#copyright {
    display: none !important;
}

div#footer-widgets {
    display: none !important;
}

#newsletter .tnp-field label {
    display: none;
}

#newsletter input#tnp-1 {
    background: transparent;
    border-radius: 50px;
    border: 1px solid #191971;
    padding: 20px 20px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
}

#newsletter input#tnp-1::placeholder {
    font-size: 14px;
    line-height: 22px;
    color: #96A3A5;
}

div#newsletterwidget-2 {
    position: relative;
}

#newsletter .tnp-field.tnp-field-button {
    position: absolute;
    width: 20%;
    right: 0;
    top: -1px;
}

#newsletter input.tnp-submit {
    padding: 20px 20px !important;
    border-radius: 0px 50px 50px 0px !important;
    font-family: 'Oswald';
    font-size: 15px;
    line-height: 23px;
    background: #561340;
}

/* footer CSS end */











@media only screen and (min-width: 1600px) and (max-width: 1750px){
	
div#hero {
    padding: 115px 0px !important;
}

#about .row-bg:before {
    background-size: 19% !important;
    top: 40% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 0px 70px !important;
}

#contact .row-bg:before {
    background-size: 10% !important;
}
	
}
@media only screen and (min-width: 1366px) and (max-width: 1599px){
	
div#hero {
    padding: 70px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 0px 30px !important;
}

#contact .row-bg:before {
    background-size: 8% !important;
}

#top li#menu-item-15 a {
    padding: 15px 40px !important;
}

#top nav ul li a {
    padding: 0px 25px !important;
}



div#about {
    padding: 80px 0px !important;
}

div#testimonial {
    padding-bottom: 80px !important;
    margin-top: 120px !important;
}

#testimonial .carousel-item {
    padding: 18px 18px !important;
}

div#pricing {
    padding: 80px 0px !important;
}

div#join {
    padding: 80px 0px !important;
}

div#contact {
    padding: 80px 0px !important;
}
#pricing-inr .vc_column-inner {
    padding: 20px 0px 0;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
    min-height: 600px;
}

a#get {
    top: -3px;
}	
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
	
div#hero {
    padding: 65px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 0px 30px !important;
}

#contact .row-bg:before {
    background-size: 8% !important;
}

#top li#menu-item-15 a {
    padding: 12px 30px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}

#top nav ul li a {
    padding: 0px 20px !important;
    font-size: 18px !important;
    line-height: 26px !important;
}

div#slider-about {
    padding-top: 230px !important;
}

div#about {
    padding: 60px 0px !important;
}

div#testimonial {
    padding-bottom: 60px !important;
    margin-top: 100px !important;
}

#testimonial .carousel-item {
    padding: 15px 15px !important;
}

div#pricing {
    padding: 60px 0px !important;
}

div#join {
    padding: 60px 0px !important;
}

div#contact {
    padding: 60px 0px !important;
}

h1 {
    font-size: 70px !important;
    line-height: 78px !important;
}

p {
    font-size: 15px !important;
    line-height: 23px !important;
}

#about .text-blk .vc_column-inner {
    padding: 40px 50px !important;
}

h6 {
    font-size: 18px !important;
    line-height: 26px !important;
}

h3 {
    font-size: 26px !important;
    line-height: 34px !important;
}

h4 {
    font-size: 23px !important;
    line-height: 31px !important;
}

#testimonial .img-test {
    top: -30px !important;
}

#testimonial .main-test {
    gap: 80px !important;
}

h5 {
    font-size: 19px !important;
    line-height: 27px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

#pricing-inr h3 {
        font-size: 22px !important;
        line-height: 30px !important;
    }

    #pricing-inr ul li {
        font-size: 16px !important;
        line-height: 24px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }
    #pricing-inr h2 {
        font-size: 35px !important;
        line-height: 43px !important;
    }

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletter {
    top: -40px !important;
}
	
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	
div#hero {
    padding: 40px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 0px 0px !important;
}

#contact .row-bg:before {
    background-size: 8% !important;
}

#top li#menu-item-15 a {
    padding: 10px 25px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#top nav ul li a {
    padding: 0px 15px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


div#about {
    padding: 40px 0px !important;
}

div#testimonial {
    padding-bottom: 40px !important;
    margin-top: 80px !important;
}

#testimonial .carousel-item {
    padding: 12px 12px !important;
    min-height: 310px !important;
}

div#pricing {
    padding: 40px 0px !important;
}

div#join {
    padding: 40px 0px !important;
}

div#contact {
    padding: 40px 0px !important;
}

h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#about .text-blk .vc_column-inner {
        padding: 5px 30px !important;
        width: 120% !important;
}

h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 25px !important;
}

#testimonial .img-test {
    top: -30px !important;
}

#testimonial .main-test {
    gap: 20px !important;
}

h5 {
    font-size: 19px !important;
    line-height: 27px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

    #pricing-inr h3 {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #pricing-inr ul li {
        font-size: 14px !important;
        line-height: 22px !important;
        padding-left: 0px !important;
        padding-bottom: 15px !important;
    }
#pricing-inr ul {
    margin-left: 17px;
}
#pricing-inr h2 {
        font-size: 25px !important;
        line-height: 33px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletter {
    top: -40px !important;
}

#header-outer #logo img {
    height: 100px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 30px !important;
}

#hero .nectar_video_lightbox.play_button_with_text .link-text {
    font-size: 14px !important;
    line-height: 22px !important;
}

#high-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#get {
    font-size: 18px !important;
    line-height: 26px !important;
}

#newsletter .tnp-field.tnp-field-button {
    width: 30% !important;
}



#footer-inr ul li a {
    font-size: 13px !important;
    line-height: 21px !important;
}

#footer-inr ul li {
    padding-bottom: 8px !important;
}

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

#footer {
    padding-bottom: 15px !important;
}
div#slider-about {
    padding-top: 90px !important;
}

div#about .nectar-milestone .number {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#about .nectar-milestone .symbol {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#about .nectar-milestone .subject {
    font-size: 12px !important;
    max-width: unset !important;
}
.scrl-sec {
    overflow: scroll;
    height: 160px;
    margin-bottom: unset !important;
    padding: unset !important;
}
#pricing-inr .vc_column-inner {
    padding: 20px 20px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: all 0.5s;
    min-height: 450px;
}
#get {
    width: 117%;
    position: relative;
    left: -8.2%;
    border-radius: 0px !important;
    top: 33px;
    padding: 26px 20px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    transition: all 0.5s;
    background: #561340 !important;
}
.fst-col #get {
    top: 144px;
}
.scnd-col #get {
    top: 85px;
}	
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	
div#hero {
    padding: 40px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 50px 50px !important;
}

#contact .row-bg:before {
    background-size: 8% !important;
}

#top li#menu-item-15 a {
    padding: 10px 25px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#top nav ul li a {
    padding: 0px 15px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


div#about {
    padding: 40px 0px !important;
}

div#testimonial {
    padding-bottom: 40px !important;
    margin-top: 80px !important;
}

#testimonial .carousel-item {
    padding: 12px 12px !important;
    min-height: 310px !important;
}

div#pricing {
    padding: 40px 0px !important;
}

div#join {
    padding: 40px 0px !important;
}

div#contact {
    padding: 40px 0px 80px !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#about .text-blk .vc_column-inner {
    padding: 20px 30px !important;
    width: 100% !important;
    position: unset !important;
    margin-bottom: 20px !important;
}

h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 25px !important;
}

#testimonial .img-test {
    top: -30px !important;
}

#testimonial .main-test {
    gap: 20px !important;
}

h5 {
    font-size: 19px !important;
    line-height: 27px !important;
}

h2 {
    font-size: 50px !important;
    line-height: 58px !important;
}

#pricing-inr h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#pricing-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
}

#pricing-inr h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

#contact input, #contact textarea {
    font-size: 18px !important;
    line-height: 26px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 18px !important;
    line-height: 26px !important;
}

div#newsletter {
    top: -40px !important;
}

#header-outer #logo img {
    height: 100px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 30px !important;
}

#hero .nectar_video_lightbox.play_button_with_text .link-text {
    font-size: 14px !important;
    line-height: 22px !important;
}

#high-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#get {
    font-size: 18px !important;
    line-height: 26px !important;
    width: 106% !important;
    left: -3% !important;
}

#newsletter .tnp-field.tnp-field-button {
    width: 30% !important;
}

#footer-inr ul li a {
    font-size: 13px !important;
    line-height: 21px !important;
}

#footer-inr ul li {
    padding-bottom: 8px !important;
}

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

#footer {
    padding-bottom: 15px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    background: #561340;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#high-inr .main-img {
    width: 100% !important;
}

#high-inr .vc_col-sm-4 {
    margin: unset !important;
}

#contact .form .row {
    padding: unset !important;
}

#footer img {
    max-width: 200px;
}

div#Service-detail {
    padding: 50px 0px !important;
}

#Service-detail .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#Service-detail img {
    margin-top: 20px !important;
}

#Service-detail .row-bg:before {
    background-size: 20% !important;
}

div#hero.inner-banner {
    padding: 80px 0px !important;
}
	
div#inr-footer {
    text-align: center !important;
}

#inr-footer .right-col {
    text-align: center !important;
}	
	
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	
div#hero {
    padding: 40px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 50px 50px !important;
}

#contact .row-bg:before {
    background-size: 8% !important;
}

#top li#menu-item-15 a {
    padding: 10px 25px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#top nav ul li a {
    padding: 0px 15px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


div#about {
    padding: 40px 0px !important;
}

div#testimonial {
    padding-bottom: 40px !important;
    margin-top: 80px !important;
}

#testimonial .carousel-item {
    padding: 12px 12px !important;
    min-height: 310px !important;
}

div#pricing {
    padding: 40px 0px !important;
}

div#join {
    padding: 40px 0px !important;
}

div#contact {
    padding: 40px 0px 80px !important;
}

h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#about .text-blk .vc_column-inner {
    padding: 15px 20px !important;
    width: 100% !important;
    position: unset !important;
    margin-bottom: 20px !important;
}

h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}

h3 {
    font-size: 24px !important;
    line-height: 32px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 25px !important;
}

#testimonial .img-test {
    top: -30px !important;
}

#testimonial .main-test {
    gap: 20px !important;
}

h5 {
    font-size: 19px !important;
    line-height: 27px !important;
}

h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}

#pricing-inr h3 {
    font-size: 28px !important;
    line-height: 36px !important;
}

#pricing-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
}

#pricing-inr h2 {
    font-size: 45px !important;
    line-height: 53px !important;
}

#contact input, #contact textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 12px 18px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 16px !important;
    line-height: 24px !important;
}

div#newsletter {
    top: -30px !important;
}

#header-outer #logo img {
    height: 100px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 12px 30px !important;
}

#hero .nectar_video_lightbox.play_button_with_text .link-text {
    font-size: 14px !important;
    line-height: 22px !important;
}

#high-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#get {
    font-size: 17px !important;
    line-height: 25px !important;
    width: 110% !important;
    left: -5% !important;
}

#newsletter .tnp-field.tnp-field-button {
    width: 30% !important;
}

#footer-inr ul li a {
    font-size: 13px !important;
    line-height: 21px !important;
}

#footer-inr ul li {
    padding-bottom: 8px !important;
}

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

#footer {
    padding-bottom: 15px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    background: #561340;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#high-inr .main-img {
    width: 100% !important;
}

#high-inr .vc_col-sm-4 {
    margin: unset !important;
}

#contact .form .row {
    padding: unset !important;
}

#footer img {
    max-width: 200px;
}

div#Service-detail {
    padding: 50px 0px !important;
}

#Service-detail .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#Service-detail img {
    margin-top: 20px !important;
}

#Service-detail .row-bg:before {
    background-size: 20% !important;
}

div#hero.inner-banner {
    padding: 80px 0px !important;
}

#hero p br {
    display: none !important;
}

#contact h2 {
    font-size: 38px !important;
    line-height: 46px !important;
}

div#inr-footer {
    text-align: center !important;
}

#inr-footer .right-col {
    text-align: center !important;
}

#stone-inner .number.default {
    font-size: 40px !important;
    line-height: 48px !important;
}

#stone-inner .symbol {
    font-size: 40px !important;
    line-height: 48;
    line-height: 48px !important;
}
	
}
@media only screen and (min-width: 300px) and (max-width: 519px){
	
div#hero {
    padding: 40px 0px !important;
}

#about .row-bg:before {
    background-size: 15% !important;
    top: 46% !important;
}

#high-inr .text-col .vc_column-inner {
    padding: 30px 20px !important;
}

#contact .row-bg:before {
    background-size: 15% !important;
}

#top li#menu-item-15 a {
    padding: 10px 25px !important;
    font-size: 15px !important;
    line-height: 23px !important;
}

#top nav ul li a {
    padding: 0px 15px !important;
    font-size: 16px !important;
    line-height: 24px !important;
}


div#about {
    padding: 30px 0px !important;
}

div#testimonial {
    padding-bottom: 20px !important;
    margin-top: 60px !important;
}

#testimonial .carousel-item {
    padding: 12px 12px !important;
    min-height: 310px !important;
}

div#pricing {
    padding: 25px 0px !important;
}

div#join {
    padding: 25px 0px !important;
}

div#contact {
    padding: 25px 0px 60px !important;
}

h1 {
    font-size: 32px !important;
    line-height: 40px !important;
}

p {
    font-size: 14px !important;
    line-height: 22px !important;
}

#about .text-blk .vc_column-inner {
    padding: 12px 15px !important;
    width: 100% !important;
    position: unset !important;
    margin-bottom: 20px !important;
}

h6 {
    font-size: 14px !important;
    line-height: 22px !important;
}

h3 {
    font-size: 20px !important;
    line-height: 28px !important;
}

h4 {
    font-size: 18px !important;
    line-height: 25px !important;
}

#testimonial .img-test {
    top: -30px !important;
}

#testimonial .main-test {
    gap: 10px !important;
}

h5 {
    font-size: 19px !important;
    line-height: 27px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

#pricing-inr h3 {
    font-size: 25px !important;
    line-height: 33px !important;
}

#pricing-inr ul li {
    font-size: 16px !important;
    line-height: 24px !important;
    padding-left: 20px !important;
    padding-bottom: 15px !important;
}

#pricing-inr h2 {
    font-size: 36px !important;
    line-height: 44px !important;
}

#contact input, #contact textarea {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 15px !important;
}

#contact input::placeholder, #contact textarea::placeholder {
    font-size: 14px !important;
    line-height: 22px !important;
}

div#newsletter {
    top: -20px !important;
    padding: 15px 25px !important;
}

#header-outer #logo img {
    height: 100px !important;
}

#entire-btn {
    font-size: 14px !important;
    line-height: 22px !important;
    padding: 10px 25px !important;
}

#hero .nectar_video_lightbox.play_button_with_text .link-text {
    font-size: 14px !important;
    line-height: 22px !important;
}

#high-inr p {
    font-size: 12px !important;
    line-height: 20px !important;
}

#get {
    font-size: 17px !important;
    line-height: 25px !important;
    width: 110% !important;
    left: -5% !important;
}

#newsletter .tnp-field.tnp-field-button {
    width: 36% !important;
}

#footer-inr ul li a {
    font-size: 13px !important;
    line-height: 21px !important;
}

#footer-inr ul li {
    padding-bottom: 8px !important;
}

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

#footer {
    padding-bottom: 15px !important;
}

body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 60px !important;
}

div#header-outer {
    background: #561340;
}

#about .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#high-inr .main-img {
    width: 100% !important;
}

#high-inr .vc_col-sm-4 {
    margin: unset !important;
}

#contact .form .row {
    padding: unset !important;
}

#footer img {
    max-width: 200px;
}

div#Service-detail {
    padding: 30px 0px !important;
}

#Service-detail .row_col_wrap_12 {
    flex-direction: column-reverse !important;
}

#Service-detail img {
    margin-top: 20px !important;
}

#Service-detail .row-bg:before {
    background-size: 20% !important;
}

div#hero.inner-banner {
    padding: 60px 0px !important;
}

#hero p br {
    display: none !important;
}

#contact h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#inr-footer {
    text-align: center !important;
}

#inr-footer .right-col {
    text-align: center !important;
}

#stone-inner .number.default {
    font-size: 40px !important;
    line-height: 48px !important;
}

#stone-inner .symbol {
    font-size: 40px !important;
    line-height: 48;
    line-height: 48px !important;
}

#hero a.play_button_with_text {
    margin-left: 15px !important;
}

#newsletter input#tnp-1 {
    padding: 15px 15px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}

#newsletter input#tnp-1::placeholder {
    font-size: 12px !important;
    line-height: 20px !important;
}

#newsletter input.tnp-submit {
    padding: 15px 15px !important;
}

#newsletter .wpb_text_column {
    margin-bottom: 10px !important;
}

#newsletter .vc_col-sm-6 {
    margin: unset !important;
}

#testimonial .test-stars ul li i {
    font-size: 16px !important;
    line-height: 24px !important;
}

#contact textarea {
    border-radius: 30px !important;
}
	
}















