.landingform{ position: relative; }
.landingform .form{ background: #fff; border-radius: 10px;margin-top: -100px; min-height: 200px; box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.rc { color: #c10d0c;}
.why { background: #f2f2f2; font-size: 18px;}
.why ul li{
    padding-top: 5px;
}
.bsw{  box-shadow: 0 5px 10px rgba(0,0,0,0.1);}
.express{ border-left: solid 5px #c10d0c; border-radius: 0 10px 10px 0 ;}
.instant i{ 
    border: solid 1px #c10d0c;
    padding: 18px;
    border-radius: 100%;
    height: 65px;
    width: 65px;
    font-size: 24px;
    color: #c10d0c;
}
.instant h5{ font-size: 18px;}
.cpr { background: #f2f2f2; font-size: 18px;}
.cpr li{ margin-top: 10px;}
.landhead i{ font-size:34px; color:#c10d0c; margin-top:5px;}
.landhead p{ font-size:14px ; margin:0; color:#92929e;}
.landhead p.title{ font-size:16px; font-weight:600; color:#2c3f69;}

section.landhead {
    padding-bottom: 15px;
}

@media (max-width: 767.98px) {
.mhidden {
  display: none;
}
.bnn_capt h1{ font-size: 20px; }
.bnn_capt h4{ font-size: 12px; }

}