.search-box-header h1.search-box-header-text{color:#fff;}

.blog-border{background-color:#001799;height:1.5px;width:100%;margin:50px 0px;}

.bookmark-section{padding:60px 0px 20px;position:relative;}

.bookmark-section .bookmark-links{text-align:center;margin-bottom:50px;}

.bookmark-section .bookmark-links .nav-pills .nav-item .nav-link{font-size:18px;color:#001799;font-family:var(--font-bo);padding:0.5rem 1rem;}

.bookmark-section .bookmark-links .nav-pills .nav-item .nav-link.active{background: rgba(255, 83, 0, 0.05);border: 1.5px solid #FF5300;border-radius: 5px;}

.bookmark-section .main-blog-heading{margin-bottom:50px;}

.bookmark-section .main-blog-heading h2{
    font-size: 5rem;
    color: #001799;
    margin: 0px;
    text-align: center;
    font-family: 'GotchaRegular' !important;
}

.blog-sort-sec{margin-bottom:20px;}

.blog-sort-sec select.form-control.blog-dropdown{
    background-color: rgba(189, 187, 203, 0.32);
    color: #00109e;
    font-size: 12px;
    height: 28px;
    line-height: 1.5;
    border: 1px solid #00109e;
    background-image: url(../images/community/sort-arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    padding-left: 30px;
    background-position: 10px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.bookmark-section .blog-page-link{
    position: fixed;
    top: 40%;
    right: 0px;
    background-color: #00109e;
    padding: 10px 20px;
    border-radius: 0px 0px 0px 10px;
    box-shadow: 0px 3.0297px 8.55891px rgba(0, 0, 0, 0.43);
    z-index: 99;
    cursor: pointer;
}
          .blog-small h6 {
    font-size: 18px !important;
}
 .blog-small p {
    font-size: 9px !important;
}
.bookmark-section .blog-page-link p{
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

.bookmark-section .blog-page-link h6{
    color: #fff;
    font-size: 24px;
    margin: 0px;
    font-family: GotchaRegular !important;
}

.bookmark-section  h2.blog-heading{
    font-family: var(--font-bo) !important;
    color: #001799;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.bookmark-section  h2.blog-heading .blog-head-link{
    height: 30px;
    width: 30px;
    border: 2px solid #00109e;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    margin-left: 15px;
    vertical-align: middle;
}

.bookmark-section  h2.blog-heading .blog-head-link i{color:#fe5300;}

.bookmark-section .blog-destination .blog-destination-container{width:100%;clear:both;}

.bookmark-section .blog-destination .blog-destination-container .blog-destination-img{border-radius:12px;position:relative;display:inline-block;}

.bookmark-section .blog-destination .blog-destination-container .blog-destination-img img{width:100%;max-width:100%;border-radius:12px;min-height:230px;max-height:230px;object-fit:cover}

.bookmark-section .blog-destination .blog-destination-container .blog-destination-img .blog-overlay{position: absolute;width: 100%;height: 100%;background-color: rgba(0, 23, 153, 0.4);top: 0;left: 0;border-radius: 12px;}

.bookmark-section .blog-destination .blog-destination-container .blog-destination-img h6{width:100%;text-align:center;position: absolute;top: 50%;left: 50%;transform: translate(-50%);color: #fff;margin: 0px;padding: 0px 10px;font-size: 15px;font-family: var(--font-bo) !important;}


.blog-best-sec .blog-best-div img{
    min-height: 295px;
    max-height: 295px;
    width: 100%;
    max-width: 100%;
    box-shadow: 4px 4px 4px rgba(0, 16, 158, 0.2);
    border-radius: 12px;
    object-fit: cover;
}

.blog-best-sec .blog-best-div h6{
    color: #fe5300;
    font-size: 14px;
    font-family: var(--font-bo) !important;
    margin: 15px 0px 5px 10px;
}

.blog-best-sec .blog-best-div p{
    font-size: 12.5px;
    margin: 0px 0px 0px 10px;
}

.blog-season-sec .blog-season-div{
    background: #FFFFFF;
    box-shadow: 0px 3.828px 3.828px rgba(0, 16, 158, 0.2);
    border-radius: 12px;
    margin-bottom: 15px;
    min-height:390px;
}
.blog-season-sec .blog-season-div .img-sec{
    border-radius: 12px 12px 0px 0px;
}
.blog-season-sec .blog-season-div .img-sec img{
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    min-height: 225px;
    max-height: 225px;
    max-width: 100%;
    object-fit: cover;
}
.blog-season-sec .blog-season-div .season-desc{padding: 15px;}
.blog-season-sec .blog-season-div .season-desc h5{
    font-size: 20px;
    color: #001799;
    font-family: var(--font-bo) !important;
    margin-bottom: 5px;
   overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 48px;
    
}
.blog-season-sec .blog-season-div .season-desc h6{
    font-size: 13px;
    margin: 0px;
    color: #ff5300;
    font-family: var(--font-me) !important;
    overflow:hidden;
    text-overflow:ellipsis;
}

.blog-exp-sec .blog-exp-div{
    border: 1px solid #ff5300;
    border-radius: 20px;
    margin-bottom:10px;
    display:flex;
    min-height:267px;
}

.blog-exp-sec .blog-exp-div .img-sec{
    border-radius: 20px 0px 0px 20px;
    width:230px;
}

.blog-exp-sec .blog-exp-div .img-sec img{
    object-fit:cover;
    border-radius: 20px 0px 0px 20px;
    height: 100%;
    width: 230px;
}

.blog-exp-sec .blog-exp-div .blog-exp-desc{
    padding: 15px;
}

.blog-exp-sec .blog-exp-div .blog-exp-desc h6{
        color: #001799;
    font-size: 14px;

}

.blog-exp-sec .blog-exp-div .blog-exp-desc p{
    font-size: 13px;
    position: relative;
    max-height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    content: "";
}

.blog-exp-sec .blog-exp-div .blog-exp-desc p:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 75px, white);
}

.blog-exp-sec .blog-exp-div .blog-exp-desc a{
    font-size: 12px;
    font-family: var(--font-bo) !important;
    text-decoration: underline;
    position: absolute;
    bottom: 35px;
    width: max-content;
    right: 40px;
}

.blog-iti-sec .itinerary-div{
    position: relative;
    margin-bottom: 15px;
}

.blog-iti-sec .itinerary-div img{
    width: 100%;
    max-width: 100%;
    min-height: 235px;
    max-height: 235px;
    object-fit: cover;
}

.blog-iti-sec .itinerary-div .blog-overlay{
    position:absolute;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
}

.blog-iti-sec .itinerary-div h6{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    font-size: 18px;
    margin:0px;
    padding:0px 10px;
}

.blog-cultural-sec .blog-cultural-div{
    background: #FFFFFF;
    box-shadow: 4.05316px 4.05316px 4.05316px rgba(0, 16, 158, 0.2);
    border-radius: 6px;
    margin-bottom: 15px;
    display: flex;
    height: 100%;
}

.blog-cultural-sec .blog-cultural-div img{
    border-radius: 6px 0px 0px 6px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    display: flex;
    height: 100%;
}

.blog-cultural-sec .blog-cultural-div h6{
    font-size: 14px;
    font-family: var(--font-bo) !important;
    color: #ff5300;
    margin: 0px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height:33.6px;
}

.blog-cultural-sec .blog-cultural-div p{
    font-size: 12px;
    margin-bottom:10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-cultural-sec .blog-cultural-div a{
        font-size: 12px;
    font-family: var(--font-bo) !important;
    text-decoration: underline;
}

.blog-cultural-sec .blog-cultural-div .blog-pad{padding:10px;}

.blog-cheap-trips .cheap-trips-div{
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 2.97232px 2.97232px rgba(0, 16, 158, 0.2);
    margin-bottom:30px;
}

.blog-cheap-trips .cheap-trips-div .img-sec{
    border-radius: 6px 6px 0px 0px;
}

.blog-cheap-trips .cheap-trips-div .img-sec img{
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
    max-width: 100%;
}
.prepare-doc-sec{
    color: #001799;
}
.prepare-doc-sec table tr td{
    border:1px solid #ccc;
    padding:5px 10px;
}
.prepare-doc-sec table tr td p{
    margin-bottom:0;
    font-size:16px;
}
.prepare-doc-sec table tr td p{
    margin-bottom:0;
    font-size:16px;
}


.prepare-doc-sec h3{
    color: #FF5300;
    font-size:27px;
}
.blog-cheap-trips .cheap-trips-div .cheap-trips-desc{
    padding: 10px;
}

.blog-cheap-trips .cheap-trips-div .cheap-trips-desc .left-div{
    display: flex;
    align-items: center;
}

.blog-cheap-trips .cheap-trips-div .cheap-trips-desc .left-div img{
    max-width: 20px;
}

.blog-cheap-trips .cheap-trips-div .cheap-trips-desc h5{
    font-size: 12px;
    color: #00109e;
    font-family: var(--font-bo) !important;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height:33px;
}

.blog-cheap-trips .cheap-trips-div .cheap-trips-desc h6{
    color: #ff5300;
    font-size: 13px; 
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--font-bo) !important;
}
.prepare-content-bottom a{
    text-decoration:underline;
}
.prepare-content-bottom a:hover{
    color: #ff5300;
    text-decoration:underline;
}
.prepare-content-bottom a p:hover{
    color: #ff5300;
}
.blog-cheap-trips .cheap-trips-div .cheap-trips-desc a{
    font-size: 10px;
    font-family: var(--font-bo) !important;
    text-decoration: underline;
}

.prepare-doc-sec{
    padding:60px 0;
}
@media only screen and (max-width:680px) {
    .prepare-content p {

    word-wrap: break-word;
}
}
.prepare-doc-sec h1{
    font-family: GotchaRegular !important;
    color:#001799;
    font-size:70px;
}
.prepare-doc-sec h2{
    font-size:32px;
    font-weight:bold;
    color:#ff5300;
}
.prepare-doc-sec h3{
    font-size:27px;
    font-weight:bold;
    color:#ff5300;
    margin-bottom: 20px;
}
.prepare-doc-sec table{
    margin-bottom: 20px;
}
.prepare-doc-sec a:hover{
    color:#ff5300 !important;
    
}
.prepare-doc-sec u:hover{
    color:#ff5300 !important;
}


.prepare-doc-sec h4{
    font-size:20px;
    font-weight:bold;
    color:#001799;
}

.prepare-doc-div h4{
    font-size:20px;
    font-weight:bold;
    color:#001799;
}

.prepare-doc-sec h5{
    font-size:18px;
    color:#001799;
    font-weight:bold;
}

.prepare-doc-sec h5 span{
    color:#FF5300;
}
h5.title-h5{
    font-size:20px;
}

.prepare-doc-sec h5 color{
    color: #001799;
     font-weight:100;
}
.prepare-doc-sec h6{
   font-size: 16px;
  background: #FF530030;
  width: max-content;
  color: #001799;
  font-weight: 100;
  margin: 0 auto;
  padding: 7px 20px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.prepare-content{
    margin-top:50px;
}
.prepare-content img{
    margin-bottom:40px;
    height:399px;
    object-fit: cover;
    width:100%;
}
.prepare-content p{
    /*font-weight: 500;*/
    font-size:18px;
}
.table-Contents{
   padding: 110px 0;
    background:#F8F8F8;
}
.table-content-right{
    position:absolute;
    right:0;
    width:50%;
    bottom:0;
}
.table-Contents h3{
    color:#FF5300;
    font-size:32px;
    font-weight:bold;
}

.prepare-doc-sec h4{
    color:#00109e;
    font-size:22px;
    font-weight:bold;
}
.table-Contents ol{
    padding-left:24px;
}
.table-Contents ol li{
    font-size:18px;
    color:#001799;
    font-weight:500;
}


.table-Contents ol li:hover{color:#FF5300}


.table-Contents ol li color{
    color: #FF5300;
}
.prepare-doc-content{
    padding:50px 0;
}
.prepare-doc-content h3{
    color:#FF5300;
    font-size:27px;
    font-weight:bold;
}
.prepare-doc-div h6{
    color:#001799;
    font-size:18px;
    font-weight:bold;
}
.prepare-doc-div p{
    font-size:18px;
}
.prepare-doc-div ol{
    padding-left:22px;
}
.prepare-doc-div ol li{
    color: #001799;
    font-size: 18px;
}
.blog-det-sub-header h5{
    color:#001799;
    font-size:18px;
    font-weight:bold;
    position:relative;
    margin-bottom: 0;
    font-weight: bold;
    padding-left:55px;
    margin-bottom: 15px;
    
}
.blog-det-sub-header h5::before{
    position:absolute;
    content:"";
    left:0;
    background:url(../images/blog/blog-header-icon.svg) no-repeat;
    width:46px;
    height:32px;
    bottom: 0;
    
}
.p-border{
    border-bottom:1px solid;
}
.blog-det-sub ol{
    padding-left:65px;
    
}
.prepare-content h4{
    color: #001799;
    font-size:20px;
}


.prepare-doc-div-ol{
    padding:0 70px;
}
.prepare-doc-div-ol ol li{ 
    margin-bottom:15px;
}
.prepare-doc-div{
    border-bottom:1px solid #001799;
    padding: 40px 0 20px;
}
.blog-discover-sec h2{
    font-weight:bold;
    font-size:32px;
    color:#001799;
    margin-bottom:10px;
  
}

.blog-discover-sec span{
    color: #001799;
  font-size: 13px;
  background: #FF530030;
  font-weight: 500;
  padding: 8px 30px;
  border-radius: 9px;
}
.blog-discover-sec{
    border:1px solid #FF5300;
    border: 2px solid #FF5300;
  border-radius: 8px;
  padding: 15px;
}
.blog-discover-sec img{
    width: 100%;
  height: 213px;
  object-fit: cover;
  border-radius: 7px;
}

.blog-discover-sec p{
   margin-bottom: 0;
   margin-top: 113px;
   font-size: 18px;
}
.blog-det-lit{
    width:100%;
    display:block;
}
.blog-det-li span{
     font-size: 16px;
    color:#001799;
    padding-left: 15px;
    font-weight:500;
}
.blog-det-li{
   margin-bottom: 35px;
}
.blog-det-li::last-child{
      margin-bottom: 0;
}
.blog-community-sec h3{
    color:#001799;
    font-size:27px;
    font-weight:bold;
}
.blog-community-sec .community-section-header h2 {
    font-size:20px;
}
.blog-det-slider .owl-dots{
    background-color: white;
    border-radius: 50px;
    padding: 1px 8px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-det-slider .owl-dots .owl-dot {
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  opacity: .5;
  transition: .3s all;
  bottom: 0;
  position: relative;
}

.blog-det-slider .owl-dots .owl-dot span{
    background:#00109E;
}
.blog-det-slider .owl-dots .owl-dot.active{
    opacity:1; 
}
.blog-det-slider .owl-dots .owl-dot.active span{
    background:#00109E;
}
  


.blog-community-sec .community-section-header span {
    font-size:16px;
}
.blog-community-sec .user-review-sec .profile-info h3{
    font-size:14px;
}
.blog-community-sec  .book-btn{
    padding: 7px 19px;
    font-size: 13px;
}
.border-bottom-blue{
    border-bottom:1px solid #00109E;
}
.blog-community-sec{
    margin-bottom:50px;
}
.blog-discover-sec .book-btn{
    padding: 7px 20px;
    font-weight: 500;
}
.blog-det-card{
 border:1px solid #FF5300;
  border: 2px solid #FF5300;
  border-radius: 8px;
 padding: 45px;
  margin-top:55px;
}

.blog-det-card h2{
    font-weight:bold;
    font-size:32px;
    color:#001799;
}
.jump-meet-card a{
    text-align: right;
    width: 100%;
    font-weight: bold;
    display: block;
    text-decoration: underline;
}
.pagination-details{
    color:#001799;
    font-weight:100;
}
.blog-det-li i {
   color: #FF5300;
  border: 2px solid #001799;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding-top: 3px;
  margin-left: 10px;
}
.blog-det-li img{
    width:33px;
}
.blog-det-card p{
    border-bottom:1px solid;
    font-size: 18px;
}

.blog-slider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
  left: -4%;
  top: 34%;
  transform: translateY(-50%);
  text-align: center !important;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 2px solid #001799;
  line-height: 30px;
  padding: 0 !important;
  margin: 0px;
  
}

.blog-slider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -4%;
  top: 34%;
  transform: translateY(-50%);
  text-align: center !important;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  border: 2px solid #001799;
  line-height: 30px;
  padding: 0 !important;
  margin: 0px;
  
}
.blog-slider.owl-carousel .owl-nav .owl-next i{
     color: #fe5300 !important;
}
.blog-slider.owl-carousel .owl-nav .owl-prev i
{
    color: #fe5300 !important;
}


@media screen and (max-width:480px){
    /*.bookmark-section .blog-destination .blog-destination-container{grid-template-columns:auto auto;}*/
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img{width:100%;margin:0px 2px 5px 2px;}
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img:nth-child(odd){margin-left:0px;}
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img:nth-child(even){margin-right:0px;}
    .bookmark-section h2.blog-heading{font-size:1.25rem;}
    .bookmark-section h2.blog-heading .blog-head-link {height: 25px;width: 25px;border: 2px solid #00109e;display: inline-block;text-align: center;border-radius: 50px;margin-left: 10px;vertical-align: middle;font-size: 20px;line-height: 20px;}
}

@media screen and (min-width:481px) and (max-width:767px){
   
    .bookmark-section .bookmark-links .nav-pills .nav-item .nav-link {
    font-size: 16px;
    padding: 5px 7px;
}
    /*.bookmark-section .blog-destination .blog-destination-container{grid-template-columns:auto auto auto;}*/
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img{width:100%;margin:0px 2px 5px 2px;}
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img:nth-child(odd){margin-left:0px;}
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img:nth-child(even){margin-right:0px;}
}

@media screen and (min-width:768px) and (max-width:991px){
    /*.bookmark-section .blog-destination .blog-destination-container{grid-template-columns:auto auto auto auto;}*/
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img{width:32%;margin:0px 2px 10px 2px;}
}

@media screen and (min-width:992px) and (max-width:1199px){
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img{width:24%;margin:0px 2px 10px 2px}
}

@media screen and (max-width:767px){
    .prepare-doc-sec h1 {
    font-size: 40px !important;

}
 .container {
    overflow-x: auto;
}
.blog-best-sec .blog-best-div img {
    height: 150px;
  }
  .prepare-doc-sec h3 {
    font-size: 19px;
margin-bottom: 10px;
}
  .bookmark-section .main-blog-heading h2{font-size:3rem;}.prepare-doc-sec h2 {font-size: 22px;}.prepare-doc-sec h5 {font-size: 17px;}.prepare-doc-sec {padding: 26px 0;}.prepare-content {margin-top: 10px;}.table-Contents{padding: 22px 0;}.table-Contents h3 {font-size: 20px;}.table-Contents ol li {font-size: 14px;}.prepare-doc-content {padding: 0px 0 20px;} .prepare-doc-content h3 {font-size: 22px;}.prepare-doc-div h6{font-size: 15px;} .prepare-doc-div-ol {padding: 0 0px 0 020px;} .blog-det-sub ol {padding-left: 30px;}.blog-discover-sec p {  margin-top: 50px;}.blog-det-card {padding:20px;}  .blog-det-li span {font-size: 16px;display: block;}.blog-community-sec img{width:100%;}  
  
  .blog-discover-sec p {
    margin-top: 30px;

}
.blog-discover-sec span {
    width: auto;
    display: block;
}
.blog-det-li {
 
    display: flex;
    align-items: center;
}
.blog-det-li img {
    width: auto;
}
.bookmark-section .blog-destination .blog-destination-container .blog-destination-img {
 margin-bottom: 10px;
    display: block !important;
}
.blog-border {
    margin: 20px 0px;
}
.blog-cultural-sec .blog-cultural-div {
  
    height: auto;
}
}

@media screen and (max-width:991px){
    .blog-best-sec .blog-best-div, .blog-season-sec .blog-season-div, .blog-cheap-trips .cheap-trips-div{margin-bottom:20px;}.table-content-right {display:none;}
}

@media screen and (min-width:992px){
    /*.bookmark-section .blog-destination .blog-destination-container{grid-template-columns:auto auto auto auto auto;}*/
}

@media screen and (max-width:1199px){
    .blog-exp-sec .blog-exp-div .img-sec img{width:150px;}
    .prepare-doc-sec table {

    border-collapse: collapse;
    overflow-x: scroll;
    border-collapse: collapse;
    display: block;
    width: 100% !important;
}
}

@media screen and (min-width:1200px){
    .bookmark-section .bookmark-links .nav-pills .nav-item .nav-link{padding:0.5rem 3.5rem;}
    .bookmark-section .blog-destination .blog-destination-container .blog-destination-img{width:19%;margin:0px 2px 10px 2px;}
}
@media screen and (max-width:767px){
.blog-best-sec .blog-best-div img {
    min-height: 150px;
    max-height:150px;
  }
   .blog-slider.owl-carousel .owl-nav .owl-next, .blog-slider.owl-carousel .owl-nav .owl-prev {
    right: 9px;
    padding: 0 !important;
    margin: 0 !important;
    background: #001799;
    width: 30px;
    position: absolute;
    top: -25px;
  }
    .blog-slider.owl-carousel .owl-nav .owl-next{
        right: 9px;
    }
    .blog-slider.owl-carousel .owl-nav .owl-prev{
        left:auto;
        right: 45px;
    }
 
}   
  
  
  
  
  
  
  
}
