body {
  line-height: 1;
  font-weight: normal;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  font-family: "Open Sans", sans-serif;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear {
  clear: both;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
h1 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
h2 {
  font-size: 30px;
  line-height: 38px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
h4 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
h5 {
  font-size: 21px;
  line-height: 26px;
  font-family: "Jost", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
}
p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
p a,
p a:hover,
p a:focus {
  box-shadow: none;
}
p strong {
  font-weight: bold;
  color: #1876d1;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none !important;
  outline: none;
  border: none;
  box-shadow: none !important;
}
input:focus,
input:focus-visible {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}

/* btns */
.th-book-now-btn {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #1876d1;
  padding: 15px 15px;
  display: block;
  color: #fff;
  text-align: center;
}
.th-book-now-btn:hover {
  transition: 0.4s;
  background-color: #000;
}
/* btns */

/* ////////////////////////////// MAIN STYLES GOES HERE //////////////////////////////////// */
.th-outer-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
/* ---------------- Header area ---------------- */
header {
  padding: 15px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header.th-sticky-header {
  background: #ebf1f8c9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.6s ease;
  padding: 7px 0;
}
.th-logo-wrap img {
  height: 60px;
}
header.th-sticky-header .th-logo-wrap img {
  height: 45px;
}
.th-logo-wrap a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
}

/* ---------------- Banner area ---------------- */
.th-banner-wrap {
  min-height: 430px;
  background-image: url(../images/great-british-breaks-banner.jpg);
  background-size: cover;
  text-align: left;
  padding: 186px 0 80px 0;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.th-banner-wrap h1 {
  position: relative;
  font-weight: 400;
  color: #182a6c;
}
.th-banner-wrap h1 strong {
  font-weight: 600;
  display: block;
  color: #182a6c;
  /*color: #1876d1;*/
}

/* ---------------- Footer area ---------------- */

footer {
  background: #000;
  padding: 37px 0;
  text-align: left;
}
.th-footer-wrap p {
  margin: 0;
  color: #fff;
}
.th-footer-wrap .col-md-6:nth-child(2) p {
  text-align: right;
}
.th-footer-wrap p a {
  color: #1876d1;
}
.th-footer-wrap p a:hover {
  color: #fff;
}
/* pagination */
.th-pagination {
	text-align: center;
	padding: 15px 0 0;
}
.th-pagination ul li {
	display: inline-block;
	vertical-align: top;
  margin: 0 5px !important;
}
.th-pagination ul li a {
  font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	width: 32px;
	height: 32px;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
	display: block;
	color: #000000;
  border-radius: 5px;
}
.th-pagination ul li a.current, .th-pagination ul li a:hover {
	color: #fff;
	background-color: #1876d1;
}
/* pagination */
@media screen and (max-width: 1300px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1100px) {
  /* banner */
  .th-banner-wrap {
    min-height: 400px;
  }
  /* banner */
}
@media screen and (max-width: 991px) {
  /* banner */
  .th-banner-wrap {
    min-height: 360px;
    padding: 169px 0 80px 0;
    background-image: none;
  }
  /* banner */
  .th-pagination {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2 {
    font-size: 27px;
    line-height: 33px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 22px;
    line-height: 28px;
  }

  /* banner */
  .th-banner-wrap {
    min-height: 330px;
    padding: 158px 0 80px 0;
    background-image: none;
  }
  /* banner */

  /* footer */
  footer {
    text-align: center;
    padding: 23px 0;
  }
  .th-footer-wrap .col-md-6:nth-child(2) p {
    text-align: center;
    margin-top: 6px;
  }
  /* footer */
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 27px;
    line-height: 33px;
  }
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
  p {
    line-height: 24px;
  }

  /* banner */
  .th-banner-wrap {
    min-height: 316px;
    padding: 165px 0 65px 0;
    background-position: left center;
    background-image: none;
  }
  /* banner */
  .th-pagination {
    padding: 5px 0 0;
  }
  .th-pagination ul li a {
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
  }
  .th-pagination ul li {
    margin: 0 3px !important;
  }
}
