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);
  }
}

.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;
    /* position: absolute; */
    /* top: 0; */
    z-index: 2;
    width: 100%;
    background: #3b393900;
}

/* 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: #ffffff;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-shadow: #8b8b8b 0px 1px;
}

.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 p {
    margin: 0 0 5px 0;
    padding: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-align: end;
    text-shadow: #8b8b8b 0px 1px;
}

.contact_nu a {
    font-size: 22px;
    transition: 0.4s;
    color:#eb1e2c;
    font-weight: 600;
    position: relative;
    line-height: 1;
    text-decoration: none;
    display: block;
}

.contact_con a img {
    position: absolute;
    left: -38px;
    top: -15px;
    width: 34px;
    padding: 0;
}

.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 **/

.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: 90px 0 70px 0;
    position: relative;
    z-index: 1;
}

.banners_main {
    position: relative;
    margin: -67px 0 0 0;
}

.banners_main:before {
    content:" ";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgb(15 23 42 / 8%) !important;
}

 /*.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: 45px;
    font-weight: 800;
    margin: 0 0 8px 0;
    color: #002362;
    /* text-shadow: #2d2d2d 0 1px 2px; */
}

.forms_headeings h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 22px 0;
    text-shadow: #2d2d2d 0 1px 2px;
    text-transform: uppercase;
}


.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: #1e1e1e;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    border: solid 1px #bdbdbd;
}
.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: uppercase;
    line-height: 26px;
}



.Medical_heading h2 strong{ color: #00aaf8; }

.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 10px 10px 6px;
    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: 5px;
    left: 0;
    padding: 10px;
    width: 100%;
    background: #14b1f9c4;
}


.post-slide .post-review > .post-title {
    margin: 0px 0 5px;
    font-size: 18px;
    font-weight: 800;
}
.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: 0px 0 0px 0;
}
.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: 10px 14px 12px;
    background: #ffffff;
    display: table;
    width: 100%;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: all .4s ease;
    border: solid 1px #e3e3e3;
    border-left: none;
    border-right: none;
	border-bottom: none;
}

.mnbc_lasd:hover {
    background:#f9f9f9;
}


.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:28%; float:left;}
.neys_one h6 {
    font-size: 18px;
    color: #002362;
    margin: 0px;
    font-weight: 400;
    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: 10%;
    float: left;
}
.middles_lasd img {
    position: relative;
    display: block;
    margin: 10px auto 0;
    width: 30px;
}

.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 h1 {
    font-size: 18px;
    margin: 4px 0px 0 0;
    font-weight: 700;
    line-height: 20px;
    color: #4CAF50;
}

.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;
}
/* .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: #ffffff;
    padding: 25px 0;
    border-bottom: 1px solid #f0f0f0;
}
.Usps_usp__kLWpK {
    text-align: left;
    transition: all .4s ease;
    background: #3fa4dc;
    padding: 10px;
    border: 2px solid rgb(225, 231, 238);
    border-radius: 6px;
    height: 103px;
}
.Usps_usp__kLWpK img {
    margin: 0px 8px 22px 0;
    float: left;
    width: 50px;
}
.why_gp {
    margin: 0 0 0 0;
    padding: 0 8px 0 8px;
}
.Usps_usp__kLWpK h4 {
    font-size: 16px;
    color: #ffffff;
    margin: 0px 0 5px 0;
    font-weight: 600;
}   
.Usps_usp__kLWpK p {
    font-size: 12px;
    color: #efefef;
    margin: 0 0 0px 0;
    font-weight: 500;
}


.grav_offers{ padding:0 0 45px 0;}

.banner_hdfs {
    background: url(../images/slider0.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 445px;
    /* margin-bottom: 60px; */
    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: 32px;
    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;
}

.top_destinations {
    background-color: #fff;
    padding:45px 0px 32px 0px;
    position: relative;
}
.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: uppercase;
    line-height: 26px;
}
.Medical_heading p {
    font-size: 14px;
    margin: 0 0 0 0;
}
.Medical_heading h2 strong {
    color: #00aaf8;
}
.top_destinations_hd h2:before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #89171a;
    width: 70px;
    height: 3px;
}
.top_destinations_hd h2:after {
    content: " ";
    position: absolute;
    top: 42px;
    left: 45px;
    background-color: #163f72;
    width: 9px;
    height: 9px;
    border-radius: 24px;
}
.top_destinations_hd p {
    font-size: 13px;
}
.destinations_main {
    margin-bottom: 18px;
    background-color: #FFFFFF;
    padding: 0px;
}
.destinations_main_img {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.destinations_main_img {
    position: relative;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.des_gp {
    margin: 0 0 0 0;
    padding: 0 8px 0 8px;
}
.destinations_main_img h4 {
    position: absolute;
    padding: 10px;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    left: 0;
    bottom: 0;
    margin: 0;
    background: #0000008f;
    display: block;
    width: 100%;
    font-weight: 600;
}
h4#headpackage4 i {
    font-size: 17px;
}
.deals_content h3 {
    display: inline-block;
    margin: 0;
    line-height: 7px;
}
.deals_content h3 span {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    text-transform: uppercase;
    color: #645e5e;
}
.deals_content h3 span.packagecode4 {
    display: block;
    font-weight: 600;
    color: #333;
    margin: 4px 0 0 0;
    text-transform: capitalize;
    font-size: 16px;
}
.deals_content p {
    float: right;
    background: #e9212e;
    border: 1px solid #e41b28;
    color: #fff;
    padding: 10px 10px;
    margin-left: 15px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 15px;
    font-size: 15px;
    box-shadow: #ff5a64 2px 2px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.deals_sec {
    padding: 10px 0 36px 0;
    position: relative;
    background: #ffffff;
}
.deals_sec_main {

}
.deals_sec_hd {
    margin-bottom: 26px;
}
.deals_sec_hd h2 {
    font-size: 24px;
    font-weight: 600;
    color: #163f72;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
}
.deals_sec_hd p {
    margin: 0 0 0 0;
    font-size: 16px;
    color: #333;
}
.deals_sec_hd h2::before {
    content: " ";
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #89171a;
    width: 70px;
    height: 3px;
}
.deals_sec_hd h2::after {
    content: " ";
    position: absolute;
    top: 42px;
    left: 45px;
    background-color: #163f72;
    width: 9px;
    height: 9px;
    border-radius: 24px;
}
.deals_main {
    padding: 10px 10px 9px 10px;
    border-radius: 6px;
    margin: 0 0 18px 0;
    box-shadow: 0px 0px 4px #6d6c6c47;
    background: #fff url(../images/side-c.svg);
    background-repeat: no-repeat;
    background-position: -25% 81%;
    position: relative;
    display:table;
    width:100%;
}
.deals_main a {
    text-decoration: none;
}
.desti .mid-line {
    width: calc(100% - 150px);
    position: relative;
    border: 1px dashed #155079;
}
.desti .mid-line span {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #eaf5ff;
    border-radius: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 1px solid #155079;
}
.desti .mid-line span img {
    width: 18px;
}
.deals_top_ct {
    display: flex;
}

.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;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 0px 0px 4px 4px;
}
.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;
}

/*css for deals section*/

.flights_mans {
    padding: 24px 0 0px 0px;
}
.life_mainds {
    display: table;
    width: 100%;
    padding: 12px;
    box-shadow: 0 0 5px 0 rgb(145 145 145 / 45%);
    border-radius: 4px;
    margin-bottom: 25px;
    position:relative;
}
.life_mainds:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 6px 6px 0px 0px;
}
.mid_left {
    width: 55%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}
.mid_left h4 {
    font-size: 18px;
    color: #116a93;
    margin: 0px 0 2px 0;
    font-weight: 600;
}
.mid_left p {
    font-size: 12px;
    color: #777;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 500;
}
.mid_right {
    width: 45%;
    float: left;
    text-align-last: end;
    margin-bottom: 10px;
    position:relative;
}
.mid_right p {
    font-size: 10px;
    color: #777;
    margin: 0px 0 2px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.mid_right h4 {
    font-size: 18px;
    color: #eb1e2c;
    margin: 0px;
    font-weight: 700;
}
.Avg_route {
    padding: 6px 0 0px 0px;
    display: table;
    width: 100%;
}
.lasvegas {
    float: left;
    width: 50%;
    text-align: center;
}
.lasvegas h5 {
    font-size: 16px;
    color: #090031;
    margin: 0px 0 8px 0;
    font-weight: 500;
}
.lasvegas p {
    font-size: 13px;
    color: rgb(144, 144, 144);
    margin: 0px;
    line-height: 13px;
}

/** FOOTER CSS CODE **/

.suscribe_main {
    background: #3fa4dc;
    padding: 20px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #ffffff1f;
}


.Exclusive_ss {}
.Exclusive_ss h4 {
    font-size: 19px;
    color: #fff;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}

.Exclusive_ss p {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    font-weight: 400;
    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: #3fa4dc;
    padding: 45px 0 10px;
}

.ht_link {}
.ht_link h4 {
    font-size: 17px;
    margin: 0 0 20px 0;
    color: #fffcfc;
    position: relative;
    font-weight: 500;
}
/* .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:#f9f9f9;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}

.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:#f9f9f9;
    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: 17px;
    margin: 0 0 20px 0;
    color: #fffcfc;
    position: relative;
    font-weight: 500;
}
.des_link ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.des_link ul li {
    display: block;
    width: 100%;
}
.des_link ul li a {
    font-size: 13px;
    color:#f9f9f9;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 400;
    line-height: 28px;
}

.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: 16px;
    margin-top: 35px;
}
.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:#f9f9f9;
    font-weight: 400;
    line-height: 24px;
}


.disclaimer {
    padding: 10px 0;
    background: #378ebf;
}
.discl_paregh{}
.discl_paregh p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #e8e8e8;
	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 50px 0px;
    background: #ffffff;
}

.Abt_pages_main {
    padding: 40px 0;
    background: #f1f1f1;
}
.about_img {
    position:relative;
}
.about_img img {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 4px;
}
.about_spacialCont {
    position: absolute !important;
    right: 0;
    width: 250px !important;
    height: 250px;
    border: 10px solid #fff;
    bottom: 0;
    border-radius:0px !important;
}
.about_img::before {
    content: '';
    position: absolute;
    right: -9px;
    top: -8px;
    width: 260px;
    height: 70px;
    background: #3fa4dc;
    z-index: 0;
}
.about_img::after {
    content: '';
    position: absolute;
    left: -9px;
    bottom: -8px;
    width: 204px;
    height: 155px;
    background: #3fa4dc;
    z-index: 0;
}
.about_img {
    position:relative;
}

.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 0px;
    box-shadow: 0px 0px 4px #ccc;
    padding: 13px 16px 8px 16px;
    border-radius: 3px;
}
.home_about h3 {
    font-size: 24px;
    margin: 0 0 3px 0;
    font-weight: 500;
    color: #202020;
    text-transform: uppercase;
    line-height: 26px;
    display: inline-block;
    background: #ffffff;
    padding: 4px 0px 0px 0px;
    border-radius: 0px;
    letter-spacing: 2px;
}
.home_about h3 strong {
    color: #3fa4dc;
}

.home_about h4 {
    font-size: 20px;
    color: #002362;
}

.home_about p {
    font-size: 14px;
    margin: 0 0 10px 0;
    color: #333;
}

.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;
}
.forms_headeings h3 {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #ffffff;
    text-shadow: #2d2d2d 0 1px 2px;
}

.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: 700;
}
.dubx_contents h3 span {
    color: #eb1e2c;
}
.dubx_contents p {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 10px 0;
	line-height: 24px;
}

.dubx_contents h4 {
    font-size: 22px;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.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;
    letter-spacing: 0.3px;
}


/** RESPONSIVE CSS CODE **/

@media (min-width: 320px) and (max-width: 479px) {

nav.navbar.navbar-expand-lg.navbar-light { padding: 5px 15px 5px 15px; background: #fff;}
.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: 24px; margin:0 0 20px 0; color: #fff; font-weight: 500;}
.forms_headeings h4{ display:none;}
.fm_topmr { padding: 48px 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: 30%;}
.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;
}	
}

@media (min-width:480px) and (max-width:767px) {
	
nav.navbar.navbar-expand-lg.navbar-light { padding: 10px 15px 0px 15px; background: #fff;}
.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;}
.flight-offer{ display:none;}
.forms_headeings h3{ font-size: 24px; display:none;}
.fm_topmr { padding: 48px 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;}
.sitemap_bx ul li {
    width: 100%;
    float: left;
    padding: 3px 0;
}	
}