.headerbanner{
    color:#FFF;
}
.header .navbar{
    padding-top:5px !important;
    padding-bottom:5px !important;
}
.headerbanner h1{
    margin:0;
    font-size:3.2rem;
}
.headerbanner h1 span{
    color: #F48120 !important;
}
.headerbanner p{
    text-shadow:1px 2px 0 rgba(0, 0, 0, 0.1);
    font-size:26px;
}
.headerbanner::before {
    content: '';
    width:70%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(46, 51, 73, 0.75);
}
.banner-btn{
    background:#F48120;
    color:#ffffff;
    padding:12px 45px;
    font-size: 24px;
    margin-top:30px;
    border: none;
    font-weight: 500;
    display: inline-block;
}
.banner-btn:hover, .banner-btn:focus{
    background:#F48120;
    color:#ffffff;
    text-decoration:none;
}
.navbar-brand img{
    width:400px;
}
.headerTopinformation{
    color: #313131;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 20px;
}
.headerTopinformation span{
    color: #313131;
    font-size: .875em;
    font-weight: 400;
}

.headerTopinformation img{
margin-right:10px;
}
/* About Start */
.aboutbg{
    /* background-color: #f8f9fa; */
    padding:80px 0;
}
.aboutbg p{
    color:#757f88;
    padding-top:20px;
}

.linedtitle, .linedtitlecenter {
    display: inline-block;
    position: relative;
    padding-bottom: 0.7rem;
}
  
.linedtitle::before, .linedtitlecenter::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 3px;
    background: #F48120;
}
  
.linedtitle::after, .linedtitlecenter::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 3rem;
    height: 2px;
    background: #F48120;
}
  
.linedtitlecenter::before{
    left:35% !important;
}
.linedtitlecenter::after {
    left:42% !important;
}
  
/* Benefits  Start */
#benefits, #features{
    padding:2.5rem 0;
}
#benefits{
    background-color: #f8f9fa;
}
.benefitstitle{
    /* color: #273e74; */
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.1em;
    font-size:2.5rem;
    margin:0 0 20px;
}
.carrierstitle{
    font-size:1.8rem !important;
}
.carriersbox{
    padding:10px 0;
}
.carriersbox span{
    color: #F48120;
    font-size:1.2rem;
    font-weight:600;
}
.carriersbox span strong{
    color:#273e74;
    padding:0 0 0 10px;
    display: block;
}
.carriersbox p{
    font-size:1rem;
}

/* Features */
.featuresbox{
    margin:20px 0;
}
.featuresbox span{
    color:#273e74;
    font-size:22px;
    display:inline-block;
    width:100%;
    padding:15px 0 5px;
}
.featuresbox p{
    color: #757f88;
    font-size:1rem;
}
.featuresbox img{
    width:100px;
}

/*Rainforcement*/
.raintitle{
    display: inline-block;
    position: relative;
    padding-bottom: 0.7rem;
}
  
.raintitle::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 3px;
    background: #F48120;
}
  
.raintitle::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 3rem;
    height: 2px;
    background: #F48120;
}

.rainforcement-container{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, 0.075) !important;
    padding-bottom: 25px;
    padding-top: 25px;
}
.rainforcement p{
    margin-top:1px;
}
.rainforcement .signin-btn{
    background: #F48120;
    color: #ffffff;
    padding: 17px 14px;
    display: block;
    margin-top: -66px;
}
.sign-div{
    margin-left:-21px;
}
.rainforcement .signin-btn:hover, .rainforcement .signin-btn:focus{
    text-decoration:none;
    color:#ffffff;
}
.half-circle {
    width: 424px;
    height:353px;
    background-color: #F48120;
    border-bottom-right-radius: 217px;
    border-top-right-radius: 217px;
    border: 0px solid gray;
    border-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}
/*End Rainforcement*/

#thankyou{
    margin-top:93px;
}
.thankyou-social{
    list-style: none;
    margin-top: 22px;
    display: contents;
}
.thankyou-msg{ 
   font-size: 22px
}
.thankyou-social img{
    width: 34px;
    margin-right:10px;
}
.thankyou-btn{
    background: #F48120;
    color:#ffffff;
    padding: 8px 41px;
    display: inline-block;
    margin-top:30px;
}
.thankyou-btn:hover{
    color:#ffffff;
    text-decoration: none;
}
.thankyousocial-row{
    margin-top: 45px;
}
.socialicon{
    position:absolute;
    left:0;
    right:0;
}
.socialicon a{
    font-size:18px;
    padding:0 8px;
    cursor:pointer;
}
@media only screen and (max-width: 768px) {
    .navbar-brand img {
        width:250px;
    }
    .headerbanner::before{
        width:100%;
    }
    section {
        padding: 0.5rem 0;
    }
}

@media only screen and (max-width: 767px) {

    .navbar-toggler{
        position: absolute;
        right: 14px;
        top: 19px;
    }
    .headerTopinformation{
        display: none;
    }
    .half-circle{
        display:none;
    }
    .signin-btn{
        margin-left: 20px;
    }
    .banner-btn{
        text-align: center;
        width: 100%;
    }
    .benefitstitle{
        text-align: left;
    }
    .linedtitlecenter::before, .linedtitlecenter::after{
        left: 0% !important;
    }
    .rainforcement .signin-btn{
        width: 100%;
    }
    .linedtitlecenter{
        margin-bottom: 50px;
    }
}

/* 
@media (max-width: 991.98px) {
    .headerbanner::before {
        background: rgba(46, 51, 73, 0.5);
        width: 100%;
    }
} */