/* Responsive Tabs - menucool.com/jquery-tabs */

ul.rtabs
{
    text-align:left; /*set to left, center, or right to align the tabs as desired*/    
    font-size:0;
    margin:0;
    padding:0;
    list-style-type:none;
}
        
ul.rtabs li
{
    margin:0;
    margin-right:0px; /*gap between tabs. Set it to -1px for no gap.*/
    padding:0;
    display:inline;
}

.text_content > h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.text_content > h6 {
    color: #00a908;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
}

.text_content > p {
    color: #9e9d9d;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 20px;
}

.text_content > span {
    border: 1px solid #e9e9e9;
    color: #3c3c3c;
    float: left;
    font-size: 16px;
    padding: 10px;
}

.table_div{ width: 100%;}
.table_div > thead > tr > td {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 45px;
    background: #fdfbfb;
    border: 1px solid #cccccc;
    color: #000000;
    background: #ffffff;
}

.claim_point { padding: 15px 15px 10px 15px; border-bottom: 1px solid #cccccc; }
.claim_point > h6{ font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 80px;}

    
.claim_point > p{ padding-left: 80px; font-size: 14px;}

.table_div > tbody > tr > td { height: 45px; font-size: 18px; text-align: center; border: 1px solid #cccccc; color: #000000;}

.div_contact{     width: 97%; overflow: hidden; margin: 15px auto;}
.from_div{     width: 383px;
    float: left;
    margin-right: 10px; }
.from_div > label{ display: block; color: #000000; text-align: center; font-weight: 600; font-size: 17px; margin-bottom: 7px; }
.input_class{     width: 97%;
    margin: 0px auto !important;
    border: 1px solid #e1e1e1 !important;
    height: 30px !important;
    padding-left: 8px !important;
    }
.text_content > h5 {
    color: #fe7201;
    font-size: 15px;
   margin: 10px 0px 25px 10px;
    float: left;
}

.from_textarea{     width: 98%; margin-top: 20px; margin-bottom: 10px;}

.from_textarea > textarea{ width: 100%; border-color: #E1E1E1; }



.date_div{     margin: 15px auto;
    width: 80%;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    }
    
.btn_sub{ background: #20B7CF;
    color: #ffffff;
    font-size: 14px;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    width: 150px;
    text-align: center; }
.btn_sub:hover{ background: #1AA2B7; }
   
.cntr_div{ width: 200px; margin: 0px auto;}

.img_class{ width: 20%; float: left; padding: 15px;}
.text_content{ float: left;
    width: 65%;
    margin-left: 20px;
    padding: 15px;}
    
.text_content > input:hover{ background: #00A4E4; color: #ffffff; cursor: pointer; }    
    
.img_class > img{
     display: block;
    max-width: 100%;
    height: auto;}
    
    
        
ul.rtabs li a
{
    padding:18px 15px; /* It determines tab width */
    display:inline-block;   
    font-weight:600;
    font-size:24px;
    text-decoration: none;
    color:#222;
    background:#eeecec;
   text-align: center;
   text-transform: uppercase;
   width: 374px;
    outline:none;
    border-right:1px solid #ffffff;
    border-bottom:none;
    color: #c4c2c2;
    position:relative;
}
        
ul.rtabs li a:link, ul.rtabs li a:visited
{
 
}
        
ul.rtabs li a:hover
{
   border-color: #20B7CF;
    background-color: #20B7CF;
    color: #ffffff;
}
  
/*selected tab style */
ul.rtabs li.selected a
{
        color: #FFF;
    font-weight: 600;
    border-color: #20B7CF;
    background: #20B7CF;
    z-index: 3;
}   
        
/*selected tab style on hover */
ul.rtabs li.selected a:hover
{
    text-decoration:none;
}

/* container of content panels */
div.panel-container
{
    border:1px solid #DDD; /*color #1*/ 
    
    background-color:white; /*color #2*/
    position:relative;    
    padding:0px; margin:0px;
    outline:none;
    
}

/* content panel */       
div.panel-container > div
{
    padding:2px 0px;
    overflow: hidden;
    /* The two settings below should not be changed. */
    display: block;
    margin:0px;
}  
div.panel-container div.inactive
{
    display: none;
}

/* loading image before ajax content is retrieved. Only applicable when Ajax is used.*/
div.ajaxLoading {background:transparent url(loading.gif) no-repeat center center; height:150px; width:20px; font-size:0;padding:0; margin:0 auto; }



.inner_tab ul.rtabs{ margin: 0px; padding: 0px; float: left; width: 400px;}
.inner_tab .rtabs li{ display: block;}


.inner_tab ul.rtabs li a{ width: 92%;}

.h4_heading{ 
	color: #000000;
    font-size: 24px;
    text-align: center;
    
    padding: 20px;
    background: #eeecec;}
    
.inner_tab ul.rtabs li.selected a { color: #20B7CF;
    font-weight: 600;
    border-color: #ffffff;
    background: #ffffff;
    z-index: 3;}
.new_panel{
   width: 810px;
   border: 1px solid #ffffff !important;
    margin-left: 5px !important;
    float: left;
    height: 385px;
    overflow: auto;}

/* For mobiles */
@media only screen and (max-width:560px){
    ul.rtabs{
        box-sizing:border-box;
        border-left:1px solid #ccc;
        border-top:1px solid #ccc;
        min-width:260px;
    }

    ul.rtabs li{
        display:inline-block;
        box-sizing:border-box;
        margin-right:0;
        width:50%; /* set it to 100% for one column, 33.33% for three-column */
    }

    ul.rtabs li:last-child:nth-child(odd){
        width:100%;
    }

    ul.rtabs li a {
        border:none;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
        display:block;
        padding:0;
        text-align:center;
        border-radius:0;
    }

    ul.rtabs li.selected a {
        background-color:#fff;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
    }

    div.panel-container {
        border-radius:0;
        min-width:260px;
        box-sizing:border-box;
    }
}
