form.css_cs_rl_tbl_rgForm  
{
    font-size: 11px;
    color:#333;
    padding:5px;
    max-width :600px;
    -webkit-text-size-adjust: 100%;
    margin-bottom:5px;
    font-family: Roboto, sans-serif;
} 

form.css_cs_rl_tbl_rgForm label{
    opacity: 0.8;
    color: rgb(120, 113, 110);
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 25px;
    
}

form.css_cs_rl_tbl_rgForm input[type="text"]  
{
    /*border-radius: 20px;
    border: 1px solid #cdd7da;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    padding:5px;
    height:24px;*/
    outline:none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    background-color: rgb(229, 229, 229);
    font-family: Roboto, sans-serif;
    font-size: 14px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    padding: 15px;
    border-radius: 6px;
    
} 

input[type="text"].css_cs_rl_tbl_rgForm_Error 
{
    border: 1px solid rgb(168, 53, 58) !important;
}

.cs_rdBtns {
    text-align: center;
}

form.css_cs_rl_tbl_rgForm input[type="radio"] {
    height:auto;
    width:auto;
    margin-left: 30px;
}

form.css_cs_rl_tbl_rgForm input[type="button"] 
{
    outline:none;
    float: right;
   font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    color: rgb(255, 255, 255);
    height: 60px;
    background-color: rgb(146, 183, 188);
    font-family: Roboto, sans-serif;
    cursor: pointer;
    margin-top:25px;
    width:100%;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;    
    -webkit-appearance: none;   
} 

input[type="button"].css_cs_rl_tbl_rgBtnDisable 
{
    cursor: not-allowed !important;
    background-color: rgb(146, 183, 188) !important;  
    color: #FFF !important;
} 

input[type="button"].cs_rl_btn_progress 
{
    cursor: wait !important;
} 

label.cs_rl_cssValidation 
{
    color: rgb(168, 53, 58) !important;
    font-size:12px;
} 

span.cs_rl_cssValidation 
{
    color: rgb(168, 53, 58) !important;
    font-size:12px;
}


label.cs_rl_lblSucess 
{
    
    color: rgb(78, 116, 139) !important;
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
    border-radius: 20px;
} 

label.cs_rl_lblFail 
{
    float: right;
    color: rgb(168, 53, 58);
    margin-top:12px;
    font-weight:bold;
    font-size:14px;
    padding-top:3px;
} 



.cs_rl_btn {
    width: 125px;
}

.cs_rl_btn_mob {
    width: 100%;
}



[class*="cs_rl_col_"] {
    float:left;
    padding: 5px 5px;
    display:table-cell;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 


.cs_rl_row::after {
    content: "";
    clear: both;
    display: table;
} 

.cs_rl_col_s_6 {
    width:50%;
}


.cs_rl_col_s_12 {
    width:100%;
}

.cs_rl_col_s_4{
    width:33.33%;
}

.cs_rl_col_s_2{
    width:16.67%;
}

@media only screen and (max-width: 400px) {

    .cs_rl_col_s_6 {
        width: 100%;
    }

    .cs_rl_col_s_12 {
        width: 100%;
    }

    .cs_rl_col_s_4 {
        width: 100%;
    }

    .cs_rl_col_s_2 {
        width: 100%;
    }
}

/* Share form css */

.cs_rl_shr_hdr{
    text-align:center;
    font-size:32px;
    color:rgb(78, 116, 139);
}

.cs_rl_shr_hdr_mob{
    text-align:center;
    font-size:26px;
    color:rgb(78, 116, 139);
}

.cs_rl_shr_sub{
    font-size:18px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_sub_mob{
    font-size:14px;
    padding-left:25px;
    padding-right:25px;
}

.cs_rl_shr_social_txt{
    background:url(images/../ind_Text_38x30.png);
    display:inline-block;
    width:35px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_txt_mob{
    background:url(../images/ind_Text_38x30.png);
    display:inline-block;
    width:35px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb{
    background:url(../images/facebook_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fb_mob{
    background:url(../images/facebook_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg{
    background:url(../images/messenger_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_fbmsg_mob{
    background:url(../images/messenger_30x30.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter{
    background:url(../images/Twitter_30x39.png);
    display:inline-block;
    width:39px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_twitter_mob{
    background:url(../images/twitter_30x39.png);
    display:inline-block;
    width:39px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin{
    background:url(../images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_linkedin_mob{
    background:url(../images/linkedin_40x40.png);
    display:inline-block;
    width:30px;
    height:30px;
    cursor:pointer;
    margin-right:15px;
    background-repeat:no-repeat;
    background-size:contain;
}

.cs_rl_shr_social_share_section{   
    display:inline-block;
    width:100%;
    cursor:default;
    font-size:16px;
    font-weight:bold;
}

.cs_rl_shr_social_share_section_header {
    height: 30px;
    margin-top: 10px;
    font-size: 13px;
}
/* share form css ends */