/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}




/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/*header */

.line {    
    width: 16%;
    border: 1px solid #000000;
    content: '';
    position: absolute;
    top: 368px;
    bottom: 0;
    height: 1px;
    right: 202px;}




/* member benifit */

.font-weight {
    font-weight: 100;
    margin-bottom: 10px;
}
.content_head {
    text-align: center;
    font-size: 2.3em;
    font-weight: 100;
    color: #464545;
}
.sub_cont_head {
    
    color: #464545;
    text-align: center;
    font-size: 17px;
    font-weight: 100;
    line-height: 23px;
}

.under_div {
    height: 2px;
    width: 7%;
    background-color: #464545;
}

.norm_text {
    
    color: #48494b;
    font-weight: bold;
    font-size: 17px;
    padding-top: 12px;
    line-height: 22px;
}
.sub_text {
    
    color: #48494b;
    line-height: 17px;
    font-size: 17px;
    font-weight: 100;
    padding-top: 25px;
}
.popup_input_style1 {
    position: relative;   
    display: block;
    float: left;
    width: 70%;
    margin-top: 30px;
    padding: 0;
    font-size: 16px;
    color: #7a7a7a;
    font-size: 18px;
}
.popup_input_style1_input {
    width: 100%;
    background: #ffffff;
    border: 0px solid #E3E3E3;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 100;
    padding-right: 145px;
}
.submit_but {
    
    background-color: #525252;
    padding: 10px 37px;
    border: 0px;
    color: #ffffff;
    font-size: 18px;
    position: absolute;
    right: 0px;
    top: 0;
}

.qus_head {
    
    color: #48494b;
    font-weight: 700;
    font-size: 17px;
}
.sub_qus {
    
    color: #48494b;
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
}
.logo_one {
    width: 50%;
}
.logo_two {
    width: 50%;
}
.logo_block{
    
    width: 50%;
}

.arrowright{
	text-align:right;
	padding-right:30px;
}
.arrowright img{
	width:50%;
}
.logoimg {
width:100%;
}
.headtitle{
width:50%;
}
.memberben li {
    font-size: 18px;
}
.memberbenul {
	list-style-type: lower-alpha;
}
.memberbenul > li {
   font-size:16px;
}

/*=== added on 23-11-2016 =====*/

.footer {
        background-color: #475463; /*#b40101*/
        color: #FFF;
        padding: 20px 0;
    }
    .footer_right {
        font-size: 15px;
        float: right;
        display: inline-block;
    }
    .footer_left {
        font-size: 16px;
        width: 50%;
        float: left;
    }
    .footer_left a {
        color: #FFF;
    }
    .fa-round {
        padding: 0;
        border-radius: 50%;
        color: #b40101;
        background-color: #FFF;
        font-size: .9em;
        line-height: 2.1em;
        height: 2.1em;
        width: 2.1em;
        text-align: center;
        border: solid 1px white;
    }
    .fa {
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
    }
    a:hover {
        text-decoration: none !important;
    }
    a {
        outline-style: none !important;
        transition: all .5s;
        transition-timing-function: ease-out;
    }
    .footer .container{
        font-weight: 100;
    }
    .footer_left span {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 900;
    }

/* ======end 23-11-2016=== */

@media screen and (max-width: 778px) {
    /*added on 23-11-2016*/
    .footer_right {
        width: 100%;
        text-align: center;
        float: none;
        margin-bottom: 20px;
    }
    .footer_left {
        width: 100% !important;
        float: none;
        text-align: center;
        display: block;
    }
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
    .arrowright{
        text-align:left;
    }
    .arrowright img{
        width:30%;
    }
    .logoimg {
    width:60%;
    }
    .intro-message > h1{
    width:100%;
    }
    .intro-message > .pull-right{
    width:100%;
    }
    .popup_input_style1 {
        width: 100%;
    }
    
    
    /*end */
}

/* Footer */

footer {
    padding: 100px 0;
}



/************for_login_pup_up*******************/

#mask {
	display: '';
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background:url(../images/body_bg.jpg) repeat;
	background:#FFF;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 290px; left: 50%;
	z-index: 99999;
	width:65%;
	min-width:280px;
	max-width:575px;
}

img.btn_close {
	float: right; 
	margin: -20px -20px 0 0;
}
.popup_close {

    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100) ;
    opacity: 1;
    float:none;
}
.select_style1
{
	display:block;
	float:left;
	width:60%;
	height:50px;
	font-size:20px;
	padding:12px;
}
.submit_style2
{
	display:block;
	float:right;
	width:30%;
	height:50px;
	font-size:25px;
	color:#FFF;
	border-radius:6px;
	background:#e60000;
	border:none;
	cursor:pointer;
}
.submit_style2:hover
{
	background:#333;
}
/************for_login_pup_up*******************/

.popup_heading
{
	display:block;
	width:100%;
	padding:12px 20px;
	background:#B42914;
	font-size:25px;
	/*text-transform:uppercase;
	font-family:'OpenSansSemibold';*/
	color:#FFF;
}
.popup_full_w
{
	display:block;
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 25px 40px 25px;
	border-bottom:10px solid #ADADAD;
}
/*.popup_input_style1
{
	display:block;
	float:left;
	width:100%;
	background:#F3F3F3;
	border:1px solid #E3E3E3;
	height:50px;
	margin-top:15px;
	padding:0 15px;
	font-size:16px;
	color:#525252;
	font-size:18px;
}*/
.popup_input_style1
{
	display:block;
	float:left;
	width:100%;
	margin-top:15px;
	padding:0;
	font-size:16px;
	color:#525252;
	font-size:18px;
}

.popup_input_style1_input
{
	width:100%;
	background:#F3F3F3;
	border:1px solid #E3E3E3;
	height:50px;
	padding:0 15px;
	font-size:16px;
	color:#525252;
	font-size:18px;
}
.popup_full_w p
{
	font-size:18px;
	margin-top:5px;
	float:left;
	width:100%;
}
.popup_full_w p label
{
	font-weight:normal;
	margin:0;
}
.popup_full_w p a
{
	color:#b50102;	
}
.popup_full_w p a:hover
{
	color:#000;
}
.popup_login_but
{
	display:block;
	float:left;
	/*width:130px;
	height:52px;*/
        padding:10px;
	background:#B50102;
	/*text-transform:uppercase;
	font-family:'OpenSansSemibold';*/
	font-size:18px;
	color:#FFF;
	margin-top:15px;
	border:none;
	-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transition:all .5s;transition-timing-function:ease-out;	
}
.popup_login_but:hover
{
	background:#48494B;
	color:#FFF;
}
