body{ font-family: "Poppins", 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: 15px;
    right: 88px;
    width: 84px;
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
    padding: 8px 10px;
    text-align: center;
    border-radius: 4px;
    display: none;
}

.callnow_mm a {
    color: #fff;
    line-height: 14px;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
	font-weight: 600;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0px 0 0px 0;
    top: 0;
    width: 100%;
    background: #fff;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    padding-top: 0;
    padding-bottom: 0;
}
a.navbar-brand img {
    width: 160px;
    position: relative;
    /* top: 8px; */
}
li.nav-item {
    position: relative;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 8px 15px 8px 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f15a24;
}

.navbar-light .navbar-nav .nav-link span {
    background: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 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;
}

.countrys {
    font-size: 14px;
    padding: 5px 8px 5px 8px;
    border-radius: 22px;
    text-decoration: none !important;
    color: #000000;
    font-weight: 600;
    position: relative;
    right: 0;
    top: 0;
}

ul.navbar-nav.mr-auto {
    margin: 0 auto;
}

.contact_con {
    position: relative;
    margin: 0 auto;
}

.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: transparent linear-gradient(90deg,#ff3c66 0%,#ff6e6e 100%);
	font-weight:500;
	letter-spacing:1px;
}

.contact_nu {
    padding: 10px 0px 8px 0;
    margin: 0 0 0 0px;
}

.contact_nu p {
    margin: 0;
    padding: 0;
    color: #0f0f0f;
    font-size: 12px;
    font-weight: 500;
    text-align: end;
}

.contact_nu a {
    font-size: 15px;
    transition: 0.4s;
    color: #f15a24;
    font-weight: 600;
    position: relative;
    line-height: 1;
    text-decoration: none;
    line-height: 22px;
    display: block;
    border: solid 1px #f15a24;
    padding: 7px 10px 7px 42px;
    border-radius: 48px;
}

.contact_nu a span {
    color: #333;
    font-size: 14px;
}

.contact_con a img {
    width: 38px;
    padding: 0;
    position: absolute;
    left: -1px;
    top: -1px;
}

.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: 20px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: transparent linear-gradient(0deg, #000 0%, #54545400 100%) 0% 0% no-repeat padding-box;
}
.Compareto {}
.Compareto ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.Compareto ul li {
    display: inline-block;
}
.Compareto ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}
.Compareto ul li a img{ width:100%;}

.fm_topmr {
    padding: 50px 0 70px 0;
}

.banners_main {
    position: relative;
}

.banners_main:before {
	content:'';
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    top: 0;
}

.forms_headeings {
    text-align: center;
    padding: 0 0 20px 0;
}

.forms_headeings h3 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #fff;
    text-shadow: #2d2d2d 0 1px 2px;
}

.forms_headeings h3 strong{}

.forms_headeings h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 22px 0;
}

.forms_headeings h4 strong {
    color: #f15a24;
}

.ShortDesSlider{ padding:40px 0;}
.whyus_head h3 {
    margin: 0 0 20px 0;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
}
.wysd_box {
    padding: 15px 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.wysd_box img {
    text-align: center;
    margin: 0 auto 10px auto;
    display: block;
    width: 60px;
}
.wysd_box h2 {
    color: #005289;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
}
.wysd_box p {
    font-size: 13px;
    margin: 0 0 0 0;
    text-align: center;
    font-weight: 500;
}

.list_destionaton {
    padding: 40px 0;
}

.Exclusive_hhd {
    position: relative;
    margin: 0 0 20px 0;
    text-align: center;
}
.Exclusive_hhd h4 {
    font-size: 25px;
    color: #000000;
    margin: 0px;
    font-weight: 600;
}
.Exclusive_hhd p {
    font-size: 14px;
    margin: 4px 0 0px 0;
}

.flipack {
	border:1px solid #dadada;
	border-radius: 5px 5px 5px 5px;
	padding: 0 10px 0 10px;
	
}

.flipack ul{ list-style:none; padding:0px; margin:0px;}

.flipack ul a{ text-decoration:none;}

.flipack ul li {
	list-style:none;
	border-bottom:1px solid #dadada;
	padding:11px 10px;
	font-size:15px;
	color:#3f3f3f;
	cursor:pointer;
	margin:0px;
}
/*.flipack ul li:last-child {
	border-bottom:none;
}*/
.flipack ul li:hover {
	transition:1s;
	border-bottom:1px solid #f15a24;
}
.flipack ul li:hover .aircode {
	color:#f15a24;
}
.flipack ul li:hover .date {
	color:#f15a24;
}
.flipack ul li:hover .airprice {
	color:#f15a24;
}
.flipack ul li:hover .fromright {
	color:#f15a24;
}
.flipack ul li:hover .peraduit {
	color:#f15a24;
}
.flipack ul li .airlogo {
	width:auto;
	outline:1px solid #fff;
	outline-offset:-1px;
	border-radius:8px;
}
.flipack ul li .aircode {
    font-size: 15px;
    font-weight: 600;
    color: #3f3f3f;
    line-height: 18px;
    margin: 0 0 5px 0 !important;
}
.flipack ul li .date {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.flipack ul li .airprice {
	font-size:18px;
	color:#005289;
	text-align:right;
	font-weight:600;
}
.flipack ul li .bordpri {
	border-left:1px solid #ddd;
	text-align:right;
}
.flipack ul li .fromright {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
}
.flipack ul li .peraduit {
	font-size:13px;
	color:#3f3f3f;
	font-weight:normal;
	line-height:18px;
	font-weight:500;
}
.card-img-overlay {
    top: auto;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.flirightbox .card-title {
    color: #FFFFFF;
    font-weight: 600;
    margin: 0 0 0 0;
}
.Exclusive_Offers {
    padding: 35px 0;
}
.dts_update{}
.dts_update p {
    font-size: 13px;
    margin: 18px 0 0 0;
    font-weight: 400;
}
.dts_update p span {
    color: #f15a24;
    font-weight: 500;
}

.Medical_heading {
    margin: 0 0 15px 0;
    text-align: center;
}
.Medical_heading h2 {
    font-size: 25px;
    margin: 0 0 8px 0;
    font-weight: 600;
    color: #000000;
}

.Medical_heading p {
    font-size: 14px;
    margin: 0 0 0 0;
}
.post-slide {
    margin: 10px 10px 10px 6px;
    display: table;
    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;
}
.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: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.90), rgba(0,0,0,0.01));
    height: 45%;
}

.post-slide .post-review > .post-title {
    margin: 40px 0 5px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}
.post-slide .post-review > .post-title > a {
    color: #ffffff;
    transition: all 300ms linear 0ms;
    text-transform: capitalize;
    margin: 0 0 0 0;
    font-weight: 500;
}
.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: 10px;
    color: #ffffff;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.post-slide .post-review > .post-description strong {
    display: block;
    font-size: 20px;
    margin: 5px 0 0;
    color: #f15a24;
}

.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;
}

.aboutmain_us {
    padding: 0 0 40px 0;
}
.who_we_are {}
.who_we_are h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.who_we_are h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px 0;
}
.who_we_are p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 15px 0;
}



/** FOOTER CSS CODE **/

.footers_main {
    background: #005289;
    padding: 45px 0 20px;
}

.ht_link {}
.ht_link h4 {
    font-size: 16px;
    margin: 0 0 25px 0;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.ht_link h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #f15a24;
    border-radius: 1px;
    bottom: -14px;
    left: 3px;
} 
.ht_link h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #f15a24;
    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: #dfdfdf;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 500;
    line-height: 28px;
}

.my_links {}
.my_links p {
    font-weight: 500;
    font-size: 13px;
    margin: 10px 0 0 0;
    line-height: 22px;
	color: #8D8D8D;
}
.my_links h4 {
    font-size: 16px;
    margin: 0 0 25px 0;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
}
.my_links h4::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #f15a24;
    border-radius: 50%;
    bottom: -14px;
    left: 3px;
}
.my_links h4::after {
    width: 50px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #f15a24;
    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: #dfdfdf;
    margin: 0px;
    display: block;
    text-decoration: none;
    padding: 0 0px;
    font-weight: 500;
    line-height: 28px;
}

.my_links ul li a i {
    background: #f15a24;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.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: 25px;
}
.payment_icons h4 {
    font-size: 15px;
    margin: 0 0 15px 0;
    color: #1e1e1e;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.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;
}

.disclaimer {
    padding: 10px 0 60px;
    background: #024876;
}
.discl_paregh{}
.discl_paregh p {
    font-size: 13px;
    margin: 0 0 0 0;
    color: #fcf8f8;
    padding: 14px 0 0 0;
}
.discl_paregh img {
    text-align: center;
    display: block;
    margin: 20px auto 0 auto;
}
.exclu_sive{}
.exclu_sive p {
    font-size: 13px;
    margin: 0 0 0 0;
    padding: 20px 0 0 0;
    text-align: center;
    font-weight: 400;
    color: #fcf8f8;
}

.bottom-callus {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    margin: auto;
    background: #005289;
    color: #ffffff;
    font-size: 18px;
    border-top: solid 1px #ffffff42;
    text-align: center;
    font-weight: 500;
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: block;
    line-height: 20px;
}

.bottom-callus a {
    color: #f26528;
    text-decoration: none;
    font-weight: 700;
}

.et_pb_promo_description {
    background: #005289;
    text-align: center;
    padding: 15px 20px 20px;
	border-radius: 4px;
}
.et_pb_promo_description h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 10px 0;
}
.et_pb_promo_description p {
    font-size: 14px;
    margin: 0 0 15px 0;
    color: #fff;
}
.promo_call {
    font-size: 16px;
    display: inline-block;
    border: solid 1px #fff;
    color: #fff !important;
    padding: 12px 35px 12px 35px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 16px;
    border-radius: 4px;
}

.payments_icon {
    margin: 20px 0 0 0;
}
.payments_icon ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.payments_icon ul li{}
.payments_icon ul li img {
    width: 200px;
}

/** ABOUT US PAGE **/

.contact_banner {
    position: relative;
}
.contact_banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0, 82, 137, 0.5);
}

.Abt_pages{ background:#eaeaea;}

.inner_tiitle {
    text-align: center;
}
.inner_tiitle h3 {
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}
.inner_tiitle ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}
.inner_tiitle ul li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-weight: 400;
}

.home_about {
    background-color: #ffffff;
    padding: 15px 15px;
    box-shadow: 0px 2px 6px #00000047;
    position: relative;
    top: -60px;
	border-radius: 15px;
}

.home_about h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0 20px 0;
}
.home_about h2 strong {
    font-weight: 800;
    color: #005289;
}
.home_about h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #005289;
    border-left: solid 3px #005289;
    line-height: 18px;
    padding: 0 0 0 8px;
}
.home_about p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}

.ct_bgs {
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border: solid 1px #cdcdcd;
    border-radius: 10px;
}

.contact_aadd {
    text-align: left;
    clear: left;
    margin-bottom: 15px;
    border-bottom: solid 1px #c5c5c5;
    padding: 0 0 15px 0;
}
.Lebsa_hesd h2 {
    margin: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-align: left;
    border-bottom: solid 1px #c5c5c5;
    padding: 0 0 10px 0;
}
label.cont_leb {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 10px 0;
    color: #565656;
    display: block;
    line-height: 13px;
}
.contact_aadd i {
    font-size: 15px;
    color: #005289;
    line-height: normal;
    border-radius: 10%;
    text-align: center;
    margin: 0px 3px 0 0;
}	
.contact_aadd h6 {
    font-size: 15px;
    color: #010101;
    margin: 0 0 8px 0;
    font-weight: 500;
}
.contact_aadd a {
    display: block;
    font-size: 15px;
    color: #005289;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0;
}
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;
    background: #ebebeb;
}
textarea.form-control.contact_us {
    height: auto;
    border-radius: 2px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #ebebeb;
}

.flat_button_cont {
    border: 0;
    background: #f15a24;
    color: #fff;
    padding: 12px 12px;
    border-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 4px;
    display: block;
    width: 100%;
    font-weight: 500;
}
.pages11_okd {
    padding: 20px 0 25px 0;
    border-bottom: solid 1px #ddd;
}

.home_flights h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #005289;
    line-height: 18px;
}
.home_flights p {
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 24px;
    font-weight: 400;
}

.pvc_cont {
    background: #ffffff;
    padding: 15px 15px;
    border-radius: 2px;
    margin: 40px 0;
}
.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 10px;
}
.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: #f57e20;
}


.component_city {
    border-top: solid 1px #ddd;
    padding: 30px 0 20px 0;
}

.citypage_list {}
.citypage_list h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.citypage_list h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.citypage_list p {
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    line-height: 26px;
}

.citypage_list ul {
    list-style: none;
    padding: 0px 0 10px 10px;
    margin: 0px;
}
.citypage_list ul li {
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
}
.citypage_list ul li i {
    font-size: 8px;
    position: relative;
    top: -2px;
    margin-right: 4px;
}



/** RESPONSIVE CSS CODE **/

@media (min-width: 320px) and (max-width: 479px) {

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;}
	
}

@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;}
	
}