@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {

.modal-backdrop.in {
        display: none !important;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {



}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

    .page_btn {
        font-size: 14px;
    }

    .inner_lang_btn_p .spec_button {
        font-size: 12px;
    }

    .inner_bottom_text{
        font-size: 12px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .login_heading{
	font-size:25px;
}

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {

    
	 .login_heading{
		font-size:20px;
	}
	.spec_text {
        /*line-height: 30px;
        font-size: 20px;*/
        line-height: 25px;
        font-size: 15px;
        font-weight: 300;
    }
    
    .spec_text2 {
        /*line-height: 30px;
        font-size: 20px;*/
        line-height: 25px;
        font-size: 18px;
        font-weight: 400;
    }

    .page_btn_active {
       padding: 12px 10px;
       font-size: 12px;
    }

    .page_btn{
        padding: 12px 10px;
        font-size: 12px;
    }

    .inner_lang_btn_p .spec_button {
        font-size: 10px;
    }

    .bottom_text {
        font-size: 11px;
        left: 20px;
    }

    .spec_button {
        padding: 12px 15px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {

    .right_side_col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner_top_sec h3 {
        margin-top: 5px;
        font-size: 16px;
    }

    hr {
        margin-top: 0px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #eee;
    }
    
    .fixed_bg_col {
        background-size: cover;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .footer_text {
        font-size: 9px;
    }
	
	.modal-backdrop.in {
        display: inherit !important;
    }
	
	.login_heading{
		font-size:19px;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

   
   
	.google_icon{
		margin-top:-2px !important;	
	}
	
	
    .menu_btn{
        position: absolute;
        top: -18px;
        left: 8px;
        width: 67px;
    }

    .logo {
        float: left;
        padding-top: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
	
	

    .lang_btn_p {
        text-align: right;
        padding-right: 0px;
    }

   .lang_btn_p .spec_button {
        font-size: 12px;
    }

    .right_side_col {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_text {
        text-align: center;
        font-size: 13px;
    }

    .footer_logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .bottom_text {
        position: relative;
        text-align: center;
        margin-top: 20px;
        left: 0px;
    }


    .spec_button {
        padding: 12px 10px;
        font-size: 13px;
    }

    .heading {
        font-size: 22px;
    }

    .modal-body {
        position: relative;
        height: 100%;
        padding: 15px;
         background-image:url('../images/bg.jpg');
        background-repeat:no-repeat;
        background-size:cover;
        background-position: center center;
        background-attachment: fixed;
    }


    .page_btn_active:after {
        display: none;
    }

    button.close {
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        background-color: #0192a7;
        padding: 2px;
        border-radius: 50px;
        width: 35px;
        height: 35px;
        font-size: 19px;
        opacity: 1;
        color: #ffffff;
    }

    .help_btn {
        margin-top: 12px;
        float: left !important;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

    .modal-body {
        background-position: left center;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

    .panel-default>.panel-heading a {
        font-size: 14px;
        line-height: 20px;
    }

    .panel-default>.panel-heading a:after {
        content: "";
        position: relative;
        top: -6px;
    }

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {



}


@media only screen and (max-width : 320px) {



}