body
{
    font-family: 'Roboto Condensed', sans-serif; background: #f6f1e4;
}

.top-row
{
    background: #ddd; padding: 0.5%; box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
}
.banner
{
    background: #e6e6e5; 
}
.fa-social
{
    background: #fff; color: #fff; height: 30px; width: 30px; line-height: 30px; border-radius: 100%; text-align: center !important; margin-top: 10px;
}
.fb
{
    background: #3b5998;
}
.you
{
    background: #bb0000;
}
.fb:hover
{
    background: #3a5fae;
}
.you:hover
{
    background: #d60808;
}
.banner-content
{
     padding-right: 0px;
}
.banner-font
{
     font-family: 'Molengo', sans-serif; margin-left: 98px; margin-top: 10px;
}
.tcap
{
    font-size: 12px !important; font-weight: bold; color: #fff; 
}
.small-text
{
    font-size: 18px; margin-top: 10px;
}
    
.co1
{
    font-size:36px; font-weight: 500; color: #333; line-height: 20px;
}
.co2 {
    font-size: 40px;
    font-weight: bold;
    color: #333; 
    line-height: 40px;
}
.co3
{
    font-size: 40px; font-weight: bold; color: #fff;
}
.co4
{
    font-size: 16px; font-weight: 500;
}
.co5
{
    font-size: 30px; font-weight: bold; color: #fff;
}
.co7
{
    font-size: 21px; font-weight: bold; color: #333;
}
.co6
{
    font-size: 60px;  color: #fff;
}
.up-text
{
    text-transform: uppercase;
}
.up-text span
{
    font-weight: bold; color: #004e96;
}
.ribbon
{
    background: #f46f22; padding: 1%; color: #fff; font-size: 20px;  border-radius: 4px; padding-left: 2%;
}
.form-width
{
    width: 30%; margin-left: 37px;
}
.form
{
    background: #004e96; border-radius: 10px; padding: 5%; color: #fff; padding-bottom: 1%; padding-top: 6%;
    -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: #000;
    height: 35px;
    padding: 5px;
    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: 16px;
    color: #fff;
    background: #f46f22;
    width: 100%;
    border: none;
    text-align: center;
    padding: 6px;
    border-radius: 5px;
}
.btn-submit:hover
{
    background: #025bae; color: #fff;
}
.fa-check-circle-o
{
    color: #f46f22;
}
.list-page ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-page ul li
{
     font-size: 14px; margin-top: 10px;
}

.list-page h1
{
    border-bottom: 1px solid #666; padding-bottom: 10px; margin-top: 0px;
}
.list-page1 ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-page1 ul li
{
   font-size: 16px; margin-top: 5px;
}

.list-im ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-im ul li
{
    display: inline; margin-left: 10px;
}
.list-im ul li:first-child
{
    margin-left: 0px;
}


.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: #f6f1e4;
    padding: 2%;
}
.section-diff .img-test
{
    margin-top: 11%;
}
.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: 20px 15px;
    width: 100%; border-radius: 0px;
    max-width: 220px;
    margin-top: 30px;
}
.btn-signup:hover
{
    background: #fb8039; color: #fff;
}
.disclaimer
{
    padding-top: 1%; background: #f2f2f2;
    border-top: 1px solid #e4e4e4; padding-bottom: 0.5%;
}
.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: #004e96;
    padding: 10px 20px;
    z-index: 999;
}
.signUpFixed:hover
{
    color: #fff; text-decoration: none;
}
.logo-list
{
    margin-top: 81px; background: rgba(255,255,255, 0.2);  padding-left: 2%; padding-top: 1%;
}
.logo-list ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.logo-list ul li
{
    display: inline-block; margin-top: 10px; margin-bottom: 20px; margin-left: 3px;
}
.pad-lef
{
    padding-left: 0px;
}
.section-img
{
    background: #fff; padding-top: 3%; padding-bottom: 5%;
}
.section-img .img-sh
{
        -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-img h3
{
    font-size: 26px; font-weight: bold; color: #004e96;
}


@media screen and (max-width:768px)
{
    .form-width
    {
        width: 100%; margin-left: 0px;
    }
    .pad-lef
    {
        padding-right: 0px;
    }
    .form
    {
        background: #004e96; 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);
    }
    .list-page ul li
    {
        font-size: 14px; margin-top: 10px;
    }

    .list-page h1
    {
        border-bottom: 1px solid #666; padding-bottom: 10px; font-size: 20px;
    }
    .banner-content
    {
        padding-left: 30px;
    }
    
    .banner-font
    {
        margin-left: 0px;
    }
}

@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: 5px;
    }
    .fa-social:hover
    {
        background: #fae4d8;
    }
    .top-row
    {
        background: #ddd; padding: 3%; padding-bottom: 4%;
    }
    .banner-content
    {   
        margin-top: 10px;
    }
    .co1
    {
        font-size: 18px; font-weight: 500; color: #fff; line-height: 10px !important;
    }
    .co2
    {
        font-size: 30px; font-weight: bold; color: #fff; line-height: 40px;
    }
    .co3
    {
        font-size: 40px; font-weight: 500; color: #fff;
    }
    .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: #f6f1e4; 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) 
{
    
    
}




