

/* ================ Default CSS ================= */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
html * {
  outline: 0 !important;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
 
}
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
img.img-fluid {
    width: 100%;
    height: auto;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li{font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 23px;
  margin: 15px 0px;}

  ol {
   
    margin: 0;
    padding: 0 15px;
  }
  section.section1 {
    padding: 70px 0px 0px;
}
  ol li{font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 23px;
    margin: 15px 0px;}
.custom-control-input:focus {
  box-shadow: none !important;
}
.custom-select:focus {
  box-shadow: none !important;
}
.custom-control-label::before {
  box-shadow: none !important;
}
/* ===== Typography ===== */

h1 {
  font-size: 36px;
  font-weight: bold;
}
h2 {
  font-size: 32px;
  font-weight: bold;
}
h3 {
  font-size: 28px;
  font-weight: bold;
}
h4 {
  font-size: 20px;
  font-weight: bold;
}
h5 {
  font-size: 20px;
  font-weight: bold;
}
h6 {
  font-size: 18px;
  font-weight: bold;
}
h1,h2,h3,h4,h5,h6{margin:25px 0px;}
p {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  line-height: 23px;
  margin:15px 0px;
}
.clear{clear: both !important;}
/* ===== Title ===== */

.space{width:100%; margin:70px;}
table tr th {
    background: #f7f7f7;
}
/* ===== Button ===== */

/* ===== Button Back Top ===== */

.back-top a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #fb7a00;
  background-color: #fb7a00;
  width: 40px;
  height: 40px;
  border-radius:50%;
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  z-index: 100;
  color: #fff;
  bottom: 0;
  opacity: 1;
  transition: all 0.9s linear 0s;
}
.back-top a::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 40px;
  height: 40px;
  animation: ripple 1.6s ease-out infinite;
  opacity: 1;
  background: #ff5d21;
}
@-webkit-keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.back-top {
  position: relative;
  top: 0;
  display: block;
}
.back-top.active a {
  opacity: 1;
  top: 90%;
}
.back-top a:hover {
  background-color: #ff5d21;
  border: 2px solid #ff5d21;
  color: #fff;
}

/* ===== Button Back Top ===== */

table {
    margin:0px 0px;
}

table tr th, td {
    border:1px solid #cdcdcd;
    padding: 15px;
}

.dottedbdr {
    border-bottom: 1px dotted #c9c9c9;
    width: 100%;
    margin: 35px 0px;
    padding: 10px 0px;
}

.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    margin: 5px 0px;
}
.card-header {
    padding: 5px 10px 2px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

a.card-link.accordion-title {
    color: #111;
    font-weight: bold;
    font-size: 0.9rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}

ul.listview {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
ul.listview li {
    font-size: 15px;
    font-weight: 300;
    color: #000;
    line-height: 34px;
}

ul.listview li:before {
    content: "\f101";
    font-family: "FontAwesome";
    color: #ad211c;
    padding: 0px 6px 0px 0px;
    font-size: 18px;
}
.footer_link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.flex-center ul {
	text-align: center;
}
.footer_link ul li {
	display: inline-block;
	margin: 4px 21px;
}
footer.page-footer a {
	color: #fff; font-size: 17px;
}

footer.page-footer .footer-copyright {
	overflow: hidden;
	background-color: rgba(0,0,0,.2);
	font-size: .9rem;
	color: #fff;
}

footer.page-footer .container-fluid {
	width: auto;
}
.text-center {
	text-align: center !important;
}
footer.page-footer {
	color: #fff;
}
.footer-logo {
	margin: 0 2%;
}
.d-inline {
	display: inline !important;
}
footer.page-footer a {
	color: #fff;
}
.footer-incredible {
	background: url("../img/maharajas-sprite.png") no-repeat -10px -117px;
	background-size: auto;
	width: 146px;
	height: 35px;
	display: inline-block;
}
footer.page-footer .footer-copyright {
	background-color: #6f2519;
	color: #fff;
	font-weight: 400;
}
.footer-irctc {
	background: url("../img/maharajas-sprite.png") no-repeat -10px -10px;
	background-size: auto;
	width: 49px;
	height: 59px;
	display: inline-block;
}
.footer-logo a.footer-g20 img {
	width: 100px;
	margin-top: -48px;
}
.rgba-blue-gredient {
	background: rgba(67,190,244,1);
	background: -moz-linear-gradient(left,rgba(67,190,244,1) 0,rgba(50,73,166,.9) 100%);
	background: -webkit-gradient(left top,right top,color-stop(0,rgba(67,190,244,1)),color-stop(100%,rgba(50,73,166,.9)));
	background: -webkit-linear-gradient(left,rgba(67,190,244,1) 0,rgba(50,73,166,.9) 100%);
	background: -o-linear-gradient(left,rgba(67,190,244,1) 0,rgba(50,73,166,.9) 100%);
	background: -ms-linear-gradient(left,rgba(67,190,244,1) 0,rgba(50,73,166,.9) 100%);
	background: linear-gradient(to right,rgba(67,190,244,1) 0,rgba(50,73,166,.9) 100%);
}
.font-20 {
	font-size: 20px;
}
.page-footer p {
	margin-bottom: 10px;
	text-align: center;
	line-height: 26px;
}
.btn-fb {
	background-color: #3b5998 !important;
	color: #fff !important;
}
.btn-floating {
	-webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
	width: 47px;
	height: 47px;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	cursor: pointer;
}
a.my-space {
	background-image: url("../img/maharajas-sprite.png");
	background-repeat: no-repeat;
	background-position: -138px -16px;
}

.btn-tw {
	background-color: #55acee !important;
	color: #fff !important;
}
.btn-li {
	background-color: #0082ca !important;
	color: #fff !important;
}
.btn-ins {
	background-color: #2e5e86 !important;
	color: #fff !important;
}
.btn-pin {
	background-color: #c61118 !important;
	color: #fff !important;
}
.btn-yt {
	background-color: #ed302f !important;
	color: #fff !important;
}
.btn-tw {
	background-color: #55acee !important;
	color: #fff !important;
}
.btn-tw {
	background-color: #55acee !important;
	color: #fff !important;
}
.btn-floating i {
	display: inline-block;
	width: inherit;
	text-align: center;
	color: #fff;
}
.btn-floating i {
	font-size: 1.25rem;
	line-height: 47px;
}
.font-15 {
	font-size: 18px;
}
.mb-0, .my-0 {
	margin-bottom: 0 !important;
}
.font-small {
	font-size: .9rem;
}
.rgba-blue-gredient .row.py-2.d-flex.align-items-center .col-md-6.col-lg-6.text-center.wow.fadeInLeft .font-15.mb-0 {
	color: #fff;
	line-height: 30px;
	margin: 0;
}
.footer-wrap {
	background: url(../img/footer-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 0px 0px;
	background-attachment: fixed;
}
.footer_contact {
	color: #fefd98;
}
.faqsection .card .card-header {
	background: #012b72;
}
.faqsection .card .card-header a {
	color: #fff;
}
.faqsection .card .card-body a{color: #012b72;}
.second .pagetitle.heading2 h1{font-size: 24px;}
.second a{color: #012b72;}
.second h2{font-size: 22px;}
.lagChangeBox {
	position: fixed;
	right: 0;
	top: 0;
	background: rgba(193,38,32,.8);
	padding: 5px;
	border-bottom-left-radius: 5px; z-index: 1;
}
#google_translate_element select {
	background: rgba(193,38,32,.8);
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(193,38,32,.8);
	display: block !important;
	border: 1px solid #fff;
}
.right_nav_wrap {
	padding-right: 0;
}

ul.navbar-nav.nav-right.nav-flex-icons {
	margin-top: -4px;
}
button.btn-specialoffer {
	animation-name: btn-specialoffer;
	animation: btn-specialoffer 1s infinite;
	background-color: #ad211c;
}
.btn.btn-sm {
	padding: .5rem 1.6rem;
	font-size: .64rem;
}
.btn-rounded {
	-webkit-border-radius: 10em;
	border-radius: 10em;
}
.btn {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	padding: .70rem 2.14rem;
	font-size: .81rem;
	-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	margin: .375rem;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	color: #fff;
}
.waves-effect {
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.d-sm-block {
	display: block !important;
}
.navbar.scrolling-navbar .navbar-nav > li {
	margin-right: 10px;
}
a.travel-advisory{
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	animation-name: example;
	float: left;
	animation: example 1s infinite;
	margin-top: 7px;
	margin-right: 0px;
}
ul.navbar-nav.nav-right::after {
	position: absolute;
	content: "";
	background: rgba(193,38,32,.8);
	left: 40%;
	top: -3px;
	width: 100%;
	min-width: 970px;
	height: 66px;
	z-index: -1;
	right: -120px;
	border-radius: 0 0 0 5px;
}
.navbar.scrolling-navbar .navbar-nav > li.nav-item a.nav-link {
	font-size: 16px;
	font-weight: 400;
	text-shadow:none;
}
.navbar .nav-item .nav-link .fa {
	padding-right: 3px;
	padding-left: 3px;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
	color: #fff;
}
.btn-rounded {
	-webkit-border-radius: 10em;
	border-radius: 10em;
}

button.btn-specialoffer{
	animation-name: btn-specialoffer;
	animation: btn-specialoffer 1s infinite;
	background-color: #ad211c;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.float-right {
	float: right !important;
}
a.btn.button-collapse, button.btn.button-collapse {
	background: #ad211c;
	border: 1px solid #fff;
	padding: 6px 9px !important;
	margin: 0 10px;
}
a.btn.button-collapse i {
	font-size: 25px;
	color: #fff;
}
.btn .fa {
	position: relative;
	font-size: .9rem;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.book-now-wrap {
	margin: 0 !important;
	bottom: -80px;
	position: absolute;
	left: auto;
	right: 0;
}
.book-now-wrap a {
	margin: 0;
	font-size: 18px;
	border: 1px solid #fff;
	padding: .6rem 2.14rem;
}
.btn-primary {
	background-color: #ad211c !important;
	color: #fff !important;
}

ul.navbar-nav.nav-right.nav-flex-icons .float-right.menu-collapsible-btn {
	margin-top: 14px;
}
#navbarSupportedContent ul.navbar-nav.nav-right.nav-flex-icons button.btn-specialoffer {
	line-height: 20px;
	height: 40px;
	padding: 10px;
	margin-top: 13px;
	display: inline-block;
	margin-right: 25px;
}
#navbarSupportedContent ul.navbar-nav.nav-right.nav-flex-icons button.btn-specialoffer:hover{background-color: #f0b607;}
.lagChangeBox span {
	display: none;
}
.lagChangeBox #google_translate_element {
	height: 32px;
	overflow: hidden;
}
.right-aligned.side-nav.fixed {
	display: block;
}


.side-nav.fixed.right-aligned {
	right: 0;
	left: auto;
}
.side-nav.fixed {
	position: fixed;
	right: -240px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.side-nav.fixed.active {
	right: 0;
}
.side-nav .collapsible > li .fa.fa-angle-down {
	float: right;
}
.side-nav ul li .collapsible-body {
	padding: 0 10px 0 30px;
}
.side-nav ul li .collapsible-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.side-nav ul li .collapsible-body ul li .collapsible-body {
	margin: 0;
	padding: 0;
}
.side-nav ul li .collapsible-body ul li .collapsible-body ul.Third-level {
	margin: 0;
	list-style: none;
}
.side-nav ul li .collapsible-body ul li .collapsible-body ul.Third-level li a i {
	font-size: 8px;
	line-height: 22px;
	float: left;
	margin-right: 9px;
}
.side-nav ul li .collapsible-body ul li {
	margin: 0;
}
.side-nav ul li .collapsible-body ul li a {
	padding: 5px 0 5px 0;
}
.side-nav {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1040;
	width: 15rem;
	height: 100%;
	padding: 0;
	padding-bottom: 3.75rem;
	margin: 0;
	overflow: hidden;
	list-style-type: none;
	background-color: rgba(126, 24, 20, 0.95);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}
.side-nav ul {
	padding-left: 0;
	list-style: none;
	list-style-type: none;
}
.side-nav > ul {
	max-height: 100vh;
}
.ps {
	overflow: hidden !important;
	-ms-touch-action: auto;
	touch-action: auto;
	overflow-anchor: none;
	-ms-overflow-style: none;
}
.side-nav ul li {
	padding: 0;
}
.side-nav .collapsible {
	padding: 0;
	margin: 0;
	margin-top: 1rem;
}
.side-nav .collapsible > li {
	border-radius: 2px; margin: 0;
} 
.side-nav ul li {
	padding: 0;
}
ul.custom-scrollbar li a.close-sidenav {
	text-align: right;
	width: 100%;
	font-size: 30px;
	padding: 0 10px 0 0;
}
.side-nav .collapsible a {
	color: #fff; cursor: pointer;
}
ul.custom-scrollbar li a {
	color: #fff;
	height: auto;
	line-height: inherit;
	font-size: 1rem;
	padding: 10px;
}
.side-nav a {
	display: block;
	height: 56px;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 56px;
}
.targetDiv {display: none}
.azadim {
	float: left;
}
.right-logo {
	float: right;
	margin-left: 30px;
}
.navbar-right .navbar-nav {
	float: right;
	margin-top: 8px;
}
.navbar-right .navbar-nav li {
	margin: 0 10px 0 10px;
}
.navbar-right .navbar-nav li a {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}
.nav-link {
	display: block;
	padding: .5rem 1rem;
}
.bg-footer {
	background: #012b72;
	position: relative;
	z-index: 3;
}
.footer-content {
	padding: 25px 0 0;
}
.title-widget h3 {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	margin: 0;
}
.title-widget hr {
	width: 40px;
	margin: 10px 0 0 0;
	color: #fff;
	border-top: 1px dashed #fff;
}
.content-widget {
	margin-top: 24px;
	padding-bottom: 14px;
}
.content-widget ul {
	padding: 0;
	list-style: none;
}
.content-widget ul li {
	margin: 0;
}
.title-widget {
	margin: 0;
	padding: 0;
}
.content-widget ul li a {
	color: #ffffffb3;
	font-weight: 300;
	transition: all 0.4s;
	font-size: 13px;
}
.copyright {
	padding: 8px 0;
	background: #fafafa;
}
.text-coppyright {
	padding: 10px 0 0;
}
.copyright small {
	color: #111;
}
.text-coppyright a {
	color: #2d2383;
	font-weight: 700;
}
.footer-social {
	text-align: center;
}
.footer-social ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-social ul li {
	display: inline-block;
	margin: 0 1px;
}
.footer-social ul li a.btn-fb {
	background: #3a559f;
}
.footer-social ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 0 5px #909090;
}
.footer-social ul li a.btn-yt {
	background: red;
}
.footer-social ul li a.btn-ins {
	background: #dc6d40;
}
.footer-social ul li a.btn-li {
	background: #0082ca;
}
.footer-social ul li a.btn-li {
	background: #0082ca;
}
.footer-social ul li a.btn-pin {
	background: #c61118;
}
.footer-social ul li a.btn-fb {
	background: #3a559f;
}
.footer-social ul li a.btn-tw {
	background: #1ca1f3;
}
.footer-social ul li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	box-shadow: 0 0 5px #909090;
}
.text-coppyright p {
	margin: 0;
}

a#sidebarCollapse {
	cursor: pointer;
}
a#sidebarCollapse .fa.fa-align-left {
	font-size: 18px;
}
#sidebar.active {
	right: 0;
}
#sidebar {
	width: 250px;
	position: fixed;
	top: 0;
	right: -250px;
	height: 100vh;
	z-index: 999;
	background: #fff;
	color: #111;
	transition: all 0.3s;
	overflow-y: scroll;
	box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
	z-index: 1030;
}

#dismiss {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: left;
	background: #fff;
	position: fixed;
	top: 0;
	left: auto;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #111;
	padding-left: 10px;
}
#dismiss {
	line-height: 45px;
	text-align: left;
	cursor: pointer;
	color: #111;
}
#sidebar ul.components {
	padding: 45px 0 10px;
	border-bottom: none;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
#sidebar {
	color: #111;
}
#sidebar ul li a {
	padding: 3px 10px;
	font-size: 0.95em;
	display: block;
	color: #111 !important;
}
#sidebar ul.components li {
	margin: 0;
}
.UsefulLink {
	color: #fff;
	width: 100%;
	margin-bottom: 20px;
}
.UsefulLink strong {
	margin-bottom: 10px;
	display: block;
}
.UsefulLink ul li {
	margin: 0 15px 10px 0;
	padding: 0 0 0 13px;
	list-style: none;
	position: relative;
	float: left;
	line-height: 15px;
}
.UsefulLink ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	top: 6px;
}
.UsefulLink ul li a {
	color: #ffffffb3;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: capitalize;
}



@media screen and (max-width:1700px){
  ul.navbar-nav.nav-right:after{left: 20%;}
}

@media screen and (max-width:1300px){
  ul.navbar-nav.nav-right:after{left: 6%;}
}

@media screen and (max-width:1100px){
  .footer-wrap{background-size: cover;}
  ul.navbar-nav.nav-right::after {left: -8%;}
  #navbarSupportedContent ul.navbar-nav.nav-right.nav-flex-icons button.btn-specialoffer {
    margin: 14px 15px 0 0;
  }
  .navbar.scrolling-navbar .navbar-nav > li {
    margin: 16px 0 0 0;
  }
}

@media screen and (max-width:991px){
  ul.navbar-nav.nav-right::after {display: none;}
  #navbarSupportedContent ul.navbar-nav.nav-right.nav-flex-icons button.btn-specialoffer {
    margin: 14px 15px 0 0;
    margin-top: 60px;
  }
  nav.navbar.fixed-top .col-md-3.col-sm-4.col-4.logo-wrap {
    margin-top: -20px;
  }
  nav.navbar.fixed-top .col-md-3.col-sm-4.col-4.logo-wrap .navbar-brand.mr-0.py-0 img {
    width: 125px;
  }

  ul.navbar-nav.nav-right.nav-flex-icons .nav-item.d-none.d-sm-block {
    display: none !important;
  }
  ul.navbar-nav.nav-right.nav-flex-icons .nav-item.d-none.d-md-block.d-lg-block {
    display: none !important;
  }
}

@media screen and (max-width:580px){
  .footer-wrap{background-size: cover;}
  .footer_contact {
    color: #fefd98;
    clear: both;
  }
  .flex-center ul {
    text-align: left;
  }
  .footer_link ul li {
    display: inline-block;
    margin: 4px 21px;
    width: 40%;
    float: left;
  }
}

@media screen and (max-width:500px){
  .footer_link ul li {width: 35%;}
  .book-now-wrap a{font-size: 14px;}
}

@media screen and (max-width:450px){
  .footer_link ul li {width: 35%;}

}

@media screen and (max-width:380px){
  .footer_link ul li {
    width: 100%;
    margin: 0 0 10px 10px;
  }
}