
.formResponsive input[type="text"]{
    width: 310px !important;
}
.formResponsive textarea {
   height: 236px!important;
    width: 577px!important;
}
.blink_me {
     text-transform: capitalize;
  animation: blinker 5s linear infinite;
    text-align: center;
    padding-bottom: 18px;
    color: #fcde05;
}
.softf {
    padding-top: 13px;
}
ul.soft.feature {
    padding: 2% 6%;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.rstpl-slider-main-image {
    height: 350px;
    background-size: cover;
}
.feature{
    list-style: none; 
    font-size: 14pt; 
   
    display: inline-block;
    padding: 2% 30%;
    line-height: 33px;
}
.feature li{

    font-size: 14px;
    font-weight: 100;
   
    color: #000000b0;
}
.feature i.fa {
    color: #b00606;
    padding: 4px 6px;
    font-size: 19px;
}
#sp-bottom {
    background-color: #f5f5f5;
    padding: 15px 0px !important;
    margin: 0px 12%;
    box-shadow: inset 0 0 32px #b00606;
}
.sp-module ul >li.slick-active{border-bottom: unset !important;}
strong.formRequired{color: #d70d0d;}
.slick-arrow{
    width: 41px!important;
    height: 71px!important;
    
}
.rsform #ContactForm h2{text-align:center;
    padding-top: 18px;
}
fieldset#rsform_3_page_0 {
    padding-top: 1%;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #sp-bottom {
    margin: 0px 4%;
  }
  .feature {
    padding: 2% 2%;
 }
}