*, ::after, ::before {
    box-sizing: border-box;
}
body{
	margin:0px;
	font-family: 'Roboto', sans-serif;
}
img{
	max-width:100%;
}
a{
	text-decoration:none;
}
.logo img{
    width: 506px;
	max-width:100%;
}
.container{
	width:1186px;
	margin:0px auto;
	padding:0px 20px;
	max-width:100%;
}
.tagline h1{
	margin:0px;
}
.row{
	display:flex;
	gap:20px;
}
.ac{
	align-items:center;
}
header .row{
	    gap: 41px;
}
.tagline-two{
	margin:10px 0px;
}
.left-sidebar{
	width:30%
}
.right-content{
	width:70%
}
iframe{
	width:100%;
	height:250px;
	max-width:100%;
}
.weatherwidget-io-frame{
	height:600px !important;
	margin-top:5px
}
.banner-ad iframe{
	width:100%;
	height:90px !important;
}
.single-hotel-ad{
    display: flex;
    gap: 8px;
    margin: 12px 0px;
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 4px;
}
.hotel-img{
	    width: 30%;
}
.hotel-meta{
	    width: 20%;
}
.hotel-desc{
	width:50%;
}
.text-center{
	text-align:center
}
.hotel-img iframe{
	width:100% !important
}
.title{
	display:flex;
	gap:12px;
	align-items:Center;
	justify-content:space-between;
}
.title a h3{
	color:#0070c2 !important;
	text-decoration:none;
}
.title img{
	 width: 30px;
}
.location, .phone{
	display:flex;
	gap:12px;
	align-items:Center;
}
.location img, .phone img{
	height: 24px;
    width: 24px;
}
.phone{
	    margin-top: 8px;
    font-weight: bold;
}
.hotel-desc p{
	font-size: 13px;
}
.btn{
	background-color: #016eb1;
    color: white;
    padding: 12px 18px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 13px;
    font-weight: bold;
	margin-bottom: 13px;
}
.mapimg{
	    width: 168px;
}
.fa-map-marker{
	font-size: 28px !important;
	color: #016eb1;
}
footer img{
	width: 119px;
    margin-bottom: 13px;
}
footer{
	padding:12px;
	margin-top:30px
}
.banner-ad{
	width:100%;
}
.txflag img{
	    width: 107px;
}
.social img{
	    width: 65px;
}
@media screen and (max-width: 768px) {
	.txflag{
		text-align:center;
	}
	.slick-track{
	 height:250px !important;
	}
	.row, .single-hotel-ad{
	 display:block;
	}
	header .row{
	 text-align:center;
	}
	.left-sidebar, .right-content, .hotel-desc, .hotel-meta, .hotel-img{
		width:100%;
	}
	.map iframe{
		    width: 300px;
		margin: 0px auto;
		display: block;
		max-width:100%;
	}
	.ad iframe{
		    width: 300px;
		margin: 0px auto;
		display: block;
		max-width:100%;
	}
	.weatherwidget-io{
		width: 300px;
		max-width:100%;
		margin: 0px auto;
		display: block;
	}
}
.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

 .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

 .share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.share-button{
	cursor:pointer
}
.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}