 
 
body {
 font-family: Times New Roman;
 margin: 0;
 padding: 0;
 width: 100%; 
 overflow-x: hidden;
 color: #000;
 background-color: #5C9BFA;
 letter-spacing: 0.5px;
}
.banner-img img{
  display: block;
}
.result_content h2 {
  color: #1f1f1f;
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  padding: 0 0 0 20px;
  text-align: left;
}
div.input_error {
  position: relative;
  font-size: 14px;
  color: red;
  text-align: left;
  float: left;
  line-height: 24px;
  font-weight: 400;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
a,a:hover,a:focus {
  text-decoration: none;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline: none;
}
.read_more_btn{
  outline: none; 
  font-weight: 900;
  font-size: 22px;
  line-height: 20px;
  width: 100%;
  float: right;
  text-align: right;
  color: #1f1f1f;  
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img{
  max-width: 100%;
}
.rrb_wrapper {
  min-height: 100vh;
  position: static;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  
  /*box-shadow: 0 12px 12px 8px rgba(189, 182, 182, 0.6);*/
}
.rrb_content_wrapper {
  min-height: 100vh ; 
  float: left;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: relative;
  margin-top: 0px;
   width: 100%;
  float: left;
  position: relative;
  background-color: #5C9BFA;
  padding:  0px 0px;
}
.slick-slide img {
  width: 100%;
}
.rrb_wrapper_section{
 margin: 0 auto;
 display: block;
   width: 100%;
     float: left;
} 
 
.banner-img img{
  width: 100%;
}
.banner-block{
  background-size: cover;
}
  
.everything-img img{
  width: 100%;
}
.slick-next {
    right: 45px;
}
.slick-prev {
    left: 25px;
}
.slick-prev:before {
    content: "";
    background-image: url(../images/left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 32px;
    position: absolute;
    top: 0;
}
.slick-next:before {
    content: "";
    background-image: url(../images/right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    width: 18px;
    height: 32px;
    position: absolute;
    top: 0;
}
.read-more span {
  transition: all 0.3s;
}
.read-more span:hover{
    font-size: 18px;
    letter-spacing: 1px;
}
@media only screen and (min-width: 1600px){
   .rrb_wrapper_section {
    
}
.rrb_content_wrapper{
   
}
}
@media only screen and (max-width: 1100px){
 .rrb_content_wrapper {
  margin-top:0px;
}
}
@media only screen and (max-width: 750px){
 .rrb_content_wrapper {
  
}
}


 