body {
    line-height: 18px;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
}
.navbar {
    position: relative;
    min-height: 55px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight:600;
    font-size:13px;
}

.navbar-inverse .navbar-nav>li>a {  color: #ffffff;}

.navbar-inverse {    background-color: #0c64ad;    border-color:#0c64ad;}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {    color: #fff;    background-color: #0c64ad;    border-bottom: 3px solid #ff7a3a;}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover { color: #ff6c26;font-weight:600;background-color: transparent;}

nav {
	padding: 10px 10px 0px;
	position: relative;
	background: #4DEB5A;
	z-index: 1;
}
nav::after {
	content: "";
	display: block;
	clear: both;
}
hgroup {
	float:left;
	margin: 2px 2px 2px 10px;
}
aside {
	position: absolute;
	width: 300px;
	height: 100%;
	background: #383838;
	left: 0;
	top: 0;
	display: none;
}
aside::before {
	content: "";
	display: block;
	height: 67px;
}
aside a {
	display: block;
	padding: 12px 18px;
	text-decoration: none;
	font-size: 20px;
	color: #818181;
	border-bottom: 1px solid #414141;
}
.toggle-wrap {
	padding: 10px;
	position: relative;
	cursor: pointer;
	float: left;
	
	/*disable selection*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 38px;
	margin: 10px 0;
	position: relative;
	border-top: 6px solid #303030;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #303030;
	height: 6px;
	width: 38px;
	position: absolute;
	top: -16px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
	top: 4px;
}
.toggle-wrap.active .toggle-bar {
	border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.sidenav {border-right: 1px solid #ddd;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0c64ad;
    overflow-x: hidden;
    transition: 0.5s;
padding-top: 60px;}

.sidenav a {
	padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
	color: #0072e0;
}

.contactdetails {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    padding: 11px;
    font-family: sans-serif;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
/* menu style new */
@media only screen and (min-width: 768px) {
				.dropdown:hover .dropdown-menu {
				display: block;
				}
				}
				.dropdown-menu{background: rgba(255, 255, 255, 1);box-shadow: 0px 0px 10px #999;}
				.dropdown-menu>li>a{border-bottom: 1px dotted #e4e2e2;}
				.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
				color: #fff;
				text-decoration: none;
				background-color: #ff6c26;
				border-top: 2px solid rgb(12, 100, 173);
				}
				
				.navbar-inverse .navbar-nav>li>a{background-color:transparent !important;}
				.navbar-nav>li>.dropdown-menu{margin-top:3px;}
				.navbar-inverse .navbar-nav>li>a::after {
				content: '';
				width: 100%;
				position: absolute;
				top: 100%;
				left: 0;
				height: 3px;
				background: #ff6c26;
				transform: scaleX(0);
				transition: transform .35s ease;
				}
				.navbar-inverse .navbar-nav>li>a:hover::after {
				transform: scaleX(1);
				}
#main {
    transition: margin-left .5s;
    padding: 16px;
    background-color: #0c64ad;
    color: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
	border-bottom: 1px solid #fff;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.btn_Contact_v1 {
	background-color: #ff6c26;
	color: #ffffff;
	padding: 10px 27px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 600;
	border-radius: 0;
	border: 2px solid #444444;
	transition: all .4s;
text-transform: uppercase; }
.btn_Contact_v1:hover {
    background-color: #01b7f2;
    transition: all .4s;
color: #ffffff; }
.btn_Contact_v1:focus {
    background-color: #01b7f2;
color: #ffffff; }

ul{
	text-decoration:none;
}
.contact-box {
    margin-top: 10px;
}
.contact-box {
    display: block;
    background: none;
    text-transform: none;
    font-weight: 400;
}


.contact-box ul li.contact-phone {
    background: url(../img/contact-buttons.png) 0 0;
    background-repeat: no-repeat;
}

.contact-box ul li.contact-phone {
	border: 1px solid #ffffff;
	background-color: white;
}

.contact-box ul li {
    margin-bottom: 1px;
    text-transform: uppercase;
    font-weight: 700;
}


.contact-box ul li a {
    font-family: Tahoma,Arial,sans-serif;
}

.contact-box ul li a {
    background-repeat: no-repeat;
    height: 30px;
    padding-left: 43px;
    color: #434343;
    display: block;
    font-size: 93.75%;
    text-decoration: none;
}
.contact-box ul li a {
    line-height: 30px;
}



.contact-box ul li.contact-appt {
	background: url(../img/contact-buttons.png) 0 -120px; 
    background-repeat: no-repeat;
}


.contact-box ul li.contact-appt {
	border: 1px solid #ffffff;
	background-color: white;
}


.contact-box ul li.contact-store {
    background: url(../img/contact-buttons.png) 0 -90px;
    background-repeat: no-repeat;
}

.contact-box ul li.contact-store {
	border: 1px solid #ffffff;
	background-color: white;
}


.contact-box ul li.contact-email {
    background: url(../img/contact-buttons.png) 0 -60px;
    background-repeat: no-repeat;
}


.contact-box ul li.contact-email {
	border: 1px solid #ffffff;
	background-color: white;
}
.contact-page .form-group input, .contact-page .form-group select {
    background-color: transparent;
    color: #444444;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
}
.contact-page .form-group textarea{
	font-weight: 400;
    padding-top: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    background-color: transparent;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
}

.section-bottom-fixed.nav-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}
.section-bottom-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1042;
    width: 100%;
}
.section-bottom-fixed.nav-call a {
    background: #ff7a3a;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border-width: 1px;
    background: transparent;
    color: white;
    padding: 8px 10px;
    border-radius: 20px;
    margin-left: 10px;
}


.section-bottom-fixed.nav-call a:hover {
    background: #ff5e11;
}

.navbar-brand {
    padding: 14px 11px !important;
}

.section-wrap-deals .coupon-group + hr { 
    border-top: 1px dashed #cecece;
}
.section-wrap-benefits .benefits-group ul {
    display: table;
    width: 100%;
    margin: 25px 0;
    padding-left: 0px;
}
/* contact us page */
.section-wrap-contact{
	margin-top: 125px;
	color:#ff6c26;
}
.C_social_v2 {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
	padding-bottom:1px;
}
.C_social_v2 .pull-left {
    width: 22%;
    position: relative;
    display: block;
}
.C_social_v2 .pull-left span {
    display: block;
    height: 214px;
    background: #444444;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 155px;
    font-size: 26px;
}
.C_social_v2 .pull-right {
    width: 78%;
    height: 160px;
    padding: 0 0 0 35px;
}
.C_social_v2 .pull-right h4 {
    margin: 0 0 10px;
    color: #313131;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding-top: 20px;
}
.C_social_v2 .pull-right p {
    line-height: 1.7;
    margin: 0;
    color: #616060;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.C_social_v2 .pull-left .primary {
    background: #0c64ad;
}
.C_social_v2 .pull-left .secondry {
    background: #ff6c26;
}
.section-wrap-contact .main-head{
	color: #ff6c26;font-size: 25px;font-weight: bold;
}
.fContact_v2 {
    float: left;
    width: 100%;
    padding: 100px 0;
    min-height: 650px;
    background: url(../img/contact-us-4.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
.fContact_v2 .Cform-v2 {
    float: left;
    margin: 0 0 50px;
    width: 100%;
    text-align: center;
    position: relative;
}
.fContact_v2 .Cform-v2 h3 {
    margin: 0 0 40px;
    color: #313131;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.fContact_v2 .Cform-v2 p {
    margin: 0;
    color: #969595;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.fContact_v2 .form-group {
    margin-bottom: 22px;
    position: relative;
}
.fContact_v2 .form-group input {
    background-color: transparent;
    color: #444444;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
}
.fContact_v2 .form-group #countryCode {
    background-color: transparent;
    color: #444444;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    box-shadow: none;
}
.fContact_v2 .form-group textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-top: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    background-color: transparent;
}

.section-wrap-benefits .benefits-group li {
    width: calc(100% / 4);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.section-wrap-benefits .benefits-group .icon {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 40px;
    margin-right: 15px;
}
.section-wrap-benefits .benefits-group .icon.icon-free div {
    background-position: -136px -66px;
}
.section-wrap-benefits .benefits-group .icon div {
    background: url('../img/sprite-all.png') no-repeat;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    content: '';
    display: block;
    margin: 10px;
}
.section-wrap-benefits .benefits-group .text {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color:#000;
}

.section-wrap-benefits .benefits-group .icon {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 40px;
    margin-right: 15px;
}
.section-wrap-benefits .benefits-group .icon.icon-live div {
    background-position: -198px -66px;
}
.section-wrap-benefits .benefits-group .icon {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 40px;
    margin-right: 15px;
}
.section-wrap-benefits .benefits-group .icon.icon-save div {
    background-position: -136px -120px;
}
.section-wrap-benefits .benefits-group .icon {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 40px;
    margin-right: 15px;
}
.section-wrap-benefits .benefits-group .icon.icon-special div {
    background-position: -198px -119px;
}

.section-wrap-deals {
    background: #f4f4f4;
    display: inline-block;
    width: 100%;
	margin-top: -4px;
}

.section-wrap-deals .item-deals {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    padding: 10px;
    width: calc(97% / 4);
}
.section-wrap-deals .item-deals .picture {
    width: 100%;
    display: table;
}
.section-wrap-deals .item-deals .picture img {
    width: auto;
}
.section-wrap-deals .item-deals .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
}
.section-wrap-deals .item-deals .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #3f4d61;
    display: block;
    width: 100%;
}
.section-wrap-deals .coupon-group .text .column-left {
    float: left;
}
.section-wrap-deals .coupon-group .text .column-right {
    float: right;
    display: inline-block;
    white-space: nowrap;
    background: #ff7a38;
    color: #fff;
    padding: 10px 12px;
    border-radius: 3px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
}
.section-wrap-deals .coupon-group .text .column-left small {
    color: gray;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.section-wrap-deals .coupon-group .text .column-left p {
    color: #2e7bcc;
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.section-wrap-deals ul {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 25px 0;
}
.section-wrap-deals .item-deals.col2 {
    width: calc(99% / 2);
}
.section-wrap-deals .des-group li {
    margin-bottom: 10px;
}
.section-wrap-deals .item-deals {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    padding: 10px;
    width: calc(97% / 4);
}

.section-wrap-deals .des-group li {
    margin-bottom: 10px;
}
.section-wrap-deals .item-callnow {
    float: left;
    width: calc(97% / 4);
    position: relative;
}
.section-wrap-deals .item-callnow .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #0c64ad;
    border: 1px solid #0a5695;
    text-align: center;
    color: #052d4e;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.1);
    padding: 10px;
	    border: 8px solid #fff;
}
.section-wrap-deals .item-callnow .text h4 {
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
}
.section-wrap-deals .item-callnow .text hr {
    overflow: visible;
    margin: 25px 0;
    border: 0;
    display: inline-block;
    content: '';
    color: white;
    width: 35px;
    height: 45px;
    background: url(../img/sprite-all.png) no-repeat;
    background-position: -200px -186px;
    background-repeat: no-repeat;
}
.section-wrap-deals .item-callnow .text .phone-us {
    display: block;
    width: 100%;
    font-size: 29px;
    color: white;
    font-weight: bold;
    /* margin-bottom: 15px; */
}
.section-wrap-deals .item-callnow .text .phone-inter {
    display: block;
    width: 100%;
    font-size: 23px;
    color: white;
    font-weight: bold;
}
.section-wrap-deals .item-callnow .text h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
    font-weight: normal;
}
.section-wrap-deals .item-callnow .text hr {
    overflow: visible;
    margin: 25px 0;
    border: 0;
    display: inline-block;
    content: '';
    color: white;
    width: 35px;
    height: 61px;
    background: url(../img/sprite-all.png) no-repeat;
    background-position: -200px -186px;
    background-repeat: no-repeat;
    /* position: relative; */
}
.section-wrap-deals .des-group .item-deals .text {
    position: absolute;
    left: 25px;
    bottom: 25px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}
.section-wrap-deals .item-deals .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 5px;
}

.section-wrap-deals .item-callnow .text:hover {
    background: #094e87;
}
.section-wrap-deals .item-callnow .text hr:before {
    position: absolute;
    left: 15px;
    top: 48%;
    width: 35%;
    height: 1px;
    background: white;
    display: inline-block;
    content: '';
}
.section-wrap-deals .item-callnow .text hr:after {
    position: absolute;
    right: 15px;
    top: 48%;
    width: 35%;
    height: 1px;
    background: white;
    display: inline-block;
    content: '';
}

.section-wrap-deals .item-callnow .text .phone-us {
    display: block;
    width: 100%;
    font-size: 27px;
    color: white;
    font-weight: bold;
}
.footer {
    float: none;
    width: 100%;
    height: auto;
    background: transparent;
    margin-top: 15px;
}
footer .footer-wrap-top {
    background: #0c64ad;
	padding:10px;
}
footer .footer-wrap-top .menu-group {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    z-index: 11;
}
footer .footer-wrap-top .menu-group ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
footer .footer-wrap-top .menu-group li {
    display: inline-block;
    float: left;
}
footer .footer-wrap-top .title {
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: table;
    width: 100%;
}
.footer .footer-wrap-top .title hr{
	margin:10px 0px;
}
footer .footer-wrap-top .menu-group a {
    display: block;
    color: white;
    opacity: 0.8;
    margin-right: 3px;
    line-height: 1.5;
}
footer .footer-wrap-top .social-group {
    display: inline-block;
    margin-bottom:15px;
}
footer .footer-wrap-top .social-group a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid white;
    border-radius: 20px;
    padding: 8px;
    margin-right: 5px;
}
footer .footer-wrap-top .social-group a i {
    color: white;
    font-size: 20px;
    line-height: 1.2;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.fa-phone:before{
	margin-left:7px;
}
footer .footer-wrap-top .download-group {
    position: relative;
    display: inline-block;
    float: left;
}
footer .footer-wrap-top ul.foot-links li a{
	color:#fff;
	opacity: 0.8;
	line-height:20px;
}
footer .footer-wrap-top .footer-text{
	color:#fff;
	opacity: 0.8;
	line-height:20px;
}
footer .footer-wrap-top .download-group a {
    display: inline-block;
    border: 1px solid white;
    color: white;
    padding: 8px 12px;
    border-radius: 2px;
    margin-bottom: 30px;
}

footer .footer-wrap-top .download-group a i {
    color: white;
    font-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -5px;
}
footer .footer-wrap-top .download-group .mobile-frame {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200px;
    overflow: hidden;
}
footer .footer-wrap-top .download-group .mobile-frame span {
    background-position: -247px 0;
    background-repeat: no-repeat;
    content: '';
    width: 191px;
    height: 340px;
    display: inline-block;
    position: relative;
}

footer .footer-wrap-bottom {
    padding: 20px 0 15px;
    background: #f4f4f4;
}

footer .footer-wrap-bottom p {
    color: #333;
    font-size: 13px;
    opacity: 0.8;
	text-align:justify;
}
footer .footer-wrap-bottom .pic-trust {
    background: url(../img/trust.gif) white;
    background-size: 98% auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;
    content: '';
    width: 528px;
    height: 40px;
    display: block;
    position: relative;
    margin: 15px auto;
}
.img-trust{padding:10px 0;}
.no-fee p {padding: 5px;background: #fff; font-size: 13px;text-align: justify;border: 2px dotted #9e9e9e;}
.no-fee p i, .no-fee p span{color: #0c64ad;}
.pay-now p{padding: 5px; background: #ff6c26; font-size: 16px;text-align: center;border: 2px dotted #9e9e9e; color: #fff;}
#datepicker{ width: 187px; }



.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.accordion-option .title {
    color: #0c64ad;
    font-family: arial;
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 0;
    padding-left: 15px;
    text-transform: uppercase;
	padding: 0;
	margin: 0;
}

.accordion-option .toggle-accordion {
	float: right;
	font-size: 16px;
	color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
	content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
	content: "Read all";
}


.call-separate .call-icon:before {
    background-image: url(../img/call-agent.png);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    content: '';
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 6px;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.call-separate {
    display: inline-block;
    width: 100%;
    background: #ededed57;
    border: 1px solid #e3e3e3;
    margin: 15px 0 0;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.call-separate {
    font-size: 15px;
    font-weight: bold;
    color: #0c64ad;
    display: inline-block;
    float: left;
    padding: 10px 0;
}

.call-separate .call-button {
    background: #ff5722;
    border: 1px solid #ff5722;
    text-align: center;
    color: #aa3700;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    text-align: center;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 8px;
    min-width: 220px;
}

.call-separate .call-text {
    padding: 14px;
}

.call-separate .call-plane span {
    background-image: url(../img/out-icon.png);
    background-repeat: no-repeat;
    background-image-color: #fff;
    position: relative;
    display: inline-block;
    content: '';
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-position: 50px 1px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 12px;
    -webkit-animation: none;
    animation: initial;
    z-index: 99;
}

.call-separate .call-icon {
    width: 47px;
    height: 47px;
    border: 2px solid #f0ad4e;
    border-radius: 100px;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    float: left;
    margin: 0 10px;
}

.call-separate .call-plane {
    position: relative;
    display: block;
    border-bottom: 1px solid #ff5722;
    height: 25px;
    margin: 0 15px 20px;
}
.filter-block{
	margin-bottom:10px;
    width: 100%;
    background-color: #efefef;
    padding: 10px 15px;
    position: relative;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.filtersear {
    color: #fff;
    /* font-weight: bold; */
    text-align: -webkit-center;
    font-family: none;
    background-color: #ff6c26;
    padding: 5px 5px 5px 5px;
}
.fly-now{float: left;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);}
.accordion {
	background-color: #7a7c7dc9 !important;
    color: #ffffff !important;
    cursor: pointer;
    padding: 11px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
}
.filter-head{
	background-color: #0c64ad !important;
    color: #ffffff !important;
}
.airline label{
	margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.white-box {
    float: left;
    width: 100%;
    /* background-color: #c8c8c8; */
    padding: 5px 5px;
    position: relative;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
    border: 1px solid #dddddd;
}
.flight_box_detail {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 0 rgba(174,174,174,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(174,174,174,.4);
    -moz-box-shadow: 0 0 5px 0 rgba(174,174,174,.4);
}
.flight_box_detail.white-box:hover {
    border-color: #0c64ad;
    box-shadow: 0px 0px 5px #0c64ad;
    transition: .2s;
}
.flight_box_detail .LTT {
    float: left;
    width: 100%;
    position: relative;
    border-right: 1px solid #dddddd;
    margin: 5px;
    text-align: center;
}
.mainrow {
    color: #0c64ad;
    font-size: 30px;
}
.pri{
	color: #0c64ad;
    font-size: 27px;
}
.flight_box_detail img {    position: relative; top: 0px;margin: auto;}
.bottomaalighn {
    display: block;
}
.flight_box_detail .flight-logo {
    float: left;
    width: 100%;
    height: 37px;
}
.flight_box_detail .LTT .skin-clr {
    color: #0c64ad;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.flight_box_detail .LTT .time {
    color: #222323d6;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.no-border {
    border: none !important;
}
.select-sec{
	float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #ffffff;
    text-align: center;
}
.select-sec span{
	font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
}
.flight_box_detail .LTT .skin-clr i {
    color: #ff5722;
    margin-right: 5px;
    font-size: 18px;
}
.duration .skin-clr{
	text-transform: capitalize !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    font-family: monospace;
}
.details-head{
	font-size:12px;
	font-weight:600;
	color:#4c4c4c;
	text-decoration: underline;
}
.details-body{
	background: #f9f9f9;
}
.expand-style {
    border-top: solid 2px #5e626b;
}
.inout-title {
    border-bottom: solid 1px #93979f;
    overflow: hidden;
    padding-bottom: 7px;
}
.more-title-text {
    padding-top: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #054171;
}
.detail-panel .panel .nav-tabs li a {
    border-radius: 0;
    background-color: #888888;
    border: none;
    height: 42px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.detail-panel .panel .nav-tabs > li.active > a, .detail-panel .panel .nav-tabs > li.active > a:focus, .detail-panel .panel .nav-tabs > li.active > a:hover {
    border-radius: 0;
    background-color: #0c64ad;
    border: none;
    height: 42px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.detail-panel .panel-heading{background:#eee;}
.detail-panel .panel .panel-body {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #0c64ad;
}
.detail_flight_number .pull-left ul li {
    color: #0c64ad;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 2;
}
.flight_detail_duration .details-text h4 small {
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.detail_flight_number {
    float: left;
    width: 100%;
    padding: 12px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.vt-flight-details .top-space{
	padding-top:20px;	
}
.vt-flight-details .top-space span {
    display: block;
    font-weight: bold;
}
.flight_detail_duration {
    float: left;
    width: 100%;
    position: relative;
}
.flight_box_detail .LTT .skin-clr i {
    color: #ff5722;
    margin-right: 5px;
    font-size: 18px;
}
.full-white-box {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 10px 15px;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.direction-f {
    margin: 0px;
    font-size: 12px;
    font-weight: 600;
    background: #efefef;
    border-bottom: 1px solid #222323;
    text-align: center;
    margin-top: 2px;
}
.detail_flight_number .pull-right ul li {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 2;
}
.flight_detail_duration .LTT .skin-clr i {
    color: #ff6c26;
    margin-right: 5px;
    font-size: 18px;
}
.top-bottom-height {
    height: 5px;
}
.sum-heigth {
    height: 10px;
}
.block-b {
    line-height: 18px;
}
.block-b b{
    display: block;
    color: #4a4a4a;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}
.in-out-bound-stop {
	background: #d9dfe9;
    text-align: center;
    padding: 3px;
    font-size: 15px;
}
.btn_select{
	background: #ff7a3a;
    border: 1px solid #ff6921;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
}
.pad0{
	padding:0px !important;
}
.panel-default .panel-title-heading{
	background: #0c64ad;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
}
.panel-pax-details .panel-heading{
	padding:14px 15px;
	background:#337ab7;
	font-size:22px;
	color:#fff;
}
.panel-pax-details input, .panel-pax-details select{
	height:40px;
	border: solid 1px #7d7c7c;
    border-radius: 2px;
}
label.error{
	color:red;
}
.detail-box{
	background: #FFF;
    border: 1px solid #d7d7d7;
    padding: 0px;
    margin-bottom: 30px;
	border: 1px solid #dddddd59;
    webkit-box-shadow: 0 1px 5px rgb(31, 39, 70);
    box-shadow: 0 1px 5px rgb(31, 39, 70);
}
.detail-box h2{
	background: #0c64ad;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    line-height: 25px;
    margin-top: 0px;
}
.btn-stop{
	background-color: #0c64ad;
    color: #fff;
    border-radius: 0;
    padding: 0px 5px;
    font-size: 10px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    margin-left: -5px;
	margin-top:15px;
    font-weight: 600;
}
.btn-stop:hover{
	color:#fff !important;
	text-decoration:none;
}
.flight_box_detail hr {
    float: left;
    width: 100%;
    border-top: 1px solid #75757633;
    margin: 0;
}

.static-area .tilte-static h2 {
    color: #ff6c26;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}

.body-static .benefits-group li {
    width: calc(100% / 4);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.body-static {
    width: 100%;
    float: left;
}
.body-static .aboutus-area {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.termofuse h2{
	color: #ff6c26;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.termofuse h4{
	color: #ff6c26;
    font-size: 18px;
    font-weight: 600;
	text-decoration:underline;
}
.termofuse p{
	margin-bottom:20px;
	text-align:justify;
}
.termofuse .pg_content strong{
	color: #0c64ad;
    font-size: 17px;
    font-weight: bold;
    position: relative;
}

.termofuse .table{
	text-align:justify;
}
.faq h2{
	color: #ff6c26;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.faq_section {
    float: left;
    width: 100%;
    border-bottom: 3px solid #0c64ad;
    position: relative;
    margin: 30px 0 30px 0;
}
.faq_section .faq_tabs {
    background-color: transparent;
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.faq_section .faq_tabs .panel {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.faq_section .faq_tabs .panel .panel-body {
    padding: 0;
}
.tab-content>.active {
    display: block;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading {
    height: 63px;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading {
    width: 100%;
    border: none;
    text-align: left;
    height: 62px;
    margin-bottom: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    font-family: "Open Sans", sans-serif;
    padding: 0;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading span {
    position: relative;
    padding: 15.5px;
    float: left;
    font-size: 22px;
    transition: .4s;
    color: gray;
    border-right: 1px solid #ddd;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading:hover a span {
    background-color: #0c64ad;
    color: #ffffff;
    transition: .4s;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading:hover a h5 {
    color: #ff6c26;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-inner {
    padding: 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #808080;
    border-bottom: 1px solid #ddd;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion-heading h5 {
    margin: 0;
    color: #444444;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    padding: 22.5px;
    position: relative;
    display: block;
    float: left;
    transition: .4s;
    text-align: left;
}
.box_show_faq {
    box-shadow: -1px 1px 4px 2px #eee;
}
.faq_section .faq_tabs .panel .panel-body .tab-content .tab-pane .accordion{
	background-color: #fff!important;
}
.body-static .aboutus-area .about-text p {
    margin-bottom: 20px;
	text-align:justify;
}
.body-static .aboutus-area .about-text p strong {
    color: #0c64ad;
    font-size: 17px;
}
.body-static .aboutus-area {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.static-area{
	margin-top: 125px;
}
.body-static .aboutus-area .about-link ul li i {
    vertical-align: middle;
    color: #0c64ad;
}
.body-static .aboutus-area .about-link h2.sub-title {
    color: #0c64ad;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    margin-left: -3px;
    margin-bottom: 15px;
}
.body-static .aboutus-area .about-link ul li a {
    color: #333;
    font-weight: 500;
}

.area-box h4.tilte-box {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 7px;
    color: #666666;
}
.area-box p a {
    color: #0c64ad;
    font-weight: bold;
    font-size: 17px;
}
.area-box .color-grey-3{
	font-size: 15px;text-align: left;color: #807f7f;
}
.cookiheading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #0c64ad;
    text-align: center;
}
.CookiePolicy {
    font-size: 16px;
    color: #696565;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #716f6f;
    line-height: 21px;
}

.cookiethree {
    font-size: 17px;
    margin: 15px 0 5px;
    font-weight: bold;
    color: #0c64ad;
    text-transform: uppercase;
}
.CookiePolicy ul, .CookiePolicy li {
    list-style: disc;
    margin: 0 10px 6px 10px;
    padding: 0;
}
.CookiePolicy h2{
	color: #ff6c26;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.cookiethree {
    font-size: 17px;
    margin: 15px 0 5px;
    font-weight: bold;
    color: #0c64ad;
    text-transform: uppercase;
}
.testimonial-title{
	color: #ff6c26;
    font-size: 25px;
    font-weight: bold;
	position: relative;
}
.body-static .benefits-group .icon {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 40px;
    margin-right: 15px;
}
.body-static .benefits-group .text {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.body-static .benefits-group li {
    width: calc(100% / 4);
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.body-static .benefits-group .icon.icon-free div {
    background-position: -136px -66px;
}
.body-static .benefits-group .icon div {
    background: url(../img/sprite-all.png) no-repeat;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    content: '';
    display: block;
    margin: 10px;
}

.body-static .benefits-group .icon.icon-live div {
    background-position: -198px -66px;
}
.body-static .benefits-group .icon.icon-save div {
    background-position: -136px -120px;
}
.body-static .benefits-group .icon.icon-special div {
    background-position: -198px -119px;
}

.vertical-align {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    left: 0px;
	text-align: center;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    display: inline-block;
    width: 100%;
    color: #fff;
}
.vertical-align h3{font-size: 60px; line-height: 1.5; font-weight: 600;    text-shadow: 2px 2px #ff6c26;}
.PrivacyPolicy h1 {
    font-family: arial;
    font-size: 24px;
    font-family: arial;
    font-size: 24px;
    padding: 15px 7.5px;
    text-align: center;
    font-weight: bold;
    color: #0c64ad;
}
.PrivacyPolicy p {
    margin: 0;
    display: block;
    line-height: 21px;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #716f6f;
    padding-top: 5px;
}


.PrivacyPolicy>ol:not(:last-child) a {
    color: #0c64ad;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    font-size: 17px;
    line-height: 19px;
    /* margin-top: 62px; */
    font-weight: 500;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
	list-style: none;
}
.PrivacyPolicy {
    padding: 0 7.5px 30px;
    font: 12px arial;
    background-color: #FFF;
}
.PrivacyPolicy p {
    margin: 0;
    display: block;
    line-height: 21px;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    /* color: #333; */
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
    color: #716f6f;
    padding-top: 5px;
}

.PrivacyPolicy h3 {
    font-size: 16px;
    margin: 15px 0 5px;
    font-weight: bold;
    color: #0c64ad;
    text-transform: uppercase;
}

.PrivacyPolicy h4 {
    font-size: 16px;
    margin: 15px 0 5px;
    display: block;
    text-transform: uppercase;
    font-size: 15;
    color: #0c64ad;
    font-weight: bold;
    padding: 2px 2px;
}

.reservation{
	font-size:15px;line-height: 2;	
}
.contactno{
	z-index: 999; position: absolute;font-size: 22px;font-weight: bold;color: #ff7a3a;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.7);padding-left: 320px; padding-top: -13px;margin-top: -17px;
}
.iconphone{background-color: #ff7a38;border-radius: 50%;width: 33px;color: #ffffff;height: 32px;padding-top: 5px;}

.logo1menu{
	position: absolute;width:235px;margin-left:-53px;height:58px;margin-top:-11px;z-index:999;
}

.menubar{
	padding:5px 3px;
}
.logo2menu{
	position: absolute;
    width: 157px;
    margin-left: -171px;
    height: 40px;
    margin-top: 9px;
    z-index: 999;
}
.collnow{
	width: 197px;
    margin-left: -65px;
    position: absolute;
    z-index: 999;
    top: 24px;
    font-size: 12px;
    text-align: -webkit-center;
}
.calld{
	padding-left: 105px;z-index: 999;position: absolute;top: -10px;
}

.sliderstyle{
	margin-top: 80px;
}

/* home caption */
.sliderhead{  
    position: relative;
    top: -290px;
    left: 0px;
    margin-top: -91px;
}
                   
                   
 .sliderhead h1{
    color: white;
    font-weight: 500;
    font-size: 4em;
}

.sliderhead p{
    color: white;
    font-weight: 500;
    font-size: 24px;
                text-align:center;
}
.mobile-sliderhead{font-size: 20px;margin: 11px 0px;color: #fff;}
/* .secrhbarsection{
    position: relative;
    top: -234px;
} */
	#lablestyle{
    margin-bottom: 0px;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
	}
#bestoffer_airlines img{border-radius:5px;}
.trip_type{padding:10px;margin-bottom: 20px;}
.secrhbarsection {
    position: relative;
    top:0px;
    margin-top: -280px;
}
.search-form .panel{
	border:none !important;
	background-color:transparent;
}

.search-form .panel-body{
background-color: #022f54eb;
    padding: 1px 39px 5px 39px;
    border-radius: 5px;
    border: 1px solid #022f54;
}
.search-form-home .panel-body{
background-color: rgba(12, 100, 173, 0.73);
    padding: 20px 39px 20px 39px;
    border-radius: 5px;
    border: 1px solid #ffffff2e;
}
.modify-searchop .panel-body{padding-left:87px;}
.modify-searchop{background-color:rgb(12, 100, 173);}
.checkgroup {
   color: #fff;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
}
.serchbtn{
	background-color: #ff5807;
	margin-top: 23px;
	padding: 17px 15px;
	border-radius: 0px;
	border-color: #ff5807;
}

.searchspan{
	font-size: 17px;
    font-weight: 500;
    color: #ffffff;
}

.secondsecrhbtn{
	font-size: 21px;
    background-color: #ff5807;
    border: 1px solid #ff5807;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
}

.based{
	color:#585454;font-size:15px;font-weight:600;
	
}

.forl{
	color:#ff6c26;
}


.responsiveradio{
	font-weight:600;
}
.spansty{
	font-weight:500;font-size:15px;
}
.spantyle{
	color: #0072e0;
    font-size: 16px;
    font-weight: 600;
}
.callno{
	padding: 3px 6px;background-color: #FF9800;
    border-color: #ff9800;
}

.topseacrhbox{
	color:#fff;
}

.flightsecrhsection{
	background-color:#fff;
}

.bgbox{
	background-color:#0c64ad;color:#fff;
}

.ml{
	margin-top: -9px !important;
}

/* .Markup1{
	margin-top: -111px;
} */
.cop{
	margin-left:-40px;
}
.ck{
	margin-left:-40px;
}
.pics{
	height: 345px;
}

.conus{
	margin-top:-15px;
}
.conusl{
	margin-left: -40px;
}
.conusli{
	padding-left: 316px;
}
.curicon{
	font-size:30px;cursor:pointer
}
.logotwo{
	width:180px;
}
.smalld{
	padding-top:100px;padding-bottom:10px;
}

.logoimg{
	margin-top: -9px !important;
}

.logothree{
	margin-left: 105px;z-index: 999;position: absolute;top: -18px;
}
.lowerf{
	width: auto;
    margin-left: -65px;
    position: absolute;
    z-index: 999;
    top: 24px;
    font-size: 22px;
    text-align: -webkit-center;
}
.lowerf a{color: #fff;}
.lowerf i{color: #0fff00;font-size: 26px !important;}
.kk{
	position: absolute;
    width: 157px;
    margin-left: -171px;
    height: 40px;
    margin-top: 9px;
    z-index: 999;
}
.menuboxli{
	padding:5px 3px !important;
}

.logop{
	position: absolute;width:235px;margin-left:-53px;height:58px;margin-top:0px;z-index:999;
}

.iconcall{
	background-color: #ff7a38;border-radius: 50%;width: 26px;color: #ffffff;height: 26px;padding-top: 5px;
}
.contactnod{
	z-index: 999; position: absolute;font-size: 22px;font-weight: bold;color: #fff;text-shadow: 1px 1px 0 rgb(0, 0, 0);padding-left: 304px; margin-top: -3px;
}
.contactnod a{color:#fff;}
.contactnod i{font-size: 24px;color: #fff;}
a.contactnod{font-size: 24px !important;}
.res{
	font-size:13px;line-height: 2;
}
.res a{
	color:#fff;
	text-transform:uppercase;
}

.resbox{
	background-color:#0c64ad;color:#fff;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.btn-new-search-travel:hover{
	color:#fff;
	cursor:pointer;
}

.search-form .panel .panel-body .tab-content ul li {
    float: left;
    text-align: left;
    position: relative;
    width: 200px;
}
.search-form-home .panel .panel-body .tab-content ul li {
    float: left;
    text-align: left;
    position: relative;
    width: 50%;
}
@media (max-width: 768px){
	.search-form .panel .panel-body .tab-content ul li{
		width: 50%;
	}
}
@media (max-width: 768px){
	.flight_box_detail img {
		position: relative;
		top: -7px;
		margin: auto;
	}
}
@media (max-width: 768px){
	.slidersection{
		margin-top: 88px;
	}
	
}
@media (min-width: 320px) and (max-width: 480px) {
	.search-form .panel-body{
		background-color:#022f54eb;
	}	
}

@media (max-width: 600px){
	.search-form .panel .panel-body .tab-content ul li{
		width: 100%;
	}
}
@media (min-width: 1024px) {
    .search-form .panel .panel-body .tab-content ul.list-inline>li:nth-last-child(1){
        float: right;
        margin-right: 15px;
    }
}
/*error block*/
.no_result{background: #f9f9f9; padding: 20px;  margin-bottom: 10px;font-size: 16px;}
.error-block{border: 1px solid #f37171;}
.msg-icon{display: table-cell;vertical-align: middle;font-size: 22px;background: #f56825;padding: 13px;}
.msg-icon span.glyphicon{color: #8c2d00;}
.err-msg{display: table-cell;vertical-align: middle;padding-left: 5px;color: #ff6c26;}
.no_result h4 a{font-size: 26px;font-weight: 600;color: #f56825;}
.no_result h4 p{color: #333;font-size: 15px;}

/* packages */
.deal-text{
	background: #1b93e1;
    padding: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.hotel-name {
    position: absolute;
    top: 0px;
    width: 90%;
}
.hotel-name span {
    padding: 5px;
    color: #fff;
    background-color: rgba(0,0,0,0.6);
    display: block;
}
.hdescription {
    color: #000;
    padding: 3px;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 12px;
    opacity: .9;
}
.tabs-page .nav-tabs li a {
	padding : 15px 13px !important; 
}
.carousel-inner > .item > a img {
	position:relative;
	height:auto;
}
.carousel-inner > .item > a {
	cursor:pointer;
}
.mt-5 {
    margin-top: 5px;
}
.tabs-page .primary-tab {
    background-color: #1b93e1;
}
.wrapper_about_us {
    padding: 50px 0;
}
.tabs-page .nav > li > a:focus, .tabs-page .nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.4);
}
.tabs-page .primary-tab li a {
    color: #ffffff;
}
.tabs-page .primary-tab > li.active > a, .tabs-page .primary-tab > li.active > a:focus, .tabs-page .primary-tab > li.active > a:hover {
    border: none;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
}
.tabs-page .tab-content {
    padding: 10px 10px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #ddd;
    border-top: none;
}
.tour_pak {
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    transition-duration: .3s;
    max-height: 250px;
}
.tour_pak .overflow-outer {
    position: absolute;
    width: 100%;
    top: 37%;
    transition-duration: .4s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour_pak .overflow-outer .overflow-inner {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 30px;
    border-radius: 2%;
    text-align: center;
    padding: 20px 10px;
    transition: 2s ease-in;
}
.tour_pak .overflow-outer .overflow-inner .pull-left {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.tour_pak .overflow-outer .overflow-inner .pull-left a {
    color: #ffffff;
}
.tour_pak .overflow-outer .overflow-inner .pull-right {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.carousel-indicators .active {   background-color: #222323;}
.carousel-indicators li {    border: 1px solid #222323;}
.font-12 {
    font-size: 12px;
}
.bread-crumb h2 {
    float: left;
    position: relative;
    color: #ff6c26;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.bread-crumb{	    margin-top: 125px;}
#find-my-deal{top: 75%;right: 0px;position: fixed;z-index:999;}
/* whatsapp side */
#whtapp-side{top: 55%;right: 0px;position: fixed;z-index:999;}
/* fly nw pay later */
#slideout {
	position: fixed;
	top: 65%;
	right: 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 999;
    box-shadow: 0px 1px 3px #757575;
    border-radius: 2px;
}
#slideout_inner {
	position: fixed;
	top: 65%;
	right: -250px;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: #fff;
    padding: 5px;
    color: #444444;
    font-family: sans-serif;
    font-weight: 500;
    box-shadow: 0px 1px 3px #757575;
    border-radius: 2px;
}
#slideout_inner h2{
    font-size: 22px;
    font-weight: 500;
    color: #ff6c26;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
#slideout:hover {
	right: 239px;
}
#slideout:hover #slideout_inner {
	right: 0;
}
/* tootip */
.ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
}
.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}
.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}
.arrow.top {
    top: -16px;
    bottom: auto;
}
.arrow.left {
    left: 20%;
}
.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top:after {
    bottom: -20px;
    top: auto;
}
/* call me modal */
#call-me-header{
	background: #0c64ad !important;
	color: #fff !important;
}
.call-me-body{
	background: #fff;padding:0px;
}
.call-me-submit-btn{
	background-color:#0c64ad!important;color:#fff;font-size: 18px;height: 42px;width: 100px;margin-left: 30%;
}
.call-me-body .call-img-addon{
	background: url(../img/uk-flag.png) no-repeat;
	background-position: center;
	width: 41px;
}
.call-me-body .call-agent-img{
	margin-top: 104px;
}
#call-me-header .close{
	color: #fff;
	background: #887a7ad4;
	border-radius: 50%;
	font-size: 19px;
	width: 20px;
	opacity: .8;
}

.call-devider{
	width: 82%;
	border: 1px solid #001746;
	margin-top: 5px;
}
#call-h3{
	margin-top: 20px;
	margin-bottom: 10px;
}
.flynowpaylater-img{width: 97px;height:50px;}
/* 404 page */
.error-page {
    position: relative;
    text-align: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    background: url(../img/404-img-2.jpg) center/cover no-repeat;
    align-items: center;
}
.error-page .er-message .img-404 {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.error-page .er-message .img-404 span {
    font-size: 52px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ff6c26;
    position: absolute;
    right: -92px;
    top: 73%;
}
.error-page .er-message .img-404 .show-error {
    font-size: 52px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #ff6c26;
    position: relative;
    margin: 0 0 10px;
}
.error-page .er-message h5 {
    color: #0c64ad;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    padding: 0 20px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    font-size: 23px;
    text-align: center;
}
.error-page .er-message h5 strong {
    font-size: 52px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #0c64ad;
    margin: 0;
}
.error-page .er-message p {
    margin: 0;
    padding: 0 20px;
}
.error-page .er-message p .btn-go-back {
    background: #0c64ad;
    color: #ffffff;
    padding: 9px 20px;
    border-radius: 0;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    transition-duration: .4s;
}
.error-page .er-message p .btn-go-back:hover {
    transition-duration: .4s;
    background: #ff6c26;
    color: #ffffff;
}
#footer-testimonials{background:#eee;}.mt-10 {margin-top: 10px !important;}.mb-10 {margin-bottom: 10px !important;}
/* fly now */
.flynow h2{
	color: #0c64ad;
    font-family: 'Source Sans Pro', 'Arial', sans-serif;
    font-size: 23px;
    font-weight: bold;
}

.flynow{
	margin-top:20px;
}
.flynow1 h4{
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    background-color:#ff7a3a;
    text-align: -webkit-center;
    padding: 10px 10px;
	border-radius: 4px;
}

.flynow p{
	color:#686666;
	text-align: justify;
	padding: 5px 5px;
	line-height: 20px;
	font-size:15px;
}
.flynow1{margin-bottom:20px;}
.flynow1 h4 a{color:#fff;}
.flynow1 p{
    color: #686666;
    text-align: -webkit-left;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 22px;
    background-color: #dddddd2e;
    height: 100px;
    border: 1px solid #dddddd1f;
    margin-top: -10px;
    overflow:auto;
}

.flynow2 h4{
    color: #ffffff;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    background-color: #0b5b9e;
    text-align: -webkit-center;
    padding: 10px 10px;
    border-radius: 4px;
}


.flynow1 h3{
    color: #0c64ad;
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
    padding: 10px 10px;
	font-weight:600;
	
}
.heading {
    font-size: 18px;
    text-align: left;
}
.heading {
    display: inline-block;
    width: 100%;
    font-size: 26px;
    color: #3f4d61;
}

.heading:before {
    background-image: url(../img/sprite-all.png);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    content: '';
    padding: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-position: -240px -450px;
    width: 50px;
    height: 35px;
    vertical-align: middle;
}

.heading strong {
    font-weight: 600;
	color: #ff6c26;
}

.decription-group .travel-detail p {
    margin-bottom: 15px;
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
	text-align:justify;
}


.decription-group .section-why .block .header {
    color: #3f4d61;
    font-size: 16px;
    padding: 6% 5px;
}
.section-why .block .header {
    color: #3f4d61;
    font-size: 16px;
    padding: 6% 5px;
}
.block .header {
    display: block;
    color: #0c64ad;
    padding: 6% 10%;
    font-size: 18px;
    line-height: 1.2em;
    border-bottom: 1px dotted #e1e1e1;
}
.header {
    float: none;
    width: 100%;
    height: auto;
    margin: 0;
}

.decription-group .section-why .block .body li {
    padding-left: 50px;
    min-height: 45px;
    position: relative;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size:13px;
}

.decription-group .section-why .block .icon.icon-special {
    background-position: -198px -119px;
}
.section-why .block .icon.icon-save {
    background-position: -136px -120px;
}
.section-why .block .icon.icon-special {
    background-position: -198px -119px;
}

.section-wrap-white {
    background: white;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 3em 0;
}
.company-email,.company-contact{ color: #ff6c26;font-weight:600;}

.secrhbarsection2{margin-top: -150px;}
.wait-box{ width:auto; border:solid 1px #F1F1F1; height:100vh; margin:0 auto; border-radius: 0%;  background: #0c64ad;
} 
.wait-logo{ width:250px; height:100px; margin:0 auto; margin-top:3%;} 
.tta-logo{ width:410px; height:160px; margin:0 auto; margin-top:85px;}
.wait-fr-to{ height:200px; margin:0 auto; width:90%;}
.wait-box p{ font-size:14px; color:#F90; font-family:"Arial Black", Gadget, sans-serif;}
.wait-box h4{
	font-size: 26px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Raleway", sans-serif;
	line-height: 1.5;
	text-shadow: rgb(2, 2, 2) 2px 2px 2px;
	text-align:center;
}
.contact{
	color: #ff7a3a;
	text-decoration: underline;
}
.contact:focus, .contact:hover{
	text-decoration: underline;
	color: #ff7a3a;
	font-size:30px;
}
#find-flight ul li a{
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border: 1px solid white;
	border-radius: 20px;
	padding: 8px;
	margin-right: 5px;
}
#find-flight #footer_content{color:#fff;}
/*student*/
.section-wrap-deals .coupon-group .text .column-rightfare {
    float: right;
    display: inline-block;
    white-space: nowrap;
    background: white;
    color: #3f4d61;
    padding: 10px 12px;
    border-radius: 3px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
}

.offer_sectionh2{
    color: #2d3e52;
	font-size: 2.25em;
    margin-bottom: 20px;
	margin-top:50px;
	
}

.offer_section {
    width: 100%;
    display: flex;
    padding: 2px 19px;
    margin-bottom: 20px;
    border-top: 1px solid #d1e9ef;
    background-color: #0c64ad;
}


.offer_section .offer_title {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 3px;
    color: #fff;
}
.offer_section .location {
    text-transform: uppercase;
}
.offer_section .label_total {
    text-transform: uppercase;
    line-height: 1em;
    font-size: .833em;
}


.offer_section .offer_location {
	flex: 1 1 auto;
    align-self: center;
    color: #7b7676;
    font-size: 14px;
    font-weight: 600;
}

/* .whychoose h1{
    font-family: "NexaBlack";
    font-size: 2.583em;
    color:#f50;
	font-weight:600;
    margin-bottom: 35px;
    text-align: center;
	
} */

.topstudentoff{
	margin-top:125px;
}

.signupstyle{
    background-color:#0c64ad;
    position: relative;
    top: -36px;
    padding: 10px 10px;
    color: #fff;
    padding-bottom:100px;
    margin: 0 auto;
    margin-bottom: 0px;
}
.signupstyle h1{
	color:#fff;
	font-weight:600;
}
.signuppra{margin-top:50px;color:#fff;padding:20px 20px;font-size:17px;   line-height: 1.4em; text-align:center;}
.social-wrapper {
	text-align:center;
}


.social-wrapper ul {
	list-style: none;
}

.social-wrapper ul li {
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	border:5px solid #ff6c26;
	float: left;
	transition: all 0.5s ease;
}


.social-wrapper ul li .fa {
	color: #fff;
	margin-top: 20px;
	transition: all 0.5s ease;
}


.social-wrapper ul li:hover.facebook {
	border: 5px solid #3b5998;
	box-shadow: 0 0 15px #3b5998;
	transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-facebook {
	color: #fff;
	text-shadow: 0 0 15px #3b5998;
	transition: all 0.5s ease;
}


.social-wrapper ul li:hover.twitter {
	border: 5px solid #00aced;
	box-shadow: 0 0 15px #00aced;
	transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-twitter {
	color: #00aced;
	text-shadow: 0 0 15px #00aced;
	transition: all 0.5s ease;
}


.social-wrapper ul li:hover.instagram {
	border: 5px solid #bc2a8d;
	box-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-instagram {
	color: #bc2a8d;
	text-shadow: 0 0 15px #bc2a8d;
	transition: all 0.5s ease;
}


.social-wrapper ul li:hover.google {
	border: 5px solid #dd4b39;
	box-shadow: 0 0 15px #dd4b39;
	transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-google {
	color: #dd4b39;
	text-shadow: 0 0 15px #dd4b39;
	transition: all 0.5s ease;
}


.social-wrapper ul li:hover.whatsapp {
	border: 5px solid #4dc247;
	box-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;
}

.social-wrapper ul li:hover .fa-whatsapp {
	color: #4dc247;
	text-shadow: 0 0 15px #4dc247;
	transition: all 0.5s ease;
}




@media screen and (max-width: 1024px){
	.social-wrapper {
		width: 350px;
	}
	.social-wrapper ul li{
		margin-top: 10px;
	}
	.social-wrapper ul li.google{
		margin-left: 60px;
	}
}


@media screen and (max-width: 340px){
	.social-wrapper {
		width: 150px;
	}
	.social-wrapper ul li{
		margin:15px;
	}
	.social-wrapper ul li.google{
		margin-left: 15px;
	}
}
.fare-alert-form .input-group-addon {
    background-color: #ff6c26;
    border: 1px solid #ff6c26;
    border-radius: 4px;
}
.fare-alert-form .input-group-addon input {
    padding: 2px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #ff6c26;
    border: 1px solid #ff6c26;
    border-radius: 4px;
}

/*----new css style ----*/

.section-bottom-fixed1.nav-call1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: white;
    font-size: 16px;
    font-weight: bold;
	text-align: -webkit-center;
	text-transform: capitalize;
    padding: 8px 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
}
.section-bottom-fixed1 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1042;
    width: 100%;
}

.section-bottom-fixed1.nav-call1 a {
background:#ff6c26 !important;
    border: 2px solid #fff !important;
    text-align: center;
    color: #d34500;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    -o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);
    border-width: 1px;
    background: transparent;
    color: white;
    padding: 8px 10px;
    border-radius: 20px;
     margin-left: 10px;
    margin-right: 6px;
}

.search-form .panel-body .form-group{margin-bottom:7px;} 
.search-form .panel-body .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: white;
    border-radius: 0px;
}

.twidget-form-list li .twidget-passengers-detail, .twidget-form-list li .twidget-guest-detail {
    height: 45px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
}

.twidget-form-list li .twidget-passengers-detail:after, .twidget-form-list li .twidget-guest-detail:after {
    background-image: url(./images/arrow-down.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 10px;
    background-position: 0 0;
    content: "";
    top: 18px;
    right: 13px;
    position: absolute;
    background-size: 15px;
}


.btn-new-search-travel {
    	background: #fa4a0d;
    color: #fff;
    padding: 10px 15px;
    height: 45px;
    margin-bottom: 2px;
    width: 100%;
    border-radius: 3px;
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition-duration: .4s;
}

.twidget-passengers-ready-button {
    display: inline-block;
    padding: 0 30px;
    font-size: 13px;
    line-height: 43px;
    border: 1px solid #ff6c26!important;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    color: #ff6c26;
    cursor: pointer;
    clear: both;
    margin-left: 10px;
}

.topdest {
  position: relative;
  text-align: center;
  color: #fff;
}

.text1 {
    position: absolute;
    bottom: 8px;
    left: 27px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
text-align: -webkit-auto;
color: #fff;


}
  	.polinestyle{border-radius: 2px;
    background-color: #0c64ad;
    color: white;
    padding: 6px 14px;
    font-size: 20px;
    font-family: sans-serif;}
.destinationbox{
	margin-bottom:20px;
}



.destinationboxh {
    display: flex;
    width: 100%;
	font-size:30px;
    justify-content: center;
    align-items: center;
    text-align: center;
	color: #0c64ad;
	padding: 10px 10px;
}

.destinationboxh:before,
.destinationboxh:after {
    content: '';
    border-top: 2px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.destinationboxh:after {
    margin: 0 0 0 20px;
}
	.text11{
    bottom: 8px;
    left: 27px;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    color: #fff;
    background-color: #062946;
    padding: 25px 14px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: unset;
	}

	
	.btn-services {
    color: #fff;
    background-color: #062946;
    border-color: #062946;
    margin-bottom: 4px;
	}
	
	.btn-services, .btn-services:focus, .btn-services:hover {
    color: #fff;
    text-decoration: none;
	}
.pics1 {
    height: 100px;
    margin: 0 auto;
}

.texts{
   text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    color: #FF5722;
}

.decription-group .section-why .block {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.section-why .block .icon.icon-live {
    background-position: -198px -66px;
}
.block {
    background: white;
    border: 1px solid #e1e1e1;
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
}

 .section-why .block .header {
    color: #3f4d61;
    font-size: 16px;
    padding: 6% 5px;
}

.block .body {
    font-size: 14px;
    line-height: 1.4em;
    text-align: left;
    padding: 0 10px 10px 10px;
}

.section-why .block .body li {
    padding-left: 50px;
    min-height: 45px;
    position: relative;
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-why .block .icon.icon-free {
    background-position: -136px -66px;
}
.section-why .block .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background: url(../img/sprite-all.png) no-repeat;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    content: '';
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.inner-banner.style-4 {
    min-height: 428px;
}

.inner-banner {
    position: relative;
    min-height: 380px;
    text-align: center;
}

.southstyle{font-size: 40px !important;font-weight:600;}

.background-block {
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.section-bottom-fixed1.nav-call2 {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;color: white;font-size: 19px !important;font-weight: bold;text-align: -webkit-center;text-transform: capitalize;padding: 10px 0;background: rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);margin-top: -39px;padding: 0px 0px;}

.section-bottom-fixed1.nav-call2 a {background: #ff6c26 !important;border: 2px solid #fff !important;text-align: center;color: #d34500;-webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);-moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);-ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);-o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);cursor: pointer;outline: none;-webkit-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);-moz-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);-ms-box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);-o-user-select: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);box-shadow: 1px, 2px, 2px, rgba(0, 0, 0, 0.3);border-width: 1px;background: transparent;color: white;padding: 2px 30px;border-radius: 20px;margin-left: 10px;margin-right: 6px;padding: -1px;/* margin-top: 43px; *//* padding-bottom: 10px; */margin-bottom: 11px;z-index: 999;}

.sf{
	    margin-left: 19px;
}

.section-wrap-deals .coupon-group .text .column-rightfare {
    float: right;
    display: inline-block;
    white-space: nowrap;
    background: white;
    color: #3f4d61;
    padding: 10px 12px;
    border-radius: 3px;
    width: 120px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
    box-shadow: 1px 1px 1px rgba(128, 128, 128, 0.2);
}

.offer_sectionh2{
    color: #2d3e52;
	font-size: 2.25em;
    margin-bottom: 20px;
	margin-top:50px;

}

 .offer_section {
    width: 100%;
    display: flex;
    padding: 2px 19px;
    margin-bottom: 20px;
    border-top: 1px solid #d1e9ef;
    background-color: #0c64ad;
}


.offer_section .offer_title {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 3px;
    color: #fff;
}
.offer_section .location {
    text-transform: uppercase;
}
.offer_section .label_total {
    text-transform: uppercase;
    line-height: 1em;
    font-size: .833em;
}


.offer_section .offer_location {
	flex: 1 1 auto;
    align-self: center;
    color: #7b7676;
    font-size: 14px;
    font-weight: 600;
}

.whychoose h1{
    font-family: "NexaBlack";
    font-size: 2.583em;
    color:#f50;
	font-weight:600;
    margin-bottom: 35px;
    text-align: center;
	
	}
.whychoose p{
   line-height: 1.8em;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    color: #57585a;
	margin-top:50px;
}

.topstudentoff{
	margin-top:50px;
}


@media screen and (min-width: 260px) {
.whychoose{
    border: 4px dotted #c5c4c4;
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 72px;
    margin-bottom: 60px;
}
}

@media screen and (min-width: 260px) {
#whyheading {
position: absolute;
    top: -23px;
    width: 70%;
    background-color: #ff6c26;
    border: 2px dotted #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1;
    font-family: "NexaBlack";
    font-weight: 600;
    color: #fff;
    left: 10px;
    right: 10px;
    border-bottom: 0 solid #ff6c26;
    padding: 10px;
	}
}

.farei{
     color: #fff;
    margin-top: 20px;
     border: 3px dotted #ff6c26;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-top: 15px;
    padding-bottom: 0px;
	
}
.vogue-list-flights{float:left;}
.tag-special-deal{
    min-height: 43px;
    margin-top: -18px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: url(//voguetravelhouse.co.uk/img/tag-call-now.png) no-repeat center;
}
.xmas-special-div {
    background: -webkit-gradient(linear,left top,right top,from(#fffbfb),to(#ffe8cc));
    background: linear-gradient(to right,#fffbfb,#ffe8cc);
    border: 1px solid #fff;
}
.xmas-special-div:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 1px solid #da1b60;
    border-radius: 8px;
    pointer-events: none;
}
.xmas-special-div:after {
    font-family: operator mono ssm a,operator mono ssm b,operator mono,source code pro,Menlo,Consolas,Monaco,monospace;
    content: "Spl deal!";
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    top: -19px;
    left: 1rem;
    background: #FF7878;
    padding: 0 .5rem;
    font-size: 1.6rem;
    position: absolute;
    z-index: 1;
}
.ui-front {
    z-index: 9999;
}
	ul.popular-routes li{margin-bottom:5px;}
		ul.popular-routes li a{
		white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: #1e88e5;
    cursor: pointer;
    transition: all .5s ease-in-out;
		}
	/* step form layout */
	.checkout{    background-color: #fff;
    border:1px solid #eaefe9;
     padding:0px;
    font-size: 14px;}
   
.checkout-step {
     
    border-top: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    padding: 5px;
    position: relative;
}
.checkout-step-title a{
    color:#fff;
}
.checkout-step-head{
    background-color:#0c64ad;
    padding:6px;
    height:44px;
}
.checkout-step-number {
   background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 32px;
    padding: 4px;
    color: #ff6c26;
}
.checkout-step-title{ font-size: 18px;
    font-weight: 500;
    vertical-align: middle;display: inline-block; margin: 0px;
     }
.checkout-next{
    margin:10px;
    text-align: center;
    font-size:17px;
}
 
.checout-address-step{}
.checout-address-step .form-group{margin-bottom: 18px;
    width: 100%;}

.checkout-step-body{padding-left: 0px; padding-top: 12px;}
.checkout-step-body h2{
    font-size: 14px;
    font-weight: bold;
    border-bottom:1px solid #33333324;
    padding: 5px 5px;
    margin-top: 0px;
   color:#0c64ad;
}
.checkout-step-body .details-box{
    margin-bottom: 20px;
    padding: 0;
}
/* end step form style */
	