/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20-May-2022, 4:55:28 pm
    Author     : abbho
*/
@media screen and  (min-device-width:340px) and (max-device-width: 630px)
{
    
    body{
        font-family:  Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    }
    
    
    .info_join
    {
        width: 100%;
        /*font-family:  Century Gothic;*/
        
        text-align: center;
    }
    
    .info_join h1
    {
       width: 100%;
    font-weight: 300;
    font-size: 20px;
    color: #233B69;
    letter-spacing: 1px;
    }
    .join_us_banner{
        display: block;
        width:100%;
       
    }
     .join_us_banner img{
        width:100%;
        
        
    }
    .part_of_us_logo{
        display: block;
        background-color: #e0e0e0;
        margin-bottom: 3%
    }
    .part_of_us_logo p{
        color: #233b69;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 2;
        width: 94%;
            margin-left: 3%;
            
    }
    .disclaimer{
        font-weight: bold;
        font-size: 13px;
    }
    

    .logo_banner{
        display: flex;
    }
    .logo{
        display: block;
        border: 1px solid black;
        padding: 5%;
        margin: 5%;
        border-radius: 8px;
        background-color: #ffffff;
        box-shadow: 2px 5px 3px #031331;
    }
    .logo img{
        width:60%;
    }
     
     
    
    .info-alert1
    {
        width: 100%;
        /*font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;*/
        color: #000000;
        padding: 3%;
        
        text-align: center;
    }
    
    .info-alert1 p{
        width: 80%;
        margin-left: 10%;
        letter-spacing: 2px;
        line-height: 2;
    }
    .join_us_row
    {
        display: flex;
        width: 100%;
        height: auto;
        margin-bottom: 2%;
    }
    .join_us_frm
    {
        display: block;
        margin-left: 25%;
        background-color: #233b69;
        border: 1px solid #d8d3d3;
        padding: 2%;
        margin-bottom: 2%;
    }
    .join_us_label
    {
        width:50%;
        display: block;
        color: #ffffff;
    }
    .join_us_data
    {
          width:50%;
          display: block;
    }
    .join_us_head
    {
        display: block;
        text-align: center;
        background-color: #e0e0e0;
    }
    
    .join_us_head h2{
        font-size: 28px;
        font-weight: 100;
        color:#233b69;
        letter-spacing: 2px;
    }
    .join_us_head h3{
        font-size: 15px;
       
        color:#233b69;
      
    }
    
    .join_us_head1{
        display: block;
    }
    .join_us_head2{
        display: block
    }
    .join_us_mandate
    {
        color: #ffffff;
    }
    .comments
    {
        height: 100px;
    }
     .thankyou{
    display: block;
       font-size: 25px;
    margin-top: 50px;
   color:white;
    width: 100%; 
}
.backtohome{
    display: block;
       font-size: 25px;
    margin-top: 50px;
    
    width: 100%;
}
.backtohome a{
    color:white;
}

.blueline {
        padding-bottom: 10px;
        border-bottom: 1.5px solid #233B69;
        line-height: 70px;
    }
    .whiteline{
        padding-bottom: 10px;
        border-bottom: 1.5px solid #ffffff;
        line-height: 50px;
    }
    .blackline{
        padding-bottom: 10px;
        border-bottom: 2px solid #000000;
        line-height: 50px;
    }
    
     .review-head {
    display: block;
    /*background-color: #233b69;*/
    height: 130px;
    color: #f6f6f6;
    text-align: center;
    /* font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; */
    padding-top: 2%;
    font-size: 20px;
    letter-spacing: 5px;
}

 .review-head a
 {
     text-align: center;
 }

}
    
