
    .sticky-btn-section {
    position: fixed;
    /* top: 50%; */
    bottom: 20em;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    width: 55px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sticky-btn-section .sticky-btn {
    position: relative;
    right: 0px;
    width: 230px;
    display: block;
    vertical-align: middle;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #000;
    padding: 10px 22px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #fff;
    font-size: 20px;
}
.sticky-btn-section .sticky-btn .fa {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 30px;
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}
.sticky-btn-sectiononline {
    position: fixed;
    /* top: 50%; */
    bottom: 24em;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    width: 101px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

	.floati {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 150px;
    right: 10px;
    background-color: blue;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floatw {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 200px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.floatwservices{
     position: fixed;
    width: 45px;
    height: 45px;
    right: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 10px;
}
.sticky-btn-sectiononline .sticky-btn {
    position: relative;
    right: 0px;
    width: 230px;
    display: block;
    vertical-align: middle;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #3daedd;
    padding: 10px 22px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: 1.42857143;
}
	
	@media(min-width:760px){
		.sticky-btn-section {
			display:none;
		}
		 
	}

.main-header.style-one {
    background-color: #e9ecef;
}
.header-top{
        background: #bc1622;
}
.header-top ul li, .header-top ul li a{
    color:white;
}
.main-menu .navigation > li > a{
        color: #000;
}
.sticky-header{
        background-color: #e9ecef;
}
ul, li{
        font-size: 18px;
    line-height: 2.6;
}

.list {
  list-style: circle;
}
.service-section {
    position: relative;
    margin-bottom: 100px;
}
.feature-section{
            padding: 80px 0px 50px 0px;
}
input {
    transition: all 500ms ease;
    padding: 10px;
}
.news-block-one .inner-box .image-box img{
    height: 250px;
}
.contact-section{
        padding: 110px 0px 130px 0px;
}
@media screen and (max-width: 768px) {
     .col-lg-2.col-md-6.col-sm-12.brand {
    width: 33%;
}
.feature-section .content_block_1 .content-box .text{
        padding-left: 0px;
}
.mobile-menu .navigation li > a{
    color:black;
}
.menu-area .mobile-nav-toggler .icon-bar{
        background-color: black;
}
.horizontalform{
    display:none;
}

.booknowtext{
     text-align:center;
 }
  input, textarea{
         width: 100%!important;
 }
 }
 
 .news-block-one .inner-box .lower-content h3{
         font-size: 19px;
 }
 .mobile-menu .menu-box{
     background: white;
 }
 input, button, select, textarea{
         width: 70%;
 }