 /*@media (max-width: 1000px) {
 p {
 font-size:16px!important;
}
.register_form_mid_area {
 padding:30px 24px;
}
.main{ margin:0px !important; width:!important;}
.logo2{ width:auto !important; float:none !important; text-align:center !important;}
.right_cont{width:auto !important; float:none !important; text-align:center !important; padding:0px 0px 15px 0px;}
}*/

  @media (max-width: 1000px) {
 p {
 font-size:16px!important;
}


.register_form_mid_area {
 padding:30px 24px;
}
.main{ margin:0px !important; width:auto!important;}
.logo2{ width:auto !important; float:none !important; text-align:center !important;}
.right_cont{width:auto !important; float:none !important; text-align:center !important; padding:0px 0px 15px 0px;}


}


@media (max-width: 900px) {

 .register_form_input_area {
 width:100%;
 margin:0;
}
 .register_form_input {
 width:98%;
}
 .register_form_text_area {
 width:98%;
}
.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
	.reuired{ display:none;}
}

 @media (max-width: 800px) {
 .register_form_input {
 font-size:13px;
}
 .register_form_input_country_code {
 font-size:13px;
}
 .register_form_input_area_code {
 font-size:13px;
}
 .register_form_input_phone {
 font-size:13px;
}
 .register_form_input_password {
 font-size:13px;
}
.register_form_mid_area {
padding:20px;
}


}

@media (max-width: 360px) {
 .register_form_input {
width:95%;
}
 .register_form_input_country_code {
width:95%;
}
.register_form_input_area_code {
 width:95%;
 margin:10px 0;
}
.register_form_input_phone {
width:95%;
}
.register_form_input_password {
 width:95%;
}
.register_page_title_bg {
 font-size: 18px;
 padding: 4px 15px;
}
.register_page_title_bg span {
float:left;
}
.register_form_text_area {
width:95%;
}

}




 @media (max-width: 550px) {
.register_cont{ padding:0px 10px !important;}
.register_page_title_bg {
	background:#313030 !important;
	font-size:18px !important;
}
 .login_box_main {
width:auto;
padding:20px 30px;
}
.login_area_textbox {
width:94%;
}
.co_name{ font-size:18px !important; }
.logo2{font-size:18px !important;}
 
}

@media (max-width: 335px) {

 .login_box_main {
 padding:20px 30px;
}
 .login_bg {
 padding:30px;
}
 .login_area_textbox {
 width:91%;
}
}

@media (max-width: 600px) {
  #cssmenu > ul {
    width:auto;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('../images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #d80041;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
	font-size:11px; color:#999999;
  }
   #cssmenu > ul li.has-sub ul li a:hover span {
     color:#ffffff;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	
}

/* 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:4px; /*gap between tabs. Set it to -1px for no gap.*/
    padding:0;
    display:inline;
}
        
ul.rtabs li a
{
    padding:0 16px; /* It determines tab width */
    display:inline-block;   
    font-weight:normal;
    font-size:12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:34px;/* height of tabs */
    text-decoration: none;
    color:#222;
    background-color:#F5F5F5;
    background-image: linear-gradient(#f4f4f4, #eee 50%, #d9d9d9 50%, #f4f4f4);
    outline:none;
    border:1px solid #CCC;
    border-bottom:none;
    border-radius:3px 3px 0 0;
    position:relative;
}
        
ul.rtabs li a:link, ul.rtabs li a:visited
{
    color:#222;
}
        
ul.rtabs li a:hover
{
    border-color: #DDD; /*color #1*/
    background-color:#eee;
    background-image: linear-gradient(#fcfcfc, #f9f9f9 50%, #e9e9e9 50%, #fcfcfc);
}
  
/*selected tab style */
ul.rtabs li.selected a
{
    color:#000;
    font-weight:normal;
    border-color:#DDD; /*color #1*/
    background:white; /*color #2*/
    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*/ 
    border-radius:0 4px 4px 4px;
    background-color:white; /*color #2*/
    position:relative;    
    padding:0px; margin:0px;
    outline:none;
    margin-top:-2px;
}

/* content panel */       
div.panel-container > div
{
    padding:30px 26px;
    
    /* 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; }


/* 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;
    }
}
