
::-webkit-input-placeholder { /* Chrome/Opera/Safari */font-size:14px;	color:#000;}
input {	outline: 0;}
::-moz-placeholder { /* Firefox 19+ */font-size:14px;}
:-ms-input-placeholder { /* IE 10+ */font-size:14px;}
:-moz-placeholder { /* Firefox 18- */font-size:14px;}

/*============================================================================*/
/*============================================================================*/

* {	margin: 0;	padding: 0;	text-decoration: none;	box-sizing: border-box;font-family: 'Roboto', sans-serif;}
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

img{ width:100%; display:block;}
iframe{width:100%; height:100%;}

.clr:before, .clr:after {	clear: both;content: "";display: table;}
.clr:after {clear: both;}
.clr {*zoom:1;}

body {}

li, span, a { font-size: 15px; font-weight: lighter; line-height: 24px; color: #000; font-weight: normal;font-family: 'Abel', sans-serif;}
p {font-size: 15px; line-height: 24px;color: #000;font-weight: 300;font-family: 'Source Sans Pro', sans-serif;} 
h1, h2, h3, h4, h5, h6 {font-family: 'Abel', sans-serif;}

.boxtitle {  margin-bottom: 40px; text-align: center;}
p.min-des { text-align: center;}

.container{ width:1200px; border:0px solid black; margin:0px auto; }

/*============================================================================*/
/*============================================================================*/

/*menu with navigation*/




/* 
===========
1. Basic Form
===========
*/

.basic-form { padding: 70px 0px 30; text-align: center;/* width:80%;*/}
.title{margin-bottom: 25px;}
.basic-form h4 { font-size: 25px; font-weight: normal;}
.basic-form input {width: 33%; padding: 1%; border: 1px solid #ccc;font-family: 'Abel', sans-serif; margin-bottom: 10px}
.basic-form select {width: 33%; padding: 1%; border: 1px solid #ccc;font-family: 'Abel', sans-serif; margin-bottom: 10px}
.basic-form input[type="submit"] {background: #f2333b; color: #fff; text-transform: uppercase;  letter-spacing: 2px; cursor: pointer; border: 1px solid #f2333b;}

/**/
.welcome-text { /* width: 80%; */ margin: 20px auto; padding: 0px;}
.text-about { border-right: 2px solid #d7d7d7; padding-top: 10px;padding-bottom: 8px; width: 27%; float: left;}
.text-about div { color: #4a4a4a;  font-size: 30px;}

.about-content { width: 70%; float: right; text-align: left;}
.text-about div {}
.text-about div {color: #0c0c0c;font-size:30px; text-transform: capitalize;font-family: 'Abel', sans-serif;}
.about-content p { font-size: 18px; text-align: justify;  font-weight: 300;  line-height: 30px;}


/* 
===========
2. who-we-are
===========
*/

.who-we-are { margin-top: 70px;}
.left_container { width: 55%; padding: 3% 0% 4% 6%; box-sizing: border-box; background: #f3f3f3; float: left;}

.left_container h3 {font-size: 30px;font-weight: normal; margin-bottom: 20px;}
.left_container p.large{ font-size: 18px; font-weight: normal;  margin-bottom: 20px;  padding-right: 10px;}

.s_box { width:328px; border: 0px solid; float: left; margin-top:25px;}
.has-text h6 { font-size: 17px; font-weight: bold; margin-bottom: 10px; margin-top: 10px;}
.has-icon { font-size: 30px;  color: #a2a1a1;}

.right_container {background: url(../images/bg-one.jpg);background-repeat: no-repeat; height: 575px;background-position: top center;
    background-size: cover; float: right; width: 45%; }
    

/*
============
 3. testimonial
============
 */

.testimonial {background: url(../images/t-bg.jpg);background-position: center; padding: 70px 0px; background-size: cover;}
.testimonial h3 { text-align: center; font-size: 32px; font-weight: normal; margin-bottom: 40px;text-transform: uppercase;}

.multi-slides {width:1200px; margin:0px auto;}
.client-slide {  border: 0px solid #ccc;  padding: 0% 2%;width:100%;}
.flickity-viewport{ min-height: 190px;}
.multi-slides { width: 90%;  margin: 0px auto;}
.has-left { float: left; width: 24%; text-align: center;  border: 0px solid red; position: relative}
.has-left h5 {  font-size: 20px;}

.has-client { width: 125px;background: #464646; margin: 0px auto;  margin-bottom: 20px;}

.has-right { float: right; width: 72%; border: 0px solid red;padding-right: 4%;}

.has-right ul{
    list-style-type: none;
    position: relative;
    height: 190px;
}

.has-right ul li{
    height: fit-content;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
}

.has-right p {font-size: 16px; line-height: 28px;}

.has-left  .testimonial-quote {  color: #f2333b;  position: absolute;  top: calc(50% - 15px);   display: block;   font-size: 30px; right: -15px;
    width: 30px;  height: 30px;  line-height: 1;  text-align: center;}

.testimonial .has-left:after {content: "";  position: absolute;  right: 0;  bottom: 0;  width: 1px;  height: calc(50% - 25px);  background: #f2333b;}
.testimonial .has-left:before { content: "";  position: absolute;  right: 0;  top: 0;  width: 1px;  height: calc(50% - 25px);  background: #f2333b;}

/*
============
 4. Product
============
 */


.product {  margin-top: 70px;}

.product h3{text-align: center; font-size: 32px;  font-weight: normal;  }

.box:nth-child(2) {margin: 0px 35px;}
    
.box{ color: #fff;    width:373px; background: #2b3c4e; display: inline-block; font-family: 'Ubuntu', sans-serif; overflow: hidden;
    position: relative;  transition: all 0.3s ease-in-out;}

.box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.box img{ width: 100%; height: auto;  transition: all 0.3s ease;}
.box:hover img{ opacity: 0.6; filter: grayscale(100%);}
.box .box-content{ color: #fff; background: linear-gradient(to right, transparent,transparent,rgb(242, 51, 59),#f2333b,#f2333b);
				   text-align: right; width: 100%;  padding: 15px 15px 15px 60px; transform: translateY(-50%) scaleY(0);
				    position: absolute;  top: 50%; right: 0;  transition: all 0.3s ease-in-out;}
				
.box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box .title{  font-size: 20px;  font-weight: 800;  letter-spacing: 1px; text-transform: uppercase; margin: 0 0 4px; text-align: right;}
.box .post{  font-size: 15px;  font-style: italic;  text-transform: capitalize;  margin: 0 0 5px; display: block;color: #f1f1f1   ;}
.box .icon{ padding: 0;  margin: 0;  list-style: none; transform: translate(-100%, -50%); position: absolute; top: 50%; left: 0; transition: all 0.3s ease-in-out;
}
.box:hover .icon{ transform: translate(0, -50%); }
.box .icon li a{ color: #222f3d;  background: #fff;  font-size: 20px; text-align:center;line-height: 40px; height: 40px; width: 40px;
    display: block;  transition: all 0.3s ease;}

.box .icon li  a:hover{ box-shadow: 0 0 5px #222f3d inset; }

@media only screen and (max-width:990px){  .box { margin: 0 0 30px; }}

ul.icon li i {line-height: 40px;}
    
/* */

.top_f{margin-top:70px;position:relative;background:url(../images/bg-foot.jpg); background-repeat:no-repeat; background-size:cover; 
		background-attachment: fixed;padding-top: 3%;}
.bg-black { position: absolute; width: 100%; height: 100%;background:rgba(0,0,0,.8); top: 0;  z-index: 1;}

.upper { position: relative; z-index: 2;margin-bottom: 5%;}
ul.contact_footer { text-align: center;}
ul.contact_footer li { color: #e5e5e5; list-style-type: none; width: 23%; text-align: center; border: 1px solid #484646;display: inline-block;
    margin: 0px 10px;padding: 10px 0px;}

ul.contact_footer li span { color: #fdfdfd;  margin-left: 15px;  font-size: 16px; text-transform: uppercase;}
ul.contact_footer li p { color: #cccc; margin-top: 10px; }
ul.contact_footer li a { color: #cccc;  margin: 3px 3px;}


.fl_div { position: relative; z-index: 2; border-top: 1px solid #565656;}
.f_left {  width: 50%;  float: left;}
.f_left p { line-height: 35px;color: #bfb5b5; font-size: 12px;}


.f_right {  width:40%;  float: right;}
.f_right ul.sub-menu-heical li { display: inline-block;  padding: 5px 20px;}
.f_right ul.sub-menu-heical li a{ color: #bfb5b5;}
.f_right ul.sub-menu-heical li a:hover{ text-decoration: underline;color: red; }
ul.sub-menu-heical {  text-align: right;}


/*================================================================*/
/*================================================================*/
/*=================internal CSS====================*/
/*================================================================*/
.about, .contact, .safety, .services, .warranty {padding-top:70PX;}


/**/
.nav-in {  position: relative;  background: url(../images/bg-foot.jpg);  background-repeat: no-repeat; background-size: cover;  background-attachment: fixed;
    background-position: center;}


.nav-in .bg-black { z-index: 0;}
.nav-in .top, .nav-in .b_text { position: relative;   z-index: 1;}
.b_text {  padding: 8% 0 10% 0;}

/**/
.entry-title-wrapper { width: 50%;  border: 0px solid;  float: left;}
.entry-subtitle { font-weight: normal;  font-size: 14px;  letter-spacing: 1px;  color: #fff;font-family: 'Source Sans Pro', sans-serif;}
.entry-title { color: #fff; font-weight: 500; font-size: 35px;}
.breadcrumb-wrapper-inner {width: 50%; float: right; color: #fff;  text-align: right; margin-top: 30px;}
.breadcrumb-wrapper-inner span {  color: #ccc;}

/*
==========
About page
==========
*/

.about-text-left { width: 50%;  float: left;}
.about-text-img { width: 46%;  float: right;}
.about-text-left h5 { font-size: 21px;  font-style: italic;   margin-bottom: 20px;}
.about-text-left ul { margin-bottom: 10px; margin-top:10px;}
.about-text-left li { font-size: 16px; line-height: 24px; margin-left: 20px;}

ul.ab_feature { margin-top: 4%;}
ul.ab_feature li { width: 31%; border: 1px solid #ccc; padding: 2%;text-align: center; display: inline-block; vertical-align: top; margin-right: 37px;
height: 290px;}
ul.ab_feature h4 { font-size: 20px; margin-bottom: 15px;}
ul.ab_feature li i {
    width: 80px;
    height: 80px;
    font-size: 40px;
    display: block;
    margin: 0px auto 20px auto;
    background: #efeaea;
    line-height: 80px;
    text-align: center;
    color: #a2a1a1;
}
ul.ab_feature li:last-child { margin: 0px;}

/*
==========
Contact page
==========
*/
.contact {}
.contact-form { width: 32%;  float: left; border:1px solid #e4e4e4;}
.contact-form h4, .services_form h4 { font-size: 20px;  padding: 20px 30px 10px;  background: #f8f8f8;}
.contact-info { width: 68%; border: 0px solid #f8f8f8; float: right; padding: 80px 2%; background: #f7f6f6;}

.contact-info h4 { font-size: 20px; text-transform: capitalize; color: #565656; margin-bottom: 10px;}
.contact-info ul { text-align: left; margin-top: 3%;}
.contact-info ul li { background: #464646; width: 370px; display: inline-block; margin: 12px 0;}
.contact-info ul li:nth-child(1), .contact-info ul li:nth-child(3) {margin-right: 20px;}
    
/*
==========
Product page
==========
*/
.product p {  margin-bottom: 10px;}
.product ul{text-align:center;}
.product-thumb { width: 272px;  border: 1px solid #ccc; display: inline-block; margin: 1%; list-style-type: none; position: relative; vertical-align:top; }
.product-thumb ul { padding: 15px;}
.product-thumb ul li { list-style-type: none; font-family: 'Source Sans Pro', sans-serif; font-size: 13px; line-height: 19px;}
.product-thumb ul li:first-child a {
    /*margin-bottom: 15px;*/
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.product-thumb:hover ul li:first-child a{color:#F2333B;}
.product-thumb .fig { display: block;  border-bottom: 1px solid #dcdcdc;background: #e8e8e8;position: relative; }

/*hover*/
.product-thumb:hover .detail{opacity:1;}
.product-thumb:hover .detail ul li:first-child{top:-10px; opacity: 1}
.product-thumb:hover .detail ul li{bottom: 0px;opacity: 1}

.detail { width: 100%; height: 100%; position: absolute; background: #333333e6; top: 0; padding: 23% 5%;opacity:0;
            transition:ease-in-out .3S; }               
.detail ul {  text-align: center;display:block;}
.detail ul li {list-style-type: none;  display: inline-block;margin: 2px; opacity: 0;  position: relative; bottom: -25px;}
.detail ul li:nth-child(2){transition:ease-in-out .3S;}
.detail ul li:nth-child(3){transition:ease-in-out .4S;}
.detail ul li:nth-child(4){transition:ease-in-out .5S;}

.detail ul li:first-child { margin-bottom: 5px; font-size: 20px; font-weight: bold;display:block;color:#fff; position: relative;
                            top:-20px;  transition:ease-in-out .5S; opacity: 0;}
.proPrice{
    color: #fff;
    font-size: 15px;
    width: 100%;
    margin-top: 5px;
    padding: 5px;
    background: linear-gradient(to right, transparent,#f2333b63,rgb(242, 51, 59),#f2333b82,#f2333b00);
}
.detail ul li a { background: #fff; width: 35px; height: 35px; border-radius: 100%; line-height: 35px; color: red; font-size: 15px;}

.detail ul li:nth-child(2) a:hover {background:#0055FF; color:#fff;}
.detail ul li:nth-child(3) a:hover {background:#0EC143; color:#fff;}
.detail ul li:nth-child(4) a:hover {background:#DC483A; color:#fff;}




.product-thumb h4 { text-align: center;  margin: 20px 0px 10px;  font-weight: 600; color: #615c5c; letter-spacing: .5px;TEXT-TRANSFORM: UPPERCASE;}
.product-thumb i {  text-align: center;  display: block;  font-style: normal;  font-size: 13px;  color: #b5adad;}

/*
========
Product detail page
========
*/

.product-aside {  margin-bottom: 40px;}
.product-aside h4 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.product-image {width: 350px;border: 1px solid #ccc;background: #f4f4f4;    float: left;}
.product-description { width: 800px; float: right;}
ul.feature-icon{text-align: LEFT;}
ul.feature-icon li {
    display: inline-block;
    border: 1px solid #f1ebeb;
    width: 154px;
    font-family: ROBOTO;
    background: #f3f3f375;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin: 2px 0;
}
ul.feature-icon li i {
    display: block;
    width: 60px;
    height: 60px;
    /* background: #fff; */
    margin: 7px auto 7px auto;
    /* border: 1px solid #ec352e38; */
}
ul.feature-icon h6 { letter-spacing: 1px;text-align: center; color: #a95a2e; font-size: 14px; transition:ease-in-out.3s;text-transform: uppercase;}
ul.feature-icon li:hover h6{letter-spacing: 1px;}
.related-product { margin-top: 70px;}
.related-product h5 {font-size: 20px; border-bottom: 1px solid; margin-left: 16px; margin-bottom: 15px;}


/*
==========
Service & support page
==========
*/
.services_form {  width: 60%;  border: 1px solid #ccc; float: left;}
.service_text h4 {font-size: 20px;}
.service_text {  width: 37%;  border: 1px solid #ccc; float: right; padding: 2%;}
.service_text h3 {color: #ef474e; margin-top: 30px; letter-spacing: 1px; line-height: 35px;}

/*
========
safety
========
*/
.safety ul li{line-height: 26px; color: #000;  font-weight: 300;  font-family: 'Source Sans Pro', sans-serif;margin-left: 25px;  }

/*
========
warranty
========
*/
.warranty ul li{  line-height: 26px; color: #000;  font-weight: 300;  font-family: 'Source Sans Pro', sans-serif;margin-left: 25px;  }   


/*=========================================================================================*/


/*LOGO LAYER*/

.logo-layer {  padding: 10px 0;  position: absolute;  width: 100%;  }  
.logo { width: 15%;/*background: #fff; */float: left;    position: relative}
.d-none{ display: none; }

.pink-navigation { box-shadow: 0px 2px 5px #21212196; background: #f2333b; position: relative; z-index: 2;}
.pink-navigation .logo{background:#fff;}
.pink-navigation .logo:before { background-color: #fff;content: ""; height: 100%;position: absolute;right: 100%;width: 2000px; top:0;}
.pink-navigation .logo:after{ border-bottom: 85px solid transparent; border-left: 40px solid #fff; content: ""; left: 100%; position: absolute; top: 0px;}

/*nvigation fixed*/
.navigation_fixed{position: fixed!important;width: 100%; top: -60px!important;left: 0;right: 0;z-index: 999;transform: translateY(60px);transition: transform 500ms ease, background 500ms ease;-webkit-transition: transform 500ms ease, background 500ms ease;box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);}

/*=================================================================*/

.top-bar { height: 30px; color:#fff;  background: #444;}
.top-bar p{color:#fff; line-height:30px;}



/*Header Marckup*/

header {position: relative; width: 100%; border-bottom: 1px solid #f1f3f5; background: rgba(40, 130, 160, 1);z-index: 100 !important;  border-bottom: 3px solid #fff;}

.logo { position: relative;  z-index: 123;  float: left;  width: 100%;  max-width: 150px; padding: 10px 0px;}  
.logo img {  width: 100%;}

nav {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
#cssmenu #head-mobile {
    display: none
}
#cssmenu > ul {
    margin: 0;
}
#cssmenu > ul {
    margin: 0;
    float: right;
    margin-top: 5px;
}
#cssmenu > ul > li {
    float: left
}
#cssmenu > ul > li > a {
    text-transform: uppercase;
    padding: 31px 20px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
#cssmenu > ul > li > a:hover{ color:#ccc;}
.color-navigation #cssmenu > ul > li > a:hover {
    color: #ccc;
}
/*#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
    color: #000
}*/
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}
#cssmenu ul li.active a {
    border: none;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 39px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
}
#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 36px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;z-index: 999;

}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
    left: auto
}
#cssmenu li:hover > ul > li {
    height: 35px
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150,150,150,0.15);
    padding: 10px 15px;
    width: 290px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;letter-spacing: 1px;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
    border-bottom: 0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #fafafa
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #404040;
}
#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:1024px) {
    
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: auto;
    text-align: center;
    float: none;
}
.logo2 {
    display: none
}
nav {
    width: 100%;
}
#cssmenu {
    width:90%
}
#cssmenu ul {
    width: 100%;
    display: none
}
#cssmenu ul li {
    width: 100%;
    border-top: 1px solid #ffffff73;
    border-left: 1px solid #ffffff73;
    border-right: 1px solid #ffffff73;
}
#cssmenu ul li:last-child{ border-bottom: 1px solid #ffffff73;}
#cssmenu ul li:hover {
    background: #363636;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;padding: 12px 17px;
}
#cssmenu > ul > li {
    float: none
}
#cssmenu ul ul li a {
    padding-left: 25px
}
#cssmenu ul ul li {
    background: #333!important;
}
#cssmenu ul ul li:hover {
    background: #363636!important
}
#cssmenu ul ul ul li a {
    padding-left: 35px
}
#cssmenu ul ul li a {
    color: #ddd;
    background: none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
    color: #fafafa
}
#cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none
}
#cssmenu #head-mobile {
    display: block;
    padding:42px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
}
.button-responsive {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 25px;
    cursor: pointer;
    z-index: 12399994;
}
.button-responsive:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
}
.button-responsive:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
}
.button-responsive.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.button-responsive.menu-opened:before {
    top: 23px;
    background: #fafafa;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
#cssmenu .submenu-button-responsive {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #e86e6e;
    height: 39px;
    width: 46px;
    cursor: pointer;
}
#cssmenu .submenu-button-responsive.submenu-opened {
    background: #262626
}
#cssmenu ul ul .submenu-button-responsive {
    height: 34px;
    width: 34px
}
#cssmenu .submenu-button-responsive:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}
#cssmenu ul ul .submenu-button-responsive:after {
    top: 15px;
    right: 13px
}
#cssmenu .submenu-button-responsive.submenu-opened:after {
    background: #fafafa
}
#cssmenu .submenu-button-responsive:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
}
#cssmenu ul ul .submenu-button-responsive:before {
    top: 12px;
    right: 16px
}
#cssmenu .submenu-button-responsive.submenu-opened:before {
    display: none
}
#cssmenu ul ul ul li.active a {
    border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
}
}

/*===============new css not uploaded in online=========*/
/*.sky-form .button{margin:0px!important;}*/

/*Css BY Rajeev*/
.allProSp{
    width: 100%;
    list-style-type: none;
    text-align: center;
    padding-bottom: 0px!important;
    padding-top: 0px!important;
}
.allProSp li{
    width: 30px;
    display: inline-block;
}


/*===============dealer form css=========*/
.services_form.dl-form {
    width: 70%;
    float: none;
    margin: 0px auto;
}
.buss-inp {
    width: 100%;
    height: 39px;
    border: 1px solid #e5e5e5;
    padding: 10px!important;
}
.buss-inp label{
    margin-left: 10px;
}
section.f-address {/* 
    padding-left: 15px;
    padding-right: 15px; */
}
section.f-address .icon-append {
    /* top: 66px; */
}
span.notice-text {
    color: red;
    font-size: 13px;
    letter-spacing: 1px;
}
h3.sec-title {
    font-size: 17px;
    padding-left: 15px;
}
.bottom-line {
    border-bottom: 1px solid #ccc;
    margin-top: 6px!important;
    margin-bottom: 14px!important;
}
section.week-days label {
    margin-left: 10px;
    margin-right: 10px;
}
section.week-days {
    padding-left: 15px;
}