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

* {box-sizing: border-box;}
html {scroll-behavior: smooth;}
a:empty {visibility: none;}
.gallery:after{
	content: "";
    display: block;
    clear: both;
}
.gallery-item{float: left;}
.gallery-caption {
    background: transparent !important;
    border: none !important;
}
table tr th {
  background: #f1f1f1;
}
table tr:nth-child(odd) td {
  background: #f1f1f1;
}
/* Font Size */

/* Buttons */
a.commonBtn, .contactForm input[type=submit], .quickQuote input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 14px 25px;
    border-radius: 4px;
    text-decoration: none;
    background: #003895;
	text-transform: capitalize;
    transition: all .3s;
    border: 1px solid #003895;
}
a.commonBtn:hover, .contactForm input[type=submit]:hover, .quickQuote input[type="submit"]:hover{
	background: #000;
	border: 1px solid #000;
}
a.sliderBtn{padding: 15px 35px;}
a.minwidth245 {min-width: 245px;}
a.minwidth265 {min-width: 265px;}
.contactForm input[type=submit] {min-width: 145px;}
a.sliderBtn{color: #fff !important;}
a.whiteBtn {
	color: #003895;
	background: #fff;
}
a.whiteBtn:hover {
	color: #fff;
	background: #003895;
	border: 1px solid #003895;
}
/* Colors */
.greySection {background: #f5f5f5;}
.darkGreySection {background: #e9e9e9;}
.blueSection {background: #2861ac;}

.clrWhite {color: #fff !important;}
.clrBlue {color: #003895 !important;}
.whatsappFixed {
    position: fixed;
    bottom: 30%;
    right: 40px;
    width: 90px;
	z-index: 3;
}
.whatsappFixed a {display: block;}
/* Header */
.ast-builder-menu-2 .main-navigation ul.sub-menu .menu-link{color: #333;}
a.headerBtn {
	line-height: 1;
    font-size: 20px;
    font-weight: 600;
    background: #003895;
    border-style: solid;
    border: 1px solid #003895;
    padding: 10px 30px 10px 30px;
	border-radius: 5px;
	color: #fff;
}
a.headerBtn:hover{
	background: #fff;
	color: #003895;
}
a.headerBtn span{
	background: url(/wp-content/uploads/2024/03/mailIcon.png) 0 5px no-repeat;
	padding-left: 30px;
}
a.headerBtn:hover span{
	background: url(/wp-content/uploads/2024/03/mailIconH-1.png) 0 5px no-repeat;
}
.ast-primary-header .main-navigation ul a.menu-link {
    padding: 10px 15px !important;
}

/* Footer */
.footerLogo {padding-bottom: 25px;}
.footerLogo a{display: inline-block;}
ul.footerDetails {position: relative;}
ul.footerDetails li {
	padding: 0 0 0 25px;
	margin-bottom: 15px;
	position: relative;
}
ul.footerDetails li:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	background: url(/wp-content/uploads/2024/03/footerSprite.jpg) 0 0 no-repeat;
}
ul.footerDetails li.phone:before {background-position: 0 0;}
ul.footerDetails li.email:before {background-position: 0 -33px;}
ul.footerDetails li.lcoation:before {
    background-position: 0 -86px;
    top: 30%;
}
ul.footerSocial {padding-top: 10px;}
ul.footerSocial li {
    display: inline-block;
    margin: 0 25px 0 0;
	transition: all .3s;
}
ul.footerSocial li:hover{transform: translateY(-8px);}
.site-footer .widget-title {margin: 25px 0;}
.site-footer ul.menu li{margin-bottom: 15px;}
.footerForm p{margin-bottom: 10px;}
.footerForm input[type=text], .footerForm input[type=email], .footerForm input[type=tel], .footerForm textarea {
    padding: 5px;
    height: auto;
    width: 100%;
    font-size: 14px;
}
.footerForm textarea{height: 68px;}
.footerForm input[type=submit]{
	width: 100%;
	background: #003895;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 14px;
}
.footerForm input[type=submit]:hover{
	background: #fff;
	color: #003895;
}
/* Home */
ul.homeSlider {
    margin: 0 !important;
    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 0  !important;
    padding: 0 !important;
    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: #e7f3e5;
    border-radius: 100%;
    margin: 0 2px;
}
ul.homeSlider ul.slick-dots li.slick-active {
    background: #003895;
}
.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: #003895;
  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-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: 25px 0 0;
  background: #fff;
}
.productTitle a {
  font-size: 22px;
  color: #222222;
  line-height: 32px;
  font-weight: 500;
}
.productTitle a:hover {color: #003895;}
.productText {
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}
.productText a  {
  font-weight: 600;
}
.homeSection4 p {
  font-size: 16px;
  color: #494949;
  line-height: 28px;
}
.dblBtn a {
  margin: 0 8px;
}
.homeSection6 {
  border-top: 3px solid #003895;
}
.videoImg a{
	display: block;
	position: relative;
}
.videoImg a:before{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 105px;
	height: 105px;
	margin: -52px 0 0 -53px;
	background: url(/wp-content/uploads/2022/10/playIcon.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:30px 15px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: left;
}
.sec6Title a{
	display: inline-block;
	font-size: 24px;
	line-height: 28px;
	color: #003895;
	font-weight: 600;
	padding-bottom: 15px;
}
.sec6Text {
	font-size: 16px;
	line-height: 22px;
	color: #222222;
}
.sec6Text ul li{margin-bottom: 10px;}
.featuredBox {
	display: inline-block;
	max-width: 370px;
}
.featuredImg {
	border-radius: 10px;
	overflow: hidden;
}
.featuredTitle {
	font-size: 22px;
	font-weight: 500;
	color: #003895;
	padding: 25px 0 10px;
}
.faqSection {position: relative;}
.faqSection:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 982px;
  min-height: 100%;
  background: #003895;
}
.homeContactSection h2 {
  margin-bottom: 45px;
}
.formWrapper {
  max-width: 490px;
  margin: 0 auto;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  font-size: 14px;
  color: #363636;
  line-height: 18px;
  margin-bottom: 18px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
  padding: 20px;
}
.contactForm p, .quickQuote p{margin: 0 !important;}
.contactForm textarea {
  min-height: 210px;
  max-height: 210px;
}
.contactForm input[type="text"]::placeholder, .contactForm input[type="email"]::placeholder, .contactForm textarea::placeholder {
	color: #363636;
	font-size: 14px;
}
.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: #003895;
	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: 950px;
    padding-top: 7%;
}
.categoryBanner .bannerContent{text-align: center;}
.bannerText {
    font-size: 2vw;
    line-height: 3vw;
	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;
	border-bottom: 1px solid #dadada;
}
ul.tabs li {
    display: inline-block;
    padding: 0 0 15px;
    color: #003895;
    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: #003895;
	border-bottom: 3px solid #003895;
}
.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 !important;
	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: #003895;
	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="email"], .quickQuote textarea {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e1eaec;
	padding: 15px;
	margin-bottom: 7px;
	font-size: 15px;
	color: #636363;
}
.quickQuote textarea {
	min-height: 155px;
	max-height: 155px;
}
.quickQuote input[type="submit"] {
	padding: 12px 15px;
	min-width: 120px;
}
.categoryProductSection .productBox .productContent {
	padding: 25px;
}

/* Contact */
.page-template-template-contact .ast-header-breadcrumb {
	display: block;
	box-shadow: none;
	border: none;
	background: #003895;
}
.ast-breadcrumbs ul li, .ast-breadcrumbs ul li a {
	font-size: 18px;
	color: #fff;
}
.trail-items li:after {
    content: "-" !important;
	margin: 0 20px;
}
.bannerBtn {padding-top: 20px;}
.cuWraper {
    text-align: center;
    position: relative;
    border: 5px solid #003895;
    border-radius: 200px;
    width: 100%;
    max-width: 750px;
    display: inline-block;
    padding: 40px 20px 0;
}
.cuWraper:after{
	content: "";
    display: block;
    clear: both;
}
.contactBox {
    display: inline-block;
	width: 100%;
    max-width: 340px;
	float: left;
}
.contactTitle {
    font-size: 24px;
    line-height: 24px;
    color: #003895;
	font-weight: 500;
    padding: 10px 0 10px;
}
.contactTitle a {
	font-size: 24px;
    line-height: 24px;
    color: #003895;
}
.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/2021/10/pd2SliderArrows.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: #003895;
	border-bottom: 3px solid transparent;
}
ul.tabs li:before {display: none;}
ul.tabs li.current {
    color: #003895;
	border-bottom: 3px solid #003895;
}
.tab-content {padding: 40px 0 0;}
.catalogTitle a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #003895; 
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #003895;
}
.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;
}
.page-template-product-details {background: #fff !important;}
/* 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: #003895;
	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;
	padding: 5px;
}
.stickyForm input[type="text"], .stickyForm input[type="email"]{height: 28px;}
.stickyForm textarea {
	height: 75px;
	padding-top: 12px;
}
.stickyForm input[type="submit"] {
	height: 42px;
	width: 100%;
	background: #003895;
	color: #fff;
	border: none;
	border-bottom: 3px solid #2fa31d;
	font-size: 20px;
}
.stickyForm input[type="submit"]:hover {background: #2fa31d;}
/* 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;
    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: #003895;
}
.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: #003895;
}
.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: #003895;
}
.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: #003895;
	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: #003895;
}

/* About 2 */
.about2Banner .bannerContent {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 9%;
}
.bannerHeading {
	font-weight: 600;
}
.about2Sec1Wrapper {
	padding: 65px 10px 20px;
	border: 1px solid #cccccc;
	border-radius: 7px;
	background: #e9e9e9;
}
.about2SecTitle {
	font-size: 40px;
	font-weight: 700;
	color: #2861ac;
	padding-bottom: 20px;
}
.about2SecBoxWrapper {
	position: relative;
}
.about2SecBoxWrapper:before {
	position: absolute;
	content: '';
	top: -10px;
	right: 0;
	width: 1px;
	height: 80px;
	background: #cccccc;
}
.about2SecBoxWrapper4:before {display: none;}
.timelineWrapper {
	position: relative;
}
.timelineWrapper:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -3px;
	width: 6px;
	height: 100%;
	background: #83ace2;
}
.timelineBox {
	padding: 20px 30px 30px;
	position: relative;
}
.timelineBoxLeft {
	box-shadow: 1px 8px 15px 0px rgba(0,0,0,.1);
	margin-right: 20px;
}
.timelineBoxRight {
	box-shadow: -3px 8px 15px 0px rgba(0,0,0,.1);
	margin-left: 20px;
}
.timelineBoxLeft .timelineTitle, .timelineBoxLeft .timelineText {text-align: right;}
.timelineBox:before {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -12px;
}
.timelineBoxLeft:before {
	right: -12px;
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.timelineBoxRight:before {
	left: -12px;
	border-right: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}
.timelineBox:after {
	position: absolute;
	content: '';
	top: 50%;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #2861ac;
}
.timelineBoxLeft:after {
	right: -43px;
}
.timelineBoxRight:after {
	left: -43px;
}
.timelineTitle {
	font-weight: 600;
	color: #2861ac;
	padding-bottom: 10px;
}
.about2Section4 {
	position: relative;
	background: #f1f1f1;
}
.about2Section4:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #fff;
}
.about2Sec5Box {
    display: inline-block;
    padding: 50px 20px 20px;
    max-width: 370px;
    min-height: 280px;
    box-shadow: 0px 20px 40px 0px rgba(0,0,0,.1);
    position: relative;
}
.about2Sec5Box:before {
	position: absolute;
	content: '';
	top: 0;
	left: 10px;
	width: 32px;
	height: 46px;
	background: url(/wp-content/uploads/2020/12/checkFlag.jpg);
}
.about2Sec5Title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	padding-bottom: 20px;
}

/* Landing Page 2 */
.LP2Section1 h1 b, .LP2Section2 h2 b {
	color: #2861ac;
	font-weight: 500;
}
.LP2ProductBox {
    padding-bottom: 29px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ebebeb;
}
.LP2ProductImg {
	width: 370px;
	float: left;
	border: 2px solid #d8d8d8;
}
.LP2ProductContent {
	width: calc(100% - 370px);
	float: left;
	padding-left: 30px;
}
.LP2ProductTitle {
	font-size: 26px;
	line-height: 30px;
}
.LP2ProductTitle span {color: #003895;}
.LP2dblBtn a {
	margin: 0 5px;
	padding-top: 12px;
	padding-bottom: 12px;
	min-width: 200px;
	position: relative;
}
.LP2dblBtn a.redBtn {
	padding-left: 30px;
	background: #da251c;
}
.LP2dblBtn a.redBtn:hover {background: #333;}
.LP2dblBtn a.blueBtn {
	padding-right: 30px;
}
.LP2dblBtn a.redBtn:before {
	position: absolute;
	content: '';
    top: 14px;
    left: 25px;
	width: 19px;
	height: 17px;
	background: url(/wp-content/uploads/2020/12/downloadIcon.png);
	transition: all 0.3s;
}
.LP2dblBtn a.redBtn:hover:before {
	top: 18px;
}
.LP2dblBtn a.blueBtn:before {
	position: absolute;
	content: '';
    top: 18px;
    right: 25px;
	width: 11px;
	height: 11px;
	background: url(/wp-content/uploads/2020/12/doubleArrow.png);
	transition: all 0.5s;
}
.LP2dblBtn a.blueBtn:hover:before {
	right: 10px;
}
.LP2Section2 {
	position: relative;
}
.LP2Section2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -36px;
	border-top: 32px solid #fff;
	border-left: 36px solid transparent;
	border-right: 36px solid transparent;
}
.LP2featuredProductBox {
	display: inline-block;
	max-width: 270px;
}
.LP2featuredProductImg {
	position: relative;
	overflow: hidden;
}
.LP2FeaturedProductExtra {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 97, 172, 0.8);
    text-align: center;
    padding-top: 18%;
    display: none;
}
.LP2featuredProductBox:hover .LP2FeaturedProductExtra {
	display: block;
}
.LP2FProductExtraTitle {
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
}
.LP2FeaturedProductTitle {
    padding: 23px 0 17px;
    font-size: 20px;
	font-weight: 600;
    border-bottom: 1px solid #cacaca;
}
.LP2featuredProductBox:hover .LP2FeaturedProductTitle {
	border-bottom: 1px solid #003895;
}


/* 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: 105px;
    width: 105px;
    left: 50%;
    top: 50%;
    margin-left: -52px;
    margin-top: -53px;
    position: absolute;
    background: url(https://www.betensmart.com/wp-content/uploads/2022/10/playIcon.png) no-repeat;
    cursor: pointer;
}
.videoWidth{margin: 0 auto;}
.width400{width: 400px;}
.width500{width: 500px;}
.width600{width: 600px;}
.width700{width: 700px;}
/* Product Category 3 */
.ltBlueSection {background: #f4f6f9;}
.pc3Banner {
	background-position: center center;
	background-size: cover;
}
.pc3BannerHeading {
	font-size: 50px;
	line-height: 58px;
	font-weight: 600;
	color: #fff;
	padding:70px 0 35px;
}
.pc3BannerLayer {
	padding: 40px 20px 70px;
	background: rgba(0,0,0, 0.5);
}
.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: 60px 25px;
	background: rgba(71,177,56,.6);
}
.pc3FormTitle {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
	padding-bottom: 60px;
}
.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;
	color: #003895;
}
.pc3TabSection .tab-content{padding: 20px 0;}
.pd2ProductSection {border-top: 2px solid #003895;}
.dp5relatedProductSlider{
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.dp5relatedProductSlider .slick-slide{
	outline: none;
    margin: 0 15px;
	text-align: center;
}
.dp4relatedProductImg {
	padding: 6px;
	border: 2px solid #edeeee;
	border-radius: 1px;
}
.dp4relatedProductImg a{display: block;}
.dp5relatedProductSlider .slick-arrow{
	position: absolute;
	top: 50%;
	width: 19px;
	height: 34px;
	margin: -40px 0 0;
	padding: 0;
	background: url(/wp-content/uploads/2021/09/sliderArrows.png) 0 0 no-repeat;
	text-indent: -99999999px;
	border: none;
	z-index: 2;
}
.dp5relatedProductSlider .slick-prev {
    background-position: 0px 0px;
    left: -20px;
}
.dp5relatedProductSlider .slick-next{
	background-position: -19px 0 !important;
	right: -20px;
}
.dp4relatedProductTitle{
	font-size: 22px;
	font-weight: 500;
	color: #233645;
}
.dp4relatedProductTitle a {color: #233645;}
/* Video Page */
.bannerWraper {position: relative;}
.bannerWraper .bannerContent {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1170px;
    margin-top: 8%;
    padding: 15px 15px 30px;
}
.bannerText {
    font-size: 2vw;
    line-height: 3vw;
	color: #fff;
	padding: 5px 0 20px;
}
.bannerHeading {
    font-size: 4vw;
    line-height: 4vw;
	color: #fff;
}
.videoSection2Title {
    font-size: 20px;
    margin: 10px 0;
	font-weight: 600;
}
.videoCOntent, .videoHeading{padding: 0 !important;}
.videoBanner .bannerContent {padding: 0 !important;}
.videoSection2Box {
    max-width: 370px;
    display: inline-block;
}
/* Product Detail 2 */
.pd2Details h1{font-size: 28px !important;}
.pd2Section1 .tableScroll {overflow-x: inherit;}
.pd2Section1 table {border: none;}
.pd2Section1 table th, .pd2Section1 table td {border: none;}
.pd2Section4Details ul li {margin-bottom: 5px;}
.pd2VideoSection {border-bottom: 1px solid #dadada;}
.pd2RelatedProductSection {border-top: 1px solid #dfdfdf;}
.pd2ProductBox, .pd2RelatedProductBox {
	display: inline-block;
	max-width: 270px;
}
.pd2ProductImg, .pd2RelatedProductImg {
	padding: 4px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
}
.pd2ProductImg a, .pd2RelatedProductImg a{
	display: block;
	transition: all 0.3s;
}
.pd2ProductImg a:hover, .pd2RelatedProductImg a:hover {transform: scale(1.1);}
.pd2ProductTitle a, .pd2RelatedProductTitle a {
	font-size: 20px;
	font-weight: 600;
}
.pd2ContactForm {
	max-width: 1022px;
	margin: 0 auto;
}
.pd2ContactForm input[type="text"], .pd2ContactForm input[type="email"], .pd2ContactForm textarea {
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0, 0.1);
	border: 1px solid #bfbfbf;
	background: #fff;
	margin-bottom: 10px;
}
.pd2ContactForm textarea {
	min-height: 330px;
}
.pd2ContactForm input[type="submit"] {
	min-width: 118px;
}
.pc2CatalogBox {
    max-width: 270px;
    margin: 0 auto;
}
.pc2CatalogImg {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 8px 8px 0px 0px #d5d5d5;
    display: inline-block;
}
/* Home 2 */
.hp2Section1{padding: 70px 0 0;}
.hp2Section1a{
	padding: 70px 0;
	background: #f1f1f1;
}
.hp2s1aText ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.hp2s1aText ul li{margin-bottom: 15px;}
.hp2s1Wrapper {
    max-width: 1640px;
    padding: 70px 70px 30px;
    border-radius: 200px;
    background: #fff;
    border: 4px solid #003895;
}
.hp2s1Box {
    max-width: 440px;
    font-size: 16px;
}
.hp2s1Title {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 25px;
}
.hp2Section2 {margin: 110px 0;}
.page-template-template-home2 h2 b{color: #003895;}
.hp2List ul{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
.hp2List ul li{
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
.hp2List ul li:before, .hp2s7Box:before{
	position: absolute;
	content: '';
	top: 5px;
	left: 0;
	width: 18px;
	height: 16px;
	background: url(/wp-content/uploads/2026/03/listIcon.png) 0 0 no-repeat;
}
.hp2SubHeading {
    font-size: 22px;
    color: #03040b;
}
.hp2s3Text2 {
    font-size: 16px;
    font-weight: 600;
    color: #003895;
}
.hp2SliderWraper{
	display: inline-block;
	width: 100%;
	max-width: 800px;
}
.hp2s2Slider{position: relative;}
.hp2s2Slider:before {
	position: absolute;
	content: '';
	top: -40px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2022/10/s2BG.png) 0 0 no-repeat;
	background-size: contain;
	z-index: -1;
}
.hp2Section3{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	padding: 110px 0 70px;
}
.hp2Section4{padding: 110px 0 60px;}
.hp2s4Box {
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    max-width: 480px;
    display: inline-block;
	overflow: hidden;
}
.hp2s4Img{overflow: hidden;}
.hp2s4Img a{display: block;}
.hp2s4Box:hover .hp2s4Img a{transform: scale(1.1);}
.hp2s4Content{padding: 10px 20px 35px;}
.hp2s4Title{
	font-size: 22px;
	font-weight: 600;
	color: #03040b;
	margin-bottom: 10px;
}
.hp2s4Title a{color: #03040b;}
.hp2s4Box:hover .hp2s4Title a{color: #003895;}
.hp2s4Text{padding: 0 10px;}
.hp2SepWrapper{
	text-align: center;
	position: relative;
	z-index: 1;
}
.hp2SepWrapper:before{
	position: absolute;
	content: '';
	top: 33px;
	left: -1500px;
	width: 4000px;
	height: 1px;
	background: #dedede;
	z-index: -1;
}
.hp2Sep{
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #dedede;
	padding: 14px;
	border-radius: 100%;
	background: #fff;
}
.hp2Section5{padding: 55px 0 110px;}
.hp2s5Title, .hp2s5SubHeading{
    font-size: 24px;
    font-weight: 600;
    color: #03040b;
    margin-bottom: 5px;
}
.hp2s5Title{text-transform: uppercase;}
.hp2s5SubHeading{max-width: 620px;}
.hp2s5SubHeading b{color: #003895;}
.hp2s5Text{padding-top: 25px;}
.hp2s5Btn a.commonBtn {margin-right: 10px;}
.hp2Video{
    border-radius: 20px;
    overflow: hidden;
	margin-top: 60px;
	display: inline-block;
}
.hp2Section6 {
    background-size: cover;
    background-position: center;
    padding: 100px 0 60px;
}
.hp2s6Box {
    max-width: 525px;
    text-align: left;
    background: #fff;
    padding: 50px 40px 40px;
    border-radius: 4px;
}
.hp2s6Title {
    color: #03040b;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    min-height: 70px;
    margin: 20px 0 10px;
}
.hp2s6Text{min-height: 96px;}
.hp2Section7 {padding: 110px 0 90px;}
.hp2s7Box {
    padding-left: 45px;
    margin-bottom: 35px;
    position: relative;
}
.hp2s7Box:before{top:10px;}
.hp2s7Title {
    font-size: 24px;
    font-weight: 600;
    color: #03040b;
}
.hp2s7Img{
	display: inline-block;
	overflow: hidden;
	border-radius: 40px;
	margin-top: 40px;
}
.hp2Section8{padding: 70px 0;}
ul.hp2s8Slider, ul.hp2s11Slider {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	position: relative;
}
ul.hp2s8Slider li, ul.hp2s11Slider li{
	outline: none;
	margin: 0 15px;
}
ul.hp2s8Slider .slick-arrow, ul.hp2s11Slider .slick-arrow{
	position: absolute;
	content: '';
	top: 50%;
	width: 44px;
	height: 44px;
	background: url(/wp-content/uploads/2022/10/sliderArrow.png) 0 0 no-repeat;
	padding: 0;
	text-indent: -999999999px;
	z-index: 1;
}
ul.hp2s8Slider .slick-prev, ul.hp2s11Slider .slick-prev{left: -30px;}
ul.hp2s8Slider .slick-next, ul.hp2s11Slider .slick-next{
	right: -30px;
	transform: rotate(180deg);
}
.hp2s8Box{
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}
.hp2s8Title {
    font-size: 20px;
    font-weight: 600;
    color: #03040b;
    padding: 20px;
    text-align: center;
    min-height: 100px;
}
.hp2Section9{padding: 90px 0;}
.hp2s9Box{
	max-width: 390px;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	text-align: left;
}
.hp2s9Content {padding: 25px;}
.hp2s9Title {
    color: #03040b;
    margin-bottom: 15px;
}
.hp2s9Title a{color: #03040b;}
.hp2s9Link a{
	color: #03040b;
	font-size: 16px;
	font-weight: 600;
}
.hp2s9Box:hover .hp2s9Title a, .hp2s9Box:hover .hp2s9Link a{color: #003895;}
.hp2Section10 {background: #eaeaea;}
.hp2FAQs{
	padding-top: 90px;
	padding-bottom: 90px;
	padding-right: 60px;
	background: #f5f5f5;
}
.hp2FAQs .accordiaBox {border-bottom: 1px solid #e8e8e8;}
.hp2FAQs .accordiaBox.active, .hp2FAQs .accordiaBox:last-child{border-bottom: none;}
.hp2FAQs .accordion{
	font-weight: 700;
	color: #03040b;
	padding:25px 30px 25px 0;
	position: relative;
	cursor: pointer;
}
.hp2FAQs .accordion:before{
	position: absolute;
	content: "\e900";
	top: 25px;
	right: 0;
	font-family: Astra;
	font-size: 16px;
	font-weight: 700;
	color: #03040b;
}
.hp2FAQs .accordiaBox.active .accordion:before{
	transform: rotate(180deg);
	color: #003895;
}
.hp2FAQs .panel {
    display: none;
    background: #eaeaea;
    padding: 20px 30px 5px;
    border-radius: 10px;
}
.hp2FAQs .accordiaBox.active .panel{display: block;}
ul.faqContactDetails{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ul.faqContactDetails li{
	display: inline-block;
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
	font-weight: 600;
	color: #03040b;
}
ul.faqContactDetails li a{color: #03040b;}
ul.faqContactDetails li a:hover{color: #003895;}
ul.faqContactDetails li.phone, ul.faqContactDetails li.email{margin-right: 40px;}
ul.faqContactDetails li:before{
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 23px;
	height: 22px;
	background: url(/wp-content/uploads/2022/10/contactSprite.png) 0 0 no-repeat;
}
ul.faqContactDetails li.email:before{background-position: 0 -30px;}
ul.faqContactDetails li.whatsapp:before{background-position: 0 -58px;}
.hp2ContactForm {
    margin: 100px 50px 0 100px;
    padding: 60px 45px;
    background: url(/wp-content/uploads/2022/10/mailIcon.png) right 0 no-repeat #fff;
    border-radius: 25px;
}
.hp2ContactFormTitle {
    font-size: 26px;
    font-weight: 700;
    color: #03040b;
    margin-bottom: 10px;
}
.hp2ContactFormTitle b{color: #003895;}
.hp2ContactForm input[type="text"], .hp2ContactForm input[type="email"], .hp2ContactForm textarea{
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #e2e2e2;
	padding: 30px 0;
}
.hp2ContactForm textarea{height: 185px;}
.hp2ContactForm input[type="submit"]{
	padding: 20px 30px;
    min-width: 180px;
    text-transform: uppercase;
	margin-top: 20px;
}
.hp2Section11{padding: 90px 0;}
ul.hp2s11Slider li{margin: 15px;}
.hp2s11Box{
	box-shadow: 0 0 15px rgba(0,0,0,.15);
	padding: 30px;
	border-radius: 10px;
}
.hp2s11Text{
	min-height: 185px;
	margin-bottom: 20px;
}
.hp2s11Img{
	float: left;
	width: 72px;
}
.hp2s11Content{
	width: calc(100% - 72px);
	float: left;
	padding: 0 0 0 20px;
}
.hp2s11Name {
    font-weight: 700;
    color: #03040b;
}
.hp2Section12{
	padding: 60px 0;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
ul.hp2s12Brands{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ul.hp2s12Brands li{
	display: inline-block;
	margin: 0 75px;
}
/* Product Category 3 */
.pc3Banner {position: relative;}
.bannerImg {text-align: center;}
.bannerImg img{width: 100%;}
.pc3Banner .bannerContent {
	position: absolute;
    top: 0;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    display: flex;
    align-items: center;
}
.pc3Banner .bannerContainer {width: 100%;}
.pc3Banner .pc3BannerHeading {
    font-size: 50px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
	padding: 0;
}
.pc3Banner .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(22,82,155,.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;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(5, 88,155, .2);
	max-width: 370px;
	display: inline-block;
}
.c1ProductContent{padding: 20px;}
.c1ProductTitle {
	padding: 10px 0;
	font-size: 24px;
    color: #222;
    line-height: 28px;
    font-weight: 500;
}
.c1ProductTitle a{color: #222;}
.c1ProductBox:hover .c1ProductTitle a{color: #003895;}
.c1ProductText {
    font-size: 16px;
    line-height: 24px;
}
.c1ProductBtn a{
	display: block;
	color: #003895;
    background: #fff;
    border: solid 1px #003895;
	border-radius: 5px;
    padding: 6px 15px;
	text-align: center;
}
.c1ProductBtn a:hover{
	background: #003895;
	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.betensmart.com/wp-content/uploads/2023/01/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;
	background: transparent;
}
ul.pc3ProductSlider ul.slick-dots li.slick-active{border-color: #003895;}
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: #003895;
}
.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% - 370px);
	float: left;
	padding-left: 30px;
}
.pc3s5ProductTitle{
    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;
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.pc3s6Title a{color: #333;}
.pc3s6Box:hover .pc3s6Title a{color: #003895;}
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.betensmart.com/wp-content/uploads/2023/01/quickQuote.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.betensmart.com/wp-content/uploads/2023/01/testimonialArrow.png) 0 0 no-repeat;
	z-index: 1;
	padding: 0;
	text-indent: -999999999px;
}
ul.pc3TestimonialSlider .slick-prev{left: 0;}
ul.pc3TestimonialSlider .slick-next{
	right: 0;
	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: #003895;
	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: #003895;
	cursor: pointer;
}
.readmoreBtn:before{
	position: absolute;
	content: "\e900";
	top: -1px;
	left: 0;
	font-family: Astra;
	font-size: 18px;
	font-weight: 600;
	color: #003895;
	transition: all .3s;
}
.readmoreBtn.read-more:before{
	transform: rotate(180deg);
}
.pc3TotalProducts {
    padding: 7px 8px;
    background: #f5f5f5;
    display: inline-block;
}
.pageNo a {
    padding: 10px;
    border: 1px solid #003895;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
    min-width: 36px;
    text-align: center;
}
.pageNo a:hover, .pageNo .current {
    background: #003895;
    color: #fff;
}
.pageNo .current {
    padding: 8px 10px 10px;
    height: auto;
    margin: 0;
    position: relative;
    border: 1px solid #003895;
    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;
	cursor: pointer;
}
.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;
}
ul.pc3FAQsList{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
}
ul.pc3FAQsList li{
	margin-bottom: 15px;
	padding: 5px 0 5px 45px;
	position: relative;
	color: #000;
}
ul.pc3FAQsList li:before{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 30px;
	height: 34px;
	background: url(/wp-content/uploads/2025/03/pdfIcon.png) 0 0 no-repeat;
}
ul.pc3FAQsList li a{color: #000;}
ul.pc3FAQsList li a:hover{color: #003895;}
.productFAQs .accordiaBox {
    border: 1px solid #dadada;
    margin-bottom: 15px;
	background: #fff;
}
.productFAQs .accordion {
    color: #000;
    font-weight: 500;
    padding: 8px 30px 8px 10px;
    position: relative;
    background: #dadada;
	cursor: pointer;
}
.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;
}
.dp4relatedProductTitle a {
    font-size: 22px;
    font-weight: 500;
    color: #233645;
}
.videoImg {text-align: center;}
.pc3tabs{text-align: center;}
.pc3tabs ul.tabs, .pc3tabs ul.tabs2, .pc3tabs ul.tabs3, .pc3tabs ul.tabs4, .pc3tabs ul.tabs5{
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none;
	background: #f3f6fb;
	border-radius: 40px;
	display: inline-block;
}
.pc3tabs ul.tabs li, .pc3tabs ul.tabs2 li, .pc3tabs ul.tabs3 li, .pc3tabs ul.tabs4 li, .pc3tabs ul.tabs5 li{
	display: inline-block;
	font-weight: 600;
	color: #092c47;
	border: 1px solid transparent;
	padding: 18px 20px;
	border-radius: 40px;
	min-width: 200px;
	cursor: pointer;
}
.pc3tabs ul.tabs li.current, .pc3tabs ul.tabs2 li.current, .pc3tabs ul.tabs3 li.current, .pc3tabs ul.tabs4 li.current, .pc3tabs ul.tabs5 li.current{
	border: 1px solid #003895;
	color: #003895;
	background: #fff;
	box-shadow: 0 20px 20px rgba(220, 224, 233, .5);
}
.pc3tabs .tab-content, .pc3tabs .tab-content2, .pc3tabs .tab-content3, .pc3tabs .tab-content4, .pc3tabs .tab-content5{
	padding-top: 50px;
	display: none;
	text-align: left;
}
.pc3tabs .tab-content.current, .pc3tabs .tab-content2.current, .pc3tabs .tab-content3.current, .pc3tabs .tab-content4.current, .pc3tabs .tab-content5.current{display: block;}
.pc3tabs table{
	text-align: center;
	box-shadow: 0 10px 50px 30px rgba(40,62,128,.1);
}
.pc3tabs table, .pc3tabs table tr, .pc3tabs table tr th, .pc3tabs table tr td{border: none;}
.pc3tabs table tr th{
	background: #003895;
	color: #fff;
	padding: 20px 10px;
}
.pc3tabs table tr td{
	padding: 20px 10px;
	background: #fff;
	color: #22445f;
	font-weight: 600;
}
.pc3tabs table tr:nth-child(odd) td{background: #f3f6fb;}
/* Blog */
.blog .ast-archive-entry-banner h1, .archive .ast-archive-entry-banner h1{
	position: relative;
	padding-bottom: 20px;
}
.blog .ast-archive-entry-banner h1:before, .archive .ast-archive-entry-banner h1:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 62px;
	height: 2px;
	margin-left: -31px;
	background: #003895;
}
.blog article.post, .archive article.post{
	padding: 15px !important;
	position: relative;
}
.ast-related-post{position: relative;}
.blog article.post .ast-article-inner, .archive article.post .ast-article-inner, .ast-related-post{
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15) !important;
	transition: all .25s;
}
.blog article.post:hover .ast-article-inner, .archive article.post:hover .ast-article-inner, .ast-related-post:hover{
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15) !important;
} 
.blog article.post .post-content, .archive article.post .post-content, .ast-related-post-content{
	padding-bottom: 50px;
	height: 100%;
}
.blog h2.entry-title, .archive h2.entry-title, .ast-related-post-title.entry-title{padding: 10px 20px 0;}
.blog h2.entry-title a, .archive h2.entry-title a, .ast-related-post-title.entry-title a{color: #003895 !important;}
.blog h2.entry-title a:hover, .archive h2.entry-title a:hover, .ast-related-post-title.entry-title a:hover{color: #000 !important;}
.blog .ast-excerpt-container, .archive .ast-excerpt-container, .ast-related-post-excerpt{
    padding: 0 20px;
    font-size: 14px;
    line-height: 21px;
    color: #777;
}
.blog .ast-read-more-container, .archive .ast-read-more-container, .ast-related-post-cta{
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700 !important;
	text-transform: uppercase;
}
.blog .ast-blog-meta-container, .archive .ast-blog-meta-container, .ast-related-post .entry-meta{
    padding: 15px 20px;
    margin: 0;
    border-top: 1px solid #eaeaea;
    font-size: 12px;
    color: #adadad !important;
    line-height: 1.3;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.blog .ast-blog-meta-container span, .archive .blog .ast-blog-meta-container span {color: #adadad !important;}
.ast-pagination .page-numbers.current, .ast-pagination .page-numbers:focus, .ast-pagination .page-numbers:hover {color: #fff;}
/* Single */
.single article.post {
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	border-radius: 5px;
}
.single .ast-single-related-posts-container {
    padding: 100px 0;
    margin: 0 auto;
    max-width: 1220px;
}
.ast-related-post-cta.read-more {padding-bottom: 20px;}
.postBottomFormTitle {
    color: #333;
    font-family: "Open Sans",Sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 32px;
    padding: 30px 0 15px;
    border-top: 1px solid #f5f5f5;
    margin-top: 40px;
}
.socialShareTitle{
	font-size: 21px;
	font-weight: 700;
    line-height: 1.5em;
	font-family: "Open Sans",Sans-serif;
	color: #666;
	padding-right: 50px;
}
.socialShare{
	border-top: 1px solid #f5f5f5;
	padding: 30px 0 0;
	margin-top: 30px;
}
.socialShare a:hover{opacity: .8;}
.lwptoc .lwptoc_i {
	border-radius: 3px;
	padding: 0;
}
.lwptoc_header{
	padding: 20px;
    border-bottom: 1px solid #9da5ae;
}
.lwptoc_itemWrap{padding: 30px 40px;}
.lwptoc_item{margin-bottom: 10px;}
.lwptoc_item_number{color: #000;}
.postCta {
	box-shadow: 0px 3px 20px 0px rgba(0,0,0,.1);
    padding: 40px 30px;
	background: #003895;
	border-radius: 10px;
	position: relative;
	margin: 20px 0;
}
.postCta:after{
	content: "";
    display: block;
    clear: both;
}
.postCtaContent{
	width: calc(100% - 200px);
	float: left;
}
.postCtaBtn{
	width: 200px;
	float: left;
	text-align: right;
}
.postCtaBtn a:hover{background:#000;}
.postCtaTitle {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
	line-height: 1.4;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.postCtaTitle:before{
	position: absolute;
	content: '';
	bottom:  0;
	left: 0;
	width: 82px;
	height: 2px;
	background: #fff;
}
.postCtaText{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}
/* Services */
.servicesSection1 {padding: 70px 0;}
.servicess1Box{padding-bottom: 40px;}
.servicess1Img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block;
    margin-bottom: 15px;
}
.servicesSection2{padding-bottom: 40px;}


/* Popup Form */
#contactPopUpForm .quickQuote {
    padding: 25px 15px;
    max-width: 340px;
}

/* Media */
.visible-sm {display: none;}
.visible-md {display: none;}
@media(min-width: 1200px) and (max-width: 1659px) {
  .hp2SubHeading {font-size: 20px;}
  .hp2s4Title {font-size: 22px;}
  .hp2s5Title, .hp2s5SubHeading, .hp2s6Title{font-size: 24px;}
  .hp2s1Title, .hp2s7Title {font-size: 22px;}
  .hp2s8Title {font-size: 20px;}
  ul.hp2s12Brands li {margin: 0 45px;}
  .hp2s9Content, .hp2s11Box{padding: 15px;}
}
@media(min-width: 1200px) and (max-width: 1659px) {
  .hp2ContactForm {margin: 80px 20px 0 30px;}
  ul.hp2s12Brands li {margin: 0 25px;}
}
@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;}
  .about2Banner .bannerContent {padding-top: 9%;}
  .visible-md {display: block;}
  .bannerWraper .bannerContent {max-width: 970px;}
  .pc3BannerHeading {
    font-size: 40px;
    line-height: 48px;
    padding: 50px 0 25px;
  }
  .pc3FormTitle {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .hp2s1Wrapper {padding: 50px 40px 30px;}
  .hp2s1Title {
    font-size: 18px;
    margin: 10px 0;
  }
  .hp2s4Content {padding: 10px 10px 25px;}
  .hp2s4Title {font-size: 20px;}
  .hp2s4Text {padding: 0;}
  a.commonBtn{font-size: 16px;}
  .hp2Video {margin-top: 30px;}
  .hp2s6Box {padding: 15px;}
  .hp2s6Title {
    font-size: 18px;
    line-height: 24px;
    min-height: 75px;
    margin: 10px 0;
  }
  .hp2s9Content {padding: 15px;}
  .hp2FAQs {padding-right: 15px;}
  .hp2ContactForm {
    margin: 70px 10px 0 10px;
    padding: 50px 25px;
  }
  .hp2s11Box {padding: 20px;}
  .pc3Banner .bannerContent{max-width: 970px;}
  .c1ProductContent {padding: 10px;}
}
@media(min-width: 768px) and (max-width: 991px){
  .hidden-sm {display: none !important;}
  .visible-sm {display: block !important;}
  .bannerWraper .bannerContent, .pc3Banner .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;}
  .bannerText {padding: 5px 0 0;}
  .bannerWraper .bannerContent {padding-top: 4%;}
  .xyzBanner .banerBtn {display: none;}
  .xyzBanner .banerText {padding: 30px 0 0;}
  .about2Banner .bannerContent {padding-top: 9%;}
  .about2SecBoxWrapper:before {display: none;}
  .timelineWrapper:before {display: none;}
  .timelineBox {margin: 0 0 30px;}
  .timelineBox:before, .timelineBox:after {display: none;}
  .timelineBoxLeft .timelineTitle, .timelineBoxLeft .timelineText {text-align: left;}
  .LP2ProductImg, .LP2ProductContent {
  	width: 100%;
	float: none;
  }
  .LP2ProductContent {padding: 30px 0 0;}
  .LP2ProductImg {max-width: 370px;}
  .pc3BannerHeading {
    font-size: 40px;
    line-height: 48px;
    padding: 40px 0 15px;
  }
  .pc3BannerLayer {padding: 20px;}
  .pc3Form {padding: 20px;}
  .pc3FormTitle {padding-bottom: 20px;}
  .hp2s1Wrapper {margin: 60px auto 0;}
  .hp2s4Title {font-size: 20px;}
  .hp2Video {margin-top: 30px;}
  .hp2s6Box {padding: 25px 20px 20px;}
  .hp2s6Title {
    font-size: 20px;
    line-height: 24px;
    min-height: 80px;
  }
  .hp2s7Title {font-size: 20px;}
  .hp2Section10 {padding-bottom: 40px;}
  .hp2FAQs {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
  }
  .hp2ContactForm {margin: 0;}
  .c1ProductContent {padding: 10px;}
  .pc3Banner .pc3BannerHeading {
    font-size: 40px;
    line-height: 44px;
  }
  .pc3s5ProductBox {padding: 15px;}
  .pc3s5Content {padding-left: 15px;}
  .pc3s5Content {
    width: calc(100% - 270px);
    padding-left: 15px;
  }
  a.commonBtn{
    font-size: 16px;
    padding: 10px 15px;
  }
  .contactBox {max-width: 320px;}
  .tableScroll{overflow-x: scroll;}
}
@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;}
  .hp2s5Btn a.commonBtn{
	margin: 5px 0;
	width: 100%;
  }
  .hp2s6Title {min-height: auto;}
  ul.hp2s12Brands li {margin: 0 0 10px;}
  .hp2s1Title, .hp2s5Title, .hp2s5SubHeading {font-size: 20px;}
  .pc3Banner .bannerContent {
    position: relative;
    margin-top: -150px;
  }
  .pc3BannerHeading {
    font-size: 30px;
    line-height: 36px;
  }
  .pc3Banner .pc3BannerDetails {
    background: rgba(0,0,0,.6);
    padding: 15px;
  }
  .pc3s5Content {
    width: 100%;
    padding: 15px 0 0;
  }
  .gallery-item {max-width: 50% !important;}
  .cuWraper {border-radius: 70px;}
  .contactBox {float: none;}
}
@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;}
  .LP2dblBtn a.commonBtn {margin: 5px 0;}
  .about2Sec5Box{min-height: auto;}
  .hp2s1Wrapper {
    padding: 10px;
    border-radius: 10px;
  }
  .hp2SubHeading {font-size: 18px;}
  .hp2s4Content {padding: 10px 10px 25px;}
  .hp2s4Text {padding: 0;}
  a.commonBtn{
    font-size: 16px;
    padding: 14px 15px;
  }
  .hp2s9Content {padding: 10px;}
  .hp2ContactForm {padding: 15px;}
  .hp2ContactFormTitle {font-size: 18px;}
  .hp2ContactForm input[type=text], .hp2ContactForm input[type=email], .hp2ContactForm textarea {padding: 10px 0;}
  .hp2ContactForm textarea {height: 125px;}
  .hp2s11Box {padding: 10px;}
  .pc3Banner .bannerContent {
    position: relative;
    margin-top: -100px;
  }
  .pc3Banner .pc3BannerHeading {
    font-size: 24px;
    line-height: 28px;
  }
  .pc3s5ProductImg {width: 100%;}
  .pc3s5Btns a.commonBtn {
    margin: 5px 0;
    display: block;
  }
  .cuWraper {padding: 20px 10px 0;}
  .contactSection2 .contactForm {padding: 40px 0;}
}