.nav-line-bottom>li>a:before{    height: 1px;   }
.nav > li > a {
    font-size: 14px;
}
.nav>li{     margin: 0 15px;   }
.know-more:before {display: none;}
.header-nav-main {
    justify-content: center;
}

.know-more {
    background: #fc0000;
    position: relative;
    z-index: 1;
    padding: 12px 20px !important;
}
.know-more:hover:after{ -webkit-transform: scaleX(1);  transform: scaleX(1);  -webkit-transform-origin: left center;  transform-origin: left center;}
.know-more:after{ content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: -1;  background-color: #fff;    -webkit-transform: scaleX(0);  transform: scaleX(0);  -webkit-transform-origin: right center;  transform-origin: right center;  -webkit-transition: transform .24s cubic-bezier(.37,.31,.31,.9); -webkit-transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9); transition: -webkit-transform .24s cubic-bezier(.37,.31,.31,.9); transition: transform .24s cubic-bezier(.37,.31,.31,.9); transition: transform .24s cubic-bezier(.37,.31,.31,.9),-webkit-transform .24s cubic-bezier(.37,.31,.31,.9);}
.know-more:hover { color: #fff;}

.title-heading span {
    color: #fc0000;
}
.title-heading {
    font-size: 40px;
}
.button.primary {
    font-weight: 500;
    font-size: 16px;
}
.widget>ul>li+li, ul.menu>li+li {
    border-top: transparent;
}
.dark .is-divider {
    background-color: hsl(0deg 100% 49.41%);
}
.dark .widget a, .dark a {
    font-size: 14px;
}
.absolute-footer.dark {
    color: hsl(0deg 0% 100%);
}
.foot-add ul li {
    font-size: 14px;
}
.foot-add ul li {
    font-size: 14px;
    position: relative;
    padding-left: 35px;
}
.foot-add ul li span {
    position: absolute;
    left: 0;
    color: #fc0000;
    font-size: 20px;
}
@media only screen and (max-width: 768px){
	.banner-text .title-heading {
    font-size: 32px !important;
    line-height: 30px;
}
		.banner-text p {
    color: #fff;
    line-height: 28px;
}
		.call-sell {
    display: block;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
}
		.call-sell a:nth-child(1) {
    left: 0;
				width: 90% !important; 
}
		.call-sell a:nth-child(3) {
    background: #fff;
    padding: 10px 30px;
    color: #000;
    
    /* right: 0; */
    width: 90% !important;
    margin-top: 2% !important;
    margin: 0 auto;
}
/* 		custom mobile css */
		
		.hero-from .home-form { 
		width: 100% !important;
		}	
		/* 		custom mobile css */
		}
