/**** HEADER ****/



@font-face{font-family:'skf_chevin_lightregular';src:url('./fonts/skfchevinlight-webfont.woff2') format('woff2'),url('./fonts/skfchevinlight-webfont.woff') format('woff');font-weight:400;font-style:normal}

@font-face {
    font-family: 'SKF Sans';
    src: url('./fonts/SKFSans-Regular.woff2') format('woff2'),
        url('./fonts/SKFSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body{overflow-x:hidden; font-family:'SKF Sans';background: #f9f9f5;}


header {
    min-height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
header.banner-slider {
    min-height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}
header.banner-slider .backg img{
    width: 100%;
}
.banner-slider video {
    height: auto;
}
header.lp-banner {
    min-height: auto;
    background: url(../images/lp-banner1.jpg);
}
header.banner-slider .container {
    max-width: 90%;
}
header.banner-slider .row {
    display: flex;
    align-items: end;
}
header.lp-banner .row {
    align-items: end;
}

header.lp-banner .content-left {
    padding-bottom: 0px;
}

header.banner-slider .form form {}
header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
    display:none;
}

header,
header .header-content {
    position: relative;
    width: 100%;
    text-align: center;
}

header .header-content {
    position: absolute;
    top: calc(100% - 35%);
    -webkit-transform: translateY(-50%);
    transform: translateX(0%) translateY(0%);
    padding: 0 50px;
    z-index: 10;
    text-align: right;
}

header .header-content .header-content-inner {
    width: 100%;
    margin: 0 auto;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.41);
    position: relative;
}

h1, h2, h3, h4 {
    font-family: 'SKFSans-Bold', sans-serif;
}

.header-content-inner h1 {
    font-size: 48px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 800;
    padding-right: 30px;
}

.header-content-inner h1:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    margin: 0px auto 0;
    background: #F05F40;
    position: absolute;
    top: 0;
    right: 0;
}

.header-content-inner p {
    font-size: 22px;
    line-height: 1.8;
    color: #e4e4e4;
}
header.banner-slider .form h1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: 0px solid #0f58d6;
    background: linear-gradient(#578cfbc7, #578cfbc7);
    padding: 9px 25px;
    display: inline-block;
    font-weight: 600;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    margin-top: -52px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.featpro-section.did-section .featpro.image {
    align-items: center;
    padding: 0 0 30px 0;
}

.featpro-section.did-section .featpro.image img {
    max-width: 119px;
}

.featpro-section.did-section .featpro.image h2 {
    padding: 0;
    margin: 0;
    font-size: 70px;
    font-family: 'SKFSans-Bold', sans-serif;
    line-height: normal;
}

section.featpro-section.did-section {
    padding: 170px 0;
}

section.featpro-section.did-section .featpro.text p {
    font-weight: normal;
    margin: 0;
    font-size: 35px;
}

.formleft .col12 input::placeholder {
    color: #000;
}
header.banner-slider .form {
    max-width: 100%;
    background: linear-gradient(#578cfbc7, #1952bfc4);
    padding: 10px 30px 7px 30px;
    margin-left: 30px;
    position: relative;
    max-width: 550px;
    margin: auto;
    margin-right: 0;
    margin-bottom: 200px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
header.banner-slider .container .content-left {
    padding-bottom: 60px;
}

header.lp-banner .form {
    background: #1057d5;
}
.formleft {
    max-width: 100%;
    text-align: left;
    font-family: 'SKF Sans';
}
header.banner-slider label {
    margin-bottom: 0;
    color: #000;
}
.formleft .col12 input[type="text"] {
    border: 0;
    box-shadow: none;
    border-bottom: 0;
    border-radius: 0;
    margin: 15px 0px 5px 0px;
    background: #f0efef;
    padding: 5px 10px;
    height: auto;
    font-size: 12px;
}
header.banner-slider .row a {
    font-size: 12px;
}
div.formleft p {
    font-size: 12px;
}
div.formleft input[type="file"] {
    padding: 3px;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 0;    
}
.formleft .price {
    margin-top: 25px;
    font-weight: bold;
    color: #ac6c5b;
}

.formleft  span.fa {
    font-size: 13px;
}

.formleft span.fa ::before {}

.formleft .text {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 17px;
}

.formleft .text p {
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.formleft .qty {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.formleft .qty button.min0 {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft  button.max {
    border: 1px solid #000;
    background: transparent;
    font-weight: bold;
    font-size: 18px;
    padding: 3px 13px;
}

.formleft .qty input[type="text"] {
    background: transparent;
    text-align: center;
    width: 30%;
    margin: 7px 0px 15px;
    border: 1px solid #000;
    padding: 4px 0;
}
.formleft button.like {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    font-weight: bold;
    position: relative;
    top: 5px;
    outline: none;
    left: 4px;
}

i.fa.fa-heart-o {}

.formleft button.like i.fa.fa-heart-o {
    font-size: 25px;
}
.formleft button.btn.btn-dark {
    background: #46b749;
    border: 0;
    border-radius: 0;
    text-transform: normal;
    font-weight: 500;
    padding: 2px 19px;
    font-size: 13px;
    outline: none;
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 18px;
    margin-top: 18px;
}
.formleft input[type="file"] {
    height: auto;
    padding: 7px 15;
}
.formright {
    position: absolute;
    bottom: -100px;
    right: -52%;
    left: auto;
    z-index: 99;
}
.star-rating {
    line-height:32px;
    font-size:1.25em;
  }
  
  .star-rating .fa-star{color:#911a20;cursor: pointer;}
  
  .content-left {
    text-align: left;
}

.content-left h1 { padding-left:0px;
    font-weight: 600;
    color: #f37d26;
    font-family: 'SKFSans-Bold', sans-serif;
  
}

.content-left h2 { padding-left:0px;
    font-weight: 600;
    color: #fff;
    font-size:26px;
  
}

.content-left .btm-content {
    
    display: inline-block;
    padding: 0px;
    width: 59%;
    margin-top: 20px;
}

.content-left .btm-content {
    margin-bottom: 0;
    background: #0d55db;
    color: #fff;
    padding: 12px 20px;
    width: auto;
    display: inline-block;
}

.content-left .btm-content h4 {
    font-family: 'SKF Sans', sans-serif;
    margin-bottom: 0;
    color: #fff;
    width: auto;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    font-size: 1.3rem;
}

.content-left .btm-content p {
    margin-bottom: 0;
    font-size: 22px; color: #fff; 
    padding:5px 0 0; 
}
.form-btm{
    background-image: none;
}
header .for1{
    background: none;
}


header.lp-banner .form {
    background: #1057d5;
}

header.lp-banner .form h1 {
    color: #1057d5;
    background: #fff;
}
header.lp-banner  label {
    color: #fff;
}
header.lp-banner .row.d-flex {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
header.lp-banner .row.btm.d-flex label {
    font-size: 12px;
}
header.lp-banner .formleft button.btn.btn-dark {
    background: #ff8005;
    font-weight: 300;
    font-size: 14px;
    padding: 10px 40px;
}
.lp-page-cl p {
    color: #212529;
}
.featpro-section.lp-page-cl h2 {
    color: #0e57d4;
}
/**** HEADER END ****/


.section02{}

.section02.bg-color-blue {
    background: #0d55db;
	position:relative;
	text-align:center;
	color:#fff;
	padding:50px 0;
}
.section02.bg-color-blue h3{line-height:36px;}
.section02.bg-color-blue h3 span{font-size:22px}
.section02.bg-color-blue p{padding:10px 15em;text-align:left;}

section.section02.benefits-section {
    background: #efefef;
    padding-bottom: 70px;
}

section.section02.benefits-section .heading {
    margin-top: -80px;
    display: inline-block;
    background: #0f59d6;
    z-index: 999;
    position: relative;
}

section.section02.benefits-section .heading h2 {
    margin: 0;
    padding: 8px 80px;
    line-height: normal;
}

section.section02.benefits-section .row.btmrow {
    max-width: 900px;
    margin: auto;
    position: relative;
}

section.section02.benefits-section .row.btmrow .left {
    position: absolute;
    left: -70px;
    z-index: 999;
    top: -31px;
    padding: 0;
}

section.section02.benefits-section .row.btmrow .right {
    position: absolute;
    right: -70px;
    z-index: 999;
    top: -31px;
    padding: 0;
}

section.section02.benefits-section .row.btmrow .box .image img {
    width: 100%;
}

section.section02.benefits-section .row.btmrow .box {
    text-align: center;
}

section.section02.benefits-section .row.btmrow .box p {
    padding: 0;
    text-align: center;
    color: #475a63;
    font-size: 17px;
    margin: 0;
    line-height: normal;
    font-family: 'SKFSans-Medium', sans-serif;
}

section.section02.benefits-section .row.btmrow .nospace {
    padding: 0;
}

.section03{}

.section03.bg-color-white {
    background: #fff;
	position:relative;
	text-align:left;
	padding:50px 0;
}

.section03 img{width:100%;}

.section03.bg-color-white h4{min-height: 90px; color:#0d55db; font-size:20px; padding:20px; background:#fff; margin-bottom:0;font-weight: bold;}
.section03.bg-color-white p{padding:0px 20px; background:#fff; min-height: 104px;color:#333;}
.section03.bg-color-white h3 {
    color: #0d55db;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    padding: 24px 0 0;
    font-weight: 600;
}

.section03.bg-color-white .sixbox{padding:50px; background: url(../images/blubg-1a.jpg) repeat-x bottom;}
.section03.bg-color-white .sixbox img {
    border: 1px solid #7c7d7f;
}

section.featpro-section.section--03 {
    padding-top: 50px;
}

section.featpro-section.section--03 .row.btmrow {
    max-width: 1100px;
    margin: auto;
}

section.featpro-section.section--03 .row.btmrow .box {text-align: center;}

section.featpro-section.section--03 .row.btmrow .box .image img {
    max-width: 220px;
}

section.featpro-section.section--03 .row.btmrow .box .title {
    min-height: 150px;
    padding: 0 15px;
    line-height: 20px;
}

section.featpro-section.section--03.section--04 {
    background: url(../images/wind-bg.jpg);
    padding-top: 50px;
    padding-bottom: 60px;
}

section.featpro-section.section--03.section--04 .nospace {
    padding: 0 10;
    border-right: 1px solid #ccc;
}

section.featpro-section.section--03.section--04 .nospace:last-child {
    border: 0;
}

section.featpro-section.section--03.section--04  .row.btmrow {
    max-width: 880px;
    margin: auto;
}

section.featpro-section.section--04 .row.btmrow .box .title {
    min-height: 105px;
}
section.featpro-section.section--04 .row.btmrow .box .title p {
    color: #000;
}

section.featpro-section.section--03.section--04  .container {
    background: #0000009c;
    padding: 50px;
}

section.featpro-section.section--03.section--04 .container h2.head-top {
    font-family: 'SKF Sans';
    color: #fff;
    font-size: 70px;
    font-weight: bold;
}

section.featpro-section.section--03.section--04 .container .featpro.text p {
    color: #fff;
    font-size: 17px;
    font-family: 'SKFSans-Light', sans-serif;
    font-weight: normal;
    text-align: left;
    margin: 0;
}

.row.btmrow {}

section.featpro-section.section--03.section--04 .row.btmrow .box p {
    color: #fff;
    font-size: 17px;
}

section.featpro-section.section--03.section--04 .row.btmrow .box .title {
    color: #fff;
    min-height: auto;
    font-family: 'SKFSans-Bold', sans-serif;
    font-weight: bold;
    line-height: normal;
    font-size: 19px;
    padding: 20px 0;
}

section.featpro-section.section--03.section--04 .row.btmrow .box {
    min-height: 430px;
    padding: 0 20px;
}

section.featpro-section.section--03.section--04 .row.btmrow {
    max-width: 1000px;
    padding-top: 60px;
    padding-bottom: 40px;
}

section.featpro-section.section--03.section--04 .btmpara p {
    color: #fff;
    font-size: 17px;
}


.section04{}
.section04 img{width:100%;}
.section04.bg-color-blubg{background: url(../images/blubg.jpg) repeat-x bottom;padding: 30px 0 50px;}
section.section04.bg-color-blubg.lp-page-cl{background: url(../images/blubg1.jpg) repeat-x bottom;}
.section04.bg-color-blubg .twobox{}
.section04.bg-color-blubg .row {
    align-items: end;
}
.section04.bg-color-blubg h2 {
    color: #fff;
    font-size: 29px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: left;
    padding: 0 0 24px 0;
    font-weight: 500;
    margin-top: 5em;
}

.section04.bg-color-blubg p a{background:#45b549; color:#fff; padding:10px 20px;}

.sec5.sec5-section {
    padding: 120px 0 120px;
}
.sec5.sec5-section h2.btm-h2 {
    padding-top: 50px;
    margin-bottom: 0;
}

/**** SERVICE ****/
.service-section.bg-color {
    background: #fff;
	position:relative;
}
.service-section:after {
    content: "";
    background: #0d55db;
    height: 79%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}
.service-section.bg-color h3 {
    color: #0d55db;
    font-size: 38px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: center;
    background: transparent;
    padding: 24px 0 0;
    font-weight: 600;
}

.service-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}

.service-items .icon {
    margin: 0 auto 15px;
}

.service-items h4 {
    /* font-size: 22px; */
    margin-bottom: 5px;
    text-transform: capitalize;
    min-height: 103px;
}
.service-items h4 a {
    text-align: left;
    padding: 0;
    color: #0f58d6;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    height: auto;
    margin-top: 10px;
}
.service-items .desc p {
    font-size: 14px;
    color: #485a64;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 155px;
    line-height: normal;
    color: #333;
}
.service-section .service-items {
    min-height: auto;
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    padding-bottom: 10px;
}
.service-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.service-items .icon img {
    width: 100%;
}
.service-section .content-items .row {
    justify-content: center;
}
.service-section .content-items {
    padding-bottom: 37px;
    padding-top: 40px;
}

.service-section .service-items h4 a {
    text-align: left;
    padding: 0;
    color: #0f58d6;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.service-section .spacing {
    padding: 0 10px;
}
body .container {
    max-width: 1200px;
}
.service-section .owl-nav {}

.service-section .owl-nav .owl-prev {
    color: #385dab;
    background: #fff;
    position: absolute;
    bottom: 48%;
    left: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav .owl-next {
    color: #385dab;
    background: #fff;
    position: absolute;
    bottom: 48%;
    right: -25px;
    padding: 1px 10px;
    border-radius: 50px;
}
.service-section .owl-nav i.fa {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0;
    border-radius: 10px;
    position: relative;
	top: -1px;
}

.service-section .owl-nav .owl-prev i.fa {
	left: -2px;
}
.service-section .owl-nav .owl-next i.fa {
    right: -2px;
}    

/**** SERVICE END ****/



/**** featpro ****/
.featpro-section.section--01 {
    background: #F9F9F7;
    z-index: 999;
    position: relative;
	padding:0px 0 100px;
}
.featpro-section .featpro.image img {
    height: 100%;
}
.featpro-section.bg-color .container {
    position: relative;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    align-items: center;
    text-align: left;
}

.featpro-section.bg-color .container .content-items {
    padding-left: 20px;
}
.featpro-section.bg-color .container .content-items h3 {
    color: #91191f;
    font-weight: bold;
    font-size: 24px;
    font-family: 'SKF Sans';
    margin-top: 20px;
    margin-bottom: 10px;
}

.featpro-section.bg-color .container .content-items p {
    font-family: 'SKF Sans';
    color: #000;
    font-size: 15px;
}
.featpro-section .featpro.image {
    position: relative;
    display: flex;
    border-radius: 0px;
    overflow: hidden;
    background: #F9F9F7;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.featpro-section .featpro.image span.new {
    position: absolute;
    bottom: auto;
    top: 60px;
    background: #000;
    color: #fff;
    padding: 3px 12px;
    font-family: 'SKF Sans';
    font-size: 14px;
    text-transform: uppercase;
    left: 0;
}

.featpro-section .row {
    display: flex;
    align-items: center;
    justify-content: center
}
.featpro-section h2 {
    color: #425C65;
    font-size: 48px;
    font-family: 'SKF Sans';
    margin-bottom: 10px;
    text-align: left;
    background: transparent;
    padding: 24px 0 36px;
    font-weight: bold;
}

.featpro-section h2 span img.img-responsive {
    max-width: 170px;
    vertical-align: top;
}

.featpro-section .col {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d55db;
    line-height: normal;
}

.featpro-section .col.mid {
    border-left: 1px solid #0d55db;
    border-right: 1px solid #0d55db;
}

.featpro-section .col img.img-responsive {
    width: 40%;
    margin-bottom: 7px;
}
.featpro-section .btmimage {
    text-align: center;
    margin-top: 40px;
}

.featpro-section .btmimage .image {
    max-width: 64%;
    margin: auto;
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #797979;
    border-bottom: 0;
}

.featpro-section .btmimage .image img.img-responsive {
    width: 100%;
}

.featpro-section .row .featpro.text {
    text-align: center;
}

.featpro-section .row .featpro.text h2 {
    padding-left: 0px;
    font-weight: 600;
    color: #f37d26;
    font-family: 'SKFSans-Bold', sans-serif;
    font-size: 34px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.featpro-section .row .featpro.text p {
    font-size: 28px;
    color: #425C65;
    font-weight: bold;
}
.sec3 .backg img{
  width: 100%;
}
.sec3 .bannerinfo{
    margin-top:0%;
    margin-left: 50px;
}
.sec3 .bannerinfo p{
    color: white;
    font-size: 24px;
    margin-bottom: 0;

}
.sec3 .bannerinfo h2{
    color: white;
    font-size: 36px;
    font-weight: bold;
}
.sec3.problem-section {
    position: relative;
}

.sec3.problem-section .bannerinfo {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.sec3.problem-section .bannerinfo p {
    font-size: 30px;
    font-weight: normal;
}

.sec3.problem-section .bannerinfo h2 {
    font-size: 50px;
    margin: 0;
}


.sec4{
  padding-top: 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: #f9F9F7;
}
.sec4 p,
.sec5 .top-content p{
    font-size: 24px;
    color: black;
}
.sec5{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
   align-items: center;
   text-align: center;
   padding-bottom: 100px;
}
.sec5 .container .row img{
    width: 250px;
    height: 100%;

}
.sec5 .container .row {
    justify-content: center;
}
.sec5 h2{
    color: #3772DB;
}
.sec5 p{

}
.sec5 p span{
    color: blue;
    font-size: 24px;
}

section.featpro-section.lp-page-cl {}

section.featpro-section.lp-page-cl .col img.img-responsive {
    width: 20px;
}

section.featpro-section.lp-page-cl .col div.iconm {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: left;
    margin-bottom: 10px;
}

section.featpro-section.lp-page-cl .col div.iconm p {
    margin: 0 0 6px 10px;
}

section.featpro-section.lp-page-cl .col {
    border: 0;
    text-align: left;
    align-items: start;
}
section.featpro-section.lp-page-cl .row-001 {
    padding-top: 50px;
}

section.featpro-section.lp-page-cl .row-001 h2 {
    padding-bottom: 0;
}

section.featpro-section.lp-page-cl .row-001 p {
    color: #0e57d4;
    font-size: 20px;
}
section.featpro-section.lp-page-cl .featpro.image img {
    width: 100%;
}
section.featpro-section.lp-page-cl .featpro.image {
    display: block;
    text-align: center;
}

section.featpro-section.lp-page-cl .featpro.image h2 {
    font-size: 24px;
    padding-top: 10px;
}

section.featpro-section.lp-page-cl .row-001 .content-items {
    background: #485a64;
    padding: 25px 15px;
}

section.featpro-section.lp-page-cl .row-001 .content-items p {
    color: #fff;
}

section.featpro-section.lp-page-cl .row-001 .content-items .col .iconm {
    align-items: flex-start;
}


section.section04.lp-page-cl .row {
    align-items: end;
}

section.section04.lp-page-cl .twobox {
    padding-bottom: 50px;
}

section.featpro-section.lp-page-cl .row-001 .row {
    width: 100%;
}

.enquirefixed.hide {
    display: none;
}

.enquirefixed.show {
    display: block;
}
/**** featpro END ****/

section.featpro-section.product-section .heading h2 {
    display: inline-block;
    background: #475a63;
    color: #fff;
    padding: 0 30px;
    margin: 0;
    padding: 8px 30px 13px 30px;
    line-height: normal;
    font-family: 'SKFSans-Bold', sans-serif;
    font-size: 2rem;
}

section.featpro-section.product-section .heading h2 {
}

section.featpro-section.product-section .heading {
    text-align: center;
}

section.featpro-section.lp-page-cl .row.row-001 {
    padding-top: 55px;
}

section.featpro-section.lp-page-cl .row.row-001 .featpro.image {
    padding: 0;
}

section.featpro-section.lp-page-cl .row.row-001 .row-maxw {
    padding: 0;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items {
    background: transparent;
    padding: 0 60px;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items p {
    color: #475a63;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items h2.textleft {
    text-align: left;
    font-weight: bold;
    font-size: 35px;
    font-family: 'SKFSans-Bold', sans-serif;
    padding-top: 0;
}

section.featpro-section.lp-page-cl .row.row-001 .nospace {
    padding: 0;
}

section.featpro-section.product-section {
    padding: 120px 0;
}


section.featpro-section.section--05 {
    background: #0f58d6;
    padding: 50px 0 100px;
}

section.featpro-section.section--05 .nospace {
    border-right: 1px solid #fff;
}

section.featpro-section.section--05 .nospace:last-child {
    border: 0;
}

section.featpro-section.section--05 .featpro.text h2 {
    color: #fff;
}

section.featpro-section.section--05 .featpro.text p {
    color: #fff;
}

section.featpro-section.section--05 .featpro.text {
    padding-bottom: 50px;
}

section.featpro-section.section--05 .btmrow .box {
    text-align: center;
}

section.featpro-section.section--05 .row.btmrow.btmrow .box .title p {
    color: #fff;
}

section.featpro-section.section--05 .btmrow .box .image img {
    max-width: 170px;
}

section.featpro-section.section--05 .row.btmrow .box .title {
    padding-top: 11px;
}

section.featpro-section.section--05 .btmrow .box h3.title {
    color: #fff;
    font-size: 23px;
}

/**** testimonial ****/
.testimonial-section.bg-color {
    background-color: #fbe8da;
    margin-top:0px;
    position: relative;
    z-index: 9;
}
.testimonial-section h3 {
    color: #393a39;
    font-weight: 300;
    font-size: 45px;
    font-family: 'SKF Sans';
    padding-top: 50px;
    margin-bottom: 10px;
}

.testimonial-section h3:after {
    content: "";
    display: none;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background:#f16b20;
}
.testimonial-section .right {
    position: relative;
}

.testimonial-items h4 a {
    color: #0062ad;
    font-weight: 700;
}

.testimonial-items h4 a:hover{
    color: #f16b20;
}
.testimonial-section .service-items {
    min-height: 360px;
}
.testimonial-items p {
    font-size: 13px;
    line-height: 20px;
    color: #0062ad;
    margin-bottom: 15px;
    font-weight: 600;
}
.testimonial-section .image {
    display: flex;
    justify-content: center;
    max-width: 400px; 
    position: relative;
    left: 10px;
}
.testimonial-section .row {
	justify-content: center;
}


.testimonial-section .image-left {
    position: absolute;
    left: 100px;
    top: 0;
    width: 16%;
    z-index: 999;
}
.testimonial-section .image-right {
    position: absolute;
    right: 30px;
    top: 0;
	width: 18%;
	z-index: 999;
}

.testimonial-section .btm-content {
    text-align: left;
    font-family: 'SKF Sans';
    font-size: 14px;
    position: relative;
    margin: auto;
    top: 0px;
    width: 70%;
    padding: 60px 0;
}

.testimonial-section .btm-content h2 {
    font-family: 'SKF Sans';
    margin-bottom: 15px;
}
.testimonial-section .image-left img.imgresp,
.testimonial-section .image-right img.imgresp {
    width: 100%;
}
.testimonial-sl{
	padding: 150px 60px;
    display: inline-block;
    background: #f57f20;
	border-radius: 50%;
}
.testimonial-section .item-content {
    text-align: center;
    color: #fff;
}
.testimonial-section .item-content p {
    font-weight: 300;
    font-size: 14px;
}
.testimonial-section .item-content h2 {
    font-size: 14px;
}
.testimonial-section .btm-content:before {
    content: "";
    left: 0;
    right: 0;
    display: block;
    width: 4px;
    height: 85px;
    position: absolute;
    top: 0;
    background: #cb6528;
    margin: auto;
    z-index: 99;
}

.testimonial-section .btm-content .testimonial-sl:before {
    content: "";
    background: #fff;
    padding: 10px;
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 10px;
    z-index: 99999;
    border-radius: 50%;
}

.testimonial-section .btm-content .testimonial-sl {
    position: relative;
}
/**** testimonial END ****/

section.choose-section.section--06 {
    background: #fff;
    padding: 100px 0;
}

section.choose-section.section--06 .row {
    align-items: center;
}

section.choose-section.section--06 .title h2 {
    padding-left: 0px;
    color: #0f57d6;
    font-family: 'SKFSans-Bold', sans-serif;
    font-size: 34px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

section.choose-section.section--06 p {
    color: #000;
    margin: 0;
}

section.choose-section.section--06 .right {
    padding-left: 0px;
}

section.choose-section.section--06 .right img {
    /*max-width: 200px; */
	max-width: 100%; 
}

.sec-06.problem-section {
    padding: 150px 0 50px;
}

.sec-06.problem-section>  .container .row {
    align-items: center;
    padding: 20px 0;
}


.sec-06.problem-section> .container  .image {
    border-bottom: 1px solid #333;
    text-align: center;
}

.sec-06.problem-section> .container .image img {
    max-width: 210px;
    margin: auto;
}

.sec-06.problem-section> .container .info {
    border-bottom: 1px solid #333;
    height: 100%;
    padding: 10px 0;
}

.sec-06.problem-section> .container .row.last .info {
    border: 0;
}

.sec-06.problem-section> .container .row .info p {
    margin: 0;
    font-size: 18px;
    color: #0e4bda;
    font-family: 'SKFSans-Medium', sans-serif;
    padding: 5px 0;
}

.sec-06.problem-section> .container .row {
    align-items: self-end;
}

.sec-06.problem-section> .container .info h2 {
    color: #194058;
    font-size: 30px;
}

.sec-06.problem-section> .container .info  ul li {
    font-size: 18px;
    color: #0e4bda;
    font-family: 'SKFSans-Medium', sans-serif;
    padding: 5px 0;
}

.sec-06.problem-section> .container .info ul {
    padding: 0 0px 0 20px;
}


.enquirefixed{z-index:9999; text-transform: none;border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;}

.deeps{margin-left:150px;}

footer{padding-top:50px;}

.contact-us-section h4{color:#0d55db;}


header.banner-slider.for1 {
    background-color: #f7f7f7;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    background-image: none;
}

header.banner-slider.for1 .form {
    margin: 0;
}

header.banner-slider.for1 .container {
    width: 100%;
    display: flex;
    justify-content: center;
}

header.banner-slider.for1 .backg {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.testimonial-section.section--07 .left img.ch-img,section.testimonial-section.section--07 .right img.ch-img {
    max-width: 130px;
}
section.testimonial-section.section--07 .mid {
    font-size: 26px;
    color: #0e4bda;
    position: relative;
    z-index: 99;
}

section.testimonial-section.section--07 {
    padding: 200px 0 70px;
}

section.testimonial-section.section--07 .left ,section.testimonial-section.section--07 .right {
    position: absolute;
    z-index: 9;
}

section.testimonial-section.section--07 .left {
    left: -20px;
    top: -80px;
}

section.testimonial-section.section--07 > .container .row {
    position: relative;
    max-width: 870px;
    margin: auto;
}

section.testimonial-section.section--07 .right {
    right: -20px;
    bottom: -80px;
}

header.banner-slider.for1 .container .row {
    width: 100%;
    justify-content: center;
	margin: 0;
}


section.unboxing-section.section--08 {
    padding: 150px 0 100px 0;
}

section.unboxing-section.section--08 .container > .row {
    text-align: center;
    justify-content: center;
}

section.unboxing-section.section--08 .container  .title h2 {
    padding-bottom: 40px;
    color: #000;
}

section.unboxing-section.section--08 .info {
    padding-top: 40px;
}

section.unboxing-section.section--08 .info .left p {
    color: #000;
    font-size: 20px;
}

section.brochure-section.section--09 {
    padding: 20px 0 100px 0;
}

section.brochure-section.section--09 .container > .row {
    text-align: center;
    justify-content: center;
}

section.brochure-section.section--09 .container  .title h2 {
    padding-bottom: 20px;
    color: #000;
}

section.brochure-section.section--09 .info {
    padding-top: 40px;
}

section.brochure-section.section--09 .info .left p {
    color: #000;
    font-size: 20px;
}

section.brochure-section.section--09 .download-brochure .image img.ch-img {
    max-width: 300px;
}

section.brochure-section.section--09 .dwn-btn a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    padding: 5px 20px;
    margin-top: 30px;
    font-style: italic;
    font-family: 'SKFSans-Medium', sans-serif;
    font-size: 18px;
}

header.banner-slider.section--10 {
    background: url(../images/bg3n.jpg);
    padding: 160px 0 140px;
    background-size: cover;
    background-position: center top;
}

header.banner-slider.section--10 .container {
    max-width: 1200px;
}

header.banner-slider.section--10 .container .form h1 {
    margin: 0;
    background: #fff;
    border-radius: 0;
    color: #0f58d6;
    padding: 7px 50px;
}

header.banner-slider.section--10 .container .form {
    background: transparent;
    padding: 0;
}

header.banner-slider.section--10 .container .formleft  input[type="text"] {
    font-size: 15px;
    padding: 7px 20px;
}

header.banner-slider.section--10 .container .formleft  p {
    font-size: 14px;
}

section.contact-us-section {
    background: url(../images/bg4n.jpg);
    background-size: 100%;
	padding: 110px 0;
    background-size: cover;
	background-position: center;
}

section.contact-us-section .contact-us-section-inner {
    background: transparent;
    border-right: 1px solid #fff;
}
section.contact-us-section .contact-us-section-inner h4{
	text-align: right;
	color:#fff;
}
section.contact-us-section .contact-us-section-inner p {
    text-align: right;
    align-items: end;
    justify-content: end;
    margin: 0;
}
section.contact-us-section .contact-us-section-inner p a {
	color:#fff;
	font-size: 20px;
}





.sec5 .flowpro-info span {
    color: #3772DB;
}

.flowpro-info {
    display: flex;
    align-items: end;
    padding-bottom: 30px;
}
div.flowpro {
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  padding: 5px 30px 30px;
  margin: 20px;
  width: 200px;
  height: 240px;
  margin-bottom:20px
}

div.flowpro .pie text {
    font-weight: bold;
    font-size: 20px;
}



.top--slider .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.top--slider .owl-nav button.owl-prev {
  left: 0;
}
.top--slider .owl-nav button.owl-next {
  right: 0;
}

.top--slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.top--slider .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.top--slider .owl-dots button.owl-dot.active {
  background-color: #000;
}
.top--slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.top--slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.top--slider span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.top--slider .owl-nav button:focus {
    outline: none;
}
.top--slider .owl-item {
  height: auto !important; /* Adjust this value as needed */
  display: flex;
}
.top--slider .item {
    width: 100%;
}

.enquirefixed.hide.active {
    display: block;
}

section.brochure-section.section--09 .dwn-btn a br{display:none;}










@media screen and (min-width: 1500px) {
    section.contact-us-section .flex-wrap img.img-fluid {
        width: 100%;
    }
}

@media screen and (min-width: 1300px) {
    section.featpro-section.section--03.section--04 .container h2.head-top br {
        display: none;
    }
}

@media screen and (max-width: 1400px) {
    header.banner-slider .container{
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .for1{
        padding: 10;
    }
    section.featpro-section.section--03A {
    padding-bottom: 50px;
}

.content-left h1{font-size:32px;}
.content-left .btm-content{width: 100%;}
header.banner-slider .form{margin-left:0;}
.featpro-section.bg-color .container .content-items{padding-left:0;}
.featpro-section .btmimage .image{max-width: 100%;}
.section03.bg-color-white .sixbox{padding:15px;}
.section02.bg-color-blue p{padding:10px;}
.service-section.bg-color h3{font-size:28px;}
.section04.bg-color-blubg{background:#0d55db;}
.section04.bg-color-blubg h2{font-size:28px; margin-top:15px;}
.enquirefixed{right:0px;} 

.service-section .owl-nav{display:none;}


section.featpro-section.lp-page-cl .featpro.image img {
    width: 100%;
}
section.featpro-section.lp-page-cl .d-flex.flex-col {
    display: block !important;
}

section.featpro-section.lp-page-cl .row-001 {
    padding: 0;
}
.featpro-section.lp-page-cl h2 {
    font-size: 23px;
}
section.featpro-section.lp-page-cl {
    overflow: hidden;
}
section.featpro-section.lp-page-cl .container {
    padding: 0;
}
header.lp-banner .row.d-flex .col12.col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.testimonial-section .btm-content{width: 100%;}

.testimonial-section .image-right{display:none;}

.testimonial-sl{
	padding:50px 20px;
    display: inline-block;
    background: #f57f20;
	border-radius: 0%;
}

header.banner-slider label{font-size:14px;}

.deeps{margin-left:0px;}
.content-left h1{padding-left:0;}

header.banner-slider .form h1{font-size:16px;}

.content-left .btm-content h4{font-size:16px;}
.content-left .btm-content p{font-size:12px;}


header.banner-slider {
    padding: 20px 0 5px;
    background-size: cover;
}
header.banner-slider .form h1 {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    position:relative;
    top:1px;

}
.content-left h1 {
    font-size: 22px;
}

.content-left h1 br {
    display: none;
}

.content-left h2 {
    font-size: 20px;
    margin-bottom: 0;
}

.content-left h2 br {
}

.formleft button.btn.btn-dark {
    margin-top: 7px;
}
.featpro-section.bg-color {
    padding-top: 10px;
}


.section02.bg-color-blue h3 br {
    display: none;
}

.section02.bg-color-blue h3 {
    font-size: 22px;
    line-height: normal;
}

.section02.bg-color-blue h3 span {
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
}

.section03.bg-color-white h3 {
    font-size: 28px;
}

.featpro-section h2 {
    font-size: 28px;
}

.featpro-section h2 span img.img-responsive {
    max-width: 100px;
}

section.section03.bg-color-white {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.section04.bg-color-blubg {
    margin-top: 30px;
}

.service-section .content-items .row {
    justify-content: center;
    margin: 0 -10px;
}

header.banner-slider .content-left .btm-content {
    margin-top: 0;
    padding: 15px 10px;
}

header.banner-slider .content-left .btm-content h4 {
    text-align: center;
}

header.banner-slider .content-left h1 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    filter: drop-shadow(2px 1px 1px black);
}

header.banner-slider .form {
    margin-bottom: 30px;
    filter: drop-shadow(0px -2px 4px black);
}

header.banner-slider .form h1 {
    padding: 11px 10px;
}

header.banner-slider {
    background-position: center;
    padding: 30px 0 5px;
}

.featpro-section .row .featpro.text h2 {
    font-size: 24px;
}

.featpro-section .row .featpro.text p {
    font-size: 15px;
}

.featpro-section .row .featpro.text p br {
    display: none;
}

section.featpro-section.section--01 {
    padding-bottom: 55px;
}

section.section02.benefits-section .heading h2 {
    font-size: 24px;
}

section.section02.benefits-section .row.btmrow .box .image img {
    max-width: 200px;
}

section.section02.benefits-section .row.btmrow {
    flex-wrap: wrap;
}

section.section02.benefits-section .row.btmrow .nospace {
    width: 50%;
}

section.section02.benefits-section {
    padding-bottom: 55px;
    padding-top: 40px;
}

section.section02.benefits-section .heading {
    margin-top: -64px;
}

section.featpro-section.section--03 {
    padding: 20px 0 45px;
}

section.featpro-section.section--03 .row.btmrow .box .image img {
    max-width: 170px;
    width: 100%;
}

section.featpro-section.section--03 .row.btmrow {
    flex-wrap: wrap;
}

section.featpro-section.section--03 .row.btmrow .nospace {
    width: 50%;
}

section.featpro-section.section--03 .row.btmrow .box .title {
    padding: 0;
    min-height: 190px;
}

section.featpro-section.section--03 .row.btmrow .box .title br {
    display: none;
}

section.featpro-section.section--03 .row.btmrow .box .title p {
    font-size: 15px;
    margin: 0;
}

section.featpro-section.section--03.section--04 {
    padding-top: 20px;
}

section.section02.benefits-section .row.btmrow .left, section.section02.benefits-section .row.btmrow .right {
    display: none;
}

section.featpro-section.section--03 .row.btmrow {
    flex-wrap: wrap;
}

section.featpro-section.section--03 .row.btmrow .nospace {
    width: 50%;
}

section.featpro-section.section--03 .row.btmrow .box .title {
    padding: 0;
}

section.featpro-section.section--03 .row.btmrow .box .title br {
    display: none;
}

section.section02.benefits-section .row.btmrow .left,section.section02.benefits-section .row.btmrow .right {
    display: none;
}

section.featpro-section.section--03.section--04 .row.btmrow .box  .title {
    min-height: 120px;
    padding: 0 15px;
}

section.featpro-section.product-section {
    padding: 40px 0 20px;
}

section.featpro-section.product-section .heading h2 {
    font-size: 22px;
}

section.featpro-section.lp-page-cl .row-001 .row {
    width: 100%;
    margin: auto;
}

section.featpro-section.lp-page-cl .row.row-001 {
    padding-top: 30px;
    margin:auto;
}

section.featpro-section.lp-page-cl .row.row-001 .row-maxw {
   
}

section.featpro-section.lp-page-cl .row.row-001 .nospace {
    padding: 0 15px;
}

section.featpro-section.lp-page-cl .row-001 .row.row-002 {
    flex-direction: column-reverse;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items {
    padding: 12px 0 0 0;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items p br {
    display: none;
}

section.featpro-section.lp-page-cl .row.row-001 .content-items h2.textleft {
    font-size: 20px;
    margin-bottom: 0;
}
section.featpro-section.lp-page-cl .row.row-001 .content-items p {
    font-size: 14px;
}
section.featpro-section.section--05 {
    padding: 10px 0;
}


section.featpro-section.section--05 .row.btmrow {
    flex-wrap: wrap;
    align-items: start;
}

section.featpro-section.section--05 .row.btmrow .nospace {
    width: 50%;
    border: 0;
    margin-bottom: 20px;
}

section.featpro-section.section--05 .btmrow .box .image img {
    max-width: 120px;
}

section.featpro-section.section--05 .row.btmrow .box .title {
    font-size: 18px;
    margin: 0;
    min-height: 100px;
}

section.featpro-section.section--05 .row.btmrow .box .title br {
    display: none;
}

section.featpro-section.section--05 .row.btmrow .box .title p {
    font-size: 14px;
}

section.featpro-section.section--05 .btmrow .box {
    border: 0;
}

section.featpro-section.section--05 .featpro.text {
    padding: 0;
}

section.choose-section.section--06 {
    padding: 30px 0;
}

section.choose-section.section--06 .title h2 {
    font-size: 24px;
    padding-bottom: 10px;
}

header.banner-slider video {
    height: auto;
}

header.banner-slider {
    padding: 0;
}

.featpro-section.did-section .featpro.image h2 {
    font-size: 30px;
}


section.featpro-section.section--01 {
    padding: 20px 0 20px;
}

.featpro-section.did-section .featpro.image {
    padding: 0px 0 10px 0;
}

section.featpro-section.did-section .featpro.text p {
    font-size: 20px;
}

.sec3.problem-section .bannerinfo {
    height: auto;
    width: 100%;
}

.sec3.problem-section {
    padding: 0;
}

.sec3.problem-section .backg img {
    height: 200px;
    object-fit: cover;
}

.sec3.problem-section .bannerinfo h2 {
    font-size: 22px;
}

.sec3.problem-section .bannerinfo p {
    font-size: 22px;
}

.sec5.sec5-section {
    padding: 30px 0;
}

.sec4 p, .sec5 .top-content p {
    font-size: 20px;
    line-height: normal;
}

.sec5 .top-content p br {
    display: none;
}

    div.flowpro {
        width: 100%;
        height: 190px;
        margin: 10px 0 20px;
    }

.sec5 .container .row {
    flex-direction: column;
    align-items: center;
}

div.flowpro .pie {
    width: 100% !important;
}

.sec3.problem-section, 
section.featpro-section.section--03.section--04, 
.sec3.problem-section, 
section.testimonial-section.section--07, 
section.contact-us-section {
	overflow: hidden;
}
.flowpro-info {
    padding-bottom: 0;
}

.sec5 h2 {
    font-size: 21px;
}

section.featpro-section.section--03.section--04 .container h2.head-top {
    font-size: 50px;
    padding-top: 10px;
}

.featpro-section .row .featpro.text {
    padding: 0;
}

section.featpro-section.section--03.section--04 .container {
    padding: 14px;
    max-width: 380px;
}

section.featpro-section.section--03.section--04 .row.btmrow {
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 24px;
}

section.featpro-section.section--03 .row.btmrow .nospace {
    width: 80%;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

section.featpro-section.section--03.section--04 .row.btmrow .box .title {
    min-height: auto;
    padding: 20px 0 10px;
}

section.featpro-section.section--03.section--04 .row.btmrow .box {
    min-height: auto;
}

.btmpara {
    text-align: center;
}

section.featpro-section.did-section .featpro.text p {
    font-size: 16px;
}

section.featpro-section.section--03.section--04 .container .featpro.text p {
    text-align: center;
    font-size: 15px;
}

section.featpro-section.section--03.section--04 .row.btmrow .box p {
    font-size: 15px;
}

section.featpro-section.section--03.section--04 .btmpara p {
    font-size: 15px;
}

section.featpro-section.section--03.section--04 {
    padding: 30px 0;
}

section.choose-section.section--06 .right img {
    max-width: 280px;
    margin: auto;
}

section.choose-section.section--06 .right {
    display: flex;
    justify-content: center;
    padding: 0;
}

section.choose-section.section--06 .title h2 {
    font-size: 20px;
    padding-top: 20px;
}

section.choose-section.section--06 p {
    font-size: 15px;
}

.sec4 p, .sec5 .top-content p {
    font-size: 15px;
    line-height: 24px;
}

section.featpro-section.section--03.section--04 .container .featpro.text p {
    line-height: 22px;
}

section.choose-section.section--06 .title h2 {
    text-align: center;
}

section.choose-section.section--06 p {
    text-align: center;
}

.sec-06.problem-section {
    padding: 30px 0;
}

.sec-06.problem-section> .container .info h2 {
    font-size: 20px;
    padding-top: 10px;
}

.sec-06.problem-section> .container .info ul li {
    font-size: 15px;
}

.sec-06.problem-section> .container .row {
    padding: 10px 0 0 0;
}

.sec-06.problem-section> .container .row .info p {
    font-size: 16px;
}

.sec-06.problem-section> .container .row .info p br {
    display: none;
}

section.testimonial-section.section--07 .mid {
    font-size: 17px;
    padding: 0 50px;
}

section.testimonial-section.section--07 .mid p br {
    display: none;
}

section.testimonial-section.section--07 {
    padding: 50px 10px;
}

section.testimonial-section.section--07 .left img.ch-img, section.testimonial-section.section--07 .right img.ch-img {
    max-width: 70px;
}

section.testimonial-section.section--07 .right {
    bottom: -40px;
    right: -40px;
}

section.testimonial-section.section--07 .left {
    top: -50px;
}

section.unboxing-section.section--08 {
    padding: 30px 0 20px 0;
}

section.unboxing-section.section--08 .container .title h2 {
    font-size: 22px;
    padding-bottom:40px;
}

section.unboxing-section.section--08 .info .left p {
    font-size: 15px;
    margin: 0;
}

section.unboxing-section.section--08 .info {
    padding-top: 20px;
}

section.brochure-section.section--09 .container .title h2 {
    font-size: 20px;
    padding-bottom: 0;
}

section.brochure-section.section--09 {
    padding-top: 10px;
}

section.brochure-section.section--09 .download-brochure .image img.ch-img {
    max-width: 160px;
}

section.brochure-section.section--09 .container > .download-brochure {
    padding-top: 10px;
}

section.brochure-section.section--09 .container > .download-brochure .left,section.brochure-section.section--09 .container > .download-brochure .right {
    width: 49%;
}

section.brochure-section.section--09 .dwn-btn a {
    padding: 5px 10px;
    font-size: 15px;
    width: 100%;
}

section.unboxing-section.section--08 .container > .video {}

section.unboxing-section.section--08 .container > .video iframe {
    max-width: 350px;
    height: 210px;
}

body header.banner-slider.section--10 {
    padding: 30px 0px 30px;
}

body header.banner-slider.section--10 .container .formleft input[type="text"] {
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
}

section.contact-us-section {
    background-position: top right;
    /* background-size: 100%; */
    padding: 40px 0;
}

section.contact-us-section .contact-us-section-inner h4 {
    text-align: left;
    margin-bottom: 0;
}

section.contact-us-section .contact-us-section-inner p {
    justify-content: start;
}

section.contact-us-section .contact-us-section-inner {
    border: 0;
    padding: 5px 0px;
}
.featpro-section.did-section .featpro.image img {
    max-width: 55px;
}
.flowpro.one {
    order: 1;
}

.flowpro-info.one {
    order: 2;
}

.flowpro.two {
    order: 3;
}

.flowpro-info.two {
    order: 4;
}

section.brochure-section.section--09 .dwn-btn a br{display:block;}
 } 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.section--03A .containerd {
    max-width: 1000px;
    margin: auto;
}