/*
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
*/
/* .page-id-33 .page-header-bg-image {
    background-position: center center !important;
    background-size: 36% !important;
}

.page-id-33 div#page-header-wrap {
    background: white !important;
}

.page-id-33 div#page-header-bg {
    background: white !important;
} */
:root{
    --c:var(--nectar-accent-color);
--c1: var(--nectar-extra-color-1);
	--c2: var(--nectar-extra-color-2);
	--c3: var(--nectar-extra-color-3);
--g: linear-gradient(180deg, var(--c) 0%, var(--c1)  100%);
	--g1: linear-gradient(180deg, var(--c) 0%, var(--c1)  50%, var(--c)  100%);
	
}
.exwf-mbnav {
    display: none!important;
}
body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background: var(--c);
}
::selection {
  background:  var(--c);
	color:white;
}
/* Typography */
html body h1,html body h2,html body h3,html body h4,html body h5,html body h6,html body p,html body a{
	font-family:font1 !important;
}
/* Typography */
#top .b1 a {
    background: var(--c);
    border-radius: 50px;
    padding: 9px 33px !important;
    font-weight: 700;
}

#top ul.sf-menu.sf-js-enabled.sf-arrows .current-menu-item a {
    font-weight: 500;
}

#s1 h2.ns-heading-el span {
    font-size: 23px;
    line-height: 33px;
    font-weight: 100;
    color: var(--c);
    letter-spacing: 5px;
}

#s1 h2.ns-heading-el {
    letter-spacing: 2px;
}

#s1 a.primary-color:after {
    display: none;
}

#s1 a.primary-color {
    letter-spacing: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 40px;
}

#s1 .content {
    margin-top: 250px;
}

#s1 div#in1 {
    position: absolute;
    top: 45%;
}

#s1 a#b2 {
    background: unset !important;
    color: white;
    font-size: 16px;
    rotate: 90deg;
    font-weight: 100;
    letter-spacing: 3px;
}

#s1 a#b2 span {
    rotate: -180deg;
    margin-right: 40px;
}

#s1 a#b2 i {
    color: var(--c);
    background: unset;
    font-size: 35px;
    position: relative;
    transform: unset;
    right: 0;
}

#s1 a#b2 i::after {
    content: '';
    background: white;
--s: 25px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    border-radius: var(--s);
    top: 50%;
    transform: translate(0, -50%);
    right: 17px;
    z-index: -1;
    opacity: 0.3;
}

#s1 a#b2::before,#s1 a#b2::after {
    display: none;
}

#s1 #in1 ul li {list-style: none;}

#s1 #in1 ul i {--s: 40px;top: 0;width: var(--s);height: var(--s);border-radius: var(--s);border: 2px solid transparent;line-height: 35px;background: var(--g);-webkit-background-clip: text;font-size: 20px;transition: 0.5s;color: white;opacity: 1;}



#s1 #in1 ul a:hover i {
    border-color: var(--c);
    opacity: 1;
    color: var(--c);
}

#s1 #in1 ul {
    position: absolute;
    left: 105px;
    top: -205px;
}

#s1 #in1 ul::after {
    content: '';
    border-left: 1px solid gray;
    display: block;
    height: 100px;
    position: relative;
    left: 19px;
    opacity: 0.8;
}
#top .b1 span::after {
    display: none !important;
}

#s1 .nectar-next-section-wrap {
    bottom: -18px;
    z-index: 111;
    background: white;
    padding: 6px 20px;
    padding-top: 21px;
    border-radius: 500px;
    outline: 1px solid white;
    outline-offset: 5px;
    box-shadow: 0px 0px 6px #00000036;
}

#s1 a.nectar-next-section {scale: 0.8;}

.t1 h3 {
    color: var(--c);
    letter-spacing: 3px;
}

.t1 p {
    text-shadow: 0 0 black;
}

#s2 .c1 {
    padding-right: 70px;
}

div#s2 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#s2 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

#s2 #i1 {
    filter: drop-shadow(-10px -10px 0px var(--c));
    transition: 0.5s;
}

#s2 #i1:hover {
    filter: drop-shadow(10px 10px 0px var(--c));
}

#s2 #i1 img {
    transition: 0.5s;
}

#s2 #i1:hover img {
    rotate: -10deg;
}

a#b1 {
    padding: 13px 33px;
    opacity: 1;
--bc: var(
    --c);
}

a#b1:active {
  transform: scale(0.96);
}

a#b1:before,
a#b1:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}

a#b1:hover:before {
  top: -70%;
  background-image: radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--bc) 20%, transparent 30%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bc) 15%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
      40% 90%, 55% 90%, 70% 90%;
  }

  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
      50% 50%, 65% 20%, 90% 30%;
  }

  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
      50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

a#b1:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--bc) 15%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%),
    radial-gradient(circle, var(--bc) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
      70% -10%, 70% 0%;
  }

  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
      105% 0%;
  }

  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
      110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}

#s2 div#i2 {
    position: absolute;
    bottom: 20px;
    right: -20px;
}

#s2 div#i2 .img-with-aniamtion-wrap {
    background: var(--c);
    border-radius: 500px;
    padding: 53px 0px;
    position: relative;
    outline: 2px solid white;
    outline-offset: -30px;
    transition: 0.5s;
}

#s2 div#i2 img {
    width: 70%;
}

#s2 div#i2 .img-with-aniamtion-wrap::before {
    content: '';
    background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Welcome-To-About-Us-.-Welcome-To-About-Us_.png) no-repeat center center;
    background-size: contain;
    --s: 185px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    animation: spin 15s infinite linear;
}

#s2 div#i2:hover .img-with-aniamtion-wrap {
    background: black;
}

div#s3 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

#s3 .t1,#s5 .t1,#s6 .t1 {
    text-align: center;
}

#s3 .t1 p,#s5 .t1 p,#s6 .t1 p {
    width: 52%;
    margin: auto;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    display: flex;
    justify-content: space-between;
    border: unset;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix::after {
    display: none;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    width: 100%;
    padding: 0px 15px;
}



#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    border: 2px solid var(--c1) !important;
    padding: 20px 0;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    transition: 0.5s;
    overflow: visible;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a::before {
    content: '';
    background-size: contain !important;
--s: 65px;
    width: var(--s);
    height: var(--s);
    display: table;
    margin: auto;
    margin-bottom: 5px;
}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(1) a::before{
      background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Layer-17-copy.png) no-repeat center center;

}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(2) a::before{
      background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Layer-18.png) no-repeat center center;

}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(3) a::before{
      background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Group-3.png) no-repeat center center;

}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(4) a::before{
      background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Layer-20.png) no-repeat center center;

}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li:nth-child(5) a::before{
      background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Layer-19.png) no-repeat center center;

}
#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a::after {
    content: '';
    background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/Bg.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    height: 111%;
    position: absolute !important;
    top: 0;
    z-index: -1;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    transition: 0.5s;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.active-tab a::after {
    opacity: 1;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.active-tab a {
    border-color: transparent !important;
    color: white;
    font-weight: 500;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li.active-tab a::before {
    filter: brightness(0) invert(1);
}
#s3 .fmp-image-wrap {
    border-radius: 0 !important;
}

#s3 img.fmp-feature-img {
    margin-bottom: 0;
}

#s3 .fmp-food-item.food-menu {
    padding: 0 20px;
    border-radius: 0;
}

#s3 .fmp-content-wrap {margin-left: -50px;}

#s3 .fmp-title {
    margin-bottom: 3px;
}

#s3 .fmp-title h3 {
    text-transform: unset;
    text-shadow: 0 0 black;
    z-index: 1;
}

#s3 .fmp-body p {
    text-shadow: 0 0 black;
}

#s3 span.price {
    font-family: 'font1';
    font-weight: 600;
    color: var(--c1);
    position: relative;
}

#s3 .fmp-title h3:hover {
    color: var(--c);
}

#s3 a#b1 {
    display: table;
    margin: auto;
    margin-top: 60px;
}
#s4 .t1 p {
    width: 44%;
    opacity: 0.88;
}

div#s4 {padding: 120px 0 !important;}
#s4 .row-bg.viewport-desktop.using-image:after {
	content:'';
	top:0;
	transform:translateX(100%);
	width: 100%;
	height:100%;
	position: absolute;
	z-index:1;
	animation: shine 5s infinite;
	background: linear-gradient(65deg, transparent 40%,#ffffff36 50%, transparent 60%);
	pointer-events: none;
	opacity: 0.5;
}


/* animation */

@keyframes shine {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}


#s5 .row-bg.viewport-desktop.using-image,#s6 .row-bg.viewport-desktop.using-image {
    background-size: contain;
}

div#s5 {
    padding-top: 70px !important;
}

div#s5>.col {
    border-bottom: 1px solid lightgray;
    padding-bottom: 70px;
}

#s5 .carousel-item {
    text-align: center;
    margin: 0 15px;
    background: white;
    border: 2px solid #d3d3d35c;
    transition: 0.5s;
    padding: 0 40px;
    padding-bottom: 45px;
}

#s5 .t2 p {
    font-size: 20px;
    line-height: 35px;
    text-shadow: 0 0 black;
    margin-top: 13px;
}

#s5 .t2 h6 {
    color: #fecd11;
    font-size: 20px;
    letter-spacing: 2px;
}

#s5 .t2 h4 {background: var(--c1);display: table;margin: auto;border-radius: 50px;padding: 22px 18px;bottom: 40px;position: relative;margin-bottom: -10px;}

#s5 .t2 h4 img {
    margin: 0;
}

#s5 .owl-stage {
    padding-top: 40px;
    padding-bottom: 5px;
}

#s5 .carousel-item:hover {
    border-color: var(--c1);
    box-shadow: 0px 3px 0px var(--c1);
}

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

#s5 .owl-nav button {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    border-radius: 50px !important;
    background: transparent;
    border: 2px solid var(--c);
    color: var(--c);
    font-size: 34px;
    padding: 0px 14px;
--p: -70px;
    opacity: 0.5;
    font-family: 'font1';
}

#s5 .owl-nav button span {
    position: relative;
    bottom: 3px;
}

#s5 .owl-nav button.owl-prev {
    left: var(--p);
}

#s5 .owl-nav button.owl-next {
    right: var(--p);
}
.owl-nav button.owl-next{
     animation: bounce-left 2s infinite linear;
}
@keyframes bounce-left{
    0%,30%,50%,70%,100%{
        transform:translateX(0);
    }
    40%,60%{
        transform:translateX(5px) 
    }
}
.owl-nav button.owl-prev{
     animation: bounce-right 2s infinite linear;
}
@keyframes bounce-right{
    0%,30%,50%,70%,100%{
        transform:translateX(0) ;
    }
    40%,60%{
        transform:translateX(-5px)  ;
    }
}

#s5 .owl-nav button:hover {
    opacity: 1;
}

div#s6 #in1 {
    margin-bottom: -200px;
}

div#s6 #in1 {
    border: 2px dashed var(--c1);
    background: white;
}

#s6 .nectar-scrolling-text {
    position: absolute;
    width: 400px;
    rotate: -90deg;
    left: -174px;
    top: 48%;
}

#s6 .c1 .vc_column-inner {
    background: var(--c1);
    margin: 5px;
    margin-right: 28px;
}


#s6 .c2 .vc_column-inner {
    padding: 40px;
    margin-left: -40px;
}

#s6 .form-field-fm,#s6 .form-area-fm {
    background: unset;
    border: 2px solid #808080ba;
    border-radius: 0;
    padding: 16px 20px;
}

#s6 .form-area-fm {
    height: 170px;
    margin-bottom: -40px;
}

body[data-button-style=rounded] .container-wrap #s6 input[type=submit] {
    float: right;
    background: var(--c1) !important;
    font-family: 'font1';
    font-weight: 100;
    padding: 16px 75px !important;
    font-size: 15px;
    top: 63px;
    position: relative;
    margin-top: -16px;
}
#s6 #in1 h3 {
    letter-spacing: 4px;
}

#s6 span.wpcf7-form-control-wrap {
    margin-bottom: -15px;
}

.wpcf7-response-output {
    background: unset !important;
    border: unset !important;
}

#s6 .wpcf7-response-output {
    position: absolute;
    bottom: 0;
}


.home div#footer-widgets .row {
    padding-top: 300px !important;
}
#footer-widgets .row {
    border-bottom: 1px solid #ffffff29;
    padding-bottom: 50px !important;
}

#footer-widgets form.tnp-form {
    position: relative;
}

#footer-outer #footer-widgets .col input[type=email] {
    border: 1px solid white;
    border-radius: 50px;
    background: transparent !important;
    padding-left: 30px;
    padding-right: 60px;
    color: white;
}

#footer-outer #footer-widgets .col input[type=submit] {
    width: auto;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    padding: 19px;
    background: var(--c1) !important;
}

#footer-widgets form.tnp-form::after {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 13px;
    pointer-events: none;
}


#footer-outer #footer-widgets .col input[type=email]::placeholder {
    color: white;
    opacity: 1;
}

div#media_image-3 img {
    width: 86%;
}

div#nav_menu-3 {
    display: table;
    margin: auto;
}
#footer-widgets .col.span_3 {
    position: relative;
}

#footer-widgets .col.span_3:not(:last-child)::before {
    content: '';
    height: 154px;
    border-left: 1px solid #ffffff26;
    position: absolute;
    right: 30px;
    top: 30px;
}
#footer-widgets .col.span_3:first-child::before {
    right: -50px;
}
div#copyright {
    padding: 20px 0px !important;
    text-transform: uppercase;
}

#copyright .col.span_5 {
    max-width: 100% !important;
    margin-bottom: 0 !important;
}

div#text-5 {
    float: right;
}

div#text-6 {
    float: left;
}

ul#menu-cont i {
    color: var(--c1);
    width: 20px;
    margin-right: 10px;
    font-size: 18px;
}

ul#menu-cont span {
    margin-left: 34px;
    display: block;
}

ul#menu-cont li {
    margin-bottom: 20px !important;
}
#s1 .swiper-slide {
    position: relative;
}

#s1 .swiper-slide::Before {
    content: '';
    background: url(https://customdevqa.testdevlink.net/Prime_Steaks/wp-content/uploads/2023/11/logo4-copy.png) no-repeat center center;
    background-size: contain;
--s: 400px;
    width: var(--s);
    height: var(--s);
    position: absolute;
    right: -100px;
    top: 100px;
    z-index: 111;
    animation: rotate 3s infinite linear alternate;
}
@keyframes rotate{
    0%{
        transform:rotate(5deg);
    }
    100%{
        transform:rotate(-5deg);
    }
}

#s4 .row-bg.viewport-desktop.using-image {
    overflow: hidden;
}
#s3 span.price::before {
    content: '';
    width: 220px;
    border-bottom: 1px solid var(--c1);
    bottom: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    right: 75px;
}
body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before {
    background: var(--c) !important;
}
div#s6 {
    padding-top: 70px !important;
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {
	#s1 div#in1 {
    top: 53%;
    left: -80px;
}

#s1 .content {
    margin-top: 192px;
}


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

}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1366px) {
	#s1 .content {
    margin-top: 135px;
}
	#s5 .carousel-item {
    padding: 0px 30px;
    padding-bottom: 35px;
}

#s4 .t1 p {
    width: 49%;
}

div#s4 {
    padding: 50px 0 !important;
}

#s3 span.price::before {
    width: 154px;
}

#s1 div#in1 {
    top: 53%;
    left: -100px;
}



#s1 .buttons {
    padding-top: 13px;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1340px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1320px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
	#s1 div#in1 {
    top: 59%;
}

html body p,#footer-outer p,#footer-outer a {
    font-size: 14px !important;
    line-height: 24px !important;
}

#s3 span.price::before {
    width: 140px;
}

#s5 .t2 p {
    font-size: 17px !important;
    line-height: 31px !important;
}

#s6 .c1 .vc_column-inner {
    margin-right: 14px;
}

#footer-outer #footer-widgets .widget h4 {
    font-size: 20px!important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
	ul#menu-cont li {
    margin-bottom: 16px !important;
}

div#media_image-3 {
    margin-top: 30px;
}

#s6 .c1 .vc_column-inner {
    margin-right: 0px;
}

#s6 .c2 .vc_column-inner {
    margin-left: -20px;
}

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

div#s5>.col {
    padding-bottom: 40px;
}

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

#s5 .carousel-item {
    padding: 0px 20px;
    padding-bottom: 25px;
    margin: 0 10px;
}

html body h2 {
    font-size: 18.4px;
    line-height: 25.9px;
}

#s5 .t2 p {
    font-size: 14px !important;
    line-height: 27px !important;
}

#s4 .t1 p {
    width: 51%;
}

div#s4>.col {
    filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
}

div#s3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#s3 .fmp-content-wrap {
    margin-left: -60px;
}

#s3 .fmp-food-item.food-menu {
    padding: 0;
}

#s3 span.price {
    font-size: 18px;
}

#s3 span.price::before {
    right: 65px;
    width: 70px;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a::before {--s: 46px;}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    font-size: 12px;
    line-height: 22px;
}

div#s2 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#s2 div#i2 {
    scale: 0.7;
    bottom: 10px;
    right: -50px;
}

#s1 div#in1 {
    scale: 0.8;
    z-index: 1;
    top: 62%;
}

a#logo img {
    max-height: 70px !important;
}

#s1 .content {
    margin-top: 77px;
}
	html body p, #footer-outer p, #footer-outer a {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#nav_menu-4 {margin-left: -16px;}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 840px) {
	#s1 .buttons {
    margin-top: 15px;
}
	#s1 .nectar-next-section-wrap {
    display: none;
}

#s1 div#in1 {
    display: none;
}

#s1 .content {
    margin-top: 0;
    filter: drop-shadow(2px 4px 6px black)drop-shadow(2px 4px 6px black);
}

#s1 .swiper-slide::Before {
    display: none;
}

#s2 .c1 {
    padding: 0;
}

#s2 .c1 #i1 {
    width: 50%;
    margin: auto;
}

#s2 div#i2 {
    right: 130px;
    bottom: 0;
}

div#s2 {
    text-align: center;
}

#s3 .t1 p, #s5 .t1 p, #s6 .t1 p {
    width: 100%;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {width: 33.3%;margin-bottom: 30px;}


#s3 span.price {
    float: right;
    bottom: 30px;
}

#s3 .fmp-content-wrap {
    margin: 0;
}

#s3 div#in1 {
    width: 100%;
    margin: auto;
}
.fdstyle-list-2 .fdlist_2_title .fdlist_2_name {
    font-size: 18px !important;
    line-height: 28px !important;
}

#s3 span.price::before {
    width: 120px;
}

#s3 a#b1 {
    margin-top: 43px;
}

div#s4 {
    text-align: center;
}

#s4 .t1 p {
    width: 100%;
}

#s5 .owl-nav,#s5 .owl-dots {
    display: none;
}

#s5 .t2 h4 {
    margin-bottom: -20px;
}


#s6 .c1 {
    width: 100%;
    padding: 6px 14px;
}


#s6 .nectar-scrolling-text {
    position: unset;
    rotate: unset;
    width: auto;
}

#s6 .c1 .vc_column-inner {
    margin: 0px;
    padding: 13px;
}

#s6 .c2 .vc_column-inner {
    margin: 0;
    padding: 20px;
    margin-top: -25px;
}


body[data-button-style=rounded] .container-wrap #s6 input[type=submit] {
    top: 49px;
}

div#nav_menu-3 {
    margin: 0;
}

div#nav_menu-4 {
    margin: 0;
}

#footer-widgets .col.span_3:not(:last-child)::before {
    display: none;
}

.home div#footer-widgets .row {
    padding-top: 270px !important;
}

div#media_image-3 {
    margin: 0;
}

div#media_image-3 img {
    width: 210px;
}
	#s6 .wpcf7-response-output {
    bottom: -10px;
    font-size: 12px !important;
    line-height: 22px !important;
}
	.exfd-pagination {
    margin: 0px 0px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 525px) {
	#s1 .content {
    margin-top: 50px;
}
#s1 div#in1 {
    display: block;
}
	#s1 #in1 ul {
    position: absolute;
    left: 77px;
    top: -205px;
}
#s1 a#b2 {
    left: -26px;
}
#s1 .buttons {
    margin-top: 0;
}

#s1 h2.ns-heading-el span {
    font-size: 16px;
    line-height: 26px;
}

#s1 h2.ns-heading-el {
    font-size: 27.5px!important;
    line-height: 46.5px!important;
}

div#s2 {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
}

#s2 .c1 #i1 {
    width: 80%;
}

#s2 div#i2 {
    right: 0;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    padding: 0px 3px;
    margin-bottom: 22px;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li a {
    padding: 15px 0;
}

#s3 div#in1 {
    width: 100%;
}

#s3 .fmp-content-wrap {
    margin-left: -37px;
}

#s3 span.price::before {
    width: 90px;
}

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

div#text-5,div#text-6 {
    float: unset;
}
	#s6 .wpcf7-response-output {
    position: unset;
    font-size: 12px !important;
    line-height: 22px !important;
    margin-top: 90px;
}
	#copyright {
    margin-bottom: 55px !important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 430px) {
	#s1 #in1 ul {
    position: absolute;
    left: 77px;
    top: -169px;
}
	#s3 .fmp-image-wrap {
    float: left;
    margin: 0;
}

  #s3 .fmp-content-wrap {
    float: right;
    width: 260px;
    margin-top: 17px;
  }


#s3 span.price::before {
    display: none;
}

#s3 ul.wpb_tabs_nav.ui-tabs-nav.clearfix li {
    width: 50%;
}

#s2 .c1 #i1 {
    width: 100%;
}

#s2 div#i2 {
    right: -30px;
    bottom: -30px;
}

#s1 h2.ns-heading-el span {
    letter-spacing: 2px;
}

#s1 h2.ns-heading-el {
    font-size: 31.5px!important;
    line-height: 40.5px!important;
}
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 375px) {
	 #s3 .fmp-content-wrap {
    width: 214px;
    margin-top: 7px;
  }
}
/*-----------------------------------------------------------------------------------------------------*/
@media (max-width: 360px) {}