.sec-top{
    margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 760px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}

.ic{
    width: 40px;
    height: 40px;
    color: #fff;
}

.co1{
    color: #b4b8bb;
}

.co2{
    color: #ffffff
}

.co3{
    color: #81b03f;    
    font-size: 24px;
}

.cat-text{
    color: #009846;
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    font-family: Lato-Regular;        
    text-transform: uppercase;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.txt-m-103 {
    font-family: Lato-Bold;
    font-size: 15px;
    line-height: 1.2;
}

.price1{
    color: #0ba524;
}

.w1{
    color: #ffc600;
    font-size: 18px;
}

.img-res{  
  width: 100%;
  height: 100%;
}

.left-side{
  width: 70%;
}

.right-side{
  width: 30%;
}


/*partner logos*/



* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  width: auto;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.block1-wrap-icon {
    position: absolute;
    width: 100%;
    bottom: 126px;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.block1-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #81b03f;
    margin: 0 5px;
    opacity: 0.51;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}



.price2{
    color: #858480;
    font-size: 20px;
}

.price3{
    color: #ff8400;
    font-size: 20px;
}

.v-btn{ 
  color: #8fae4a;
  text-decoration: underline;  
}

.v-btn a{ 
  color: #8fae4a;
  
}

.fo1{
    color: #363636;
    margin-top: 15px;    
    font-size: 26px;      
    font-family: Lato-Regular;        
    text-transform: uppercase;
    padding: 5px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.footer-col-title img {
    max-width: 100%;
    margin-top: 35px;
    max-height: 100%;
}

.how2 img {
    -webkit-filter: none;
    filter: : none;
  }

  .txt-m-115 {
    font-family: Lato-Regular;
    font-size: 16px;
    line-height: 1.875;
    text-align: left;
}

.sl-res{
  width: 100%;
  height: 100%;
}

.div-only-mobile {
    visibility: hidden;
    display: none;
}

@media (max-width: 600px) {
  .ml{
    margin-left: 30px;
  }
}



@media screen and (max-width: 849px) {

.div-no-mobile {
  
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.div-only-mobile {
    visibility: visible;
    display: block;
}

.mar3{
  margin-top: 50px;
}

}


