body
{
    font-family: 'Roboto Condensed', sans-serif;
}
.top-row
{
    background: #f46f22; padding: 0.5%;
}
.banner
{
    background: rgba(223,227,237,1);
    background: -moz-linear-gradient(left, rgba(223,227,237,1) 0%, rgba(141,153,184,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,227,237,1)), color-stop(100%, rgba(141,153,184,1)));
    background: -webkit-linear-gradient(left, rgba(223,227,237,1) 0%, rgba(141,153,184,1) 100%);
    background: -o-linear-gradient(left, rgba(223,227,237,1) 0%, rgba(141,153,184,1) 100%);
    background: -ms-linear-gradient(left, rgba(223,227,237,1) 0%, rgba(141,153,184,1) 100%);
    background: linear-gradient(to right, rgba(223,227,237,1) 0%, rgba(141,153,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfe3ed', endColorstr='#8d99b8', GradientType=1 );
}
.fa-social
{
    background: #f8d4c1; color: #f46f22; height: 30px; width: 30px; line-height: 30px; border-radius: 100%; text-align: center !important; margin-top: 20px;
}
.fa-social:hover
{
    background: #fae4d8;
}
.banner-content
{
    font-family: 'Lora', serif; margin-top: 60px;
}
.tcap
{
    font-size: 12px !important; font-weight: bold; color: #fff; 
}
.co1
{
    font-size: 30px; font-weight: 500;
}
.co2
{
    font-size: 60px; font-weight: bold;
}
.co3
{
    font-size: 40px; font-weight: 500;
}
.co4
{
    font-size: 16px; font-weight: 500;
}
.co5
{
    font-size: 40px; font-weight: bold;
}
.form
{
    background: #f46f22; border-radius: 10px; padding: 5%; color: #fff; margin-top: -200px;
    -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
-moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
}
.form h2
{
    padding: 0px; margin-bottom: 5px; font-weight: bold;
}
.form p
{
    padding: 0px; font-size: 16px;
}
.input-box
{

    font-size: 14px;
    color: #b1b1b1;
    height: 43px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);
    box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);

}
.btn-submit
{
    font-size: 22px;
    color: #fff;
    background: #004e96;
    width: 100%;
    border: none;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.btn-submit:hover
{
    background: #025bae; color: #fff;
}
.list-page
{
    margin-top: 70px;
}
.list-page ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-page ul li
{
    display: inline; margin-left: 10px; font-size: 18px;
}
.list-page ul li:first-child
{
    margin-left: 0px;
}
.list-page h2
{
    border-bottom: 1px solid #666; padding-bottom: 10px;
}
.list-page1 ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-page1 ul li
{
   font-size: 16px; margin-top: 5px;
}
.col-icon
{
    color: #f46f22;
}

.img-shadow
{
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}
.section-diff
{
    background: #f2ead6; margin-top: 20px; padding: 2%;
}
.section-co h1
{
    font-size: 40px; border-bottom: 1px solid #999; padding-bottom: 10px; color: #004e96; font-weight: 100;
}
.section-co p
{
    font-size: 18px;
}

.shadow-img
{
    margin-top: 20px;
}
.sign-up
{
    background: #57585a; padding: 2%; color: #fff; 
}
.btn-signup
{
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f46f22;
    border: none;
    padding: 40px 15px;
    width: 100%; border-radius: 0px;
    max-width: 420px;
    margin-top: 30px;
}
.btn-signup:hover
{
    background: #fb8039; color: #fff;
}
.disclaimer
{
    padding: 2%; background: #f8f3e6; padding-bottom: 0px;
}
.signUpFixed {
    position: fixed;
    right: -30px;
    top: 50%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: none;
    color: #fcf1e5 !important;
    font-size: 16px; font-weight: bold; border-radius: 0px;
    background: #f36f21;
    padding: 10px 20px;
    z-index: 999;
}
.signUpFixed:hover
{
    color: #fff; text-decoration: none;
}
.pad-lef
{
    padding-left: 0px;
}

@media screen and (max-width:768px)
{
    .pad-lef
    {
        padding-right: 0px;
    }
    .form
    {
        background: #3b4046; border-radius: 10px; padding: 4%; color: #fff; margin-top: 20px;
        -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        -moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{
  
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) 
{
    .fa-social
    {
        background: #f8d4c1; color: #f46f22; height: 25px; width: 25px; line-height: 25px; border-radius: 100%; text-align: center !important; margin-top: 20px;
    }
    .fa-social:hover
    {
        background: #fae4d8;
    }
    .top-row
    {
        background: #f46f22; padding: 3%; padding-bottom: 4%;
    }
    .banner-content
    {   
        margin-top: 10px;
    }
    .co1
    {
        font-size: 20px; font-weight: 500; 
    }
    .co2
    {
        font-size: 30px; font-weight: bold; 
    }
    .co3
    {
        font-size: 30px; font-weight: 500; 
    }
    .co4
    {
        font-size: 16px; font-weight: 500;
    }
    .co5
    {
        font-size: 30px; font-weight: bold;
    }
    .co6
    {
        font-size: 30px;  color: #fff;
    }
    .form
    {
        background: #3b4046; border-radius: 10px; padding: 6%; color: #fff; margin-top: 20px;
        -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        -moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    }
    .section-diff
    {
        background: #f2ead6; margin-top: 20px; padding: 6%;
    }
    .pad-lef
    {
        padding-right: 0px;
    }
    
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : portrait) 
{
    
    

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) 
{
    
    
}
