/**
Theme Name: Leizi Digital
Author: Leizi Digital
Author URI: http://leizi.xyz/
Description: Design & Developed by Leizi Digital
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/


a:empty {visibility: none;}

/* Buttons */
a.commonBtn, .contactForm input[type=submit], .quickQuote input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    text-decoration: none;
    background: #FF1616;
    transition: all .3s;
    border: none;
}
a.commonBtn:hover, .contactForm input[type=submit]:hover, .quickQuote input[type="submit"]:hover{background: #333;}
a.sliderBtn{
	padding: 15px 35px;
	color: #fff !important;
}
a.minwidth245 {min-width: 245px;}
a.minwidth265 {min-width: 265px;}
.contactForm input[type=submit] {min-width: 145px;}
a.sliderBtn{color: #fff !important;}
a.whiteBtn{
	background: #fff;
	color: #FF1616;
	border: 1px solid #FF1616;
}
a.whiteBtn:hover{
	border: 1px solid #333;
	color: #fff;
}
/* Colors */
.greySection {background: #f6f6f6;}
.darkGreySection {background: #e9e9e9;}
.ltBlueSection {background: #f4f6f9;}

.clrWhite {color: #fff !important;}
.clrBlue {color: #FF1616 !important;}

/* Header */
.main-header-bar {
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.main-header-menu .menu-item a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	padding: 0 25px;
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
	background: #FF1616;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 400;
}
.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link:hover, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link:hover {
	background: #195eb3;
}
.ast-header-breadcrumb {
	display: none;
}
.main-header-bar {position: relative;}
ul.astra-megamenu > li > a {font-weight: 600;}
.ast-mm-widget-item {padding: 10px !important;}
.astra-megamenu.sub-menu > li {border-right: 1px solid #ff3c3c !important;}
.astra-megamenu.sub-menu > li:last-child {border-right: none !important;}
/* Sticky Contact */
.stickyContacts{
	position: fixed;
	content: '';
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: rgba(0,0,0,0.3) !important;
	z-index: 99;
	border-radius: 50px;
}
.stickyContacts ul{
	margin: 0 !important;
	padding: 20px 0 !important;
	list-style-type: none;
}
.stickyContacts ul li a{
	display: block;
	width: 50px;
    height: 50px;
    position: relative;
	z-index: 2;
}
.stickyContacts ul li a span {
    position: absolute;
    top: 0;
    right: -400px;
    width: 300px;
    height: 100%;
    background: #FF1616;
    border-radius: 25px;
    color: #fff;
    padding: 10px 55px 10px 15px;
	transition: all .3s;
	z-index: -1;
	visibility: hidden;
}
.stickyContacts ul li a:hover span{
	right: 0;
	visibility: visible;
}
.stickyContacts ul li a:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2021/10/sidebarSprit.png) 0 0 no-repeat;
}
.stickyContacts ul li.email a:before{background-position:12px 17px;}
.stickyContacts ul li.mobile a:before{background-position:12px -80px;}
.stickyContacts ul li.wechat a:before{background-position:11px -133px;}
.stickyContacts ul li.whatsapp a:before{background-position:14px -178px;}
/* Footer */
ul.footerSocial li {
	display: inline-block;
	margin: 0 2px;
}
ul.footerSocial li a{display: block;}
ul.footerSocial li a:hover{opacity: .7;}
.footer-adv-overlay .widget-title {margin-bottom: 30px !important;}
.footer-adv-overlay ul.menu li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
}
.footer-adv-overlay ul.menu li:before{
	position: absolute;
	content: "\e900";
	top: 1px;
	left: 0;
	font-family: Astra;
	font-size: 13px;
	font-weight: 600;
	transform: rotate(270deg);
	color: #fff;
}
ul.footerDetails {position: relative;}
ul.footerDetails li {
	padding: 3px 0 3px 40px;
	margin-bottom: 10px;
	position: relative;
}
ul.footerDetails li.location {padding: 0 0 0 40px;}
ul.footerDetails li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: url(/wp-content/uploads/2022/04/footerSprite.png) 0 0 no-repeat;
}
ul.footerDetails li.phone:before {background-position: 0px 0px;}
ul.footerDetails li.mobile:before {background-position: 0px -28px;}
ul.footerDetails li.lcoation:before {background-position: 0px -56px;}
ul.footerDetails li.email:before {background-position: 0px -84px;}
/* Home */
ul.homeSlider {
    margin: 0 auto !important;
	max-width: 550px;
    padding: 0 !important;
    list-style-type: none;
	position: relative;
	z-index: 1;
}
ul.homeSlider li.slick-slide {outline: none;}
ul.homeSlider ul.slick-dots {
    margin: 17px 0 0px;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
ul.homeSlider ul.slick-dots li {
    outline: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-indent: -999999px;
    width: 10px;
    height: 10px;
    background: #d0d0d0;
    border-radius: 100%;
    margin: 0 2px;
}
ul.homeSlider ul.slick-dots li.slick-active {
    background: #ff1616;
}
.iconList ul {
  padding: 0 !important;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.iconList ul li {
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
  padding-left: 20px;
  margin-bottom: 20px !important;
  position: relative;
}
.iconList ul li:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(/wp-content/uploads/2020/09/listIcon.png);
}
.homeSection1 .iconList ul li{font-weight: 500;}
.homeSection2 h2 {
  color: #ff1616;
  margin-bottom: 30px;
}
.homeSection2 h2 b {
  display: block;
  font-size: 24px;
  color: #222222;
  margin-top: 15px;
}
.section2Img {
	max-width: 550px;
	margin: 0 auto;
}
.productBox {
  display: inline-block;
  max-width: 370px;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.productImg {overflow: hidden;}
.productImg a {
  display: block;
  transition: all 0.3s;
}
.productImg a:hover {transform: scale(1.1);}
.productContent {
  padding: 45px 28px;
  background: #fff;
}
.productTitle a {
  font-size: 28px;
  color: #222222;
  line-height: 32px;
  font-weight: 500;
}
.productTitle a:hover {color: #FF1616;}
.productText {
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}
.productText a  {
  font-weight: 600;
}
.homeSection4 p {
  font-size: 18px;
  color: #494949;
  line-height: 28px;
}
.dblBtn a {
  margin: 0 8px;
}
.homeSection6 {
  border-top: 3px solid #FF1616;
}
.videoImg{text-align: center;}
.videoImg a{
	display: inline-block;
	position: relative;
}
.videoImg a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin: -38px 0 0 -38px;
	background: url(/wp-content/uploads/2020/09/playIcon-1.png) 0 0 no-repeat;
	transition: all .3s;
}
.videoImg a:hover:before{transform: scale(1.1);}
.sec6Box {
  display: inline-block;
  max-width: 370px;
  background: #fff;
  padding:70px 24px 50px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.sec6Title {
  font-size: 24px;
  line-height: 28px;
  color: #FF1616;
  font-weight: 600;
  padding-bottom: 15px;
}
.sec6Text {
  font-size: 16px;
  line-height: 22px;
  color: #222222;
}
.sec6Box:hover {
  background: #FF1616;
}
.sec6Box:hover .sec6Title, .sec6Box:hover .sec6Text {color: #fff;}
.featuredBox {
  display: inline-block;
  max-width: 370px;
}
.featuredImg {
  border-radius: 10px;
  overflow: hidden;
}
.featuredTitle {
  font-size: 22px;
  font-weight: 500;
  color: #FF1616;
  padding-top: 60px;
}
.faqSection {position: relative;}
.faqSection:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 982px;
  min-height: 100%;
  background: #FF1616;
}
.homeContactSection h2 {
  margin-bottom: 45px;
}
.formWrapper {
  max-width: 490px;
  margin: 0 auto;
}
.contactForm input[type="text"], .contactForm input[type="tel"], .contactForm input[type="email"], .contactForm textarea {
  width: 100% !important;
  border: 1px solid #bfbfbf !important;
  border-radius: 7px !important;
  overflow: hidden !important;
  background: #fff !important;
  font-size: 14px !important;
  color: #363636 !important;
  line-height: 18px !important;
  margin-bottom: 18px !important;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1) !important;
  padding: 20px !important;
}
.contactForm textarea {
  min-height: 210px !important;
  max-height: 210px !important;
}
.contactForm input[type="text"]::placeholder, .contactForm input[type="tel"]::placeholder, .contactForm input[type="email"]::placeholder, .contactForm textarea::placeholder {
	color: #363636 !important;
	font-size: 14px !important;
}
.faqWrapper {
	padding-left: 50px;
	counter-reset: step-counter;
	z-index: 1;
    position: relative;
}
.accordionWraper .accordion {
    position: relative;
    color: #fff;
    padding: 10px 35px 10px 40px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    border: 1px solid #fff;
    border-radius: 10px;
    background: transparent;
	min-height: 60px;
    overflow: hidden;
    position: relative;
	counter-increment: step-counter;
    transition: all .3s;
}
.accordionWraper .active .accordion {
	margin-bottom: 0;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
}
.accordionWraper .accordion:before {
    position: absolute;
    content: '+';
    top: 0;
    right: 15px;
    text-align: center;
    font-size: 34px;
    line-height: 55px;
    color: #fff;
}
.accordionWraper .active .accordion:before {
    content: '-';
}
.accordionWraper .accordion:after {
    position: absolute;
    content: counter(step-counter)" )";
    top: 10px;
    left: 13px;
    font-size: 16px;
    color: #fff;
}
.accordionWraper .panel {
    padding: 15px;
    display: none;
    background: transparent;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    border: 1px solid #fff;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    position: relative;
}
.accordionWraper .panel p {
	font-size: 14px;
    line-height: 18px;
}
.sec5Box {
	display: inline-block;
	padding-left: 75px;
	margin-bottom: 30px;
	position: relative;
}
.sec5Box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 62px;
	height: 62px;
	background: url(/wp-content/uploads/2020/09/homeSprite.png) 0 0 no-repeat;
}
.sec5Box1:before {
	background-position: 0px 0px;
	height: 61px;
}
.sec5Box2:before {
	background-position: 0px -123px;
}
.sec5Box3:before {
	background-position: 0px -247px;
}
.sec5Box4:before {
	background-position: 0px -61px;
}
.sec5Box5:before {
	background-position: 0px -185px;
}
.sec5Box6:before {
	background-position: 0px -309px;
}
.sec5Title {
	font-size: 18px;
	line-height: 22px;
	color: #FF1616;
	font-weight: 500;
}
.sec5Text {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
}

/* About */
.bannerWraper {position: relative;}
.bannerWraper .bannerContent {
    position: absolute;
    top: 0;
    width: 100%;
	max-width: 1199px;
    padding-top: 6%;
}
.categoryBanner .bannerContent{text-align: center;}
.bannerText {
    font-size: 1.8vw;
    line-height: 2.5vw;
	color: #fff;
	padding: 5px 0 20px;
}
.bannerHeading {
    font-size: 4vw;
    line-height: 4vw;
	color: #fff;
}
.categoryBanner .bannerHeading{padding-bottom: 20px;}
.bannerBtn a.commonBtn {min-width: 215px;}
.aboutList ul {
	padding: 0;
	margin: 0 0 20px !important;
	list-style-type: none;
	border-radius: 5px;
	position: relative;
}
.aboutList ul li {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.aboutList ul li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 15px;
	height: 19px;
	background: url(/wp-content/uploads/2020/09/abtListIcon.png);
}
.aboutProductDetails h2 {
	margin-bottom: 20px;
}
.aboutContactForm {
	max-width: 1020px;
	margin: 0 auto;
}
.aboutContactForm input[type="textarea"] {
	min-height: 360px;
	max-height: 360px;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
}
.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    text-align: left;
}
.wpcf7 form>div, .wpcf7 form>p {margin-bottom: 0 !important;}
/* Category */
.categorySection1 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.cBannerContent {
	padding-top: 90px;
	padding-bottom: 90px;
}
.chevronList ul {
	padding: 0 !important;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.chevronList ul li {
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-weight: 300;
	padding-left: 25px;
	margin-bottom: 15px;
	position: relative;
}
.chevronList ul li:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 9px;
	height: 16px;
	background: url(/wp-content/uploads/2020/09/listArrows.png);
}
.categoryFormSection {
	position: relative;
	z-index: 1;
	padding: 90px 0;
}
.categoryForm {
    margin: 0 auto;
    background: rgba(255,255,255,.2);
    padding: 20px;
}
.cFormTitle {
	font-size: 24px;
	font-weight: 500;
}
.categoryForm input[type="text"], .categoryForm input[type="email"], .categoryForm textarea {
	width: 100%;
	background: transparent;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 12px;
	color: #fff;
}
.categoryForm textarea {
	min-height: 135px;
	max-height: 135px;
}
.categoryForm input[type="text"]::placeholder, .categoryForm input[type="email"]::placeholder, .categoryForm textarea::placeholder {
	color: #fff;
	font-size: 16px;
}
.categoryForm input[type="submit"] {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	min-width: 138px;
	font-weight: 500;
	padding: 20px 10px;
	border-radius: 5px;
}
.videoBox {
	max-width: 550px;
	margin: 0 auto;
}
.videoBox a {
    display: block;
    position: relative;
}
.videoBox a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -37px;
    width: 75px;
    height: 76px;
    background: url(/wp-content/uploads/2020/09/playIcon.png);
    transition: all .3s;
}
.videoBox a:hover:before {transform: scale(1.1);}
.tabsWrapper {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}
ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;
	background: #fff;
}
ul.tabs li {
    display: inline-block;
    padding: 0 0 15px;
    color: #FF1616;
    font-size: 18px;
	font-weight: 500;
	margin-right: 40px;
	border-bottom: 3px solid transparent;
    transition: all .3s;
	cursor: pointer;
	position: relative;
}
ul.tabs li.current {
    color: #FF1616;
	border-bottom: 3px solid #FF1616;
}
.tab-content{
    display: none;
	padding: 40px 0 0;
}
.tab-content.current{display: block;}
.relatedProductSlider{
	margin: 0;
	padding: 0 !important;
	position: relative;
}
.relatedProductSlider .slick-slide{
	outline: none;
    margin: 0 15px;;
}
.relatedProductSlider .slick-arrow{
	position: absolute;
	top: 110px;
	width: 44px;
	height: 44px;
	background: url(/wp-content/uploads/2020/09/sliderHoverArrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.relatedProductSlider .slick-prev {
    background-position: 36px 0px;
    left: -85px;
}
.relatedProductSlider .slick-prev:hover {
	background: url(/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: 36px 0px;
}
.relatedProductSlider .slick-next{
	background-position: -44px 0px;
	right: -85px;
}
.relatedProductSlider .slick-next:hover {
	background: url(/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: -44px 0px;
}
.relatedProductImg {
	overflow: hidden;
	padding: 7px;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	position: relative;
}
.relatedProductTitle a {
	font-size: 24px;
	line-height: 26px;
	font-weight: 500;
}
.redCircleList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}
.redCircleList ul li {
	padding-left: 20px;
	margin-bottom: 10px;
	position: relative;
}
.redCircleList ul li:before {
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #df1113;
	border-radius: 100%;
}

.quickQuote {
	padding: 45px 30px 60px;
	border: 1px solid #e1eaec;
	background: url(/wp-content/uploads/2020/09/qqBG.png) right top 20px no-repeat #f3f3f3;
	margin: 0 auto;
}
.quickQuoteTitle {
	font-size: 22px;
	line-height: 24px;
	color: #171717;
	font-weight: 500;
	margin-bottom: 20px;
}
.quickQuote input[type="text"], .quickQuote input[type="tel"], .quickQuote input[type="email"], .quickQuote textarea {
	width: 100% !important;
	background: #fff !important;
	border-radius: 5px !important;
	border: 1px solid #e1eaec !important;
	padding: 15px !important;
	margin-bottom: 7px !important;
	font-size: 15px !important;
	color: #636363 !important;
}
.quickQuote textarea {
	min-height: 155px !important;
	max-height: 155px !important;
}
.quickQuote input[type="submit"] {
	padding: 12px 15px !important;
	min-width: 120px !important;
}
.categoryProductSection .productBox .productContent {
	padding: 25px;
}
.productFAQs .accordiaBox {
    border: 1px solid #dadada;
    margin-bottom: 15px;
}
.productFAQs .accordion {
    color: #000;
    font-weight: 400;
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #f0f0f0;
}
.productFAQs .accordion:before {
    position: absolute;
    content: '+';
    top: 2px;
    right: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.productFAQs .accordiaBox.active .accordion:before{
	content: '-';
}
.productFAQs .panel {
    padding: 15px;
    display: none;
}
/* Contact */
.page-template-template-contact .ast-header-breadcrumb {
	display: block;
	box-shadow: none;
	border: none;
	background: #FF1616;
}
.ast-breadcrumbs ul li, .ast-breadcrumbs ul li a {
	font-size: 18px;
	color: #fff;
}
.trail-items li:after {
    content: "-" !important;
	margin: 0 20px;
}
.contactBox {
    display: inline-block;
    max-width: 270px;
    padding-top: 148px;
    position: relative;
}
.contactBox:before {
    position: absolute;
	content: '';
    top: 0;
    left: 50%;
    margin-left: -59px;
    width: 118px;
    height: 118px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
	background: url(/wp-content/uploads/2020/09/contactSprite.png) 0 0 no-repeat;
}
.contactBox1:before {
	background-position: 28px 30px;
}
.contactBox2:before {
	background-position: -62px 30px;
}
.contactBox3:before {
	background-position: -150px 30px;
}
.contactTitle {
    font-size: 24px;
    line-height: 24px;
    color: #FF1616;
	font-weight: 500;
    padding-bottom: 20px;
}
.contactTitle a {
	font-size: 24px;
    line-height: 24px;
    color: #FF1616;
}
.contactText, .contactText a {
    font-size: 20px;
    line-height: 30px;
	color: #494949;
}
.contactSection2 h2 {
	margin-bottom: 30px;
}
.contactSection2 {overflow: hidden;}
.cPageformSection {
	position: relative;
    z-index: 1;
}
.cPageformSection:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2000px;
    height: 2000px;
    background: #f7f7f7;
    z-index: -1;
}
.contactSection2 .contactForm {
	padding: 40px 25px;
}
.locationSection {
	padding-left: 60px !important;
}
.locationImg {
    border: 2px solid #d7d7d7;
    padding: 4px;
	max-width: 550px;
}

/* Detail */
.productSliderWraper {
	max-width: 640px;
	margin: 0 auto;
}
ul.detailProductSlider {
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none
}
ul.detailProductSlider .slick-slide {
    outline: none;
	border-radius: 10px;
    overflow: hidden;
    margin: 0;
}
ul.productSliderPager {
    margin: 35px 0 0 !important;
    padding: 0 !important;
    list-style-type: none;
}
ul.productSliderPager .slick-slide{
	padding: 0 10px;
	outline: none;
}
ul.productSliderPager .slick-slide a{
    outline: none;
	border-radius: 5px;
	display: block;
	overflow: hidden;
}
ul.productSliderPager .slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 26px;
    padding: 0;
	margin-top: -12px;
    text-indent: -999999px;
    border: none;
    background: url(/wp-content/uploads/2020/09/sliderArrows-1.png) 0 0 no-repeat transparent;
    z-index: 2;
}
ul.productSliderPager  .slick-prev{left: -34px;}
ul.productSliderPager  .slick-next {
    right: -34px;
    background-position: -13px 0;
}
.diamondList ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.diamondList ul li {
	font-size: 16px;
	line-height: 22px;
	color: #636363;
	font-weight: 500;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
}
.diamondList ul li:before {
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	background: #aeaeae;
	transform: rotate(45deg);
}
.tabsWrapper {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0, 0.1);
	padding: 30px;
}
ul.tabs {
	background: #fff;
	border: none;
	padding: 0 !important;
	margin: 0 !important;
}
ul.tabs li {
	padding: 0 0 15px;
	margin-right: 40px;
	color: #FF1616;
	border-bottom: 3px solid transparent;
}
ul.tabs li:before {display: none;}
ul.tabs li.current {
    color: #FF1616;
	border-bottom: 3px solid #FF1616;
}
.tab-content {padding: 40px 0 0;}
.catalogTitle a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #FF1616; 
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #FF1616;
}
.dProductBox {
	display: inline-block;
	max-width: 270px;
}
.dProductImg {
	overflow: hidden;
	border-radius: 20px;
}
.dProductImg a {
	display: block;
	transition: all 0.3s;
}
.dProductImg a:hover {transform: scale(1.1);}
.dproductTitle a {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    margin: 15px 0 0;
}
/* Sticky Form */
#stickyForm {
	width: 240px;
	background: #fff;
	position: fixed;
	bottom: 40px;
	left: 20px;
	z-index: 999;
	display:none;
	border: 1px solid #dadada;
}
.stickyForm{padding: 5px 15px 15px;}
.closeForm {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	position: absolute;
	right: -10px;
    top: -10px;
    background: #333;
}
.stickyFormHeading h3{
	margin: 0;
	padding: 15px 10px;
	 background: #FF1616;
	color: #fff;
	text-align: center;
	font-size: 16px;
	word-spacing: 5px;
}
.stickyFormHeading p {
	padding: 10px 0px 5px;
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #61676d;
	box-shadow: inset 0 5px 7px -5px #333;
}
.stickyForm input[type="text"], .stickyForm input[type="email"], .stickyForm textarea{
	border: 1px solid #dedede;
	background:none;
	font-size: 14px;
	width: 100%;
	display: block;
	margin-bottom: 10px !important;
	padding: 5px !important;
}
.stickyForm input[type="text"], .stickyForm input[type="email"]{height: 28px;}
.stickyForm textarea {
	height: 75px !important;
	padding-top: 12px;
}
.stickyForm input[type="submit"] {
	height: 42px;
	width: 100%;
	background: #FF1616;
	color: #fff;
	border: none;
	border-bottom: 3px solid #d60808;
	font-size: 20px;
}
.stickyForm input[type="submit"]:hover {background: #d60808;}
/* Blog */
.ast-article-post, .single .ast-article-single{
    margin-bottom: 40px !important;
    padding: 35px !important;
    border: none !important;
}
.ast-blog-featured-section {margin-top: 0 !important;}
.blog .entry-title, .archive .entry-title {margin-bottom: 0 !important;}
.blog .read-more a, .archive .read-more a {
    color: #fff;
    line-height: 50px;
    white-space: nowrap;
    vertical-align: middle;
    display: block;
    text-align: center;
    background-color: #FF1616;
    border-color: #FF1616;
    font-size: 1rem;
    font-weight: 100 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    transition: all .2s ease-in-out;
}
.blog .read-more a:hover, .archive .read-more a:hover{
	background-color: #0f5cb9;
    border-color: #0f5cb9;
}
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {padding: 15px !important;}
/* Sidebar */
.sidebar-main .widget-title {
    background: #0f5cb9;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    padding: 16px 0;
	margin: 0;
}
.sidebar-main .widgetBox {
    background: #fff;
    padding: 20px;
}
/* Xyz PSD */
.xyzBanner .banerContentWrapper {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4%;
    max-width: 1170px;
}
.xyzBanner .banerContent {
	padding: 40px;
    background: rgba(255,255,255,.5);
    max-width: 945px;
	margin: 0 auto;
}
.xyzBanner .banerHeading {
	font-size: 2.5vw;
	line-height: 3vw;
	font-weight: 700;
	text-transform: uppercase;
}
.xyzBanner .banerText {
	padding: 30px 0;
}
.xyzBanner .banerBtn a.commonBtn {
	border-radius: 0;
	min-width: 150px;
}
h2.sepHead {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}
h2.sepHead:before {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 3px;
    background: #FF1616;
}
.xyzSlider{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.xyzSlider .slick-slide{
	outline: none;
    margin: 0 5px;;
}
.xyzSlider .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	background: url(/wp-content/uploads/2020/09/sliderHoverArrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.xyzSlider .slick-prev {
    background-position: 36px 0px;
    left: -85px;
}
.xyzSlider .slick-prev:hover {
	background: url(/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: 36px 0px;
}
.xyzSlider .slick-next{
	background-position: -44px 0px;
	right: -85px;
}
.xyzSlider .slick-next:hover {
	background: url(/wp-content/uploads/2020/09/sliderArrows.png) 0 0 no-repeat;
	background-position: -44px 0px;
}
.xyzProductSection h2 b {
	color: #FF1616;
}
.xyzSectionText p {
	font-size: 24px;
	line-height: 28px;
}
.xyzProductBox {
	display: inline-block;
    max-width: 370px;
    border: 1px solid #ebeaea;
}
.xyzProductImg {
    overflow: hidden;
}
.xyzProductImg a {
    display: block;
    transition: all .3s;
}
.xyzProductImg a:hover {
	transform: scale(1.1);
}
.xyzProductTitle {
    position: relative;
    padding: 45px 0 25px;
}
.xyzProductTitle a {
	font-size: 20px;
    line-height: 36px;
    color: #032527;
}
.xyzProductTitle:before {
    position: absolute;
    content: '';
    top: 25px;
    left: 50%;
    margin-left: -32px;
    width: 64px;
    height: 2px;
    background: #FF1616;
}
.xyzProductText {
    padding: 20px 20px 5px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    background: #f6f6f6;
    width: 100%;
    max-width: 340px;
    margin: 0 auto -70px;
}
.xyztabSection {
	position: relative;
}
.xyztabSection:before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: #f6f6f6
}
.xyzSeperator {
    border-top: 1px solid #dcdcdc;
}
.xyzSection5 h2 b {
	display: block;
	color: #FF1616;
	padding-bottom: 10px;
}
.xyzFeaturedPointBox {
    display: inline-block;
    padding-left: 130px;
    position: relative;
}
.xyzFeaturedPointBox:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 88px;
    height: 88px;
    background: url(/wp-content/uploads/2020/09/landingSprite.png) 0 0 no-repeat;
}
.xyzFeaturedPointBox2:before {
    background-position: 0 -88px;
}
.xyzFeaturedPointBox3:before {
    background-position: 0 -176px;
}
.xyzFeaturedPointBox4:before {
    background-position: 0 -264px;
}
.xyzFeaturedPointTitle {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    padding: 0 0 13px;
    margin: 0 0 15px;
    position: relative;
}
.xyzFeaturedPointTitle:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 62px;
    height: 2px;
    background: #fff;
}
.xyzFeaturedPointText {
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.xyzFeaturedPointSection {
	background: #FF1616;
}
/* Product Category 5 */
.pc3Banner {
	background-position: center center;
	background-size: cover;
}
.pc3BannerHeading {
	font-size: 50px;
	line-height: 58px;
	font-weight: 600;
	color: #fff;
	padding:35px 0 0;
}
.pc3BannerLayer {
	padding: 40px 20px 70px;
	background: rgba(0,0,0, 0.7);
}
.pc3BannerDetails p {
	font-size: 17px;
	color: #fff;
	font-weight: 500;
}
.pc3BannerDetails ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none;
	position: relative;
}
.pc3BannerDetails ul li {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.pc3BannerDetails ul li:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 10px;
	height: 10px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 100%;
}
.pc3Form {
	padding: 20px;
	background: rgba(255,22,22,.6);
}
.pc3FormTitle {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	padding-bottom: 50px;
}
.pc3Form input[type="text"], .pc3Form input[type="email"], .pc3Form input[type="tel"], .pc3Form textarea {
	width: 100%;
	border: none;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0;
	padding: 0 0 15px !important;
	margin-bottom: 20px;
	color: #fff;
	background-color:transparent !important;
}
.pc3Form input[type="text"]:focus, .pc3Form input[type="email"]:focus, .pc3Form input[type="tel"]:focus, .pc3Form textarea:focus{background-color:transparent !important;}
.pc3Form input[type="text"]::placeholder, .pc3Form input[type="email"]::placeholder, .pc3Form input[type="tel"]::placeholder, .pc3Form textarea::placeholder, .pc3Form input[type="file"], .cFileUpload{color: #fff !important;}
.pc3Form textarea {height: 135px;}
.pc3ProductSection h2 span{display: block;}
.c1ProductBox{
	background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(48, 49, 51, .2);
	max-width: 370px;
	display: inline-block;
}
.c1ProductTitle {padding: 10px 0;}
.c1ProductTitle a{
    font-size: 24px;
    color: #222;
    line-height: 28px;
    font-weight: 500;
}
.c1ProductText {
    font-size: 16px;
    line-height: 24px;
}
.c1ProductBtn a{
	display: block;
	color: #FF1616;
    background: #fff;
    border: solid 1px #FF1616;
	border-radius: 5px;
    padding: 6px 15px;
	text-align: center;
}
.c1ProductBtn a:hover{
	background: #FF1616;
	color: #fff;
}
.pc3Section4img, .pc3Section3img{text-align: center;}
.pc3SliderSection .pc3sProductCount{font-size: 28px;}
ul.pc3ProductSlider, ul.pc3ProductSlider ul.slick-dots, ul.img3Slider, ul.img4Slider, ul.img6Slider {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	text-align: center;
}
ul.pc3ProductSlider .slick-slide, ul.img3Slider .slick-slide, ul.img4Slider .slick-slide, ul.img6Slider .slick-slide{margin: 10px 15px;}
ul.pc3ProductSlider .slick-arrow, ul.img3Slider .slick-arrow, ul.img4Slider .slick-arrow, ul.img6Slider .slick-arrow{
	position: absolute;
	content: '';
	top: 50%;
	width: 23px;
	height: 19px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/03/pc3Arrows.png) 0 0 no-repeat;
	padding: 0;
	text-indent: -999999999px;
	z-index: 1;
}
ul.pc3ProductSlider .slick-prev, ul.img3Slider .slick-prev, ul.img4Slider .slick-prev, ul.img6Slider .slick-prev{left: -50px;}
ul.pc3ProductSlider .slick-next, ul.img3Slider .slick-next, ul.img4Slider .slick-next, ul.img6Slider .slick-next{
	right: -50px;
	background-position: -24px 0;
}
ul.pc3ProductSlider .slick-prev.slick-disabled{
	background-position: 0 -19px;
}
ul.pc3ProductSlider .slick-next.slick-disabled{
	background-position: -24px -19px;
}
ul.pc3ProductSlider .slick-arrow button, ul.pc3ProductSlider ul.slick-dots li button{visibility: hidden;}
ul.pc3ProductSlider ul.slick-dots{margin-top: 10px !important;}
ul.pc3ProductSlider ul.slick-dots li{
	display: inline-block;
	padding: 0;
	width: 18px;
	height: 18px;
    border: 2px solid #676767;
	border-radius: 100%;
	margin: 0 3px;
	position: relative;
}
ul.pc3ProductSlider ul.slick-dots li.slick-active{border-color: #FF1616;}
ul.pc3ProductSlider ul.slick-dots li.slick-active:before{
	position: absolute;
	content: "";
    width: 6px;
    height: 6px;
	margin: -3px 0 0 -3px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
	background: #FF1616;
}
.pc3s5ProductBox {
    padding: 25px 15px;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    overflow: hidden;
}
.pc3s5ProductImg {
    width: 270px;
    float: left;
}
.pc3s5Content{
	width: calc(100% - 270px);
	float: left;
	padding-left: 30px;
}
.pc3s5ProductTitle a {
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.pc3s5Btns a.commonBtn{margin: 0 5px;}
.pc3s6Box {
    display: inline-block;
    max-width: 570px;
	text-align: left;
}
.pc3s6Img{
	position: relative;
	overflow: hidden;
}
.pc3s6Img a{display: block;	
}
.pc3s6Box:hover .pc3s6Img a{transform: scale(1.1);}
.pc3s6Caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.2);
	font-size: 18px;
	color: #fff;
}
.pc3s6Title {margin: 15px 0 8px;}
.pc3s6Title a{
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.pc3s6Box:hover .pc3s6Title a{color: #FF1616;}
ul.pc3TestimonialSlider {
	margin: 0 !important;
	padding: 50px 0 0 !important;
	list-style-type: none;
	position: relative;
}
ul.pc3TestimonialSlider:before{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -14px;
	width: 27px;
	height: 27px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/04/quoteIcon.png) 0 0 no-repeat;
}
ul.pc3TestimonialSlider li.slick-slide{outline: none;}
ul.pc3TestimonialSlider .pc3TestimonialBox{
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
ul.pc3TestimonialSlider  .pc3TestimonialText {font-style: italic;}
ul.pc3TestimonialSlider .pc3TestimonialTitle {
    margin-top: 20px;
    font-weight: 600;
}
ul.pc3TestimonialSlider .slick-arrow{
	position: absolute;
	top: 50%;
	margin-top: -36px;
	width: 37px;
	height: 71px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/03/testimonialArrow.png) 0 0 no-repeat;
	z-index: 1;
	padding: 0;
	text-indent: -999999999px;
}
ul.pc3TestimonialSlider .slick-prev{left: -40px;}
ul.pc3TestimonialSlider .slick-next{
	right: -40px;
	transform: rotate(180deg);
}
ul.pc3TestimonialSlider .slick-dots{
	margin: 20px 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
	text-align: center;
}
ul.pc3TestimonialSlider .slick-dots li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}
ul.pc3TestimonialSlider .slick-dots li button{
	width: 42px;
	height: 42px;
	padding: 0;
	background: transparent;
	color: #000;
}
ul.pc3TestimonialSlider .slick-dots li.slick-active button{
	background: #FF1616;
	color: #fff;
}
.pc3s7Box{
	display: inline-block;
	width: 100%;
	max-width: 270px;
}
.pc3s7Img {
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #fff;
}
.pc3s7Title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin: 10px 0;
}
.readmoreBtn {
	display: inline-block;
    padding-left: 25px;
    position: relative;
    font-weight: 600;
    color: #FF1616;
	cursor: pointer;
}
.readmoreBtn:before{
	position: absolute;
	content: "\e900";
	top: -1px;
	left: 0;
	font-family: Astra;
	font-size: 18px;
	font-weight: 600;
	color: #FF1616;
	transition: all .3s;
}
.readmoreBtn.read_more:before{
	transform: rotate(180deg);
}
.pageNo a {
    padding: 10px;
    border: 1px solid #FF1616;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    min-width: 36px;
    text-align: center;
}
.pageNo a:hover, .pageNo .current {
    background: #FF1616;
    color: #fff;
}
.pageNo .current {
    padding: 7px 10px 10px;
    height: auto;
    margin: 0;
    position: relative;
    border: 1px solid #FF1616;
    display: inline-block;
    min-width: 36px;
    text-align: center;
    line-height: 1;
}
.lp5FAQs .accordiaBox {border-top: 1px solid #ebebeb;}
.lp5FAQs .accordiaBox:last-child {border-bottom: 1px solid #ebebeb;}
.lp5FAQs .accordion {
    color: #000;
    font-weight: 600;
    padding: 40px 30px 40px 0;
    position: relative;
    font-size: 20px;
}
.lp5FAQs .accordion:before {
    position: absolute;
    content: "\e900";
    top: 42px;
    right: 0;
	font-family: Astra;
    font-size: 16px;
    font-weight: 700;
    color: #000;
	transform: rotate(270deg);
	transition: all .3s;
}
.lp5FAQs .accordiaBox.active .accordion:before{transform: rotate(0deg);}
.lp5FAQs .panel {
	color: #000;
    display: none;
}
.productFAQs .accordiaBox {
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
}
.productFAQs .accordion {
    color: #000;
    font-weight: 500;
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #dadada;
}
.productFAQs .accordion:before {
    position: absolute;
    content: '+';
    top: 2px;
    right: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #000;
}
.productFAQs .accordiaBox.active .accordion:before{
	content: '-';
}
.productFAQs .panel {
    padding: 15px;
    display: none;
}
/* Youtube Responsive */
.youtube-player {
    position: relative;
    padding-bottom: 63%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
/* Home 8 */
.hp8s1Box{
	max-width: 370px;
	display: inline-block;
}
.hp8s1Img{display: inline-block;}
.hp8s1Icon{
	position: relative;
    display: table-cell;
	vertical-align: middle;
    padding: 15px;
	width: 100px;
	height: 100px;
    border-radius: 100%;
    border: 1px solid #eee;
	background: #fff;
    transition: all .3s;
	z-index: 1;
}
.hp8s1Icon:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0%;
	height: 0%;
	border-radius: 100%;
	background: #ccc;
	z-index: -1;
	transition: all .3s;
}
.hp8s1Icon:hover:before{
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
}
.hp8s1Title, .hp8s4Title{
    font-size: 22px;
    color: #ff1616;
    font-weight: 600;
    margin-top: 15px;
}
.hp8Section2, .hp8Section5, .hp8Section8 {
	background-size: cover;
	color: #fff;
}
.hp8Section2 a.commonBtn:hover, .hp8Section5 a.commonBtn:hover, .hp8Section8 a.commonBtn:hover{
	border-color: #fff;
	color: #fff !important;
}
.hp8s2Video{display: inline-block;}
.hp8s2Video a{
	display: block;
	border-radius: 100%;
}
.hp8s2Video a:hover{background: #ff1616;}
.hp8s4Box{
	max-width: 270px;
	display: inline-block;
}
.hp8s4Img{overflow: hidden;}
.hp8s4Img a{display: block;}
.hp8s4Box:hover .hp8s4Img a{transform: scale(1.1);}
.hp8s5Text ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.hp8s5Text ul li, .hp8s8List, .hp8s9List{
	position: relative;
	margin-bottom: 15px;
	padding-left: 35px;
}
.hp8s5Text ul li:before, .hp8s8List:before, .hp8s9List:before{
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	width: 22px;
	height: 21px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/checkList.png) 0 0 no-repeat;
}
.hp8s5Text ul li b{
	display: block;
	font-size: 22px;
}
.hp8s5ImgWrapper{
	display: inline-block;	
	position: relative;
	z-index: 1;
}
.hp8s5ImgWrapper:before {
    position: absolute;
    content: '';
    bottom: -28px;
    right: -50px;
    width: 122px;
    height: 47px;
    background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/dots.png) 0 0 no-repeat;
    z-index: -1;
}
.hp8s5ImgWrapper .hp8s5Img{
	border-radius: 30px 0;
	border: 7px solid #fff;
	border-radius: 30px 0;
	overflow: hidden;
	transition: all .3s;
}
.hp8s5ImgWrapper .hp8s5Img:hover{border-radius: 0 30px;}
.hp8QuickQuote{
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/370x510.jpg) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 40px 20px 60px;
}
.hp8QuickQuoteTitle{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
}
.hp8QuickQuote input[type="text"], .hp8QuickQuote input[type="email"], .hp8QuickQuote textarea{
	width: 100%;
	border: 1px solid #fff !important;
	border-radius: 3px;
	padding: 8px 10px;
	margin-bottom: 4px !important;
	background: transparent !important;
	color: #fff !important;	
}
.hp8QuickQuote textarea{height: 130px;}
.hp8QuickQuote input[type="text"]::placeholder, .hp8QuickQuote input[type="email"]::placeholder, .hp8QuickQuote textarea::placeholder{
	color: #fff !important;
}
.hp8QuickQuote input[type="text"]:focus, .hp8QuickQuote input[type="email"]:focus, .hp8QuickQuote textarea:focus{background: transparent !important;}
.hp8QuickQuote .fluentform button[type=submit]:hover{
	background: transparent !important;
	border: 1px solid #fff;
}
.hp8s6Box {margin-bottom: 15px;}
.hp8s6Icon{
	float: left;
	width: 74px;
	height: 74px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 100%;
	padding: 17px 0 0 18px;
}
.hp8s6Icon img{max-width: 38px;}
.hp8s6Content{
	width: calc(100% - 74px);
	float: left;
	padding-left: 30px;
}
.hp8s6Title {
	font-size: 22px;
    font-weight: 600;
    color: #ff1616;
}
.hp8s7Box{
	max-width: 570px;
	display: inline-block;
	text-align: left;
}
.hp8s7ImgWraper{
	position: relative;
	z-index: 1;
}
.hp8s7ImgWraper:before{
	position: absolute;
	content: '';
	width: 122px;
	height: 47px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/dots.png) 0 0 no-repeat;
	z-index: -1;
}
.hp8s7Box1 .hp8s7ImgWraper:before{
	top: -10px;
	left: -35px;
}
.hp8s7Box2 .hp8s7ImgWraper:before{
	bottom: -20px;
	right: -35px;
}
.hp8s7Img{
	overflow: hidden;
	border-radius: 30px 0;
	transition: all .3s;
}
.hp8s7Img:hover{border-radius: 0 30px;}
.hp8s7Title {
    font-size: 28px;
    font-weight: 700;
    color: #ff1616;
    margin: 20px 0 5px;
}
.hp8s7Text{min-height: 140px;}
.hp8s8Text {font-size: 20px;}
.hp8s8List, .hp8s9List{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.hp8s9Text {
    font-size: 22px;
    color: #3b3b3b;
}
.hp8s9List{color: #ff1616;}
.hp8s9List:before{background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/checkList2.png) 0 0 no-repeat;}


.hp8s11Box{
	max-width: 370px;
	display: inline-block;
	background: #fff;
}
.hp8s11Img{overflow: hidden;}
.hp8s11Img a{display: block;}
.hp8s11Box:hover .hp8s11Img a{transform: scale(1.1);}
.hp8s11Content{padding: 20px;}
.hp8s11Title{min-height: 60px;}
.hp8s11Title a{
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #ff1616;
}
.hp8s11Box:hover .hp8s11Title a{color: #000;}
.hp8s11Text {
    line-height: 24px;
    min-height: 135px;
}
.hp8s11Link a {
    display: inline-block;
    color: #ff1616;
    font-weight: 600;
    text-decoration: underline;
}
.hp8s11Box:hover .hp8s11Link a{
	color: #000;
	text-decoration: none;
}
ul.hp8s12Brands{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	text-align: center;
}
ul.hp8s12Brands li{
	display: inline-block;
	margin: 0 5px 10px;
	text-align: center;
}
ul.hp8s10Slider, ul.hp8s10Slider ul.slick-dots{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ul.hp8s10Slider li{margin: 0 5px;}
ul.hp8s10Slider ul.slick-dots{	
	text-align: center;
	margin-top: 15px !important;
}
ul.hp8s10Slider ul.slick-dots li{
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	text-indent: -9999999999px;
	width: 15px;
	height: 15px;
	border: 1px solid #ff1616;
	border-radius: 100%;
}
ul.hp8s10Slider ul.slick-dots li.slick-active{background:#ff1616;}
.hp8s10Box {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 10px;
}
.hp8s10Text {
    line-height: 24px;
    padding-top: 20px;
    position: relative;
	margin-bottom: 30px;
}
.hp8s10Text:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 18px;
	height: 15px;
	background: url(https://www.yosonseals.com/wp-content/uploads/2022/05/quoteIcon-1.png) 0 0 no-repeat;
}
.hp8s10Img {
    width: 72px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
}
.hp8s10Content{
	width: calc(100% - 72px);
	float: left;
	padding-left: 20px;
	line-height: 1.2;
}
.hp8s10Name{
	font-weight: 700;
	color: #ff1616;
}
/* Popup Form */
#contactPopUpForm .quickQuote {
    padding: 25px 15px;
    width: 340px;
	box-sizing: border-box;
}
.fluentform .ff-el-group {margin-bottom: 0 !important;}
.ff-el-input--label {display: none;}

/* Media */
.visible-sm {display: none;}
@media(min-width: 1200px) {
  .bannerHeading {
    font-size: 45px;
    line-height: 72px;
  }
  .bannerText {
    font-size: 22px;
    line-height: 24px;
  }
}
@media(min-width: 992px) and (max-width: 1199px){
  .faqWrapper {padding-left: 0;}
  .bannerWraper .bannerContent {padding-top: 4%;}
  .bannerText {padding: 5px 0 0;}
  .quickQuote {padding: 15px;}
  .xyzBanner .banerContentWrapper {padding-top: 2%;}
  .xyzBanner .banerContent {padding: 20px;}
  .pc3BannerHeading {
    font-size: 40px;
    line-height: 48px;
  }
  .pc3BannerLayer {padding: 20px;}
  .pc3FormTitle {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .c1ProductBox {padding: 10px;}
  .pc3Banner2 .bannerContent {
    max-width: 970px;
    margin-top: 2%;
    padding: 15px !important;
  }
}
@media(min-width: 768px) and (max-width: 991px){
  .hidden-sm {display: none !important;}
  .visible-sm {display: block !important;}
  .pc3Banner2 .bannerContent {max-width: 750px;}
}
@media(max-width: 991px){
  .responsiveMargin {margin-top: 30px;}
  .sec5Img {display: none;}
  .sec5Box {
  	text-align: left;
	padding-left: 75px;
	margin: 0 0 80px;
  }
  .sec5Box:before {left: 0;}
  .faqWrapper {margin: 0 auto;}
  .footer-adv-overlay .col1 {margin-bottom: 30px;}
  .dblBtn a.commonBtn {margin: 10px 0 0;}
  .bannerWraper .bannerContent {padding-top: 6%;}
  .bannerBtn {display: none;}
  .formSection:before {display: none;}
  .contactPageWraper {background: #f5f5f5;}
  .featuredTitle {padding-top: 20px;}
  .sec6Box {padding: 20px 20px 0;}
  .sec5Box {margin: 0 0 30px;}
  .productContent {padding: 20px;}
  .faqWrapper {padding-left: 0;}
  .faqSection:before {background: #2C60A9;}
  .cBannerContent {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .categoryFormSection {padding: 10px 0;}
  .quickQuote {padding: 15px;}
  .cPageformSection:before{display: none;}
  .locationSection {padding-left: 15px !important;}
  .bannerWraper .bannerContent {max-width: 750px;}
  .bannerText {padding: 5px 0 0;}
  .bannerWraper .bannerContent {padding-top: 4%;}
  .xyzBanner .banerBtn {display: none;}
  .xyzBanner .banerText {padding: 30px 0 0;}
  .pc3BannerHeading {
    font-size: 40px;
    line-height: 48px;
  }
  .pc3BannerLayer {padding: 20px;}
  .pc3FormTitle {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .c1ProductBox {padding: 10px;}
  .pc3Banner2 .bannerContent {
    max-width: 970px;
    margin-top: 2%;
    padding: 15px !important;
  }
  ul.pc3ProductSlider .slick-prev, ul.img4Slider .slick-prev{left: -15px;}
  ul.pc3ProductSlider .slick-next, ul.img4Slider .slick-next{right: -15px;}
  .hp8s11Content {padding: 10px;}
}
@media(max-width: 767px){
  .hidden-xs{display: none;}
  .detailTabSection ul.tabs li {
  	display: block;
	width: auto;
	margin: 0 0 15px;
	text-align: center;
  }
  .tabsWrapper {padding: 10px;}
  ul.tabs li {margin-right: 20px;}
  .bannerWraper .bannerContent {max-width: 480px;}
  .gallery-item {max-width: 50% !important;}
  .pc3s5Content {
    width: 100%;
    padding: 10px 0 0;
  }
  .lp5FAQs .accordion {padding: 20px 30px 20px 0;}
  .lp5FAQs .accordion:before {top: 23px;}
}
@media(max-width: 479px){
  .hidden-sXs{display: none;}
  .aboutList ul {padding: 15px 15px 1px !important;}
  ul.tabs li {
    padding: 0 0 15px;
    margin-right: 0;
    display: block;
  }
  .ast-article-post, .single .ast-article-single {padding: 15px !important;}
  .bannerWraper .bannerContent {max-width: 320px;}
  .xyzBanner .banerText {display: none;}
  .xyzFeaturedPointBox {padding-left: 100px;}
  .gallery-item {width: 100% !important;}
  .pc3s5Btns a.commonBtn {
    margin: 5px 0;
    width: 100%;
  }
  .bannerText{display: none;}
  .hp8s6Content {padding-left: 10px;}
}