.simple-slider .swiper-slide {
  height:500px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

.slider_info h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: .5em;
    line-height: 75px;
    text-shadow: 2.925px 2.728px 0px rgba(0,0,0,0.15);
    width: 100%;
    max-width: 100%;
    padding: 10px;
    text-align: left;
    position: relative;
    left: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.btn-round-border .btn-right-arrow {
    width: 2.5em;
    height: 2.5em;
    color: #fff;
    position: absolute;
    left: .1875em;
    top: .1875em;
    line-height: 2.6875em;
    z-index: 7;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-round-border:after {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    background: #41b6e6;
    content: '';
    position: absolute;
    left: .1875em;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.5em;
    height: 2.5em;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.btn-round-border.btn-white {
    border: solid 2px #fff;
    color: #fff;
    float: left;
    position: relative;
    left: 70px;
    font-size: 15px;
}
.slider_info {
    position: relative;
    top: 100px;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: .76563em 1.75em;
    font-size: .875em;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: .0625em;
    position: relative;
}
.icon-right-branded:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 32px;
    position: relative;
    left: 12px;
    top: -1px;
}
}
.btn-round-border.btn-white:hover {
    background: #fff;
    color: #f28d2c;
}
.swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: rgba(0,88,166,0.5);
    background: -moz-linear-gradient(left, rgba(0,88,166,0.84) 0%, rgba(0,88,166,0.8) 14%, rgba(0,88,166,0.64) 32%, rgba(0,88,166,0.48) 49%, rgba(0,88,166,0.13) 79%, rgba(0,88,166,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,88,166,0.84) 0%, rgba(0,88,166,0.8) 14%, rgba(0,88,166,0.64) 32%, rgba(0,88,166,0.48) 49%, rgba(0,88,166,0.13) 79%, rgba(0,88,166,0) 100%);
    background: linear-gradient(to right, rgba(20, 24, 27, 0.84) 0%, rgba(50, 51, 51, 0.8) 14%, rgba(59, 60, 62, 0.64) 32%, rgba(38, 39, 39, 0.48) 49%, rgba(23, 24, 25, 0.13) 79%, rgba(9, 10, 10, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00058a6', endColorstr='#000058a6',GradientType=1 );
}
.btn-round-border {
    border: solid 2px #f28d2c;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    color: #f28d2c;
    font-weight: bold;
    min-width: 11.875em;
    background: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: .75em 1.25em .8125em 3.375em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}


@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display:none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height:360px;
    width: 100% !important;
  }
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    //CSS
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    //CSS
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    //CSS
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    //CSS
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

     .slider_info h1, .btn-round-border.btn-white
     {
        left: 0px;
     }
     .slider_info h1{
       font-size:45px;
       line-height:55px;
     }
     .slider_info{
       top:190px
     }
     .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction
     {
       left: 33px !important;
     }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .slider_info h1 {
        font-size: 26px;
        bottom: 46px;
        line-height: 37px;
        left: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
    }
    .simple-slider .swiper-slide { 

    }
    .slider_info {
        position: relative;
        top: 250px;
    }
    .sfPublicWrapper {
        width: 100% !important ; padding-top: 0px !important;
    }
    .btn-round-border.btn-white {
        left: 8px;
        font-size: 15px;
        bottom: 47px;
    }

}


.simple-slider.home_banner {
    min-height: 650px;
}

.simple-slider.home_banner .swiper-wrapper {
    min-height: 650px;
}


.home_banner .swiper-slide {
    min-height: 650px;
}