@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


a:hover{
  text-decoration:none;
}
a:focus{
  outline: none;
}
.btn:focus{
  outline: none;
  box-shadow: none;
  border: none;
}
button:focus{
  outline: none;
  box-shadow: none;
}
ul{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
.form-control:focus{
  border: none;
  box-shadow: none;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
p{
  font-size: 16px;
  color:#000;
  line-height: 28px;
  letter-spacing:-0.05px;
}
.margi_top{
  margin-top: 50px;;
}
.light_blue{
  color: #57A5D5 !important;
}
.dark_blue{
  color: #222b5f !important;
}
.light_blueBg{
  background: #57A5D5 !important;
}
.dark_blueBg{
  background: #222b5f !important;
}



.container{
  width: 1170px;
}


a.read_more{
  background: #222B5F;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  text-decoration:none;
  transition:all .5s ease;
  border-radius: 30px;
  padding: 12px 30px;
  display: inline-block;
}
a.read_more:hover{
  background: #57A5D5;
}


h3.main_heading{
  color: #222B5F;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 800;
}
h4.sub_heading{
  font-size: 20px;
  font-weight:500;
  color: #57A5D5;
} 
h3.main_heading span{
  color: #57A5D5;
}






/*============ Home Page ============*/
.header{background-color:#FFA45E;}
.head-top{
  padding:15px 0px;
  color:#fff;
}
.maintab{ background-color:#5B5B5B;}

.head-top #nav-tab a {
    font-size: 20px;
    font-weight: bold;
	color: #FFA45E;
	background-color: #fff;
	border-radius:0px;
	border: 1px solid #707070;
}

.nav-tabs .nav-link.active {
    background-color: #FFA45E!important;
    border-color: transparent;
    color: #ffffff!important;
	border-radius:0px;
}


.monthtab ul#myTab a, .monthtab ul#myTab1 a, .monthtab ul#myTab2 a {
    color: #313131;
    font-size: 17px;
    font-weight: 600;
}

.card-header {
	background-color: rgba(0,0,0,0);
     border-bottom: 5px solid rgba(255,164,94,9);
}

#myTabContent h5.card-title, #myTabContent1 h5.card-title, #myTabContent2 h5.card-title {
    color: #FFA45E;
    font-weight: 600;
    font-size: 24px;
}

#myTabContent p.card-date, #myTabContent1 p.card-date, #myTabContent2 p.card-date {
	font-size: 20px;
	color:#373737;
	line-height: 22px;
}

#myTabContent p.card-text, #myTabContent1 p.card-text, #myTabContent2 p.card-text  {
    font-size: 18px;
    color: #373737;
    line-height: 30px;
}

#myTabContent a.btn.btn-primary, #myTabContent1 a.btn.btn-primary, #myTabContent2 a.btn.btn-primary {
  background-color: #FFA45E;
  border-color: #FFA45E;
  border-radius: 0px;
font-weight:600;
margin-bottom:25px;
}
[id^="myTabContent"] a.btn.btn-primary {
  background-color: #FFA45E;
  border-color: #FFA45E;
  border-radius: 0px;
font-weight:600;
margin-bottom:25px;
}


.occasionpara {
    border-bottom: 1px solid #707070;
	margin-bottom:25px;
}

.header ul.nav-tabs{
	border:none;
	justify-content:flex-start;
	margin: 20px 0;
}
.header ul.nav-tabs li a{
	background:transparent;
	border:1px solid #fff;
	color:#fff;
	padding:8px 25px;
	font-size: 17px;
    font-weight: 600;
	transition:all 0.3s ease-in;
}
.header ul.nav-tabs li + li{
	margin-left:10px;
}
.header ul.nav-tabs li a:hover,
.header ul.nav-tabs li a.active{
	background:#fff;
	color:#000;
}
.navbar_top{
  border-top: 1px solid #E8E9EF;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.nav div.main_list {
  float: right;
}

.nav div.main_list ul {
  width: 100%;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav div.main_list ul li{
  padding:15px 20px 15px 0;
}
.nav div.main_list ul li a {
  text-decoration: none;
  color: #222B5F;
  font-size:16px;
  text-transform: uppercase;
  font-weight: 500;
  transition:all 0.3s ease-in;
}

.nav div.main_list ul li a:hover,
.nav div.main_list ul li a.active {
  color: #57A5D5;
}

.navTrigger {
  display: none;
}

.nav {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav div.main_list ul li i.flaticon-home{
  color: #222B5F;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.3s ease-in;
}
.nav div.main_list ul li i.flaticon-home:hover{
  color: #57A5D5;
}

.nav div.main_list ul .dropdown .dropdown-menu {
  transition: all 0.5s;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border: none;
  border-radius: 0;
  box-shadow: 0 3px 5px rgba(87,165,213,0.2);
  border-top: 5px solid #222b5f;
  left: -25px;
  padding: 0;
  margin-top: 1px;
}
.nav div.main_list ul .dropdown:hover .dropdown-menu {
  transform: scale(1);
}
.nav div.main_list ul .dropdown .dropdown-menu:before {
  content: '';
  position: absolute;
  left: 75px;
  top: -18px;
  width: 0;
  height: 0;
  border-bottom: solid 13px #222b5f;
  border-left: solid 13px transparent;
  border-right: solid 13px transparent;
  clear: both;
}
.nav div.main_list ul .dropdown .dropdown-menu a{
  padding: 8px 20px;
}
.nav div.main_list ul .dropdown .dropdown-menu a:hover{
  background: #57A5D5;
  color: #fff;
}
.nav div.main_list ul .dropdown .dropdown-menu a.dropdown-item.active{
  background: #57A5D5;
  color: #fff;
}




@media screen and (max-width:767px) {
  .navTrigger {
      display: block;
      top: 82px !important;
  }
  .nav div.logo {
      margin-left: 15px;
  }
  .nav div.main_list {
      width: 100%;
      height: 0;
      overflow: hidden;
  }
  .nav div.show_list {
    height: auto;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
  .nav div.main_list ul {
      flex-direction: column;
      width: 100%;
      height: 100vh;
      background-color:#222B5F;
      background-position: center top;
      padding-bottom: 20px;
      overflow-y: auto;
  }
  .nav div.main_list ul a.logo{
    background: #fff;
    padding-bottom: 5px;
  }
  .nav div.main_list ul li {
      width: 100%;
      text-align: left;
      border-bottom: 1px solid rgba(255,255,255,0.1);
      padding: 0;
  }
.nav div.main_list ul .dropdown .dropdown-menu{
  left: 15px;
  right: 15px;
  border-top:3px solid #57A5D5;
}  
.nav div.main_list ul .dropdown .dropdown-menu::before{
  border-bottom: solid 13px #57A5D5;
  top: -16px;
}

.nav div.main_list ul .dropdown .dropdown-menu a{
  color: #222b5f;
}
.nav div.main_list ul li a {
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 15px;
    color: #fff;
    display: block;
    text-align: left;
}
  .nav div.main_list ul li a:hover{
    color: #57A5D5;
  }

  .nav div.media_button {
      display: block;
  }

.navTrigger.active{
  top:20px !important;
}



}



.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 62px;
  z-index: 999;
}

.navTrigger i {
  background-color: #57A5D5;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}

.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}

.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}

.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@keyframes inM {
  50% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(45deg);
  }
}

@-webkit-keyframes outM {
  50% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(45deg);
  }
}

@keyframes outM {
  50% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(45deg);
  }
}

@-webkit-keyframes inT {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes inT {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(9px) rotate(0deg);
  }
  100% {
      transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes outT {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(9px) rotate(135deg);
  }
}

@keyframes outT {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(9px) rotate(0deg);
  }
  100% {
      transform: translateY(9px) rotate(135deg);
  }
}

@-webkit-keyframes inBtm {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes inBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-9px) rotate(0deg);
  }
  100% {
      transform: translateY(-9px) rotate(135deg);
  }
}

@-webkit-keyframes outBtm {
  0% {
      -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
      -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
      -webkit-transform: translateY(-9px) rotate(135deg);
  }
}

@keyframes outBtm {
  0% {
      transform: translateY(0px) rotate(0deg);
  }
  50% {
      transform: translateY(-9px) rotate(0deg);
  }
  100% {
      transform: translateY(-9px) rotate(135deg);
  }
}




.social_bar{
  padding:7px 26px 7px 26px;
}
.social_bar a{
  margin:0 10px;
  color: #222B5F;
  font-size: 24px;
  transition: all 0.3s ease-in;
}
.social_bar a:hover{
  color: #57A5D5;
}
.social_bar a:first-child{
  margin-left: 0;
}
.social_bar a i.flaticon-google-plus{
  font-size: 28px;
}

.right_social{
  display: flex;
  align-items: center;
}

a.view_list{
  color: #222B5F;
  background: rgba(175,204,59,0.3);
  padding: 5px 20px;
  border: 1px solid #B1B1B1;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in;
  display: inline-flex;
  align-items: center;
  z-index: 1;

position: relative;
}
a.view_list:hover{
  background: rgba(175,204,59,0.6);
}
a.view_list span{
  background: #222B5F;
  color: #fff;
  margin-left: 5px;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  height: 23px;
  width: 23px;
  display: inline-block;
}




.banner {
  position: relative;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
  top: 50%;
  height: 0;
  width: 5%;
}

.banner #down{
  background: #57A5D5;
  padding: 10px 40px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.3s ease-in;
}
.banner #down:hover {
    background-color: #222B5F;
}
.slider_box{
  position: absolute;
  top: 50%;
  left: 50%;
  width:80%;
  transform: translate(-50%,-50%);
}
.slider_box h2{
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.search_bar{
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border-radius: 5px;
}
.search_bar form{
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.search_bar select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: #fff url(../images/selext_arrow.svg) no-repeat right 10px center;
}
.search_bar .form-control{
  border: none;
  height: 50px;
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 400;
  padding-left: 35px;
}
.search_bar .form-control option{
  color: #222b5f;
  font-weight: 600;
}
.search_bar .form-control option:hover{
  background: #222b5f !important;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]{
  border-right: 1px solid #eee;
}
.search_bar .col-md-3{
  flex: 0 0 22%;
  max-width: 22%;
}
.search_bar .col-md-2{
  flex: 0 0 12%;
  max-width: 12%;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]:last-child{
  border: none;
  padding: 0;
}


.search_bar .btn{
  background: #222b5f;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0;
  padding: 14px 0;
  width: 100%;
  transition: all 0.3s ease-in;
}
.search_bar .btn img{ 
  margin-left: 5px;
}
.search_bar .btn:hover{
  background: #57A5D5;
}
.search_bar .btn:focus{
  border: 1px solid #222B5F;
}
.search_bar img.side_img{
  position: absolute;
  left: 15px;
  top: 18px;
}



    
.about_sec{
  padding: 60px 0;
}    
.light_bg{
  background: #F1F1F1;
  border-top: 2px solid #222B5F;
  border-bottom: 2px solid #222B5F;
}

.about_sec h1{
  font-size: 35px;
  font-weight:700;
  text-transform: capitalize;
  color: #222B5F;
  margin-top: 20px;
}
.about_sec h3.heading02{
  font-size: 35px;
  font-weight:700;
  text-transform: capitalize;
  color: #222B5F;
  margin-top: 20px;
}
p.bold_text{
  font-weight: 800;
  color: #000;
}
.about_sec h1 span{
  color: #57A5D5;
}   
.about_sec h4{
  font-size: 20px;
  font-weight:500;
  text-transform: capitalize;
  color: #57A5D5;
}   
.about_sec h4 strong{
  color: #222B5F;
  font-size: 20px;
  font-weight: 800;
}
.about_sec h4 strong span{
  color: #57A5D5;
}
.about_sec p b{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222B5F;
}
.about_sec p span{
  color: #57A5D5;
}
.about_sec p strong{
  color: #222B5F;
  font-weight: 500;
}

.about_sec ul.points_list{

}
.about_sec ul.points_list li{
  display: flex;
  text-align: left;
  color: #222B5F;
  font-size: 19px;
  font-weight: 400;
  margin: 25px 0;
}
.about_sec ul.points_list li:last-child{
  margin-bottom: 0;
}
.about_sec ul.points_list li img{
  margin-right: 8px;
}
.about_sec .table.mytable{
  text-align: left;
  margin-top: 30px;
  table-layout: fixed;
}
.about_sec .table.mytable.table-hover tbody tr:hover{
  background: none;
}

.about_sec .table.mytable img.ad_img{
  margin: 0 0 0 auto;
  display: block;
  width: 100%;
}
.about_sec .table.mytable h3{
  color: #222B5F;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
.about_sec .table.mytable h4{
  color: #222B5F;
  font-size: 20px;
  font-weight: 600;
}
.about_sec .table.mytable h5{
  color: #222B5F;
  font-size: 18px;
  font-weight: 600;
}
.about_sec .table.mytable h6{
  color: #222B5F;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
}
.about_sec .table.mytable h6 span{
  display: block;
  font-size: 20px;
  font-weight: 600;
}








.easy_way{
  background: #F1F1F1;
  padding: 60px 0;
  border-top: 2px solid #222B5F;
  border-bottom: 2px solid #222B5F;
}
.easy_way ul{
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.easy_way ul li h5{
  font-size: 19px;
  font-weight: 600;
  color: #000; 
  text-transform: capitalize;
  opacity: 0.87;
}
.easy_way ul li p{
  line-height: 23px;
  font-size: 14px;
}
.easy_way ul li img{
  margin-right: 15px;
  transition: all 0.4s ease-in;
}
.easy_way ul:hover li img{
  transform: rotate(360deg);
}





.recommended{
  padding: 60px 0;
}
ul.recom_hotel{
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.recom_hotel li{
  width: 33%;
  overflow: hidden;
  position: relative;
  margin: 10px 5px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(87,165,213,0.7);
  transition: all 0.3s ease-in;
}
ul.recom_hotel li:hover{
  box-shadow: 0 5px 15px rgba(87,165,213,1);
}
ul.recom_hotel li span.price_book{
  position: absolute;
  right: 0px;
  top: 40px;
  background: #222B5F;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 8px;
}
.hotel_img{
  overflow: hidden;
}
ul.recom_hotel li img{
  transition: all 0.3s ease-in;
}
ul.recom_hotel li:hover  img{
  transform: scale(1.1);
}





.about_hotel{
  padding: 17px;
}

.about_hotel h6{
  color: #000;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 400;
}
.about_hotel h5{
  color: #222B5F;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about_hotel a.facilities_icon{
  opacity: .6;
  transition: all 0.3s ease-in;
  margin-right: 5px;
}
.about_hotel a.facilities_icon:hover{
  opacity: 1;
}




.happy_clients{
  background: url(../images/happy.jpg) no-repeat center center;
  width: 100%;
  padding: 60px 0;
  background-size: cover;
}
.happy_clients ul.client_box{
  display: flex;
  justify-content: center;
}

.happy_clients ul.client_box li{
  width: 33%;
  border-radius: 10px;
  transition: all 0.3s ease-in;
  background: #fff;
  min-height: 180px;
  margin: 5px;
  line-height: 120px;
}
.happy_clients ul.client_box li h5{
  color: #222B5F;
  font-size: 17px;
  font-weight: 600;
}
.happy_clients ul.client_box li:hover{
  background: #57A5D5;
}
.happy_clients ul.client_box li:hover img{
  filter: brightness(0) invert(1);
}




ul.property_list{
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.property_list li{
  width: 33%;
  transition: all 0.3s ease-in;
  background: #fff;
  margin: 5px;
  box-shadow: 0 3px 6px rgba(87,165,213,0.7);
  padding: 20px 15px;
}
ul.property_list li h5{
  color: #222B5F;
  font-size: 17px;
  font-weight: 600;
  margin: 10px 0;
}
ul.property_list li p{
  font-size: 16px;
  line-height: 26px;
}
ul.property_list li:hover{
  box-shadow: 0 5px 15px rgba(87,165,213,1);
}



footer{
  padding: 60px 0 0;
  box-shadow: 0 -2px 5px rgba(87,165,213,0.7);
}
footer h5{
  color: #222B5F;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  border-bottom: 1px solid rgba(34,43,95, 0.3);
  padding-bottom: 5px;
}
footer p{
  font-size: 16px;
  font-weight: 500;
  color: rgba(34,43,95, 0.8);
  margin-top: 20px;
}
footer ul.footer_li{
  display: inline-block;
  width: 48%;
  margin-top: 10px;
}
footer ul.footer_li li a{ 
  font-size: 16px;
  font-weight: 500;
  color: rgba(34,43,95, 0.8);
  line-height: 30px;
  transition: all 0.3s ease-in;
}
footer li a:hover, footer li a.active{
  color: #57A5D5 !important;
  opacity: 1;
}

ul.contact_info li{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: rgba(34,43,95, 0.8);
  line-height:26px;
  margin: 15px 0 21.5px;
}
ul.contact_info li a{
  color: rgba(34,43,95, 0.8);
  transition: all 0.3s ease-in;
}
ul.contact_info li span{
  margin-right:10px;
}
.footer_social {
  margin-top: 15px;
  position: relative;
}
.footer_social a{
  margin-right: 20px;
  color: #222B5F;
  font-size: 24px;
  transition: all 0.3s ease-in;
}
.footer_social a:hover{
  color: #57A5D5;
}
.footer_social a i.flaticon-google-plus {
  font-size: 28px;
}
.subscribe_div{
  margin-top: 10px;
  width: 60%;
  display: inline-block;
}
.qr-code{
  width: 128px;
  position: absolute;
  right: 0;
  top: 8px;
}
footer .input-group .form-control {
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: 50px;
  border: 1px solid #222B5F;
  border-right: none;
  padding: 10px 15px;
  transition: 0.3s;
}
footer .input-group .btn {
  background: #fff;
  border-radius: 0 4px 4px 0;
  border: 1px solid #222B5F;
  border-left: none;
  transition: 0.3s;
}
footer .input-group .btn:hover{
  background: #57A5D5;
  transition: 0.3s;
}
footer .input-group .btn:hover img{
  filter: brightness(0) invert(1);
  transition: 0.3s;
}



.footer_bottom{
  border-top:1px solid #222B5F;
  margin-top: 30px;
  padding: 20px 0;
}
.footer_bottom p{
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222B5F;
  opacity: 1;
 }
 .footer_bottom p span{
   color: #57A5D5;
 }
 .footer_bottom li{
   display: inline-block;
   margin: 0 9px;
 }
.footer_bottom li a{ 
  font-size: 15px;
  font-weight: 500;
  color: #222B5F;
  transition: all 0.3s ease-in;
}



.cd-top{
  text-align: center;
  cursor: pointer;
  display: none !important;
  display: flex !important;
  justify-content: center;
  margin: -100px auto 0;
  height: 55px;
  width: 55px;
  border:none;
  border-radius: 50%;
  background: #222B5F;
  transition: all 0.3s ease-in;
  opacity: 1;
}
.cd-top:hover{
  background: #57A5D5;
}
.cd-top img{
  filter: brightness(0) invert(1);
  width: 25px;
}


/*============ Home Page ============*/


.page_heading{
  background: #222B5F;
  padding: 50px 0;
  text-align: center;
}
.page_heading h1{
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
}

.page_text{
  padding: 60px 0;
}
.user_info_text{
  margin-top: 50px;
}
.user_info_text h2{
  font-size: 25px;
  font-weight: 500;
  color: #222B5F;
  text-transform: capitalize;
  margin-bottom: 15px;
}


.about_bg{
  background: url(../images/about_bg.jpg) no-repeat center center;
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  border-top: 2px solid #222B5F;
  border-bottom: 2px solid #222B5F;
}


.listing_page{
  background: #222B5F;
  padding: 30px 0;
}

.list_filter{
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 3px 6px rgba(87,165,213,0.3);
}
.hotel_filter{
  display: flex;
  align-items: center;
  width: 100%;
}
.hotel_filter h3{
  font-size: 23px;
  color: #222B5F;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 15px;
}
.hotel_filter .dropdown{
  width: 100%;
  border-right: 1px solid #DFDFDF;
  padding: 15px 20px;
}

.select_dropBox{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  padding:8px 10px;
}
.hotel_filter .dropdown:focus{
  border: none;
  outline: none;
}
.side_icon{
  position: absolute;
  left: 5px;
}

.list_details{
  padding: 30px 0 0;
}
.list_details h2{
  color: #222B5F;
  font-size: 26px;
  font-weight: 500;
  margin: 15px 0;
  line-height: 39px;
}
.list_details h2 span{
  color: #57A5D5;
}
.list_details ul.recom_hotel{
  flex-direction: column;
}
.scroll_list{
  height: 1500px;
  overflow: hidden;
  overflow-y: scroll;
}
.scroll_list::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
}
.scroll_list {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.list_details .col-md-8{
  padding-left: 0;
}

.list_details ul.recom_hotel li{
  width: 100%;
  margin: 0 0 15px;
}
.list_details ul.recom_hotel li h5{
  border: none;
  padding: 0;
  margin-bottom: 5px;
}
.list_details ul.recom_hotel li h4{
  color: #57A5D5;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
a.call_h{
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  transition: 0.3s ease-in;
  display: block;
}
a.call_h span{
  color: #222B5F;
}
a.call_h:hover{
  color: #57A5D5;
}
a.call_h img{
  margin-right: 5px;
}

ul.recom_hotel li:hover a.call_h img{
  transform: scale(1);
}
a.d_btn{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #222B5F;
  border-radius: 30px;
  border: 1px solid #57A5D5;
  padding:5px 20px 5px 10px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
  transition: all 0.3s ease-in;
}
a.d_btn:hover{
  background: #57A5D5;
}
a.d_btn img{
  margin-right: 5px;
}
ul.recom_hotel li:hover a.d_btn img{
  transform: scale(1);
}
img.location_icon1{
  position: absolute;
  top: 40%;
  left: 50%;
}
img.location_icon2{
  position: absolute;
  top: 45%;
  left: 65%;
}
img.location_icon3{
  position: absolute;
  top: 35%;
  left: 20%;
}
img.location_icon4{
  position: absolute;
  top: 50%;
  left: 50%;
}
img.location_icon5{
  position: absolute;
  top: 50%;
  left: 25%;
}
img.location_hotel{
  position: absolute;
  top: 22%;
  left: 34%;
}    
   


.sign_box .modal-header .close{
  position: absolute;
  top: 0;
  right: 0;
  background: #222B5F;
  opacity: 1;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 2px solid #fff;
  text-shadow: none;
  font-size: 30px;
  z-index: 1;
  transition: all 0.3s ease-in;
}

.sign_box .modal-dialog{
  max-width: 650px;
}
.sign_box .modal-content{
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(87,165,213,0.3);
}
.sign_box .modal-header .close:hover{
  background: #57A5D5;
  color: #222B5F;
  opacity: 1;
}
.sign_box .modal-header{
  border: none;
  padding: 30px;
}
.sign_box .modal-header h5{
  color: #222B5F;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px dashed #ABABAB;
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.sign_box .modal-header h5 img{
  margin-right: 12px;
}
.sign_box .modal-body {
  padding: 0 30px 30px;
}
.sign_box .modal-body label{
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.sign_box .modal-body .form-group{
  position: relative;
}
.sign_box .modal-body .form-control{
  position: relative;
  padding-left: 45px;
  height: 50px;
  border: 1px solid #57A5D5;
}
.sign_box .modal-body .form-control:focus{
  border: 1px solid #222B5F;
}
.sign_box .modal-body .form-group .icon_for{
  position: absolute;
  left: 12px;
  top: 50px;
}
.sign_box .modal-body ::-webkit-input-placeholder { /* Edge */
  color: #686868;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.sign_box .modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #686868;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.sign_box .modal-body ::placeholder {
  color: #686868;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}
.sign_box a.forgot_pass{
  text-align: right;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  transition: 0.3s ease-in;
}
.sign_box a.forgot_pass:hover{
  color:#57A5D5;
}
.sign_box .btn{
  width: 100%;
  text-align: center;
  background: #222B5F;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
}
.sign_box .btn img{
  margin-right: 5px;
  transition: all 0.3s ease-in;
}
.sign_box .btn:hover{
  background: #57A5D5;
}
.sign_box .btn:hover img{
  transform: rotate(360deg);
}

.sign_box .modal-footer{
  border: none;
  justify-content: center;
  padding: 0 30px 20px;
}
.sign_box .modal-footer h6{
  text-align: center;
  width: 100%;
  color: #222B5F;
  font-size: 22px;
  font-weight: 500;
  border-top: 1px dashed #ABABAB;
  padding-top: 20px;
}
.sign_box .modal-footer h6 a{
  color: #222B5F;
  transition: 0.3s ease-in;
}
.sign_box .modal-footer h6 a:hover{
  color: #57A5D5;
}
.sign_box .modal-footer h6 a.click_here{
  color: #57A5D5;
}
.sign_box .modal-footer h6 a.click_here:hover{
  color: #222b5f;
}


.custum_check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custum_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custum_check .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #fff;
  border: 1px solid #57A5D5;
  border-radius: 5px;
}

.custum_check:hover input ~ .checkmark {
  background-color: #fff;
}

.custum_check input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #222B5F;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custum_check input:checked ~ .checkmark:after {
  display: block;
}

.custum_check .checkmark:after {
  left: 7px;
  top: 2px;
  width: 8px;
  height: 14px;
  border: solid #222B5F;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.show#forgot_password {
  z-index: 9999;
}
.modal-backdrop.show {
  opacity: 0;
  display: none;
}
.sign_box .btn2{
  background: #57A5D5 !important;
}
.sign_box .btn2:hover{
  background: #222b5f !important;
  color: #fff !important;
}
.sign_box .stripblue .form-control{
  border: 1px solid #222b5f;
}
.sign_box .stripblue .form-control:focus {
  border: 1px solid #57A5D5;
}



.hotel_gallery{
  max-width: 100%;
  margin: 0 auto 0;
}
.hotel_gallery .big_img{
 display: flex;
}
.hotel_gallery .owl-stage{
  width: 100% !important;
}
.hotel_gallery .owl-carousel.owl-drag .owl-item{
  width: 100% !important;
}
.hotel_gallery .img_block1{
  width:67%;
  margin-right: 10px;
  position: relative;
}
.hotel_gallery .img_block2{
  width:35%;
}

.hotel_gallery .img_block2 .small_img{
  display: flex;
  position: relative;
  margin-top: 10px;
}
.hotel_gallery .img_block2 .small_img a:first-child{
  width: 54%;
}
.hotel_gallery .img_block2 .small_img a:last-child{
  width: 47%;
}
.hotel_gallery .img_block1 .img_up_text{
  position: absolute;
  left: 50px;
  top: 50px;
  background: #222B5F;
  border: 2px solid #fff;
  padding:15px 20px;
}
.hotel_gallery .img_block1 .img_up_text h3{
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.hotel_gallery .img_block1 .img_up_text h3 span{
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.hotel_gallery .img_block2 .small_img .up_back{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hotel_gallery .img_block2 .small_img .up_back h4{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.hotel_gallery .extra_img{
  display: none !important;
}




.hotel_details{
  margin: 15px 0 60px;
}
.hotel_details h1{
  color: #222B5F;
  font-size: 48px;
  text-transform: capitalize;
  font-weight: 800;
}
.hotel_details span.hotel_web{
  display: block;
  margin: 10px 0;
  color: #222B5F;
  font-size: 23px;
  font-weight: 600;
  text-transform: capitalize;
}
.hotel_details span.hotel_web b{
  margin: 0 8px;
}
a.visit_hotel{
  background: #222B5F;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 4px 25px;
  transition: 0.3s ease-in;
  display: inline-block;
}
a.visit_hotel:hover{
  background: #57A5D5;
}
.hotel_details span.addres_mail{
  display: block;
  margin-bottom: 5px;
}
.hotel_details span.addres_mail a{
  color: #222B5F;
  font-size: 18px;
  font-weight: 400;
  margin-right: 20px;
  transition: 0.3s ease-in;
}
.hotel_details span.addres_mail a img{ 
  margin-right: 5px;
}
.hotel_details span.addres_mail a:hover{
  color: #57A5D5;
}

.hotel_details .box_panel{
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 4px rgba(87,165,213,0.3);
}
.hotel_details h3.panel_heading{
  color: #222B5F;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height:30px;
}
.hotel_details h4.panel_heading{
  color: #222B5F;
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
}
.hotel_details .box_panel ul.facilities_list{
  -webkit-column-count:4;
  -moz-column-count: 4;
  column-count: 4;
}
.hotel_details .box_panel ul.facilities_list li a{
  font-size: 15px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  transition: all 0.3s ease-in;
  line-height:44px;
}
.hotel_details .box_panel ul.facilities_list li a:hover{
  color: #57A5D5;
  
}
.hotel_details .box_panel ul.facilities_list li a img{
  margin-right: 5px;
  transition: all 0.3s ease-in;
}
.hotel_details .box_panel ul.facilities_list li a:hover img{
  transform: scale(1.2);
}
.hotel_details .blue_box{
  background: rgba(87,165,213,0.1);
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(87,165,213,0.3);
  transition: 0.3s;
}
.hotel_details .blue_box:hover{
  background: rgba(87,165,213,1);
  box-shadow: 0 5px 7px rgba(87,165,213,0.5);
}

.table.mytable{
  margin-bottom: 0;
}
.table.mytable thead th{
  border: none;
  border-right: 1px solid rgba(255,255,255,0.3);
  background: #222B5F;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  vertical-align: middle;
}
.table.mytable thead th:last-child{
  border-right:1px solid #222B5F;
}
.table.mytable thead th span{
  display: block;
  font-size: 13px;
}
.table.mytable tbody td{
  border: 1px solid #222B5F;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  vertical-align: middle;
}
.table.mytable.table-hover tbody tr:hover{
  background: rgba(87,165,213,0.3);
}
.hotel_details .green_box{
  background: rgba(175,204,59,0.3);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.hotel_details .green_box a{ 
  background: #00671F;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
  transition: 0.3s ease-in;
}
.hotel_details .green_box a:hover{
  background: #222B5F;
 }

.hotel_details .room_types{
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px dashed #ABABAB;
}

.hotel_details .room_types .hotel_img_box{
  width: 50%;
  overflow: hidden;
}

.hotel_details .carousel-control-next, .hotel_details .carousel-control-prev{
  top: 90%;
  height: 0;
  opacity: 1;
}
.hotel_details .room_types .hotel_img_box .carousel-inner{
  border-radius: 10px;
}
.hotel_details .room_types .hotel_img_box .carousel-inner img{
  transition: all 0.3s ease-in;
}
.hotel_details .room_types .hotel_img_box .carousel-inner:hover img{
  transform: scale(1.2);
}
.hotel_details .room_types .hotel_img_box .view_images{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34,43,95,0.75);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
}
.hotel_details .room_types .hotel_img_box .price_tag{
  position: absolute;
  right: 0;
  top: 15px;
  background: #222B5F;
  padding: 6px 10px;
  color: #fff;
  font-size: 15px;
  font-weight:600;
}
.hotel_details .room_types .hotel_img_box .view_images span{
  color:#C3CED5;
}
.hotel_details .room_types .room_details_box{
  padding: 0 40px 0 20px;
  width: 50%;
}
.hotel_details .room_types .room_details_box h5{
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222B5F;
  transition: 0.3s;
}
.hotel_details .room_types .room_details_box h5:hover{
  color: #57A5D5;
  padding-left: 5px;
}
.hotel_details .room_types .room_details_box h6{
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222B5F;
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 20px;
  margin: 0;
}
.hotel_details .room_types .room_details_box h6 span{
  color: #57A5D5;
}
.hotel_details .room_types .room_details_box b{
  display: block;
  color: #000;
  opacity: 0.75;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0;
  margin: 0;
}
.hotel_details .room_types .room_details_box .amenities_img{
  margin: 0 0 10px 0;
}
.hotel_details .room_types .room_details_box .amenities_img img{
  margin:0 10px 5px 0;
  transition: all 0.3s ease-in;
}
.hotel_details .room_types .room_details_box .amenities_img a:hover img{
  transform: scale(1.4);
}
.follow_us{
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 0 4px rgba(87,165,213,0.3);
  font-size: 18px;
  color: #222B5F;
  font-weight: 600;
  text-transform: capitalize;
}
.follow_us a img{
  margin-left:3px;
  transition: all 0.5s ease-in;
}
.follow_us a img:hover{
  transform: rotate(360deg);
}
.list_details .map_box{
  margin: 20px 0;
  box-shadow: 0 0 4px rgba(87,165,213,0.4);
}
.list_details .embed-responsive{
  height: 230px;
  box-shadow: 0 0 4px rgba(87,165,213,0.4);
}
.list_details .right_boxList{
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 4px rgba(87,165,213,0.3);
}
div#demo8 {
  margin-bottom: 20px;
}
div#demo7 .carousel-control-prev{
  top: 50%;
}
div#demo7 .carousel-control-next{
  top: 50%;
}
.list_details .right_boxList h3{
  color: #222B5F;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 15px;
}
.list_details .right_boxList li a{
  border-bottom: 1px solid #CECECE;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  transition: 0.3s ease-in;
}
.list_details #demo5{
  margin-bottom: 20px;
}
.list_details .right_boxList li a span{
  color:#595959;
}
.list_details .right_boxList li a:hover{
  color: #57A5D5;
  padding-left: 8px;
}
.list_details .right_boxList li.client_review{
  display: flex;
  margin: 20px 0 0;
}
.list_details .right_boxList li.client_review h4{
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.list_details .right_boxList li p{
  margin-bottom: 0;
  line-height: 24px;
}
.list_details .right_boxList .img_round{
  margin-right: 15px;
}
.list_details .right_boxList .img_round img{
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}

.list_details .right_boxList li.similar_hotel{
  display: flex;
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 15px;
  margin: 20px 0;
  align-items: center;
}
.list_details .right_boxList li.similar_hotel:last-child{
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.list_details .right_boxList li.similar_hotel .img_thumb{
  width: auto;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 10px;
}
.list_details .right_boxList li.similar_hotel .img_thumb img{
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-in;
}
.list_details .right_boxList li.similar_hotel .img_thumb:hover img{
  transform: scale(1.2);
}
.list_details .right_boxList li.similar_hotel h5{
  color: #222B5F;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  transition: all 0.3s ease-in;
}
.list_details .right_boxList li.similar_hotel h5:hover{
  color: #57A5D5;
}
.list_details .right_boxList li.similar_hotel h6{
  color: #57A5D5;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.list_details .right_boxList li.similar_hotel b{
  color: #222B5F;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin: 0;
}
.list_details .right_boxList li.similar_hotel a{
  border: none;
  padding: 0;
}
.padd_L1{
  padding-left: 5px;
}


.contact_page{
  padding: 0 0 60px 0;
}
.contact_box{
  padding: 20px;
  margin: 30px 0 0 0;
  box-shadow: 0 0 6px rgba(87,165,213,0.7);
  height: 100%;
}
.contact_box h2{
  color: #222B5F;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 38px;
  border-bottom: 1px dashed #ABABAB;
  padding-bottom: 15px;
}
.contact_box .contact_info li{
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.contact_box .contact_info li a{
  align-items: flex-start;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.contact_box .contact_info li a:hover{
  color: #57A5D5;
}
.contact_box .contact_info li h5{
  color: #57A5D5;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.contact_box .contact_info li:last-child{
  margin-bottom: 0;
}
.contact_box .contact_info li a img{
  transition: all 0.4s ease-in;
  margin-right: 4px;
}
.contact_box .contact_info li a:hover img{
  transform: rotate(360deg);
}
.contact_box .contact_info {
  margin-top: 20px;
}
.contact_box form{
  margin-top: 15px;
}
.contact_box .form-control{
  height: 44px;
  width: 80%;
  border: 1px solid #57A5D5;
}
.contact_box .form-control:focus{
  border: 1px solid #222B5F;
}
.contact_box label {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
}
.contact_box textarea{
  resize: none;
  height: 100px !important;
}
.contact_box form .btn{
  background: #222B5F;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  padding: 10px 50px;
  transition: all 0.3s ease-in;
}
.contact_box form .btn:hover{
  background: #57A5D5;
}


.compare_list{
  margin-top: 30px;
}
.table_box{
  padding: 20px;
  box-shadow: 0 0 6px rgba(87,165,213,0.7);
  display: flex;
  align-items: center;
}
.right_blockHotel{
  width: 40%;
  margin-right: 15px;
}
.table_box .hotel_compareImg{
  overflow: hidden;
  border-radius: 8px;
}

.table_box .hotel_compareImg img{
  width: 100%;
  transition: all 0.3s ease-in;
}
.table_box .hotel_compareImg:hover img{
  transform: scale(1.2);
  cursor: pointer;
}
.compare_list .table_box .table{
  border: 1px solid #222B5F;
}
.hotelPrice_table{
  width: 100%;
}
.compare_list h2{
  display: flex;
  justify-content: space-between;
  color: #222B5F;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 15px;
}
.compare_list h2 a.close_list{
  opacity: .6;
  transition: 0.3s;
}
.compare_list h2 a.close_list:hover{
  opacity: 1;
}
.compare_list a.visit_hotel{
  margin-top: 20px;
  padding: 8px 35px;
}
.compare_list .table.mytable thead th span{
  display: inline;
}






.about_sec .accordion{
  margin-top: 30px;
}
.about_sec .accordion .card{
  padding:0;
  margin-bottom: 15px;
  border: 1px solid #E2E2E2 !important;
  border-radius: 0 !important;
}
.about_sec .accordion .card-header{
  border: none;
  background: #57A5D5;
  padding:20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #222B5F;
  border-radius: 0;
}
.about_sec .accordion .card-header.collapsed{
  background: none;
}
.about_sec .accordion .card-header:hover{
  cursor: pointer;
}
.about_sec .accordion .card-body{
  padding: 0;
}
.about_sec .accordion .card-body p{
  margin:20px;
}
.about_sec .accordion .card-body p a.inline_link{
  color: #222B5F;
  text-transform: uppercase;
  font-weight: 600;
}
.accordion .card-header:after {
  content: url(../images/minus.svg);
  position: absolute;
  right: 20px;
}
.accordion .card-header.collapsed:after {
  content:url(../images/plus.svg); 
}

.sitemap_link{
  margin-top: 30px;
}
.sitemap_link a{
  color: #222B5F;
  font-size: 35px;
  font-weight: 600;
  line-height: 65px;
  display: block;
  transition: 0.3s ease-in;
}
.sitemap_link a:hover{
  color: #57A5D5;
  padding-left: 8px;
}


.about_sec .team_block {
  display: flex;
}
.about_sec .team_block li{
  width: 25%;
  margin: 30px 8px 0;
  text-align: center;
  border: 1px solid #E7E8EE;
  padding:45px 20px;
  transition: all 0.3s ease-in-out;
}
.about_sec .team_block .client_img{
  height: 165px;
  width: 165px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.about_sec .team_block li h5{
  color: #222B5F;
  font-size: 23px;
  font-weight:600;
  text-transform: capitalize;
  margin: 20px 0 8px;
}
.about_sec .team_block li h6{
  color: #57A5D5;
  font-size: 18px;
  font-weight: 400;
  margin:  0;
}
.about_sec .team_block li:hover{
  box-shadow: 0 5px 8px rgba(87,165,213,0.7);
  border: 1px solid transparent;
}



.about_sec .partner_links{
  display: flex;
}
.about_sec .partner_links li{
  border: 1px solid #E7E8EE;
  padding:18px 15px;
  margin: 15px 7px 0;
  transition: all 0.3s ease-in-out;
}
.about_sec .partner_links li p{
  color:#222B5F;
  font-size: 15px;
  font-weight: 600;
  margin: 15px 0 20px;
  line-height: 24px;
}
.about_sec .partner_links li:hover{
  box-shadow: 0 5px 8px rgba(87,165,213,1);
  border: 1px solid transparent;
}
.about_sec .partner_links li a.go_link{
  color: #57A5D5;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.about_sec .partner_links li a.go_link:hover{
  color: #222B5F;
}

.about_sec ul.price_box{
  display: flex;
  justify-content: center;
}
.about_sec ul.price_box li{
  margin: 10px;
  padding:15px;
  border-radius: 8px;
  border: 1px solid #D2D3DE;
}
.about_sec ul.price_box li .outline_solid{
  border: 1px dashed #D2D3DE;
  padding:20px 40px 30px;
  border-radius: 8px;
}
.about_sec ul.price_box li h4{
  color: #222B5F;
  font-size: 25px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.about_sec ul.price_box li select{
  border:1px solid #222B5F;
  font-size: 16px;
  color: #222B5F;
  font-weight: 600;
  margin:0 0 10px;
  padding: 5px 28px 5px 10px;
  border-radius: 30px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: #fff url(../images/selext_arrow.svg) no-repeat right 10px center;
}
.about_sec ul.price_box li select:focus {
  box-shadow: none;
  outline: none;
}

.about_sec ul.price_box li h6{
  color: #222B5F;
  font-size: 19px;
  font-weight: 400;
  margin:15px 0 30px;
}

.about_sec .press_box{
  border-bottom: 1px solid #E8E9EF;
  margin: 40px 0;
}
.about_sec .press_box h6{
  color: #000;
  opacity: 0.5;
  font-weight: 400;
  font-size: 14px;
  margin: 20px 0 0;
}
.about_sec .press_box h5{
  color: #000;
  font-weight: 500;
  font-size: 25px;
  margin: 10px 0 20px;
  line-height: 38px;
}
.about_sec .press_box:last-child{
  margin-bottom: 0;
}



.thank-you{
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #E8E9EF;
  display: flex;
  align-items: center;
  height: 70vh;
}
.thank-you h1{
  font-size:46px;
  color: #222B5F;
  font-weight: 800;
  margin: 15px 0 5px;
}
.thank-you a{
  color: #222B5F;
  transition: 0.3s;
  font-weight: 500;
}
.thank-you a:hover{
  color: #57A5D5;
}




    
@media (min-width: 992px) and (max-width: 1199.98px) { 
 
.nav div.main_list ul li a{
  font-size: 13px;
}
.nav div.main_list ul li {
  padding: 18px 11px;
}

a.view_list{
  font-size: 14px;
  padding: 5px 10px;
}
.social_bar a{
  margin: 0 5px;
}
ul.contact_info li{
  margin-bottom: 8px;
}

.qr-code{
  width: 106px;
}

.search_bar .btn{
  padding: 14px 18px;
}
.banner .carousel-control-next, .banner .carousel-control-prev {
  top: 85%;
  height: 0;
}
.slider_box{
  width: 95%;
}

.hotel_details .box_panel ul.facilities_list{
  -webkit-column-count:3;
  -moz-column-count: 3;
  column-count: 3;
}
.hotel_details h3.panel_heading br{
  display: none;
}
.hotel_details .green_box a{
  width: 290px;
}

.about_sec .team_block li h5{
  font-size: 18px;
}
.about_sec .team_block li h6{
  font-size: 15px;
}


.about_sec .partner_links{
  column-count:2;
  display: block;
}
.about_sec .partner_links li{
  display: inline-block;
  width: 100%;
}

.about_sec ul.price_box li .outline_solid{
  padding: 20px 35px 30px;
}




}
  


@media (min-width: 768px) and (max-width: 991.98px) { 


.head_top a.sign1{
  font-size: 13px;
  padding: 10px 10px;
}
.head_top a.sign2{
  font-size: 12px;
  padding: 10px 10px;
}


.nav div.main_list ul li{
 padding: 16px 4px;
}
.nav div.main_list ul li a{
  font-size: 11px;
  padding: 0 ;
}
a.view_list{
  padding: 5px 5px;
  font-size: 11px;
  margin-right: 0px;
}
a.view_list span{
  height: 20px;
  width: 20px;
  font-size: 12px;
}
.social_bar {
  padding: 5px 10px;
}
.social_bar a{
  margin: 0 5px;
  font-size: 22px;
}


.banner .carousel-control-next, .banner .carousel-control-prev{
  top: 88%;  
 }
 .banner .carousel-control-next img, .banner .carousel-control-prev img{
   width: 20%;  
  }

.slider_box h2{
  font-size: 36px;
}
.slider_box{
  width: 98%;
  top: 44%;
}
.search_bar .btn{
  padding: 14px 24px;
}
.search_bar .col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.search_bar .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}


.easy_way ul{
  flex-direction: column;
  align-items: self-start;
  margin-top: 30px;
}



.about_hotel h5{
  font-size: 16px;
}  

.margi_top2 {
  margin-top: 25px;
}

.footer_bottom p{
  font-size: 14px;
  font-weight: 400;
}
.footer_bottom li a{
  font-size: 14px;
}

.cd-top{
  margin-top: -130px;
}
.wrapper-dropdown-3 .dropdown .pl-0{
  padding-left: 15px !important;
}

.slider-labels .caption span{
  min-width: 70px !important;
}
.graph_img {
  left: 40px !important;
}

.hotel_details .box_panel ul.facilities_list{
  -webkit-column-count:3;
  -moz-column-count: 3;
  column-count: 3;
}


.contact_box .form-control{
  width: 100%;
}

.about_sec .team_block{
  column-count: 2;
  display: block;
}
.about_sec .team_block li{
  width: 100%;
  display: inline-block;
}

.about_sec .partner_links{
  column-count: 2;
  display: block;
}
.about_sec .partner_links li{
  display: inline-block;
  width: 100%;
}

.about_sec ul.price_box{
  column-count: 2;
  display: block;
}
.about_sec ul.price_box li{
  display: inline-block;
  width: 100%;
}


.about_sec .press_box h5{
  font-size: 18px;
  line-height: 28px;
}
.about_sec .press_box h5 br{
  display: none;
}


.thank-you {
  height: auto;
}
.thank-you h1{
  font-size: 28px;
}







}


 
@media (max-width: 767px) { 
.container {
    width: 100%;
}
h3.main_heading{
  font-size: 28px;
}



.head_top{
  padding: 5px 0;
  text-align: center;
}
.head_top a.logo img{
  width: auto;
  margin-bottom: 5px;
}
.head_top a.sign1{
  font-size: 14px;
  padding:5px;
  width: 50%;
}
.head_top a.sign2{
  font-size: 14px;
  padding: 5px;
  width: 50%;
}
.right_col{
  justify-content: flex-start;
  flex-direction: column;
  margin-top: -38px;
}
a.view_list{
  padding:1px 15px;
}
a.view_list span{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flagstrap{
  margin: 0 0 11px 0;
}



.right_social{
  margin-top: 5px;
}

.nav div.main_list ul .logo img{
  padding: 10px 15px 4px 15px;
  width: 65%;
  }



.banner #down{
  display: none;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
  top: 18%;  
 }
 .banner .carousel-control-next img, .banner .carousel-control-prev img{
   width: 30%;  
  }
.slider_box{
  position: inherit;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  margin: 15px 0;
}
.slider_box h2{
  color:#222B5F;
  font-size: 24px;
}
.search_bar .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
}
.search_bar .col-md-2 {
  flex: 0 0 100%;
  max-width: 100%;
}
.search_bar .form-control{
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.search_bar form{
  overflow: visible;
}
.search_bar .btn{
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]{
  border-right: none;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]:last-child{
  padding: 0 5px;
}




.about_sec h1{
  font-size: 32px;
}
.about_sec h3.heading02{
  font-size: 32px;
}
.about_sec {
  padding: 40px 0;
}

.easy_way {
  padding: 40px 0;
}
.easy_way ul{
  margin-top: 30px;
}


.recommended {
  padding: 30px 0;
}
ul.recom_hotel{
  flex-direction: column;
  width: 100%;
  padding: 0 0;
}
ul.recom_hotel li{
  width: 100%;
}


.happy_clients ul.client_box li h5{
  font-size: 14px;
}


ul.property_list{
  flex-direction: column;
}
ul.property_list li{
  width: 100%;
}




footer{
  padding: 30px 0 0;
}
footer p{
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0;
}
footer ul.footer_li li a{
  font-size: 14px;
}
footer ul.footer_li{
  margin-top: 5px;
}
footer h5{
  margin:0;
}
ul.contact_info li{
  font-weight: 400;
  margin: 20px 0 ;
}

.footer_bottom p{
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.footer_bottom li a{
  font-size: 12px;
}

footer .col-sm-12:nth-child(2){
  margin: 25px 0 15px;
}
.footer_bottom .col-sm-12:nth-child(2){
  margin: 0;
}
.footer_social {
  margin-top: 10px;
}
.subscribe_div{
  width: 70%;
}



.cd-top{
  margin: -125px 15px 0 auto;
  height: 45px;
  width: 45px;
}  
.margi_top{
  margin-top: 15px;
}


.about_bg ul.client_box {
  flex-direction: column;
}
.about_bg ul.client_box li{
  width: 100%;
  margin: 0 0 10px;
}
.page_text {
  padding:30px 0;
}
.user_info_text {
  margin-top: 30px;
}

.list_details .d-flex {
  flex-direction: column;
}
.list_details .d-flex img {
  margin: 0 0 5px;
  padding: 0 !important;
}
.list_details h2 {
  font-size: 20px;
  line-height: 26px;
}
.list_details .col-md-8{
  padding-left:15px;
}
.scroll_list {
  height: 600px;
}
.list_details ul.recom_hotel{
  padding: 0;
}
.hotel_filter{
  flex-direction: column;
}
.select_dropBox{
  flex-direction: column;
}
.wrapper-dropdown-3{
  width: 100% !important;
  border: 1px solid #DFDFDF !important;
  margin-bottom: 5px !important;
}

.wrapper-dropdown-3 .dropdown .pl-0{
  padding-left: 15px !important;
}
.wrapper-dropdown-3{
  z-index:0 !important;
}

.wrapper-dropdown-3.active{
  z-index: 999 !important;
}
div#map-9cd199b9cc5410cd3b1ad21cab2e54d3{
  height: 300px;
  overflow: hidden;
}

img.location_hotel{
  width: 30%;
  top: 10px;
  left: 39%;
} 


.hotel_gallery{
  width: 100%;
}
.hotel_gallery .img_block1{
  margin-right: 5px;
}
.hotel_gallery .img_block2 .small_img{
  margin-top: 5px;
}
.hotel_gallery .img_block2 .small_img .mr-2{
  margin-right: 5px !important;
}
.hotel_gallery .img_block1 .img_up_text{
  padding: 5px;
  left: 40px;
  top: 20px;
}
.hotel_gallery .img_block1 .img_up_text h3{
  font-size: 12px;
  line-height: 14px;
}
.hotel_gallery .img_block1 .img_up_text h3 span{
  font-size: 11px;
}
.hotel_gallery .img_block2 .small_img .up_back h4{
  font-size: 8px;
  margin:0 ;
}



.hotel_details{
  margin: 20px 0;
}
.hotel_details h1{
  font-size: 20px;
  margin: 0;
}
.hotel_details span.hotel_web{
  font-size: 20px;
  margin: 5px 0;
}
a.visit_hotel{
  margin: 5px 0;
}
.hotel_details span.addres_mail a{
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
}

.hotel_details .box_panel ul.facilities_list{
  -webkit-column-count:2;
  -moz-column-count: 2;
  column-count: 2;
}
.table.mytable{
  width: 100%;
  overflow-x: auto;
  display: block;
}
.hotel_details .green_box{
  flex-direction: column;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}
.hotel_details h3.panel_heading br{
  display: none;
}
.hotel_details .green_box a{
  margin: 10px auto 0;
}
.hotel_details .room_types{
  flex-direction: column;
}
.hotel_details .room_types .hotel_img_box{
  width: 100%;
}
.hotel_details .room_types .room_details_box{
  width: 100%;
  padding: 10px 0 0;
}
.hotel_details .room_types .room_details_box h6{
  padding-bottom: 10px;
}
.hotel_details .room_types .room_details_box b{
  padding: 10px 0;
}
.hotel_details .room_types .room_details_box .amenities_img{
  margin: 0;
}
.hotel_details .carousel-control-next, .hotel_details .carousel-control-prev {
  top: 93%;
  height: 0;
  opacity: 1;
}
.hotel_details .carousel-control-next img, .hotel_details .carousel-control-prev img{
  width: auto;
}
.hotel_details .room_types .room_details_box .amenities_img br{
  display: none;
}
.padd_L1 {
  padding-left: 15px;
}
.follow_us{
  margin: 0 0 20px;
  font-size: 14px;
}



.contact_page{
  padding-bottom: 30px;
}

.contact_box{
  height: auto;
}
.contact_box .form-control{
  width: 100%;
}

.compare_list h2{
  font-size: 20px;
}
.table_box{
  flex-direction: column-reverse;
}
.right_blockHotel{
  width: 100%;
  margin: 15px 0 0;
}
.sitemap_link a{
  font-size: 20px;
  line-height: 36px;
}


.about_sec .table.mytable img.ad_img{
  width: 130px;
}
.about_sec .table.mytable h3{
  font-size: 14px;
}
.about_sec .table.mytable h4{
  font-size: 13px;
  line-height: 18px;
}
.about_sec .table.mytable h5{
  font-size: 16px;
}
.about_sec .table.mytable h6 span{
  font-size: 14px;
}
.about_sec .table.mytable h6{
  font-size: 18px;
}

.page_heading h1{
  font-size: 24px;
  margin: 0;
}



.about_sec .team_block{
  flex-direction: column;
}
.about_sec .team_block li{
  width: 100%;
  margin: 15px 0 0;
}


.about_sec .partner_links{
  flex-direction: column;
}


.about_sec ul.price_box{
  flex-direction: column;
}
.about_sec ul.price_box li{
  margin:15px 0 0 ;
}

.about_sec .press_box h5{
  font-size: 18px;
  line-height: 28px;
}
.about_sec .press_box h5 br{
  display: none;
}


.about_sec ul.points_list li{
  font-size: 16px;
}



.sign_box .modal-body label{
  font-size: 16px;
}
.sign_box .modal-dialog{
  margin: 20px;
}
.sign_box a.forgot_pass{
  font-size: 16px;
}
.sign_box .modal-footer h6{
  font-size: 16px;
}
.sign_box .btn{
  font-size: 20px;
  padding: 8px 20px;
}
.sign_box .modal-footer h6 a{
  display: block;
}
.sign_box .modal-body ::-webkit-input-placeholder { /* Edge */
  font-size: 14px;
}

.sign_box .modal-body :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
}

.sign_box .modal-body ::placeholder {
  font-size: 14px;
}



.thank-you{
  height:auto;
  padding: 30px 0;
  border: none;
}
.thank-you h1{
  font-size: 20px;
}

.about_sec.pb-0 a.read_more{
  font-size: 12px;
  padding: 7px 10px;
  width: 110px;
}



}



@media (max-width: 480px) { 
  .container {
    width: 100%;
}
.head-top h1 {
    font-size: 1.5rem;
}
h3.main_heading{
  font-size: 20px;
}
h4.sub_heading{
  font-size: 16px;
  line-height: 22px;
}




.head_top{
  padding: 5px 0 0;
}
.head_top a.logo img{
  width: 100%;
  margin-bottom: 5px;
}
.right_col{
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.head_top a.sign1{
  font-size: 11px;
  padding:5px;
  width: 50%;
}
.head_top a.sign2{
  font-size: 11px;
  padding: 5px;
  width: 50%;
}

a.view_list{
  font-size: 12px;
  padding: 1px 8px;
  line-height: 28px;
  margin-left: 40px;
}
.right_col{
  margin-top: -33px;
}
.flagstrap{
  margin: 0 0 5px 0;
}


.right_social{
  flex-direction: column;
  margin-top: 5px;
}




.navTrigger {
  top: 80px !important;
}

.nav div.main_list ul .logo img{
  padding: 10px 15px 4px 15px;
  width: 85%;
  }




.banner #down{
  display: none;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
 top: 18%;  
}
.banner .carousel-control-next img, .banner .carousel-control-prev img{
  width: 30%;  
 }

.slider_box{
  position: inherit;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  margin: 15px 0;
}
.slider_box h2{
  color:#222B5F;
  font-size: 20px;
}

.search_bar .form-control{
  border: 1px solid #eee;
  margin-bottom: 10px;
}
.search_bar form{
  overflow: visible;
}
.search_bar .btn{
  width: 100%;
  text-align: center;
  border-radius: 5px;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]{
  border-right: none;
}
.search_bar .form-row > .col, .form-row > [class*="col-"]:last-child{
  padding: 0 5px;
}






.about_sec{
  padding: 30px 0;
}
.about_sec h1{
  font-size: 20px;
}
.about_sec h3.heading02{
  font-size: 20px;
}
.about_sec h4{
  font-size: 16px;
  line-height: 24px;
}
.about_sec h4 strong{
  font-size: 16px;
}

.easy_way{
  padding: 30px 0;
}
.easy_way ul{
  flex-direction: column;
  margin: 0;
  text-align: center;
}
.easy_way ul li{
  width: 100%;
}
.easy_way ul li h5{
  margin-top: 5px;
}



.recommended{
  padding: 30px 0;
}
ul.recom_hotel{
  flex-direction: column;
  padding: 0 0px;
  width: 100%;
}
ul.recom_hotel li{
  width: 100%;
}


.happy_clients ul.client_box{
  flex-direction: column;
}
.happy_clients ul.client_box li{
  width: 100%;
  margin: 0 0 10px;
}



ul.property_list{
  flex-direction: column;
}
ul.property_list li{
  width: 100%;
}




footer{
  padding:30px 0 0;
}
footer p{
  font-weight: 500;
  font-size: 14px;
  margin: 10px 0;
}
footer ul.footer_li li a{
  font-size: 14px;
}
footer ul.footer_li{
  margin-top: 5px;
}
footer h5{
  margin: 0;
}
ul.contact_info li{
  font-weight: 400;
  margin: 20px 0;
}

.footer_bottom p{
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.footer_bottom li a{
  font-size: 12px;
}
.subscribe_div{
  width: 60%;
}
.qr-code{
  width: 120px;
}




.cd-top{
  margin: -125px 15px 0 auto;
  height: 45px;
  width: 45px;
}  
.margi_top{
  margin-top: 15px;
}


a.d_btn{
  font-size: 11px;
  padding: 5px 10px;
  margin-right: 0px;
}
.list_details ul.recom_hotel {
  margin-right: 0;
  padding: 0;
}
.list_details .d-flex{
  flex-direction: column;
}
.list_details .d-flex img{
  margin:0 0 5px;
  padding: 0 !important;
}
.scroll_list {
  height: 450px;
}


img.location_hotel{
  width: 30%;
  top: 30px;
  left: 40%;
} 




.sign_box .modal-header{
  padding: 20px;
}
.sign_box .modal-body {
  padding: 0 20px 20px;
}
.sign_box .modal-footer {
  padding: 0 20px 20px;
}
.sign_box .modal-header h5{
  font-size: 20px;
}
.sign_box a.forgot_pass{
  text-align: left;
}





.page_heading{
  padding: 30px 0;
}

.hotel_details .box_panel ul.facilities_list{
  -webkit-column-count:1;
  -moz-column-count: 1;
  column-count: 1;
}

.hotel_details .carousel-control-next, .hotel_details .carousel-control-prev {
  top: 90%;
  height: 0;
  opacity: 1;
}
.hotel_details .carousel-control-next img, .hotel_details .carousel-control-prev img{
  width: auto;
}


.about_sec .accordion .card{
  padding: 15px;
}
.about_sec .accordion .card-header{
  font-size: 14px;
}

.contact_box form img.captcha{
  width: 100%;
}
.contact_box form .btn{
  width: 100%;
}



.about_sec .table.mytable img.ad_img {
  width: 70px;
}
.table.mytable th, .table.mytable td{
  padding: 5px;
  font-size: 11px !important;
}
.about_sec .table.mytable h3{
  font-size: 11px;
}
.about_sec .table.mytable h4 {
  font-size: 11px;
  line-height: 14px;
}

.about_sec.pb-0 a.read_more{
  font-size: 12px;
  padding: 7px 10px;
  width: 110px;
}

.about_sec .table.mytable {
  width: 100%;
  overflow-x: auto;
  display: inline;
}
.about_sec .table.mytable h5{
  font-size: 13px;
}


}


@media (max-width: 400px) {
  .navTrigger {
    top: 68px !important;
}

.qr-code {
  width: 100px;
}

.table.mytable {
  width: 100%;
  overflow-x: auto;
  display: block;
}


 }

@media (max-width: 360px) {
  .navTrigger {
    top: 63px !important;
}
.hotel_details .carousel-control-next, .hotel_details .carousel-control-prev {
  top: 87%;
  height: 0;
  opacity: 1;
}

.head_top a.sign1{
  font-size: 10px;
  padding:5px;
  width: 50%;
}
.head_top a.sign2{
  font-size: 10px;
  padding: 5px;
  width: 50%;
}
.right_col{
  margin-top: -33px;
}
.flagstrap{
  margin: 0 0 5px 0;
}
a.view_list{
  font-size: 11px;
  padding: 1px 8px;
  line-height: 28px;
  margin-left: 40px;
}

a.sign1 img, a.sign2 img{
  width: 8%;
}

.flagstrap .dropdown-toggle::after{
  font-size: 18px !important;
}

.about_sec .table.mytable img.ad_img {
  width: 70px;
}







 }


 @media (max-width: 320px) {
  .head_top a.sign1{
  font-size: 8px;
}
  .head_top a.sign2{
   font-size: 8px;
}
.flagstrap .btn-info.dropdown-toggle{
  font-size: 13px !important;
}
a.view_list{
  font-size: 8px;
  margin-bottom: 5px;
}

.about_sec .table.mytable h3 {
  font-size: 10px;
}
.about_sec .table.mytable h4 {
  font-size: 10px;
  line-height: 12px;
}
.table.mytable th, .table.mytable td{
  font-size: 11px !important;
}


}
 
