body{ font-family: 'Poppins', sans-serif; }

@-moz-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@-o-keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
@keyframes rotateMenu {
  0% {
    transform: rotateX(-90deg);
  }
  70% {
    transform: rotateX(20deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}


.cookies-stripdiv {
    width: 100%;
    text-align: center;
    background: #e5f6ff;
    color: #fff;
    padding: 6px 15px;
}
.cookies-stripdiv p {
    margin: 0px;
    display: inline-block;
    font-size: 13px;
    color: #333;
}

#cookies {
    color: #00b77a;
    text-decoration: none;
}
.cookies-stripdiv .accept {
    background: #4CAF50;
    padding: 4px 10px 4px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    margin-left: 10px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 1px;
    display: inline-block;
    line-height: 14px;
}

.callnow_mm {
    position: absolute;
    top: 10px;
    right: 88px;
    width: 84px;
    background: #4CAF50;
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
    display: none;
}

.callnow_mm a {
    color: #fff;
    line-height: 14px;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
	font-weight: 600;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0 10px 0;
    z-index: 2;
    width: 100%;
    background: #ffffff;
}

/* nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 0 10px 0;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    background: #002362;
} */
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding-top: 0;
    padding-bottom: 0;
}
a.navbar-brand img {
    width: 205px;
}
li.nav-item {
    position: relative;
}
/* .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
} */

.navbar-light .navbar-nav .nav-link {
    color: #1e1c1c;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 6px 16px 6px 16px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #eb1e2c;
}

.navbar-light .navbar-nav .nav-link span {
    background: radial-gradient(ellipse at center,#ff7d86 0,#eb1e2c 100%);
    position: absolute;
    top: -6px;
    left: 35px;
    font-size: 10px;
    padding: 2px 9px 2px 9px;
    color: #fff;
    line-height: 11px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 18px;
}
/* .navbar-light .navbar-nav .nav-link span:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0;
    border-top: solid 15px #f57e20;
    border-left: solid 5px transparent;
}
.navbar-light .navbar-nav .nav-link span:after {
    position: absolute;
    content: '';
    right: -5px;
    top: 0;
    border-top: solid 15px transparent;
    border-left: solid 5px #f57e20;
} */

ul.navbar-nav.mr-auto {
    margin: 0 auto;
}

.contact_con {
    position: relative;
}

.dropdown:hover > .dropdown-menu {
    display: block;
	top: 35px;
	visibility: visible;
    margin-top: 0;
}
.dropdown-menu.lpts_drop {
    padding: 0;
    background: #fff;
    border: none;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	animation: rotateMenu 400ms ease-in-out forwards;
    transform-origin: top center;
}
.lpts_drop .dropdown-item {
    padding: 0 10px 0 10px;
    font-size: 13px;
    color: #333;
    line-height: 35px;
    border-bottom: solid 1px #ddd;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: #eb1e2c;
	font-weight:500;
	letter-spacing:1px;
}

/* .navbar-light .navbar-nav .nav-link:hover{ color: #f56d00;}

.navbar-light .navbar-nav .nav-link:before {
    content: attr(data-hover);
    width: 0;
    padding: 14px 0;
    color: #f56d00 !important;
    border-bottom: 2px solid #f56d00;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 10px;
    transition: all 0.5s ease 0s;
}

.navbar-light .navbar-nav .nav-link:hover:before {
    width: 100%;
}  */

.contact_nu {
    margin: 2px 35px 0 0;
    background: #e9212e;
    padding: 3px 28px 3px 10px;
    border-radius: 22px 0 0 22px;
}

.contact_nu p {
    margin: 0;
    padding: 0;
    color: #fffbfb;
    font-size: 11px;
    font-weight: 500;
    text-align: end;
}

.contact_nu a {
    font-size: 18px;
    transition: 0.4s;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    line-height: 1;
    text-decoration: none;
    display: block;
}

.contact_con a img {
    position: absolute;
    right: -65px;
    top: -27px;
    width: 55px;
    padding: 6px;
    background: #e9212e;
    border-radius: 33px;
    height: 55px;
    border: solid 3px #fff;
}

.contact_con a img::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    z-index: 205;
    border-radius: 50%;
    display: block;
    background-color: rgba(243, 67, 67, 0.5);
    opacity: 0;
    animation: 2s change-color infinite alternate;
}



/** BANNERS CSS CODE **/

.updt_fr {
    margin: 15px 0 0 0;
}
.updt_fr p {
    font-size: 13px;
    color: #777;
    margin: 0 0 0 0;
}
.updt_fr p span {
    color: #e9212e;
}

.homepages_bn{ position:relative;}
.homepages_bn:before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main_slid{ position:relative;}

/* .main_slid .carousel-item{ position:relative;} */
.main_slid .carousel-item:before{ position:absolute; content:''; width:100%; height:100%; left:0px; top:0px; background:rgba(0,0,0,0.5);}

.mysearch_on {
    position: absolute;
    width: 100%;
    bottom: 150px;
}


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0;
}

.morehotels {
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.Compareto {}
.Compareto ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: end;
}
.Compareto ul li {
    display: inline-block;
}
.Compareto ul li a {
    display: inline-block;
    background: rgba(255,255,255,.9);
    padding: 8px;
    border-radius: 2px;
    width: 125px;
}
.Compareto ul li a img{ width:100%;}

.fm_topmr {
    padding: 70px 0 25px 0;
    position: relative;
    z-index: 1;
}

.banners_main {
    position: relative;
}

/* .banners_main:before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url(../images/airplane-small.png) right 34% no-repeat;
    width: 100%;
    top: 0;
    background-size: 120px;
} */

.banners_main:before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url(../images/airplane-small.png) 123% bottom no-repeat;
    width: 100%;
    bottom: 0px;
    background-size: 400px;
}

/* .banners_main:after {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url(../images/globe-small.png) right 84% no-repeat;
    width: 100%;
    top: 0;
    background-size: 120px;
} */

.banners_main:after {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background: url(../images/globe-small.png) left bottom no-repeat;
    width: 100%;
    top: 0;
    background-size: 220px;
}

.forms_headeings {
    text-align: center;
}

.forms_headeings h3 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #ffffff;
    text-shadow: #434343 0 1px 2px;
}

.forms_headeings h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0 22px 0;
}

.forms_headeings ul{ list-style:none; padding:0px; margin:0px;}
.forms_headeings ul li {
    font-size: 16px;
    display: inline-block;
    padding: 0 40px 0 40px;
    font-weight: 400;
    color: #fff;
    text-shadow: #434343 0 1px 2px;
}
.forms_headeings ul li span {
    color: #ffee7a;
}

.flight-offer h1 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.flight-offer h1 .fbo {
    font-size: 13px;
    margin: 6px 0 0 0;
    display: block;
}
.leadx{font-size:22px;}
.flight-offer {
    position: relative;
    overflow: hidden;
    background: url(../images/GetthebestGroup.webp);
    color: #fff;
    border-radius: 1px;
    padding: 10px;
    background-size: cover;
    background-position: center;
    margin: 10px 0 0 0;
    min-height: 272px;
}
.offr-txt {
    position: relative;
    z-index: 2;
    text-align: center;
}
.offr-txt:after {
    content: "";
    position: absolute;
    background: #fff8f8;
    top: -10px;
    left: -10px;
    right: -11px;
    bottom: -10px;
    z-index: 1;
}
.tfn-mgr.tfnf {
    max-width: 100%;
    padding: 8px 0;
    display: inline-block;
}
.tfn-mgr.tfnf a {
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    font-size: 13px;
    padding: 7px 8px 8px 8px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 600;
}

.offr-txt h6 {
    font-size: 12px;
    color: #494949 !important;
    position: relative;
    z-index: 2;
    margin: 0 0 0px 0;
}
.offr-txt h3 {
    font-size: 20px;
    color: #ff4267 !important;
    position: relative;
    z-index: 2;
    font-family: serif;
    font-weight: 800;
    margin: 0 0 8px 0;
}
.offr-txt h4 {
    font-size: 24px;
    color: #ff3d66 !important;
    position: relative;
    z-index: 2;
    font-weight: 800;
    margin: 0 0 0px 0;
}
.offr-txt h5 {
    font-size: 24px;
    color: #071358 !important;
    position: relative;
    z-index: 2;
    font-weight: 800;
    margin: 0 0 0 0;
    font-family: fangsong;
}

.ftrcll {background:#fff; border-radius:0px; display:none !important;}
.tfnfx {font-size: 22px;display: block;}
.flight-status strong {
    display: none;
}



.abls_tr{ padding:10px 0;}
.htcr_co{}
.htcr_co p {
    font-size: 14px;
    color: #333;
    margin: 0px;
    text-align: center;
	font-weight: 600;
}
.htcr_co p img {
    width: 105px;
    margin: 0 5px 0 5px;
}


.top-middle {
    margin: 0px auto;
    background: #008284;
    padding: 8px 0 8px 0;
}
.compaire {
    margin-top: 2px;
}
.compaire ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
	list-style:none;
}
.compaire ul li {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.Exclusive_Offers{ padding:45px 0;}

.Medical_heading {
    margin: 0 0 30px 0;
    text-align: center;
}
.Medical_heading h2 {
    font-size: 26px;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #212a42;
    text-transform: capitalize;
    line-height: 26px;
}

.Medical_heading h2 strong {
    color: #404040;
    font-weight: 600;
}

.Medical_heading h2 a {
    display: inline-block;
    float: right;
    color: #3e97db;
    font-size: 14px;
    margin: 7px 8px 0 0px;
    border: solid 1px #3e97db;
    padding: 4px 10px 4px 10px;
    border-radius: 24px;
    text-decoration: none;
    font-weight: 500;
}

.Medical_heading p {
    font-size: 14px;
    margin: 0 0 0 0;
}

.post-slide {
    margin: 10px 0px 10px 0px;
    position: relative;
}
.post-slide .post-img {
    position: relative;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.post-slide .post-img > span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
	display:none;
}
.post-slide .post-img > span > a {
    position: relative;
    top: 45%;
    color: #fff;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 14px;
    border-radius: 4px;
}

.post-review {
    position: absolute;
    bottom: 0px;
    left: 0;
    padding: 10px;
    width: 100%;
    backdrop-filter: blur(15px);
}


.post-slide .post-review > .post-title {
    margin: 0px 0 5px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}
.post-slide .post-review > .post-title > a {
    color: #ffffff;
    transition: all 300ms linear 0ms;
    margin: 0 0 0 0;
    font-weight: 600;
    text-transform: capitalize;
}
.post-slide .post-review > .post-title > a:hover{
    color: #ffffff;
    text-decoration: none;
}
.post-slide .post-review > .post-description {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 0;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
}
.post-slide .post-review > .post-bar{
    padding: 0;
    list-style: none;
	margin:0px;
}
.post-slide .post-review > .post-bar > li {
    display: inline-block;
    font-size: 13px;
    color: #3e97db;
    border: dashed 1px #3e97db;
    padding: 0 6px 0 6px;
    border-radius: 4px;
    font-weight: 500;
}

.post-slide .post-review > .post-bar span {
    background: linear-gradient(93deg,#53b2fe,#3e97db);
    color: #fff;
    padding: 5px 10px;
    line-height: 12px;
    font-size: 12px;
    display: inline-block;
    border-radius: 4px;
}

.post-slide .post-review > .post-bar > li:last-child:after{
    content: "";
}
.post-slide .post-review > .post-bar > li > a{
    color:#3498db;
}
.post-slide .post-review > .post-bar > li > a:hover{
    text-decoration: none;
}
.post-slide:hover .post-img > span{
    opacity: 1;
}

.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #fff;
    position: absolute;
    top: 40%;
    left:-15px;
    padding: 0px;
    transition: background 0.5s ease 0s;
	box-shadow: 0px 2px 4px 2px rgba(0 0 0 /20%);
    border-radius: 40px;
	width: 45px;
    height: 45px;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: 40%;
    right: -15px;
    padding: 0px;
    transition: background 0.5s ease 0s;
    box-shadow: 0px 2px 4px 2px rgba(0 0 0 /20%);
    border-radius: 40px;
	width: 45px;
    height: 45px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 28px;
    line-height: 45px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
	font-size: 28px;
    line-height: 45px;
}


/** TOP DEALS CSS **/

.tops_dels {
    padding: 35px 0 35px 0;
    background: #f5f5f5;
}
.Exclusive_hhd {
    position: relative;
    margin: 0 0 40px 0;
    text-align: center;
}
.Exclusive_hhd h4 {
    font-size: 25px;
    color: #333;
    margin: 0px;
    font-weight: 600;
}
.Exclusive_hhd p {
    font-size: 14px;
    margin: 4px 0 0px 0;
}



.mnbc_lasd {
    padding: 14px 14px 14px;
    background: #ffffff;
    display: table;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all .4s ease;
    box-shadow: 0px 0px 20px rgb(193 193 193 / 44%);
    border: solid 4px #e0e8f6;
}

.mnbc_lasd:hover {
    background:#f9f9f9;
	border: solid 4px #00aaf8;
}


.mnbc_lasd_dest {
    padding: 10px 14px 12px;
    background: #ffffff;
    display: table;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0px;
    transition: all .4s ease;
    border: solid 1px #e3e3e3;
}

.mnbc_lasd_dest:hover {
    background:#f7fdff;
}

.airlogo {
    width: 10%;
    float: left;
    padding: 0 12px 0 0px;
}
.airlogo img{ width:100%;}

.neys_one{ width:30%; float:left;}
.neys_one h6 {
    font-size: 16px;
    color: #002362;
    margin: 0px;
    font-weight: 500;
    padding: 2px 0px 7px 0px;
}

.neys_one h2 {
    font-size: 18px;
    color: #1e1e1e;
    margin: 4px 0 4px;
    font-weight: 800;
    line-height: 18px;
}
.neys_one p {
    font-size: 13px;
    color: #333;
    margin: 0px;
    line-height: 13px;
    font-weight: 400;
}

.middles_lasd {
    width: 14%;
    float: left;
}
.middles_lasd img {
    position: relative;
    display: block;
    margin: 20px auto 0;
    width: 100%;
}

.prices_hdgf {
    width: 24%;
    float: left;
    text-align: end;
    padding: 0 0 0px 0;
    margin: 0px 0 0 0;
}
.prices_hdgf h6 {
    font-size: 12px;
    color: #494949;
    margin: 4px 0 0 0;
    line-height: 14px;
    font-weight: 400;
}

.mny_end{ text-align:end;}
		
.prices_hdgf h4 {
    font-size: 18px;
    margin: 4px 0px 0 0;
    font-weight: 600;
    line-height: 20px;
    color: #f12b39;
}

.prices_hdgf h1 span {
    font-size: 11px;
    color: #494949;
	font-weight:400;
}
.offs {
    position: absolute;
    top: -10px;
    font-size: 11px;
    background: radial-gradient(ellipse at center,#ff4b57 0,#eb1e2c 100%);
    color: #fff;
    font-weight: 500;
    padding: 1px 12px;
    border-radius: 14px;
    z-index: 1;
	display:none;
}
/* .offs::before {
    content: '';
    position: absolute;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 0;
    top: -1px;
}
.offs::after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: 0;
    top: -1px;
} */

.why_coah {
    background-color: #00aaf8;
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
}
.Usps_usp__kLWpK {
    text-align: left;
    transition: all .4s ease;
    background: #fff;
    padding: 18px 10px;
    border-radius: 14px;
    box-shadow: #ccc 0 0px 16px 0px inset;
}
.Usps_usp__kLWpK img {
    margin: 5px 10px 5px 0;
    width: 15%;
    float: left;
}
.Usps_usp__kLWpK h4 {
    font-size: 16px;
    color: #002362;
    margin: 0px 0 5px 0;
    font-weight: 600;
}
.Usps_usp__kLWpK p {
    font-size: 12px;
    color: #333;
    margin: 0 0 0px 0;
    font-weight: 500;
}


.grav_offers{ padding:0 0 45px 0;}

.banner_hdfs {
    background: url(../images/GetthebestGroup.webp) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 272px;
    margin-top: 12px;
    position: relative;
}
.banner_hdfs .wrapper {
    color: #fff;
    padding: 37px;
}
.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.banner_hdfs .wrapper small {
    text-transform: uppercase;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 500;
}
.banner_hdfs .wrapper h3 {
    color: #fff;
    font-size: 28px;
    margin: 15px 0 8px 0;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
	text-shadow: #080808 0 1px 2px;
}
.banner_hdfs .wrapper p {
    font-size: 21px;
    font-size: 14px;
}
.btn_1, a.btn_1 {
    border: none;
    color: #fff;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    outline: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 13px 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
}


.items_1 {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    box-shadow: 0px 2px 2px #00000063;
}
.dest_img {
    position: relative;
}
.location {
    float: left;
    position: absolute;
    height: auto;
    top: 18px;
    color: #fff;
    padding: 3px 6px;
    background: rgb(0 130 132);
    font-size: 12px;
    border-radius: 4px;
    left: 18px;
}
.dest_img img {
    width: 100%;
}
.deals_content {
    padding: 10px;
    background: #fff;
    position: relative;
}
.deals_content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0 2px 0;
    color: #313232;
    text-transform: uppercase;
}
.deals_content p {
    font-size: 13px;
    margin: 0 0 0 0;
}

.deals_content p strong {
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    font-weight: 500;
}

.deals_content ul {
    list-style: none;
    padding: 0px;
    margin: -26px 0 0 0;
    float: right;
}
.deals_content ul li {
    font-size: 11px;
    color: #f57e20;
    padding: 0px 0;
    display: inline-block;
    line-height: 14px;
}
.hhrps {
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    color: #fff;
    padding: 2px 3px;
    border-radius: 2px;
    margin: 0 0 0 0px;
}

/** FOOTER CSS CODE **/

.suscribe_main {
    background: #00aaf8;
    padding: 20px 25px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    border-radius: 65px;
    border: solid 2px #fff;
    margin: 0 0 -45px 0;
}

.fotter_dtls {
    background: #0b96d5;
    padding: 5px 10px 5px 10px;
    display: flex;
    margin: 20px 0 0 0;
}

.my_links h6 {
    margin: 0 0 0 0;
    text-align: left;
}

.my_links h6 a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    margin: 10px 0 0 0px;
    position: relative;
    top: 6px;
}

.my_links h6 a i {
    font-size: 12px;
    display: block;
    width: 25px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: #ffffff38;
    border-radius: 4px;
    float: left;
    margin: -2px 6px 10px 10px;
}

.Exclusive_ss {}
.Exclusive_ss h4 {
    font-size: 19px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.Exclusive_ss p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    font-weight: 300;
    padding: 5px 0 0 0;
}

.seciband {
    margin: 3px 0 0 0;
}

.seciband .form-group {
    position: relative;
	margin:0;
}

.cont_form_subs {
    border-radius: 2px;
    height: 42px;
    font-size: 14px;
}

.button_secb {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #eb1e2c;
    border: 0px;
    border-radius: 2px;
    padding: 7px 28px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

.footers_main {
    background: #00aaf8;
    padding: 80px 0 20px;
    background-size: 100%;
    background-position: center;
}

.ht_link {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.ht_link h4 {
    font-size: 18px;
    margin: 0px 0 12px 0;
    color: #fffcfc;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
/* .ht_link h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #f68b1f;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
} */
/* .ht_link h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #f68b1f;
    bottom: -12px;
    left: 5px;
} */
.ht_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.ht_link ul li {
    display: block;
}
.ht_link ul li a {
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 32px;
}

.my_links {}
.my_links h4 {
    font-size: 17px;
    margin: 0 0 20px 0;
    color: #fffcfc;
    position: relative;
    font-weight: 500;
}
/* .my_links h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #f68b1f;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}
.my_links h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #f68b1f;
    bottom: -12px;
    left: 5px;
} */
.my_links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.my_links ul li {
    display: block;
}
.my_links ul li a {
    font-size: 13px;
    color: #e4e4e4;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}

.my_links ul li a i {
    font-size: 20px;
    color: #eb1e2c;
    margin: 3px 5px 10px 0;
    float: left;
    width: 20px;
}

.des_link {}
.des_link h4 {
    font-size: 18px;
    margin: 0px 0 12px 0;
    color: #fffcfc;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}
.des_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.des_link ul li {
    display: block;
}
.des_link ul li a {
    font-size: 13px;
    color: #ffffff;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 32px;
}

.out_news {}
.out_news h4 {
    font-size: 15px;
    margin: 0 0 18px 0;
    color: #1e1e1e;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.out_news p {
    font-size: 13px;
    color: #191919;
    margin: 0 0 5px 0;
    font-weight: 500;
}
.out_news form {
    position: relative;
}
.out_news input {
    height: 45px;
    border: none;
    font-size: 14px;
    position: relative;
}
.out_news button {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 43px;
    border: none;
    color: #fff;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    padding: 0 30px 0 30px;
    font-size: 15px;
    letter-spacing: 0.3px;
    border-radius: 4px;
}

.payment_icons {
    text-align: left;
    padding-bottom: 0;
    margin-top: 3px;
}
.payment_icons h4 {
    font-size: 15px;
    margin: 9px 15px 0px 0;
    color: #e4e4e4;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    float: left;
}
.payment_icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.payment_icons ul li {
    display: inline-block;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

.payment_icons p {
    font-size: 13px;
    margin: 20px 0 0 0;
    color: #fff;
}

.ht_link p {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
}


.disclaimer {
    padding: 10px 0;
    background: #ffffff;
}
.discl_paregh{}
.discl_paregh p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #ffffff;
    text-align: justify;
}

@keyframes pulse {
0% { transform: scale(1); opacity: 0; }
10% { opacity: 1; }
100% { transform: scale(1.4); opacity: 0; }
}

.phone-only {
    position: fixed;
    width: inherit;
    padding: 20px 10px 10px;
    background: #ecf4ff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    font-size: 1.2rem;
    color: #313541;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,-20%);
    border-radius: 5px;
    min-width: 700px;
    z-index: 9;
}
.phone_only_img {
    background: none;
    width: 10%;
    height: 69px;
    float: left;
    display: inherit;
    position: relative;
    top: -0.3rem;
    margin: 0 3% 0 2%;
    text-align: center;
}
.phone_only_img::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #00ff0847;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: 0 0 5px 2px #00ff1eb8;
}
.phone_only_img::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #080c6d47;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    box-shadow: 0 0 5px 2px #2dff00b8;
}
.phone_only_img img {
    width: 100%;
    border: solid 4px #4CAF50;
    border-radius: 51px;
	position:relative;
}
.phone_only_agent {
    width: 85%;
    float: left;
}
.phone_only_agent h6 {
    font-size: 17px;
    line-height: 25px;
    margin: 5px 0 0 0;
}
.phone_only_agent h6 a {
    color: #f57e20;
    font-weight: 600;
    text-decoration: none;
}
.cross_icon_closed {
    position: absolute;
    right: -10px;
    top: -14px;
    font-size: 12px;
    cursor: pointer;
    background: #f57e20;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
}

/** FOOTER END **/

.contact-in {
    background-color: #ffffff;
    padding: 17px 0px;
    box-shadow: 0px 2px 6px #00000047;
    margin: 26px 0px;
}
.Abt_pages {
    padding: 40px 0;
    background: #ffffff;
}

.Abt_pages_main {
    padding: 40px 0;
    background: #f1f1f1;
}

.abouts_two {
    text-align: center;
    padding: 132px 0 0 0;
}
.abouts_two h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 0 0;
    font-weight: 700;
    text-transform: uppercase;
}

.abtus_covr {
    background: #ffffff;
    padding: 15px 0;
    margin: 70px 0 0 0;
}

.ct_bgs {
    background: #00aaf8;
    padding: 10px 15px 10px 15px;
}
.contact_aadd {
    text-align: left;
    clear: left;
    margin-bottom: 15px;
}
.contact_aadd i {
    font-size: 15px;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 10%;
    text-align: center;
    float: left;
    margin: -5px 10px 0 0;
}	
.contact_aadd h6 {
    font-size: 14px;
    color: #010101;
    margin: 0 0 2px 0;
    font-weight: 600;
}
.contact_aadd a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0;
}

.Lebsa_hesd {
    padding: 0 0px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.Lebsa_hesd h2 {
    margin: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.tbs_banner {
    width: 315px;
    float: right;
    margin: 0 0px 0 20px;
    border-radius: 15px;
}

.Lebsa_hesd p {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 24px;
}

.Lebsa_hesd .form-group {
    margin: 0 0 10px 0;
}

label.cont_leb {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 10px 0;
    color: #fff;
    display: block;
    line-height: 13px;
}
input.form-control.contact_us {
    height: 44px;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
	border: 1px solid #efefef;
    border-radius: 2px;
    box-shadow: 0 1px 2px #ccc;
}
textarea.form-control.contact_us {
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
	border: 1px solid #efefef;
    border-radius: 2px;
    box-shadow: 0 1px 2px #ccc;
}
.flat_button_cont {
    border: 0;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    color: #fff;
    padding: 12px 12px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 16px;
    display: block;
    width: 100%;
    font-weight: 500;
}
.map {
    margin: 0 0px;
    border: solid 1px #ddd;
}

/** ABOUT US CSS **/

.home_about {
    padding: 0 16px;
}
.home_about h3 {
    font-size: 26px;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #212a42;
    text-transform: capitalize;
    line-height: 26px;
}
.home_about h3 strong {
        color: #404040;
    font-weight: 600;
}

.home_about h4 {
    font-size: 20px;
    color: #002362;
}

.home_about p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #5e616e;
    line-height: 24px;
}

.home_about ul {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
}

.home_about ul li {
    font-size: 14px;
    line-height: 30px;
}

.pd_top{ padding-top:40px;}

.destint_discrap {
    margin: 25px 0 0 0;
}
.destint_discrap h3 {
    font-size: 22px;
    margin: 0px 0 8px 0;
    color: #000;
    font-weight: 600;
}
.destint_discrap p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 24px;
    color: #666;
}
.destint_discrap h4 {
    font-size: 19px;
    margin: 0px 0 8px 0;
    color: #666;
    font-weight: 600;
}
.destint_discrap ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 5px 0;
}
.destint_discrap ul li {
    font-size: 14px;
    color: #666;
    padding: 0 0 5px 0px;
    line-height: 24px;
}
.destint_discrap ul li i {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin: 0 4px 0 0;
	color: #f57e20;
}

.pvc_cont {}
.pvc_cont h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.pvc_cont p {
    font-size: 14px;
    color: #333;
    margin: 0px 0 10px 0;
    line-height: 22px;
}
.pvc_cont h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.pvc_cont ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0 10px 0px;
}
.pvc_cont ul li {
    font-size: 14px;
    color: #333;
    margin: 0px;
    line-height: 27px;
}
.pvc_cont ul li i {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin: 0 4px 0 0;
    color: #00aaf8;
}


.Destiers_main{ position:relative;}
.Destiers_main:before {
    content: '';
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #0000001a;
    width: 100%;
    top: 0;
    opacity: 1;
}


.Cheap_merddf{}
.Cheap_merddf h3 {
    font-size: 20px;
    color: #333;
    margin: 0px 0 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}
.Cheap_merddf h3 span {
    color: #eb1e2c;
}
.Cheap_merddf p {
    font-size: 14px;
    margin: 0 0 30px 0;
    color: #333;
}

.more_destinat {
    padding: 40px 0 40px 0;
}

.dubx_contents{}
.dubx_contents h3 {
    font-size: 22px;
    margin: 0 0 8px 0;
    font-weight: 600;
}
.dubx_contents h3 span {
    color: #eb1e2c;
}
.dubx_contents p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0;
	line-height: 24px;
}

.dubx_contents p b {
    font-weight: 600;
    color: #002362;
}

.dubx_contents h4 {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 600;
}

.dubx_contents h5 {
    font-size: 18px;
    margin: 18px 0 8px 0;
    font-weight: 600;
    padding: 0 0 0 0px;
    line-height: 18px;
    color: #002362;
}

.dubx_contents ul {
    padding: 0 0 0 15px;
    margin: 0px;
}
.dubx_contents ul li {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 5px 0;
}

.sitemap_main{ padding:45px 0;}
.site_cat {
    width: 100%;
    display: table;
    padding: 10px 10px 10px 10px;
    /* border: solid 1px #ddd; */
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 6px #00000027;
    border-radius: 6px;
}
.site_cat h3 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
}
.site_cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site_cat ul li {
    width: 25%;
    float: left;
    line-height: 28px;
}
.site_cat ul li a {
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    line-height: 32px;
    display: block;
}

/*css for site map page*/

.Sec_sitemap {
    padding: 95px 0 24px 0px;
    background-color: #fafafa;
}
.site_map_bx {
    margin: 0 0 20px 0;
    background: #fff;
    padding: 10px 10px 0px 10px;
    border-radius: 2px;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,.11);
    border: solid 1px #e7e7e7;
}
.site_map_bx h2 {
    font-weight: 600;
    font-size: 22px;
    color: #41428b;
    position: relative;
    margin: 0 0 5px 0;
}
.site_map_bx p {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px 0;
}
.sitemap_bx {
    width: 100%;
    display: table;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,.11);
    border: solid 1px #e7e7e7;
    padding: 15px 0 15px 10px;
    background: #fff;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.sitemap_bx h3 {
    font-weight: 600;
    font-size: 18px;
    color: #41428b;
    position: relative;
    text-transform: capitalize;
    margin: 0 0 8px 0;
}
.sitemap_bx ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sitemap_bx ul li {
    width: 20%;
    float: left;
    padding: 3px 0;
}
.sitemap_bx ul li a {
    color: #3d3d3d;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    line-height: 26px;
}

/*my styling*/

.sec_mainTop {
    margin: 6px 0 6px 0;
    display:none;
}
.sec_mainTop_Top {
    text-align: center;
    background: #11326c;
    color: #fff;
    padding: 8px 0px 8px 0px;
}
.sec_mainTop_Top2 {
    text-align: center;
    background: #11326c;
    color: #fff;
    padding: 8px 0px 8px 0px;
    margin: 15px 0 6px 0;
}
.Top_cont h4 {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.TopToll_free_num {
    text-align: center;
    background: #e9212e;
    color: #fff;
    padding: 5px 0px 5px 0px;
    border-radius: 2px;
    margin: 0px 0 26px 0;
}
.Top_cont2 {
    text-align: center;
    margin: 0 0 17px 0;
}
.Top_cont2 i {
    font-size: 30px;
    color: #e9212e;
    width: 75px;
    height: 75px;
    border: solid 2px #e9212e;
    line-height: 72px;
    margin: 35px 0 0 0;
    border-radius: 50px;
}
.Top_cont2 h4 {
    margin: 20px 0 26px 0;
    line-height: 32px;
    font-size: 20px;
    font-weight: 600;
}
.Top_cont3 {
    margin: 17px 0 20px 0;
}
.Top_cont3 h4 {
    margin: 0 0 0 0;
    line-height: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.TopToll_free_num a {
    margin: 0 0 0 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration:none;
    color:#fff;
}

.mains_404 {
    background: #e5f6ff;
    padding: 0 0 40px;
}
.pagesnot_found {
    text-align: center;
}
.pagesnot_found h3 {
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
    color: #00aaf8;
}
.pagesnot_found img {
    width: 450px;
}
.pagesnot_found h6 {
    margin: 20px 0 10px 0;
    font-size: 20px;
    color: #044e5e;
    font-weight: 500;
}
.pagesnot_found p {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #333;
}
.pagesnot_found a {
    background: #00aaf8;
    text-decoration: none;
    color: #fff;
    padding: 15px 25px;
    line-height: 16px;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}



/** RESPONSIVE CSS CODE **/

@media (min-width: 320px) and (max-width: 479px) {

.homepages_bn { position: relative; background: #002362 !important;}
.fotter_dtls{ display: block;}
.my_links { clear: both;}
nav.navbar.navbar-expand-lg.navbar-light { padding: 5px 15px 5px 15px; background: #fff; display: none;}
.navbar-light .navbar-nav .nav-link { color: #434343;}
a.navbar-brand img{ width:150px;}	
.phone-only{ display:none;}	
.banners_main{ height:auto !important; padding:20px 0 !important; background: #002362 !important;}
.banners_main:before{ display:none;}
.banners_main:after{ display:none;}
.flight-offer{ display:none;}
.forms_headeings h3{ font-size: 20px; margin:20px 0 20px 0; color: #fff; font-weight: 500;}
.forms_headeings h4{ display:none;}
.forms_headeings ul{ display:none;}
.fm_topmr { padding: 0px 0 0px 0;}
.morehotels{ display:none;}
.compaire ul { display: block;}
.compaire ul li{ margin-bottom: 10px;}
.banner_hdfs{ margin-bottom:20px;}
.Usps_usp__kLWpK{ margin-bottom:15px;}
.contact_con { position: relative; text-align: end;}
.callnow_mm { display: block;}
.site_cat ul li { width: 50%;}
.ht_link h4{ margin: 15px 0 10px 0;}
.mnbc_lasd{ padding: 10px 5px 12px;}
.airlogo{ display:none;}
.neys_one { width: 30%; float: left;}
.neys_one h6{ font-size: 15px; font-weight: 500;}
.neys_one p{ font-size: 11px;}
.prices_hdgf { width: 26%; text-align: right; margin: 0px 0 0 0;}
.footers_main { background: #002362;}
.payment_icons ul li{ margin: 0px 5px 10px 0px;}
.home_about { padding: 0 0px;}
.sitemap_bx ul li { width: 100%; float: left; padding: 3px 0;}	
.easy_srch{ display:none;}
.mysearch_on { position: absolute; width: 95%; bottom: 65px; background: #11326c; padding: 10px 6px 10px 6px; transform: translate(10px, 10px); border-radius: 6px;}
.main_slid .carousel-item { height: 425px !important;}
.ht_link ul li { display: block; width: 100%; float: left;}
.des_link ul li { display: block; width: 100%; float: left;}
.cookies-stripdiv{ display:none;}
.pagesnot_found img{ width:100%;}
.why_coah{ background-color: #ffffff; padding: 18px 0 0;}
.banner_hdfs .wrapper { color: #fff; padding: 15px 15px;}
.banner_hdfs .wrapper h3{ font-size: 24px; line-height: 32px;}
.suscribe_main{ border-radius: 10px;}

}

@media (min-width:480px) and (max-width:767px) {

.homepages_bn { position: relative; background: #002362 !important;}
.fotter_dtls{ display: block;}
.my_links { clear: both;}
nav.navbar.navbar-expand-lg.navbar-light { padding: 5px 15px 5px 15px; background: #fff; display: none;}
.navbar-light .navbar-nav .nav-link { color: #434343;}
a.navbar-brand img{ width:150px;}	
.phone-only{ display:none;}	
.banners_main{ height:auto !important; padding:20px 0 !important; background: #002362 !important;}
.banners_main:before{ display:none;}
.banners_main:after{ display:none;}
.flight-offer{ display:none;}
.forms_headeings h3{ font-size: 20px; margin:20px 0 20px 0; color: #fff; font-weight: 500;}
.forms_headeings h4{ display:none;}
.forms_headeings ul{ display:none;}
.fm_topmr { padding: 0px 0 0px 0;}
.morehotels{ display:none;}
.compaire ul { display: block;}
.compaire ul li{ margin-bottom: 10px;}
.banner_hdfs{ margin-bottom:20px;}
.Usps_usp__kLWpK{ margin-bottom:15px;}
.contact_con { position: relative; text-align: end;}
.callnow_mm { display: block;}
.site_cat ul li { width: 50%;}
.ht_link h4{ margin: 15px 0 10px 0;}
.mnbc_lasd{ padding: 10px 5px 12px;}
.airlogo{ display:none;}
.neys_one { width: 30%; float: left;}
.neys_one h6{ font-size: 15px; font-weight: 500;}
.neys_one p{ font-size: 11px;}
.prices_hdgf { width: 26%; text-align: right; margin: 0px 0 0 0;}
.footers_main { background: #002362;}
.payment_icons ul li{ margin: 0px 5px 10px 0px;}
.home_about { padding: 0 0px;}
.sitemap_bx ul li { width: 100%; float: left; padding: 3px 0;}	
.easy_srch{ display:none;}
.mysearch_on { position: absolute; width: 95%; bottom: 65px; background: #11326c; padding: 10px 6px 10px 6px; transform: translate(10px, 10px); border-radius: 6px;}
.main_slid .carousel-item { height: 425px !important;}
.ht_link ul li { display: block; width: 100%; float: left;}
.des_link ul li { display: block; width: 100%; float: left;}
.cookies-stripdiv{ display:none;}
.pagesnot_found img{ width:100%;}
.why_coah{ background-color: #ffffff; padding: 18px 0 0;}
.banner_hdfs .wrapper { color: #fff; padding: 15px 15px;}
.banner_hdfs .wrapper h3{ font-size: 24px; line-height: 32px;}
.suscribe_main{ border-radius: 10px;}

}


@media (min-width: 320px) and (max-width: 389px) {
	
.sec_mainTop { margin: 0px 0 0px 0;  display:block !important; padding: 85px 0;}	
	
}

@media (min-width: 390px) and (max-width: 844px) {
	
.sec_mainTop { margin: 0px 0 0px 0;  display:block !important; padding: 162px 0;}	
	
}

@media (min-width: 414px) and (max-width: 896px) {
	
.sec_mainTop { margin: 0px 0 0px 0;  display:block !important; padding: 190px 0;}	
	
}