/*=======Blog section css start=========*/
.inner-header .container {
    max-width: 1560px;
    position: relative;
}
.blog-section{ padding: 45px 0px; }
.blog-section .container {
    max-width: 1560px;
}
.blog-wrap{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.blog-row-left{
  width: 1130px;
}
.blog-heading{
  margin-bottom: 34px;
}
.blog-heading h1{
  margin: 0px 0 14px;
  padding: 0px 0 14px;
  color: #25303d;
  font-size: 36px;
  position: relative;
}
.blog-heading h1::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #d72f23;
}
.blog-row-post {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}
.blog-post-col{
  width: 50%;
  padding: 0 11px 64px;
}
.blog-col {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
.blog-col figure {
    margin-bottom: 0;
    position: relative;
}
.blog-col figure img{
  width: 100%;
}
.post-date {
  position: absolute;
  right: 25px;
  bottom: 0;
  background: #fe5955;
  padding: 12px 15px 30px;
  text-align: center;
  border-radius: 12px 12px 0 0;
}
.post-date p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Helvetica';
    font-weight: bold;
    line-height: normal;
}
.blog-content {
    padding: 15px 20px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    margin-top: -20px;
    position: relative;
}
.auther-admin{
  color: #323232;
  font-size: 16px;
  font-family: 'Helvetica CE';
  padding-bottom: 20px;
  font-weight: normal;
}
.blog-content h3{
  color: #000000;
  font-size: 24px;
  font-family: 'Helvetica';
  padding-bottom: 0px;
  font-weight: bold;
  margin-bottom: 15px;
}
.content-info p{
  margin-bottom: 0px;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.other-info{
  padding-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.read-post p{
  margin-bottom: 0px;
  color: #fe5955;
  font-size: 16px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.read-post p a{
  color: #fe5955;
  text-decoration: none;
}
.read-post p a:hover{
  color: #4d6ef1;
  text-decoration: none;
}
.comment-post p{
  margin-bottom: 0px;
  color: #323232;
  font-size: 16px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.comment-post p a{
  color: #323232;
  text-decoration: none;
}
.comment-post p a:hover{
  color: #4d6ef1;
  text-decoration: none;
}
.blog-row-right{
  width: 345px;
}
.post-search {
    margin-bottom: 15px;
}
.post-search form {
    position: relative;
}
.input-search {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #cdcdcd;
    height: 45px;
    padding: 4px 25px;
    background: #fafafa;
}
.search-btn {
  width: 23px;
  height: 23px;
  border: none;
  outline: none;
  background: url(../images/search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 10px;
}
.information-call{
  background: #323232;
  padding: 12px 14px;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 10px;
}
.information-call a{
  color: #ffffff;
  font-size: 18px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  padding: 0 10px;
  position: relative;
}
.information-call a::before{
  content: "";
  background: #fff;
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
}
.information-call a:last-child::before{
  display: none;
}
.information-call a:hover{
  color: #fe5955;
}
.information-call img{
  margin-right: 11px;
}
.request-callback {
    border-radius: 12px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    margin-bottom: 26px;
}
.callback-heading{
  padding: 13px 15px 22px;
  background: #323232;
  text-align: center;
}
.callback-heading h3{
  background: #323232;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin-bottom: 0px;
}
.request-form {
    padding: 20px 20px;
    background: #fff;
    border-radius: 16px 16px 0 0px;
    margin-top: -9px;
}
.form-group .form-control {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    height: 45px;
    background: #fafafa;
    border-radius: 4px;
    font-family: 'Helvetica CE';
    font-weight: normal;
}
.form-group {
    margin-bottom: 15px;
    width: 100%;
}
.form-group:last-child {
    margin-bottom: 0px;
}
.apply-btn .btn {
    width: 100%;
    border-radius: 8px;
    text-transform: uppercase;
    font-family: 'Helvetica';
    font-weight: bold;
}
.recent-posts{
  border-radius: 12px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
  margin-bottom: 48px;
}
.blog-recent-posts {
    padding: 15px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 16px 16px 0 0px;
    margin-top: -9px;
}
.recent-posts-col figure {
    margin-bottom: 10px;
    border-radius: 16px;
    overflow: hidden;
}
.recent-posts-col figure img {
    height: 105px;
    object-fit: cover;
     width: 100%;
}
.recent-posts-col h4{
  color: #000000;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin-bottom: 4px;
}
.recent-posts-col h4 a{
  color: #000000;
  text-decoration: none;
}
.recent-posts-col h4 a:hover{
  color: #000000;
  text-decoration: none;
}
.date-info-admin{
  color: #000000;
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 14px;
}
.date-info-admin a{
  color: #000000;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.date-info-admin a:hover{
  color: #000000;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.recent-posts-col{
    width: 47%;
    margin-bottom: 24px;
}
.tour-popular-cities{
    border-radius: 12px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    margin-bottom: 0px;
}
.popular-cities-info {
    padding: 30px;
    background: #fff;
    border-radius: 16px 16px 0 0px;
    margin-top: -9px;
}
.popular-cities-info ul{
  margin: 0px;
  padding: 0px;
}
.popular-cities-info ul li {
  margin: 0px 0 13px;
  padding: 0 0 0 16px;
  color: #000000;
  font-size: 14px;
  font-family: 'Helvetica';
  font-weight: bold;
  position: relative;
  line-height: normal;
}
.popular-cities-info ul li::before{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/arrow-right-bg.png);
  background-position: left center;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
}
/*=======Blog section css end=========*/

.pagination-nav nav { width: 100%; justify-content: center; display: flex; flex-wrap: wrap; padding-top: 0px; }

.pagination-nav nav ul.pagination {margin: 0px; display: flex; padding-left: 0; list-style: none; justify-content: center; flex-wrap: wrap; }

.pagination-nav nav ul.pagination li.page-item, .pagination-nav nav ul.pagination span.page-numbers {margin: 0 1px;}
.pagination-nav nav ul.pagination span.page-numbers{ margin:0px; }

.pagination-nav nav ul.pagination li.page-item a.page-numbers, span.page-numbers {
    display: block;
    padding: 0px 3px;
    line-height: normal;
    border: none;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 24px;
    font-family: 'CeraGR Bold';
}
.pagination-nav nav ul.pagination li.page-item a.page-numbers:hover, span.page-numbers:hover { color: #021636;}

.pagination-nav nav ul.pagination li.page-item .current{ color: #021636; }

.page-numbers img{ width: 20px; }

.page-numbers:hover img{ filter: invert(); }

.pagination-nav nav ul.pagination li.page-item a.next.page-numbers, .blog-post-information nav ul.pagination li.page-item a.prev.page-numbers {
    /* font-size: 33px; */
    /* padding-bottom: 11px; */
    width: auto;
}
a.next.page-numbers {
    text-transform: uppercase;
}
/*========blog pagination end===========*/
/*========blog details start===========*/
.blog-detail-section{
  padding: 40px 0;
}
.blog-detail-row{
  padding-top: 40px;
  display: grid;
  grid-template-columns: 67% 33%;
  align-items: flex-start;
}


.enquiry-block {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 26px;
}

.enquiry-block .enquiry-heading {
  padding: 13px 15px 22px;
  background: #fe5955;
  text-align: center;
}

.enquiry-block .enquiry-heading h3 {
  color: #ffffff;
  font-size: 24px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  margin-bottom: 0px;
}

.enquiry-block .enquiry-form {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 20px;
  margin-top: -10px;
  border-radius: 12px;
}

.enquiry-form .form-group {
  margin-bottom: 15px;
}

.enquiry-form .form-group .form-control {
  color: #000000;
  font-size: 14px;
  line-height: 28px;
  border: 1px solid #cdcdcd;
  height: 45px;
  background: #fafafa;
  border-radius: 4px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-control.phone-code {
  max-width: 60px;
  margin-right: 10px;
}

.enquiry-form .form-group .form-select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
}

.enquiry-form .form-group .form-label {
  color: #9a9a9a;
  font-size: 14px;
  font-family: 'Helvetica CE';
  font-weight: normal;
  margin-left: 15px;
  margin-top: -5px;
  display: block;
}

.enquiry-form .form-group textarea.form-control {
  height: 100px;
}

.enquiry-form .btn {
  width: 100%;
  border-radius: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: bold;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.form-row>.col {
  padding: 0 10px;
  position: relative;
}

.form-row .add-no {
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #9a9a9a;
  font-family: 'Helvetica CE';
  font-weight: normal;
  font-size: 24px;
  line-height: 15px;
  border-left: 1px solid #9a9a9a;
  padding-left: 15px;
}

.enquiry-form ::placeholder {
  color: #9a9a9a;
}

.enquiry-form ::-ms-input-placeholder {
  color: #9a9a9a;
}
.blog-content-detail h1{ color: #25303d; font-size: 36px; }
.blog-content-detail h2{ color: #25303d; font-size: 32px; }
.blog-content-detail h3{ color: #25303d; font-size: 28px; }
.blog-content-detail h4{ color: #25303d; font-size: 24px; }
.blog-content-detail h5{ color: #25303d; font-size: 20px; }
.blog-content-detail h6{ color: #25303d; font-size: 16px; }
.blog-content-detail figure{
  margin-bottom: 20px;
}


.category-post{
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 26px;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding-bottom: 20px;
}
.category-heading {
    padding: 13px 15px 22px;
    background: #fe5955;
    text-align: center;
}
.category-heading h3 {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Helvetica LT';
    font-weight: bold;
    margin-bottom: 0px;
}
.category-filed-grid {
    background: #fff;
    border-top: 1px solid #d7d7d7;
    padding: 20px;
    margin-top: -10px;
    border-radius: 12px;
}
.category-img-left{
  width: 70px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.category-img-left img{
  width: 100%;
}
.category-name-right{
  width: calc(100% - 70px);
  padding-left: 15px;
}
.sidebar-category-field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.sidebar-category-field:last-child {
    border-bottom: none;
}
.category-name-right h3{
  color: #000;
  font-size: 20px;
  font-family: 'Helvetica LT';
  font-weight: bold;
  margin-bottom: 0px;
}
.category-name-right h3 a{
  color: #000;
  text-decoration: none;
}
.category-name-right h3 a:hover{
  color: #fe5955;
  text-decoration: none;
}
.top-destinations-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.destinations-col {
    width: 33.33%;
    padding: 10px;
    text-align: center;
}
.destinations-col figure {
    margin-bottom: 10px;
    height: 98px;
}
.destinations-col figure img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.destination-name {
    font-family: 'Helvetica CE';
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 0;
}
.destination-name a{
    color: #000;
}
.destination-name a:hover{
    color: #fe5955;
}
.category-filed-grid nav button {
  color: #000;
  font-family: 'Helvetica CE';
  font-weight: normal;
}
.category-filed-grid nav button:hover {
  color: #fe5955;
}
.cta-banner {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}
.cta-banner::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    position: absolute;
    left: 0;
}
.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 400px;
    padding: 0 20px;
}
.cta-content h4 {
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: 700;
    color: #fff;
}
.cta-content p {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 20px;
}
.blog-content-detail img
 {
    width: 100%;
    margin-bottom: 18px;
}
table
 {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 16px;
    font-weight: 400;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
table th
 {
    background-color: #0f1868;
    padding: 12px 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.info-box {
    background-color: #e3f2fd;
    padding: 20px 15px 20px 15px;
    margin: 20px 0;
    border-radius: 5px;
    border-left: 4px solid #2196f3;
}
.message-box {
    background-color: #fff9c4;
    padding: 20px 15px 20px 15px;
    margin: 20px 0;
    border-radius: 5px;
    border-left: 4px solid #ffc107;
}
.schema-faq-section { margin-bottom: 15px; padding: 18px 20px 18px 20px; font-size: 20px; color: #121213; font-family: "Mukta", sans-serif; font-weight: 600; border: 1px solid #d4d4d4; border-radius: 6px; background: #ededed;}
.schema-faq.wp-block-yoast-faq-block { padding-top: 10px; }
/*========blog details end===========*/
