@charset "utf-8";
/* CSS Document */
*{
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body{
	height: 100% !important;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

/* start here */

.margin_bot{
    margin-bottom: 25px;
}

.back_base{
    width: 100%;
    background: url(../../images/_relipay/login_bg.jpg) repeat;
    background-size: contain;
    background-attachment: fixed;
}

.nav_bar{
    background: #fff;
    padding: 15px 0;
    margin-bottom: 25px;
}

.nav>ul{
    margin: 0;
    padding: 0;
    text-align: right;
}

.nav>ul>li{
    list-style: none;
    display: inline-block;
    margin: 0px 15px;
    line-height: 48px;
    font-weight: bold;
    position: relative;
}

.nav>ul>li>a{
    color: #545353;
    font-size: 11px;
}

.nav>ul>li.btn_blk>a{
    background: #33ab51;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
}

.nav>ul>li.btn_blk>a:hover{
    color: #fff;
}

.nav>ul>li>a:hover{
    color: #0077ac;
}

.nav ul li:hover ul.dropdown_nav{
    display: block;
}

.nav ul li ul.dropdown_nav{
    margin: 0;
    padding: 0;
    background: #0077ac;
    width: 164px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 999;
    text-align: left;
    display: none;
}

.nav ul li ul.dropdown_nav li{
    list-style: none;
    color: #fff;
    border-bottom: 1px solid #0ba8ee;
    line-height: 34px;
}

.nav ul li ul.dropdown_nav li a{
    color: #fff;
    font-size: 12px;
    display: block;
    padding: 0 10px;
}

.nav ul li ul.dropdown_nav li a:hover{
    background: #33ab51;
}

.white_card{
    background: #fff;
    border-radius: 7px;
    padding: 15px;
}

.white_card figure, .white_card figcaption {
    float: left;
    width: 50%;
}

.white_card figure img {
    width: 70%;
}

.white_card figcaption{
    padding: 10px;
}

.white_card h3{
    font-size: 20px;
    font-weight: bold;
    color: #0077ac;
    margin-bottom: 10px;
}

.white_card p{
    font-size: 17px;
    font-weight: bold;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.white_card a{
    background: #0077ac;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.white_card a:hover{
    background: #34ac52;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff;
}

.blue_base{
    background: #101f33;
	padding-bottom: 0;
}

.white_blk{
    background: #fff;
    padding: 10px 15px;
    border-radius: 7px;
}

.white_blk ul{
    margin: 0;
    padding: 0;
}

.white_blk ul li{
    list-style: none;
    display: block;
    float: left;
    width: 50%;
}

.white_blk ul li figure{
    float: left;}

.white_blk ul li figcaption{
    float: left;
    margin-left: 15px;
    line-height: 14px;
    font-weight: bold;
    padding-top: 3px;}


.white_blk ul li figcaption span{
    display: block;
    font-size: 10px;}

.white_blk h5{
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 34px;
}

.white_blk h5 figure{
    display: inline;
    float: right;
}

.white_blk h5 figure img{
    width: 92%;
}

.blk_blk {
    background: rgba(0,0,0,0.2);
    padding: 10px 15px;
    border-radius: 7px;
}

.blk_blk h5{
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 44px;
    color: #fff;
}

.blk_blk h5 figure{
    display: inline;
    float: right;
}

.blk_blk h5 figure img{
    width: 92%;
}

.banner{
    border-radisu: 7px;
    overflow: hidden;
}

.banner figure{}

.banner figure img{
    max-width: 100%;
}

.footer{
    background: #33ab51;
    padding: 10px 15px;
    margin-top: 15px;
    position: relative;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
}

.footerlinks ul{
    margin: 0;
    padding: 0;
    text-align: center;
}


.footerlinks li{
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 15px;
    text-transform: uppercase;
}

.footerlinks li a{
    color: #fff;
    text-decoration: none;
}

.footerlinks li a:hover{
    color: #2a2a2a;
}



/* end here */

.pad_tb_10{
	padding-top: 10px;
	padding-bottom: 10px;
}

.pad_tb_20{
	padding-top: 20px;
	padding-bottom: 20px;
}

.pad_tb_30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.pad_tb_45{
	padding-top: 45px;
	padding-bottom: 45px;
}

.padd_tb_100{
	padding: 110px 0;
}

.pad_r_250{
	padding-right: 250px;
}

.pad_t_30{
	padding-top: 30px;
}

.pad_b_20{
	padding-bottom: 20px;
}

.padd_lr_15{
	padding: 0 15px;
}

.no_padd{
	padding: 0;
}

.no_mar{
    margin: 0;
}

.pad_t_200{
	padding-top: 200px;
}

.margin_b_10{
	margin-bottom: 10px;
}

.margin_b_20{
	margin-bottom: 20px !important;
}

.margin_t_20{
	margin-top: 20px;
}
.margin_t_10{
	margin-top: 10px;
}

.cus_img{
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

h1, .blue_parallex h1, .green_h1{
	font-size: 35px;
	padding: 20px 0;
	text-align: center;
	position: relative;
    /*margin-top: 20px;*/
}

h2{
	color: #fff;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 30px;
	color: #3a3939;
}

h3{
	font-size: 25px;
}

h4{
	font-size: 21px;
}

h5{
	font-size: 18px;
	text-align: center;
}

h6{
	font-size: 15px;
}


a{
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

a:hover, a:focus, input:focus, textarea:focus{
	outline: none;
	text-decoration: none;
}



.display_none{
    display: none;
}

.blk_blk h5:after, .white_blk h5:after, .white_blk ul:after, .white_card:after, .inn_tube:after, .search_popup>ul.sp_list:after, .search_popup>ul.sp_blk_list:after, .user_details ul:after, .service_popup ul:after, .sb-form-head:after, .air_tabs:after, .one_third_label:after, .flight_details:after, .flight_dep_arr:after, .topbar ul:after, .latest_updates:after, .title_bar:after, .services ul:after, .benelist_btn ul:after, .user_details:after, .margin_t_20:after, .top_rth_links:after, .card_blk:after, .dash_tiles:after, .dash_tiles>ul:after, .card_blk:after{
	display: table;
	content: '';
	clear: both;
}

.login_base{
    background: #101f33;
    border-radius: 20px;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0,119,172,1);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0,119,172,1);
    box-shadow: 0px 0px 13px 0px rgba(0,119,172,1);
}


.left_blk{
    overflow: hidden;
    background: #0077ac;
    border-radius: 20px;
    padding: 30px 15px;
    -webkit-box-shadow: 9px 0px 13px -7px rgba(0,119,172,1);
    -moz-box-shadow: 9px 0px 13px -7px rgba(0,119,172,1);
    box-shadow: 9px 0px 13px -7px rgba(0,119,172,1);

}


.left_blk h4{
    font-size: 12px;
    color: #fff;
}

.left_blk h4 span{
    border-radius: 20px 0 0 20px;
    background: #fff;
    padding: 7px 15px;
    color: #000;
    font-weight: bold;
    margin-right: -20px;
    float: right;
    margin-top: -9px;
    border: 3px solid #7f7f7f;
    border-bottom: none;
}

.login_clip{
    padding: 20px 15px;
}

.login_clip img{
    width: 100%;
}

.login_otp_dis p{
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.login_blk{
    padding: 20px 20px 0 20px;
}

.login_blk .logo {
    width: 100%;
    text-align: center;
}

.login_blk .logo img{
    width: 50%;
}

.login_blk h3{
    color: #0077ac;
    font-weight: bold;
    text-align: center;
    margin: 8px 0 20px 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.login_blk h5{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.login_blk input[type='text'], .login_blk input[type='password'] {
    background: none;
    width: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #4a4a4a;
    font-size: 14px;
    color: darkgrey;
    padding: 5px 10px;
}

.login_blk .form_wrap{
    position: relative;
    margin-bottom: 30px;
}

.login_blk .form_wrap.no_mar{
    margin-bottom: 0;
}

.login_blk .form-group{
    text-align: center;
    margin: 20px 0 0 0;
}

.login_blk .form_wrap span{
    position: absolute;
    right: 10px;
    top: 0;
    color: #33ab51;
}

.login_blk label{
    font-size: 10px;
    font-weight: normal;
    color: #a7a7a7;
    margin-top: 15px;
}


.login_blk label a{
    color: #a7a7a7;
    text-decoration: underline;
}

.login_blk label a:hover{
    text-decoration: none;
}

.for_pass{
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 25px;
}

.btn-sub{
    border: 2px solid #0077ac;
    background: none;
    padding: 5px 25px;
    color: #0077ac;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.btn-sub:hover{
    background: #0077ac;
    color: #fff;
}

.iso_blks{
    margin-top: 15px;
    border-top: 1px solid #299dd1;
    padding: 15px 0;
}

.iso_blks .iso_lft p, .iso_blks .iso_right p{
    color: #fff;
    font-size: 10px;
}

.iso_blks .iso_right{
    text-align: right;
}

.iso_blks .iso_lft img{
    width: 100%;
}

.iso_blks .iso_right img{
    width: 55%;
}

.forget{
    display: none;
}

.blk_bg{
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    background: #101f33;
    margin-bottom: 15px;
    POSITION: relative;
}

.parent_wrapper{
    padding-bottom: 40px;
}

.logo img{
    width: 110px;
}

.logo{
	float: left;
    padding: 5px 10px;
}

.top_mid_links ul{
    margin: 0;
    padding: 0;
}

.top_mid_links>ul>li{
    display: block;
    float: left;
    margin: 0 10px;
    font-size: 12px;
}

.top_mid_links>ul>li>a{
    color: #000;
    display: block;
    font-weight: 500;
    line-height: 57px;
    border-bottom: 2px solid transparent;
    color: #fff;
}


.top_mid_links>ul>li>a:hover{
    border-bottom: 2px solid #0077ac;
}

.top_rth_links>ul{
    margin: 11px 0 0 0;
    padding: 0;
    text-align: right;
}

.top_rth_links>ul>li{
    display: inline-block;
    margin: 0 1px;
    font-size: 12px;
    position: relative;
    border-bottom: 3px solid #33ab51;
}

.top_rth_links>ul>li>a{
    color: #000;
    display: block;
    font-weight: 500;
    line-height: 35px;
    border-bottom: 2px solid transparent;
    color: #fff;
    padding: 0 5px;
}


.top_rth_links>ul>li:hover .dropdown_rth{
    display: block;
}

.top_rth_links>ul>li:hover>a{
    background: #33ab51;
    border-radius: 10px 10px 0 0;
}

.dropdown_rth{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 180px;
    background: #fff;
    border-radius: 5px;
    z-index: 15;
    padding: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);
    box-shadow: 0px 0px 5px 0px rgba(148,148,148,1);

}

.dropdown_rth:before {
    position: absolute;
    content: '';
    right: 10px;
    top: -19px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
}

.dropdown_rth li{
    list-style: none;
    display: block;
}

.dropdown_rth li a{
    padding: 7px 10px;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
    display: block;
    font-size: 11px;
    font-weight: 500;
    color: #6c6c6c;
}

.dropdown_rth li:last-child a{
    border: none;
}

.dropdown_rth li a:hover {
    background: #0078ad;
    color: #fff;
}

.cus_blk{
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #3d3d3d;
    color: #0373a9;
    font-size: 18px;
    font-weight: 500;
}

.cus_blk a{
    color: #33ab51;
}

.cus_blk a:hover{
    text-decoration: none;
}

.cus_blk span{
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.cus_blk_rt{
    text-align: right;
    color: #33ab51;
}

.dash_tiles{}

.dash_tiles h5{
    font-size: 11px;
    text-align: left;
    font-weight: 600;
    padding: 0 7px;
    border-top: 2px solid #101f33;
    padding-top: 10px;
}

.dash_tiles>ul{
    margin: 0;
    padding: 0;
}

.dash_tiles>ul>li{
    background: transparent linear-gradient(192deg, #FFFFFF 10%, #D2D2D2 90%) 0% 0% no-repeat padding-box;
    padding: 5px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
}

.dash_tiles>ul>li span{
    width: 100%;
    height: 100%;
    background: #f0f0f8;
    border-radius: 20px;
    display: block; 
    padding: 10px;
    min-height: 116px;
}

.card_blk{
    margin-bottom: 10px;
}

.backdrop{
    position: absolute;
    left: 0;
    top: 0;
}

.backdrop img{
    width: 75%;
}


.tile_icon{
    display: block;
    background: transparent linear-gradient(192deg, #FFFFFF 10%, #D2D2D2 90%) 0% 0% no-repeat;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    padding: 5px;
    margin-top: 10px;
    float: left;
}

.tile_icon figure{
    border-radius: 50%;
    background: #f0f0f8;
    padding: 5px;
}


.tile_list{
    float: left;
}

.tile_list ul{
    margin: 0 0 0 25px;
    padding: 0;
}

.tile_list li{
    list-style: none;
    margin-bottom: 12px;
    font-size: 10px;
    font-weight: 600;
}

.tile_list li a{
    color: #0077AC;
}

.tile_list li a img{
    margin-right: 7px;
}

.tile_list li:nth-child(2n) a{
    color: #33AB51;
}

.tile_list li:nth-child(3n) a{
    color: #013773;
}

.tile_list li a:hover{
    color: #000;
}

.tile_list li a:hover img{
  filter: grayscale(100%);
}


.banner_slider{
    border-radius: 25px;
    overflow: hidden;
}

.banner_slider .owl-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
}

.banner_slider.owl-theme .owl-controls .owl-buttons div{
    background: #2e974e;
    border-radius: 50%;
	font-size: 24px;
	position: absolute;
    transform: translateY(-50%);
     width: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.banner_slider.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 10px;
}

.banner_slider.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 10px;
}


.service_popup .modal-header{
    background: #0077AC;
    border-radius: 15px 15px 0 0;
}

.service_popup .modal-dialog{
    width: 800px;
}

.service_popup .modal-content{
    border-radius: 15px;
}

.service_popup .modal-header .close {
    margin-top: 0;
    font-size: 24px;
}

.service_popup .modal-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.42857143;
    font-weight: 600;
    color: #fff;
}

.service_popup .modal-body{
    padding: 20px;
    background: #fcfcfc;
}

.service_popup ul{
    margin: 0;
    padding: 0;
}

.service_popup ul li{
    list-style: none;
    float: left;
    width: 16.6%;
    min-height: 117px;
}


.service_popup ul li a{
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #f3f3f3;
    display: block;
    border-radius: 5px;
    padding: 7px 0 0 0;
    margin: 5px;
    min-height: 96px;
    color: #5d5d5d;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}

.service_popup ul li a figure{
     margin-bottom: 10px;
}

.service_popup ul li a:hover{ 
    border-color: #0077ac;
    color: #0077ac;
}

.search_wrap{
    position: relative;
    z-index: 51;
}

.nav_search{
    margin: 5px 0;
    padding: 10px;
    background: #21487C;
    border-radius: 10px;
    position: relative;
    z-index: 5;
}


.search_icon{
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #101f33;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    top: 7px;
    font-size: 11px;
}

.search_close_icon{
    display: none;
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    background: #101f33;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 25px;
    top: 7px;
    font-size: 11px;
    cursor: pointer;
}

.nav_search input[type='text']{
    width: 100%;
    background: #21487c;
    border: none;
    color: #fff;
    padding-left: 15px;
    padding-right: 27px;
    box-shadow: none;
}

.nav_search input[type="number"] {
  width: 100%;
  background: #21487c;
  border: none;
  color: #fff;
  padding-left: 15px;
  padding-right: 27px;
  box-shadow: none;
}

.search_popup{
    display: none;
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    padding: 42px 10px 10px 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
    box-shadow: 0px 2px 5px 0px rgba(163,163,163,1);
}

.search_popup h3{
    font-size: 12px;
    color: #fff;
    padding: 0px 0 5px 5px;
    font-weight: 500;
}

.search_popup>ul.sp_blk_list{
    margin: 0 0 10px 0;
    padding: 0;
}


.search_popup>ul.sp_blk_list>li{
    list-style: none;
    float: left;
    margin: 0.5%;
    display: block;
}

.search_popup>ul.sp_blk_list>li>a{
    color: #fff;
    display: block;
    background: #0077AC;
    padding: 5px 11px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
}

.search_popup>ul.sp_blk_list>li>a:hover{
    background: #2e974e;
}

.search_popup>ul.sp_list{
    margin: 0 5px 16px 5px;
    padding: 0;
}

.search_popup>ul.sp_list>li{
    list-style: none;
    float: left;
    font-size: 11px;
    font-weight: 600;
    padding: 0 13px 0 0;
}


.out_tube{
    background: transparent linear-gradient(177deg, #FFFFFF 50%, #D2D2D2 90%) 0% 0% no-repeat padding-box;
    padding: 4px;
    position: relative;
    border-radius: 20px;
}

.inn_tube{
    background: #f0f0f8;
    border-radius: 16px;
    display: block;
    padding: 10px 15px
}

.out_tube h3{
    font-size: 17px;
    color: #0077AC;
    font-weight: 500;
    padding: 0;
    margin: 10px 0;
}

.out_tube figure{
    margin-bottom: 15px;
}

.btn_default{
    float: right;
    border: 2px solid #0077AC;
    color: #0077AC;
    border-radius: 3px;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 12px;
}

.btn_default:hover{
    background: #0077AC;
    color: #fff;
    -webkit-box-shadow: -2px -2px 5px 0px rgba(199,199,199,1);
-moz-box-shadow: -2px -2px 5px 0px rgba(199,199,199,1);
box-shadow: -2px -2px 5px 0px rgba(199,199,199,1);

}


.in_tabs ul{
	margin: 0 0 0 10px;
	padding: 0;
	overflow: hidden;
}

.in_tabs ul li{
    list-style: none;
    display: block;
    float: left;
    width: auto;
    text-align: center;
}

.in_tabs ul li a{
    background: #5a5a5a;
    padding: 10px 15px;
    color: #ffffff;
    display: block;
    position: relative;
    font-size: 15px;
    border-right: 1px solid #fff;
    border-radius: 5px 5px 0 0;
}

.in_tabs ul li:last-child a{
	border: none;
}

.in_tabs ul li.active a, .in_tabs ul li:hover a{
	background: #33ab51;
	color: #fff;
}


.search_wrap input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.search_wrap input[type='text'] :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search_wrap input[type='text'] ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}


.ham_bar{
    display: none;
}

.menu_bar_new{
    display: none;
}

@media screen and (max-width: 1199px){
    
.login_base{
    margin-top: 30px;
    margin-bottom: 20px;
}

.top_rth_links>ul>li{
    font-size: 11px;
}

.search_popup>ul.sp_list>li{
    font-weight: 500;
}

.dash_tiles>ul>li{
    width: 32%;
}

    
}

@media screen and (max-width: 991px){

.logo img {
    width: 100%;
}

.top_rth_links>ul{
    margin: 0;
}

.top_rth_links>ul>li>a{
    padding: 0 10px;
}

.logo img {
    width: auto;
    max-width: 100%;
}

.tile_icon{
    display: none;
}

.tile_list ul{
    margin: 0;
}

.dash_tiles>ul>li span{
    min-height: 128px;
}

}

@media screen and (max-width: 767px){
    .left_blk{
        display: none;
    }
    
    .cus_blk{
        padding-bottom: 20px;
    }
    
    
    .logo{
        float: none;
    }
    
    .parent_wrapper{
        padding-bottom: 90px;
    }
    
    .dash_tiles>ul>li{
        width: 49%;
    }
    
    .tile_list {
        margin-left: 16px;
    }
    
    .tile_icon {
        display: block;
    }
    
    .ham_bar{
        background: #0076ac;
        display: block;
        text-align: center;
        color: #fff;
        line-height: 29px;
        border-radius: 5px 5px 0 0;
    }
    
    .top_rth_links>ul{
        background: #0076ac;
        display: none;
    }
    
    .top_rth_links>ul>li{
        float: none;
        border-bottom: 1px solid #1190ca;
        text-align: left;
        display: block;
    }
    
    .top_rth_links>ul>li>a>span{
        float: right;
    }
    
    .dropdown_rth{
        display: none;
        position: relative;
        width: 100%;
        background: #21487c;
        box-shadow: none;
        border-radius: 0;
    }
    
    .dropdown_rth li a{
        border-bottom: 1px solid #3766a5;
        color: #fff;
    }
    
    .top_rth_links>ul>li:hover>a{
        border-radius: 0;
    }
    
    .top_rth_links>ul>li:hover .dropdown_rth{
        display: none;
    }
    
    .menu_bar_new{
        display: block;
        position: absolute;
        right: 15px;
        top: -50px;
        background: #34ac52;
        color: #fff;
        width: 35px;
        height: 35px;
        border-radius: 5px;
        text-align: center;
        line-height: 35px;
        font-size: 15px;
    }
    
    .nav{
        position: absolute;
        left: 0;
        top: 0;
        background: #0077ac;
        z-index: 99;
        width: 100%;
        display: none;
    }
    
    .nav>ul>li{
        display: block;
        text-align: left;
        margin: 0;
        line-height: 36px;
    }
    
    .nav>ul>li>a{
        display: block;
        color: #ffffff;
        font-size: 11px;
        padding: 0 15px;
    }
    
    .nav>ul>li>a:hover {
        color: #fff;
        background: #33ab51;
    }
    
    .nav ul li ul.dropdown_nav{
        width: 100%;
    display: block;
    }
    
    .nav ul li ul.dropdown_nav li{
        border-bottom: none;
    }
    
    .nav>ul>li.btn_blk>a{
        display: none;
    }
    
    .white_card, .white_blk{
        margin-bottom: 15px;
    }
    
    .margin_bot {
        margin-bottom: 15px;
    }
    
    .blk_blk h5 figure{
        display: block;
        text-align: center;
        float: none;
    }
    
    .footerlinks li{
        display: block;
    }
}

@media screen and (max-width: 479px){
    
    .cus_blk{
        font-size: 12px;
    }
    
    .cus_blk span{
        font-size: 10px;
    }
    
    
    .dash_tiles>ul>li{
        width: 99%;
    }
    
}








.main_blks li {
    list-style: none;
    display: block;
    float: left;
    width: 22%;
    text-align: center;
    line-height: 90px;
    /* background: #0078ad; */
    border-radius: 10px;
    margin: 1%;
    border: 2px solid #ccc;
}

.red_bg{
	background: #33ab51;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0,0,0,0.24);
     margin-bottom: 15px;
    color: #fff;
     text-align: center;
    font-size: 15px;
}

.pos_rel{
	position: relative;
}


.topbar{
	float: right;
}

.topbar ul{
	margin: 0;
    padding: 20px 0 0;
	text-align: right
}

.topbar ul li{
	list-style: none;
	display: inline-block;
	color: #fff;
}

.topbar ul li a{
	color: #fff;
    font-size: 12px;
}

.topbar ul li.wallet_bl{
    font-size: 18px;
}

.topbar ul li.not_icon a{
	display: block;
    background: rgba(255,255,255,0.3);
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.topbar ul li.not_icon a:hover{
    transform: rotate(180deg);
}

.topbar ul li.buzz_icon a{
	display: block;
    background: rgba(255,255,255,0.3);
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
}

.topbar ul li.buzz_icon a:hover{
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.topbar ul li.dropdown>a{
      background: #33ab51;
    display: inline-block;
    line-height: normal;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    border-radius: 5px;
}



.main_menu{
}

.main_menu>ul{
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.main_menu>ul>li{
	list-style: none;
	display: inline-block;
	position: relative;
}

.main_menu>ul>li>a{
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
     padding: 9px 7px;
     position: relative;
    text-transform: uppercase;
}
/*
.main_menu>ul>li>a:first-child:before {
    position: absolute;
    content: '';
    left: 50%;
    top: -100%;
    width: 40px;
    height: 40px;
    background: url(../../images/_default/diya.png) no-repeat;
    margin-left: -20px;
}
*/
.main_menu>ul>li>a>i{
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}

.main_menu>ul>li>a>span{
	display: none;
}

.main_menu>ul>li:hover>a{
    background: #0076ac;
    color: #fff;
}
.main_menu>ul>li.active>a{
    background: #0076ac;
}

.main_menu>ul>li .dropdown_menu{
	position: absolute;
	left: 0;
	top: 100%;
    background-color: #111;
	width: 220px;
	z-index: 100;
	padding: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
	transition: all ease 0.3s;
}

.main_menu>ul>li .dropdown_menu.right_pos{
	left: auto;
	right: 0;
}

.main_menu>ul>li .dropdown_menu.right_pos_full{
	left: auto;
	right: 0;
}

.main_menu>ul>li .dropdown_menu.right_pos_full, .main_menu>ul>li .dropdown_menu.full_menu{
    width: 500px;
}

.main_menu>ul>li .dropdown_menu.right_pos_full li, .main_menu>ul>li .dropdown_menu.full_menu li {
    list-style: none;
    display: inline-block;
    width: 49%;
    float: left;
}

.main_menu>ul>li:hover .dropdown_menu{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
}

.main_menu>ul>li .dropdown_menu li{
	list-style: none;
}

.main_menu>ul>li .dropdown_menu li a{
	display: block;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    color: rgba(255,255,255,.7);
	text-align: left;
	font-size: 12px;
    padding: 10px 20px;
}

.main_menu>ul>li .dropdown_menu li a:hover{
	background: #0076ac;
	color: #FFF;
    padding: 10px 25px;
}

ul.dropdown-menu{
	margin: 0;
	padding: 0;
}

ul.dropdown-menu li{
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
	float: none;
}

ul.dropdown-menu  li a{
    color: #3a3939;
    padding: 7px 15px;
}

.light_grey_bg{
	background: #f5f5f5;
	margin-bottom: 15px;
}

.white_bg{
    background-color: #FFF;
    border: 1px solid #d4d5d5;
    border-radius: 4px;
    border-bottom: 3px solid #cacbcb;
    margin-bottom: 15px;
	padding: 30px;
	position: relative;
}

.white_bg.half_padd{
	padding: 15px;
}

.small_menu{
	margin: 15px;
}

.small_menu ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.small_menu ul li{
	list-style: none;
    margin: 0 15px;
	display: inline-block;
}

.small_menu ul li a{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	font-weight: 400;
}

.small_menu ul li a:hover{
	color: #ef4828;
}

.parallex_blk{
	/*background: url(../../images/_default/bg_texture.png) repeat #0076ac;*/
	background: #0175ab;
     padding: 35px 15px;
	margin-bottom: 15px;
	border-radius: 5px;	
    box-shadow: 0 1px 10px rgba(0,0,0,0.24);
}

.parallex_blk1{
	background: url(../../images/_default/tricolor_background.jpg);
     padding: 35px 15px;
	margin-bottom: 15px;
	border-radius: 5px;	
    box-shadow: 0 1px 10px rgba(0,0,0,0.24);
}

.flight_blk.parallex_blk{
	padding: 35px 15px;

}

.parallex_blk h2{
	color: #fff;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: center;
}
.parallex_blk h3{
	color: #222;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	font-size:20px;
}

.parallex_blk h5{
	color: #fff;
	margin-top: 20px;
}

.input_holder{
	position: relative;
}

.input_holder input{
	width: 100%;
    padding: 15px 25px;
	border: none;
	box-shadow: 2px 2px 0px 0px rgba(204,204,204,1);
    border-radius: 7px;
	font-size: 15px;
}

.input_holder button{
    position: absolute;
    right: -4px;
    top: 0px;
    font-size: 18px;
    color: #ffffff;
    width: 51px;
    height: 54px;
    background: #656565;
    border-radius: 0 10px 10px 0;
    text-align: center;
    line-height: 54px;
    cursor: pointer;
    border: 0;
}

.input_holder span{
	display: block;
	margin-top: 10px;
	font-size: 15px;
	padding-left: 10px;
	color: #fff;
}

.table_data{
	text-align: center;
}

.table_data table thead tr td{
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 800;
	border-top: 1px solid #989898 !important;
	border-bottom: 1px solid #989898;
	border-right: 1px dashed #989898;
}

.table_data table thead tr td:last-child, .table_data table tbody tr td:last-child{
	border-right: none;
}

.table_data table tbody tr td{
	border-top: none;
	border-right: 1px dashed #989898;
}

.table_data table tbody tr:last-child td{
	font-weight: bold;
	border-top: 1px solid #989898 !important;
	border-bottom: 1px solid #989898;
}

.user_details{
	padding: 0 0 15px 0;
}

.user_details span{
	color: #afb0b0;
	display: block;
	margin-bottom: 10px;
}

.user_details h4{
    font-size: 18px;
	margin: 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #afb0b0;
}

.side_menu{
	margin: 0;
	padding: 0;
}

.side_menu li{
	list-style: none;
	display: block;
    border-bottom: 1px solid #afb0b0;
}

.side_menu li a{
	color: #000;
	line-height: 30px;
	position: relative;
}

.side_menu li a:before{}

.side_menu li a:hover{
	color: #ef4828;
}

.user_details ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.user_details ul li{
	float: left;
	display: block;
	width: 33.33%;
	padding: 0 15px;
	line-height: 36px;
	font-size: 15px;
}

.user_details ul.heads li{
	color: #fff;
	background: #0076ac;
	border-right: 1px solid #fff;
}

.user_details ul.details li{
	font-size: 15px;
	line-height: 48px;
	padding: 0 10px;
	width: 31.33%;
	margin: 0 1%;
    border-bottom: 1px solid #afb0b0;	
}

.bene_head{
	padding: 0;
}

.bene_head span{
	display: block;
}

.reg_bene thead th{
	color: #fff;
	background: #ef4828;
	border-right: 1px solid #fff;
}

.reg_bene thead th:last-child{
	border: none;
}

.reg_bene tbody tr{
	margin: 5px 0;
}

.reg_bene tbody td{
	background: #fff;
}

.reg_bene_head{
	padding: 0 15px;
	margin-bottom: 10px;
	line-height: 30px;
	font-size: 15px;
    color: #fff;
    background: #0076ac;
	text-align: center;
}

.reg_bene_head div{
    border-right: 1px solid #fff;
}

.reg_bene_head div:last-child{
	border: none;
}

.reg_bene_det_wrap{
	margin: 0 0 10px 0;
	padding: 15px 15px;
}

.reg_bene_det{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 7px;
}

.bene_status i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #0076ac;
	display: inline-block;
	color: #fff;
}

.reg_bene_det input[type='text']{
	padding: 5px 10px;
	height: 28px;
}

.bene_pro{
	position: relative;
}

.bene_pro button{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 15px;
    color: #ffffff;
    width: 28px;
    height: 28px;
	border-radius: 0 6px 6px 0;
    background: #0076ac;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
	border: 0;
}

.bene_det_tabs{
    border-top: 1px solid #f3f3f3;
	margin: 10px 5px;
	padding: 15px 0 0 0;
}

.bene_det_tabs li{
	list-style: none;
	display: inline-block;
}

.bene_det_tabs li a{
    color: #000;
    margin-right: 7px;
    font-size: 14px;
    background: #ef4828;
    color: #fff;
    padding: 5px 11px;
    border-radius: 5px;
}

.bene_det_tabs li a:hover{
	background: #000;
}

.air_form{
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}

.flight_blk .air_form{
    padding: 15px;
}

.air_form label{
	font-weight: normal;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
}

.air_form label.small_label{
    font-size: 10px;
    text-transform: none;
    padding: 6px 7px;
}

.air_form input[type='text'], .air_form input[type='email'],.air_form input[type='password'], .air_form input[type='date'],.air_form input[type='phone'], .air_form select, .air_form textarea{
	border: 1px solid #dcdada;
	border-radius: 4px;
	color: #555555;
	font-family: roboto-medium, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	height: 40px;
	font-size: 15px;
	margin-top: 6px;
	width: 100%;
	padding: 0 10px;
	outline: medium none;
	box-shadow: 3px 3px 0px 0px rgba(220, 218, 218, 0.75);
	 overflow: hidden;
}
.air_form textarea{
    margin-top:10px;
    margin-bottom:10px;
	border: 1px solid #dcdada;
	border-radius: 4px;
	color: #555555;
	font-family: roboto-medium, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	height: 40px;
	font-size: 15px;
	margin-top: 6px;
	width: 100%;
	height: 150px;
	padding: 0 10px;
	outline: medium none;
	box-shadow: 3px 3px 0px 0px rgba(220, 218, 218, 0.75);
	 overflow: hidden;
}

.exchange_icon{
	position: relative;
	padding-top: 15px;
}

.exchange_icon:before{
	position: absolute;
	left: 45%;
	top: -12px;
	content: "\f0ec";
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #676767;
}

.air_form .form-group{
	margin-bottom: 30px;
}

.flight_blk .air_form .form-group{
    margin-bottom: 15px;
}    

.custom_sel .select2-container{
	border: 1px solid #dcdada;
	border-radius: 4px;
	color: #555555;
	font-family: roboto-medium, Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	height: 40px;
	font-size: 15px;
	margin-top: 6px;
	width: 100%;
	outline: medium none;
	box-shadow: 3px 3px 0px 0px rgba(220, 218, 218, 0.75);
}

.custom_sel .select2-container--default .select2-selection--single{
    height: 40px;
}

.custom_sel .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    height: 0;
    left: 50%;
    margin-left: -11px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0;
}

.custom_sel .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #888 transparent;
    border-width: 0 8px 10px 8px;
}

.custom_sel .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 29px;
}

.calender_blk{
	position: relative;
}

.calender_blk span{
	position: absolute;
	left: 9px;
	top: 14px;
	font-size: 18px;
}

.calender_blk input[type='text']{
	padding-left: 30px;
}

.calender_blk_rth{
	position: relative;
}

.calender_blk_rth span{
	position: absolute;
	right: 9px;
	top: 7px;
	font-size: 18px;
}

.calender_blk_rth input[type='text']{
	padding-right: 30px;
}


.pass_blk{
	position: relative;
}

.pass_blk div{
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: 30px;
	cursor: pointer;
}

.pass_blk div:last-child{
	left: auto;
	right: 7px;
}

.pass_blk input[type='text']{
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
}

.air_tabs{
	margin: 0 0 0 10px;
	padding: 0;
}

.air_tabs li{
	list-style: none;
	display: block;
	float: left;
	margin-right: 5px;
}

.air_tabs>li>a{
      color: #fff;
    background: #2da94c;
    font-size: 13px;
    display: block;
    border-radius: 5px 5px 0 0;
    padding: 10px 11px;
}

.air_tabs li a.active, .air_tabs li a:hover{
	background: #fff;
	color: #000;
}

.air_tabs li.tab_dropdown{
	position: relative;
}

.tab_dropdown_menu{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 200px;
	background: #e44b2f;
	z-index: 9999;
	border-radius: 0 5px 5px;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
	
.tab_dropdown_menu li{
	float: none;
	margin: 0;
}

.tab_dropdown_menu li a{
	display: block;
	border-bottom: 1px solid #c3422b;
	border-radius: 0;
	color: #fff;
	background: #842b1b;
	font-size: 15px;
	padding: 10px 15px;
}

.search_blk{
	background: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	border: 1px solid #d4d5d5;
	border-bottom: 3px solid #cacbcb;
	padding: 30px;
	margin-bottom: 30px;
}

.search_blk span{
	display: block;
	color: #6b6b6b;
}

.search_blk input[type='text'], .search_blk select{
	background: none;
	font-size: 15px;
	padding: 7px 0;
	border: none;
	border-bottom: 1px solid #999;
	width: 100%;
}

.air_filter{
	padding: 0;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #d4d5d5;
	border-top: 0;
	border-bottom: 3px solid #cacbcb;
}

.air_filter h1{
	background: #ef4828;
	border-radius: 5px 5px 0 0;
	margin: 0;
	padding: 7px 10px;
	color: #fff;
	font-size: 16px;
	text-align: left;
}

.air_filter h1 span{
	float: right;
	font-size: 14px;
}

.air_fil_blk{
	padding: 10px;
	border-bottom: 1px solid #d4d5d5;
}

.air_fil_blk h3{
	font-size: 15px;
	margin-bottom: 10px;
	background: #505050;
	padding: 5px 7px;
	color: #fff;
}

.air_fil_blk h3 span{
	float: left;
	margin-right: 5px;
}


.air_fil_blk h3 small{
	float: right;
	margin-left: 5px;
	font-size: 12px;
	color: #fff;
}

.air_fil_blk label{
	width: 100%;
	font-size: 13px;
	font-weight: normal;
}

.one_third_label label{
	display: block;
	float: left;
	width: 33.33%;
}

.max_ht_blk{
	max-height: 180px;
	overflow-Y: scroll;
}


.air_filter_result_head{
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	background: #ef4828;
	text-align: center;
}

.air_filter_result_head div{
	padding: 0;
	border-right: 1px solid #fff;
}

.air_filter_result_head div:last-child{
	border: none;
}


.air_filter_result_wrap{
	margin: 0 0 10px 0;
	padding: 15px 15px;
}

.reg_bene_det{
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	padding-bottom: 7px;
}

.flight_details figure, .flight_details figcaption{
	float: left;
	margin-right: 5px;
}

.flight_details figcaption{
	font-size: 13px;
	line-height: 12px;
}

.flight_details figcaption span{
	display: block
}

.flight_dep_arr{
	text-align: center;
}

.flight_note{
	margin-top: 10px;
	padding-top: 5px;
	color: #039;
	border-top: 1px solid #f3f3f3;
}


.flight_duration{
	text-align: center;
	line-height: 13px;
}

.flight_duration span{
	display: block;
}

.account-number,.caccount-number{
	font-size: 15px;
	color: #c189ef;
	font-weight: bold;
}

    .nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 60%;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 70%;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    color:#ffffff;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 30%;
    height:150px;
    padding : 22px;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child {
    background-color: #2d2366; 
}
.sidebar-nav li:nth-child(2) {
    background-color: #ec1b5a;   
}
.sidebar-nav li:nth-child(3) {
    background-color: #79aefe;   
}
.sidebar-nav li:nth-child(4) {
    background-color: #314190;   
}
.sidebar-nav li:nth-child(5) {
    background-color: #279636;   
}
.sidebar-nav li:nth-child(6) {
    background-color: #7d5d81;   
}
.sidebar-nav li:nth-child(7) {
    background-color: #ead24c;   
}
.sidebar-nav li:nth-child(8) {
    background-color: #2d2366;   
}
.sidebar-nav li:nth-child(9) {
    background-color: #35acdf;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav h3{
    color:#fff;
    margin-top: 14px;
}
.sidebar-nav p{
    color:#fff;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
    display:block;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 158px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 10%;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

.margin20{
    margin:5px;
}
.Blink {
  animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}

.air_banner{
    margin-top: 41px;

}

.air_banner .item img{
    width: 100%;
}


.air_banner .owl-buttons{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: left;
}

.air_banner.owl-theme .owl-controls .owl-buttons div{
	background: red;
	border-radius: 0;
	font-size: 24px;
	position: absolute;
    transform: translateY(-50%);
}

.air_banner.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: 0;
}

.air_banner.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: 0;
}


/* new design from here */ 


.support_block{
	position: fixed;
	right: -100%;
	top: 0;
    background: rgba(0,0,0,0.9);
	width: 300px;
	height: 100%;
	opacity: 1;
	transition: all ease 0.3s;
    box-shadow: 5px 1px 40px rgba(0,0,0,.1);
	z-index: 1121;
}

.support_close_btn{
    position: absolute;
    color: #fff;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    right: 0;
    background: #d65437;
    width: 40px;
    line-height: 40px;
}

.support_block h3{
    background: #33ab51;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    line-height: 40px;
}

.support_blks{
	margin: 20px;
	padding: 0;
}

.support_blks li{
    list-style: none;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    padding: 15px;
    word-break: break-all;
}

.support_blks li a{
	color: #fff;
}

.support_blks li:nth-child(1){
    background: #5e6db3;
}

.support_blks li:nth-child(2){
    background: #00ca95;
}

.support_blks li:nth-child(3){
    background: #31cff9;
}

.support_blks li:nth-child(4){
    background: #fd7b6c;
}

.support_blks li:nth-child(5){
    background: #5cb85c;
}

.topbar_handle, .menu_bar{
	display: none;
}

.balance_block{
	position: fixed;
	right: -100%;
	top: 0;
    background: rgba(0,0,0,0.9);
	width: 300px;
	height: 100%;
	padding: 15px;
	opacity: 0;
	transition: all ease 0.3s;
    box-shadow: 5px 1px 40px rgba(0,0,0,.1);
	z-index: 1121;
    OVERFLOW-Y: scroll;
}

.close_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8);
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
	cursor: pointer;
}

.balance_blks{
	margin: 30px 0;
	padding: 0;
}

.balance_blks li{
	list-style: none;
	display: block;
	margin-bottom: 25px;
	color: #fff;
	font-size: 30px;
	padding: 25px;
}
.balance_blks li span{
	display: block;
	margin-bottom: 15px;
	font-size: 15px;
}

.balance_blks li:nth-child(1){
    background: #5e6db3;
}

.balance_blks li:nth-child(2){
    background: #00ca95;
}

.balance_blks li:nth-child(3){
    background: #31cff9;
}

.balance_blks li:nth-child(4){
     background: #2b8c41;
}

.latest_updates{
	background: #fff;
	margin-bottom: 15px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 40;
    margin: 0;
}

.update_head{
    background: #2e974e;
    font-size: 13px;
    color: #fff;
    float: left;
    padding: 10px 15px;
    width: 18%;
    position: relative;
    text-align: center;
    font-weight: 500;
}

.update_head:after{
    position: absolute;
    content: '';
    right: -40px;
    top: 0px;
    border: 20px solid transparent;
    border-left-color: #2e974e;
}

.news_ticker{
	float: left;
	width: 82%;
    font-size: 12px;
    padding: 9px 25px;
    background: #101f33;
}

.news_ticker p{
	margin: 0 25px;
	padding: 0;
	display: inline-block;
	font-weight: bold;
    color: #fff;
    font-weight: 500;
}

.services ul{
	margin: 0;
	padding: 0;
}

.services ul li{
	list-style: none;
	float: left;
	display: block;
	width: 24%;
	margin: 0.5%;
	background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
	border-radius: 5px;
	overflow: hidden;
}

.services ul li a figure{
	overflow: hidden;
}

.services ul li a figure img{
	width: 100%;
	transition: all ease  0.3s;
    filter: grayscale(1);
}

.services ul li a:hover figure img{
	transform: rotate(30deg) scale(1.5);
    filter: grayscale(0);
}

.services ul li a figcaption{
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
	transition: all ease  0.3s;
}

.services ul li a:hover figcaption{
    background: #0076ac;
	color: #fff;
}

.overlay_layer{
    display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	transition: all ease 0.3s;
	z-index: 50;
}

.benelist_btn ul{
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

.benelist_btn ul li{
	list-style: none;
	display: inline-block;
	width: 24%;
	margin: 0 0.3%;
}

.benelist_btn ul li button{
      width: 100%;
    color: #fff;
    background: #337ab7;.
	transition: all ease 0.3s;
}

.benelist_btn ul li button:hover{
	color: #fff;
      background: #275277;
}

.head{
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	color: #2da94c;
	font-weight: 700;
}

.head:before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #2da94c;
}

.head:after{
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 50%;
	margin-left: -60px;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	animation: animborder 2s linear infinite;
}



.head_blue{
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 30px;
	position: relative;
	color: #0076ac;
	font-weight: 700;
}

.head_blue:before{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	margin-left: -60px;
	width: 120px;
	height: 3px;
	background: #0076ac;
}

.head_blue:after{
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	left: 50%;
	margin-left: -60px;
	bottom: 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	animation: animborder 2s linear infinite;
}

.product_img figure{
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 5px;
}

.product_img_form {
    padding: 20px;
    border-radius: 5px;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(199,195,199,1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(199,195,199,1);
    box-shadow: 0px 0px 5px 1px rgba(199,195,199,1);
}



@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

.close_panel_btn{
      position: absolute;
    right: 1px;
    top: 1px;
    background: #424141;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
     font-size: 24px;
	 z-index: 100;
	 cursor: pointer;
}

.close_panel_btn a{
	color: #fff;
}

.btn-black{
	background-color: #615e5e;
	border-color: #5a5a5a;
	color: #fff;
	transition: all ease 0.3s;
}

.btn-black:hover{
	background-color: #1f1f1f;
	border-color: #000000;
	color: #fff;
}

textarea.form-control.height_textarea{
	height: 107px;
}

.white_bg h4, .parallex_blk h4{
	text-align: center;
	padding: 15px 0;
	margin-bottom: 20px;
	font-weight: 700;
	position: relative;
}

.white_bg h4:after, .parallex_blk h4:after{
	position: absolute;
	content: '';
	width: 120px;
	left: 50%;
	bottom: 0;
	margin-left: -60px;
	height: 3px;
     background: #0076ac;
}

.wallet_bg{
      background: #fff;
    padding: 30px;
    border-radius: 10px;
}

.wallet_bg .input_holder input{
     border: 1px solid #ccc;
	}



.topbar ul .span{
    display: inline-block;
}


.content_stl{
    font-size: 15px;
}

.content_stl ol li{
    line-height: 30px;
}

.content_stl ul{
    margin-bottom: 15px;
}


.product_page h4{
    text-align: center;
    padding: 15px 0;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
}

.product_page h4:after {
    position: absolute;
    content: '';
    width: 120px;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    height: 3px;
    background: #f04e2d;
}

.product_lst{
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 17px -1px rgba(207,203,207,1);
    -moz-box-shadow: 0px 3px 17px -1px rgba(207,203,207,1);
    box-shadow: 0px 3px 17px -1px rgba(207,203,207,1);
    overflow: hidden;
    min-height: 276px;
    margin-bottom: 30px;
}

.product_lst h3{
    background: #0076ac;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    position: relative;
    font-size: 18px;
}

.product_lst h3:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #0076ac;
}

.product_lst ul{
    margin: 0;
    padding: 25px 15px;
}


.product_lst ul li{
    list-style: none;
    display: block;
    text-align: center;
    font-size: 18px;
}

.product_lst ul li.title{
    color: #f04e2d;
    font-size: 24px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.purchase_btn{
    text-align: center;
    padding-bottom: 20px;
}

.purchase_btn a{
    background: #f04e2d;
    color: #fff;
    line-height: 54px;
    text-align: center;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 5px;
}

.purchase_btn a:hover{
    background: #5cb85c;
}

.white_base{
    background: #fff;
    padding: 20px 40px;
}

.total_cost{
    font-size: 22px;
    color: #f04e2d;
    text-align: center;
    line-height: 34px;
}

.bbps_logo{
    position: absolute;
    top: 0;
    right: 0;
}

.custom_sel .select2-container--default .select2-selection--single{
    box-shadow: 4px 4px 0px 0px rgba(220, 218, 218, 0.75);
    border: none;
}

.sb-form-head{
    background: #f0f9ff;
    border: 1px solid #586286;
    padding: 10px 15px;
    margin-bottom: 5px;
}

.sb-form-head  img{
    float: left;
}

.sb-form-head h3{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: times;
    line-height: 41px;
}

.nsdl-form-wrap h5{
    background: #f3f3f3;
    border: 1px solid #586286;
    padding: 3px 10px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    font-family: times;
}

.form-wrapper{
    border: 1px solid #586286;
    padding: 10px;
    border-top: none;
    margin-bottom: 5px;
}

.form-wrapper label{
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 10px;
}

.form-wrapper ul li{
    list-style: none;
}

.form-wrapper input[type='text']{}

.nsdl-submit-btns button{
    background: #008000;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    box-shadow: none;
    border: none;
}

.nsdl-submit-btns a{
    background: #008000;
    font-weight: bold;
    color: #fff;
    padding: 10px 15px;
    box-shadow: none;
    border: none;
}

.nsdl-submit-btns button.red{
    background: #d83737;
}

.parallex_blk.ybl {
	background: url(../../images/_default/bg_texture.png) repeat #1c32d6;
}

.parallex_blk.ybl h4 {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.parallex_blk.ybl h4:after {
    position: absolute;
    content: '';
    width: 120px;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    height: 3px;
    background: #eb1f48;
}


.parallex_blk.ybl .bbps_logo{
    top: 30px;
    right: 30px;
}

.tr_30{
    top: 30px;
    right: 30px;
}

.ybl h4 {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}

.ybl h4:after {
    position: absolute;
    content: '';
    width: 120px;
    left: 50%;
    bottom: 0;
    margin-left: -60px;
    height: 3px;
    background: #eb1f48;
}

.img-full{
    width: 100%;
}

.overlay_wrap{
    display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	transition: all ease 0.3s;
    z-index: 50;
}

@media screen and (max-width: 1199px){

.parallex_blk h2{
	font-size: 26px;
}


.main_menu>ul>li>a{
      font-size: 11px;
      text-transform: uppercase;
    font-weight: normal;
}
	
}


@media screen and (max-width: 991px){

.main_menu>ul>li>a{
    font-size: 11px;
    padding: 5px;
    line-height: 39px;
}

.logo img{
    width: 170px;
}

.update_head{
	width: 24%;
}

.news_ticker{
    width: 76%;
}

.services ul li{
	width: 32.33%;
}

.topbar ul{
    padding: 15px 0 0;
}

.topbar ul li{
    margin-left: 0;
    margin-bottom: 5px;
}

.main_menu>ul>li>a>i{
	margin-bottom: 0;
}


.parallex_blk h2 {
    font-size: 20px;
    font-weight: bold;
}

.reg_bene_head{
	padding: 0 14px;
	font-size: 14px;
}

.hide_tablet{
    display: none;
}

.topbar ul .span{
    display: block;
}

	
}

@media screen and (max-width: 767px){
    
    
.main_menu>ul>li .dropdown_menu.right_pos_full, .main_menu>ul>li .dropdown_menu.full_menu{
    width: 100%;
}

.main_menu>ul>li .dropdown_menu.right_pos_full li, .main_menu>ul>li .dropdown_menu.full_menu li {
    list-style: none;
    display: block;
    width: 100%;
    float: none;
}


.topbar>ul{
	display: none;
    text-align: left;
	padding: 5px 10px;
	margin: 0;
}

.topbar_handle{
	display: block;
	color: #fff;
    padding: 10px 0;
	cursor: pointer;
}


.title_bar{
	padding-top: 40px;
}

.topbar{
	float: none;
	width: 100%;
    background: #000;
    border-bottom: 1px solid #636363;
	text-align: center;
	position: relative;
	z-index: 10;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.topbar ul li{
	float: left;
	width: 100%;
	display: block;
	margin: 5px 0;
}

.topbar ul li a{
	display: block;
	text-align: left;
}

.topbar ul li a.dropdown-toggle img{
	display: none;
}

.topbar ul li.dropdown>a{
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #807f7f;
    line-height: 48px;
	font-weight: bold;
}

ul.dropdown-menu li{
    margin: 0;
}

.topbar ul li.dropdown>a i{
	display: none;
}

.topbar ul li ul.dropdown-menu{
    position: relative;
	display: block !important;
    width: 100%;
    background: none;
    box-shadow: none;
    border: none;
}

.topbar ul li ul.dropdown-menu a{
	font-size: 15px;
	color: #fff;
    padding: 0 7px;
    line-height: 30px;
}

.main_menu ul, .update_head:after{
	display: none;
	
}

.menu_bar{
    position: absolute;
    right: 28px;
    top: 60px;
    background: #33ab51;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 20px;
	cursor: pointer;
}

.main_menu>ul{
    background: #33ab51;
    position: absolute;
    z-index: 999;
	width: 100%;
	left: 0;
	text-align: left;
	padding: 0;
}

.main_menu>ul>li{
	display: block;
}

.main_menu>ul>li>a{
    font-size: 15px;
    border-bottom: 1px solid #b3432a;
}

.main_menu>ul>li>a>i{
	display: inline-block;
	margin: 0 10px 0 0;
}

.main_menu>ul>li>a:before{display: none;}

.update_head, .news_ticker{
    width: 100%;
}

.main_menu>ul>li>a>span{
    display: inline-block;
    float: right;
    background: #8e2f1a;
    height: 39px;
    width: 39px;
    text-align: center;
    line-height: 39px;
	cursor: pointer;
}

.main_menu>ul>li .dropdown_menu{
    position: relative;
	display: none;
    width: 100%;
    background: #000;
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.main_menu>ul>li .dropdown_menu li a:hover{
	background: none;
}

.services ul li{
	width: 48%;
	margin: 1%;
}

.topbar ul li.dropdown>a{
      display: block;
    font-size: 16px;
    border: none;
    text-align: left;
    line-height: normal;
}

ul.heads{
	float: left;
	width: 30%;
}

ul.heads li, ul.details li{
	float: none;
	width: 100%;
}

ul.details{
	float: left;
	width: 70%;
     margin-bottom: 15px;
}

.user_details ul.details li{
	width: 100%;
	margin: 0;
	line-height: 35px;
}

.user_details ul{
	text-align: left;
}

.user_details {
    padding: 0;
}

ul.details {
    margin-bottom: 0;
}

.benelist_btn ul li{
     width: 49%;
    margin: 0.5%;
}

.reg_bene_det{
	font-size: 16px;
	font-weight: 700;
}

.bene_status button{
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 15px;
}

.reg_bene_det input[type='text'] {
    padding: 12px 10px;
    height: 42px;
}

.bene_pro button {
    width: 36px;
    height: 42px;
    line-height: 42px;
}

.head{
	margin-top: 40px;
}

.air_form, .white_bg{
	padding: 15px;
}

.air_tabs li {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}

.air_tabs li  a{
	border-radius: 5px;
}




.main_menu>ul>li>a, .main_menu>ul>li:nth-child(1)>a, .main_menu>ul>li:nth-child(2)>a, .main_menu>ul>li:nth-child(3)>a, .main_menu>ul>li:nth-child(4)>a{color:#fff;}

.main_menu>ul>li:nth-child(5)>a, .main_menu>ul>li:nth-child(6)>a{color: #fff;}


}



@media screen and (max-width: 479px){
	
ul.details{
	width: 54%;
}

ul.heads{
	width: 46%;
}

.benelist_btn ul li{
	width: 100%;
	margin: 1% 0;
}

.btn_mobile{
	margin-bottom: 15px;
	display: block;
	width: 100%;
}

.btn_mobile_top{
	margin-top: 15px;
}

.air_tabs>li>a{
	padding: 10px;
	margin-right: 5px;
}

.tab_dropdown_menu{
	left: auto;
	right: 0;
}	

.air_tabs li{
     display: block;
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
}

.air_tabs li a{
	border-radius: 5px;
}

.air_tabs.nav-tabs{
	border-bottom: none;
}
	
}




.has-animation {
  position: relative;
  width: 235px;
  text-align: center;
}
.has-animation p, .has-animation .new_image {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.has-animation.animate-in p, .has-animation.animate-in .new_image {
  animation: new_image 0.1s 1.1s forwards;
}
.has-animation.animate-in p, .has-animation.animate-in .old_image {
	animation: old_image 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #ef4d2c;
}
.has-animation.animate-in:after {
  background-color: #28a648;
  animation-delay: .5s;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes new_image {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes old_image {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.select2-dropdown{
    z-index: 9999;
}

/******************* Pricing Table Demo - 3 *****************/
.demo3{padding:0 0 56px 0}
.pricingTable3{height: 44em;padding:11px 6px 23px;margin:0 15px;text-align:center;z-index:1;position:relative;background-color:#fff;margin-bottom:30px;}
.pricingTable3:after,.pricingTable3:before{content:"";position:absolute;left:0}

.pricingTable3:after{width:67px;height:26px;background:#1daa72;margin:0 auto;top:33px;right:0;-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0)}
.pricingTable3 .title{padding:9px 0;margin:0 -21px 0;background:#1daa72;font-size:15px;font-weight:600;color:#fff;text-transform:uppercase;position:relative}
.pricingTable3 .title:after,.pricingTable3 .title:before{border-top:15px solid #51836d;border-bottom:15px solid transparent;position:absolute;bottom:-30px;content:""}
.pricingTable3 .title:before{border-left:15px solid transparent;left:0}
.pricingTable3 .title:after{border-right:15px solid transparent;right:0}

.pricingTable3 .pricing-content{padding:0;list-style:none;border-top:1px solid #d4d8d6;border-bottom:1px solid #d4d8d6}
.pricingTable3 .pricing-content li{ font-size: 13px;
    color: #31b931;
    line-height: 22px;
    font-weight: 600;font-family:arial}


.pricingTable3 .pricingTable-signup{display:inline-block;padding:10px 30px;background:#1daa72;
	border-radius:5px;font-size:16px;font-weight:500;color:#fff;overflow:hidden;transition:all .7s ease 0s;margin-top:10px;margin-bottom:10px;}
	.pricingTable3 .pricingTable-signup:hover{background:#5cb85c!important}
.pricingTable3 .pricingTable-signup:before{content:"";display:inline-block;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);position:absolute;top:0;left:0;opacity:0;transform:translate(0,100%);transition:all .6s ease-in-out 0s}
.pricingTable3 .pricingTable-signup:hover:before{transform:translate(0,-100%)}
.pricingTable3.blue .pricingTable-signup,.pricingTable3.blue .title,.pricingTable3.blue:after{background:#0277a6}
.pricingTable3.blue .title:after,.pricingTable3.blue .title:before{border-top:15px solid #407a88}
.pricingTable3.blue .price-value{color:#49b0ca}
.pricingTable3 .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding:6px 0}
.pricingTable3 table th{text-align: center;text-align: center;
    font-size: 12px;
    font-weight: 600}
.pricingTable3 table tr{font-size: 13px;}
.pricingTable3 .table{margin-bottom: 0;}
.offer{ color:#f05332;font-size: 14px;font-weight:600;}  
.sub-head{padding-top:0;text-align: center;font-size: 16px;font-weight:500;color: #000;padding-bottom:5px;}
.pricingTable3.active{border:2px solid #0277a6;box-shadow: 0 0 30px #9fa3a5;}
.slider-custom{width: 95%!important;
    display: inline-block!important;}
.top-head{       padding-top: 2px;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin-left: 13em;}


.table2{position:absolute;bottom:0;width:96%}
.terms{    text-align: center;
    color: #0aa6e4;
    background: #fff;
    font-size: 13px;
    padding-top: 10px;}
@media (max-width:990px){
.pricingTable3{margin-bottom:30px;height: auto;}
.pricingTable3 .pricingTable-signup{position:unset;}
.demo3{padding:0}
.top-head h4{font-size: 20px;padding-top: 0;}
.sub-head{font-size: 15px;padding-bottom: 3px;}
.slick-next {right: 0px;}
.slick-prev{left:0;}
.table2 {position: unset;}
}
