.ft_fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-color: currentcolor #ccc #ccc;
    border-top: 1px solid #ccc;
    padding: 0px 0;
    box-shadow: 0 0 10px 0 #ccc;
        z-index: 999;
    clear: both;
    display: inline-block;
     
    background-image: linear-gradient(#85150f, #85150f);
    border: 1px solid #0a1eb1
}

.ft_fix img{
	width: 48px;;
}
.ft_fix p {
	color: #fff;
	margin: 0px 0 5px;
}
    
.bc {
	float: left;
}
.bb {
	float: right;
}
.clla {
	text-align: center;
	transition: all 0.35s;
	margin-top: 27px;
	position: relative;
	
}
.cbt a{
	    color: #fff;
	    text-align: center;
    margin: .5rem auto;
  padding: .6rem .8rem;
    font-size: 22px;
    background-image: linear-gradient(#0a1eb1, #0a1eb1);
       box-shadow: 0 8px 8px -3px #888;
        border-radius: 40px;
    cursor: pointer;
    
    white-space: nowrap;
	    text-decoration: none;
	    transition: all 0.35s;
}
.cbt:hover a{
	
   background-image: none;
   transition: all 0.35s;
    border: 1px solid red;
    color: #ef0605;
 

}
.cbt {
	transition: all 0.35s;
	margin-bottom: 36px;
}

.bcbt a{
	  color: #0a1eb1;
    text-align: center;
    margin: .5rem auto;
    padding: .6rem .8rem;
    font-size: 22px;
    box-shadow: 0 8px 8px -3px #888;
    border-radius: 40px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.35s;
    border: 1px solid #0a1eb1;
}
.bcbt:hover a{
	
   background-image: linear-gradient(#ff5959e6, #ff0800);
   transition: all 0.35s;
   color: #fff;
 

}
.frms {
	    bottom: 20px;
    position: absolute;
}

@media only screen and (max-width: 767px){
#mks_carousel, #mks_carousel .carousel-inner, #mks_carousel .carousel-inner > .item {
    height: 250px;
}

#mks_carousel, #mks_carousel .carousel-inner, #mks_carousel .carousel-inner > .item img {
    height: 250px;
    width: 100%;
}
}

