/*********** Stylesheet for HOME PAGE**********/

 body,
 html {

     font-family: "Maven Pro","Martel","Helvetica Neue",Helvetica,Arial,sans-serif;
     padding: 0px;margin:0px;
}


/********* WELCOME TIER ****************/
#wlc_head
{
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    padding:0px 10px 0px 0px;
    border:1px solid #0A3B5B;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0A3B5B
}

#wlc_text
{
    max-width: 800px;
    border:0px solid #0A3B5B;
    min-height: 100px;
    margin:0px auto;
    padding:20px 10px 20px 10px;
    text-align: center;
    font-size:20px;
    color:#0A3B5B;
    line-height: 30px;
}


#faq_left
{
    width:30%;
    min-height:100px;
    float:left;
    padding:38px 20px 39px 20px;
    background-color: #F4F4F4;
    border:0px solid #0A3B5B;
    margin:0px 10px 10px 0px
}

#faq_right
{
    width:60%;
    min-height:50px;
    float:left;
    background-color: #F4F4F4;
    border:0px solid #0A3B5B;
    padding:20px;
}

/*************questions section*************/
#general_info
{
    width:100%;
    min-height:100px;
    overflow: hidden;
    font-size: 25px;
    line-height: 35px;
    font-style: italic;
    text-align: center;
}

#general_info a
{
    text-decoration: none;
    color:#0A3B5B;
    font-weight: 600;
}

.quote_marks
{
    width:25%;
    height: auto;
    margin:0px 10px 5px 0px;
    float:left
}

#white_case
{
    width:100%;
    height:auto;
    margin:0px auto;
}

.general_info_img
{
    width:100%;
    height: auto;
    margin:15px 0px 0px 0px;
}

#question_box
{
    height:auto;
    margin:15px 0px 20px 0px;
    padding-left:20px;
    border-left:3px solid #0A3B5B;
    text-align: left;
    font-size: 23px;
    font-weight: 300;
    line-height: 40px;
    overflow: hidden;
}

#ques_tag
{
    width:90%;
    float:left;
}

#q_case
{
    height:auto;
    overflow: hidden;
}

.ques_1, .ques_2, .ques_3, .ques_4, .ques_5,
.ques_6, .ques_7, .ques_8, .ques_9, .ques_10
{
    display: block;
    width: 20px;
    height:20px;
    float:right;
    margin:10px 0px 0px 10px;
}


#ans_1,#ans_2,#ans_3,#ans_4,#ans_5,
#ans_6,#ans_7,#ans_8,#ans_9,#ans_10
{
    display:none;
    width:97%;
    min-height: 100px;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}

#head_1
{
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    padding:40px 10px 0px 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0A3B5B
}


@media screen and (max-width: 1000px) 
{
    
    #faq_left
    {
        width:95%;
        min-height:100px;
        margin:0px auto;
        padding:38px 20px 39px 20px;
        background-color: #F4F4F4;
        border:0px solid #0A3B5B;
        margin:0px 10px 10px 0px
    }
    
    #faq_right
    {
        width:95%;
        margin:0px auto;
    }

    .general_info_img
    {
        width:100%;
        height: 50%;
        margin:15px 0px 0px 0px;
    }

}


@media screen and (max-width: 1000px) 
{
    
}