/*!
Theme Name: rcrtours
Theme URI: http://underscores.me/
Author: Rinku
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rcrtours
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

rcrtours is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.tf-hero-gallery .tf-gallery a img {
    height: 100% !important;
    min-height: 225px !important;
    max-height: 225px !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.tf-hero-gallery .tf-gallery {
    display: unset !important;
    gap: 10px;
}
.tf-hero-gallery .tf-gallery a {
    width: 100% !important;
    display: inline-block;
    float: left;
    display: none;
    position: relative;
}

.tf-hero-gallery {
    width: 100%;
    display: inline-block;
    margin-top:30px;
}

.tf-single-head h1 {
    color: #2b4cb5;
    font-size: 38px;
}

.tf-container-inner h1, .tf-main-wrapper h1, .tf-container h1 {
    font-weight: 600 !important;
    font-size: 38px !important;
    font-style: normal !important;
    line-height: 1.2 !important;
}

.tf-head-title.heading-top h1{
	font-weight: 700 !important;
    font-size: 38px !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    color: #0027a6 !important;
    margin-bottom: 12px !important;
    font-family: "Poppins", sans-serif;
}
.UmNoP {
    fill: #ff5d5d;
    position: relative;
    top: 5px;
}

.mb-25{
	margin-bottom:10px;
}

.tf-template-global {
    background-color: inherit;
    padding:25px 0px 0px !important;
}

.accordion-card .accordion-button {
    font-size: 24px;
    font-weight: 600;
    border: 0;
    color: #1338ad;
    background-color: transparent;
    border-radius: 0;
    padding: 12px 45px 12px 30px;
    min-height: 75px;
    gap: 10px;
    margin-bottom: 0;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.tf-template-global .tf-section-title {
    margin-bottom: 15px;
    color: #1338ad;
    font-weight: 600 !important;
}

.tf-container-inner .tf-trip-description p{
	font-size: 18px !important;
	line-height: 28px !important;
	color: #323232;
}

.tf-container-inner .destination-checklist h3{
    font-size: 24px !important;
    font-weight: 600 !important;
    border: 0;
    color: #1338ad;
    margin-bottom: 15px;
    margin-top:25px;
}

.tf-container-inner .accordion-card .accordion-body p{
    font-size: 18px !important;
    line-height: 28px !important;
    color: #323232;
    margin-bottom: 20px;
}

.tf-container-inner .accordion-card .accordion-body ul li{
    font-size: 17px !important;
    line-height: 28px !important;
    color: #323232;
    margin-bottom:8px;
}

.tf-tour-details-right .tf-tour-booking-box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 24px 5px #E0E8EE;
    border-top: 10px solid #0027a6;
}

.tf-booking-price p small{
    font-size: 19px;
    color:#6e7070;
}

.tf-tour-booking-box .booking-box{
    background: #e1f0ff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.tf-tour-booking-box .booking-box p{ 
        margin-bottom:0px;
    line-height: 18px !important;
    font-size: 13px !important;
}

.bx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:0px;
}
.bx.mb-10{
    margin-bottom: 12px;
}
.bx-left{
    background: #9ac8fe;
    padding: 4px;
    margin-right: 10px;
}

.bx-left .UmNoP{
    fill: #323232;
    top: -5px;
}

.LuKKR{
    border-radius:100px;
    height: 24px;
}

.tf-single-details-wrapper .tf-single-details-inner .tf-tour-details-right {
    flex-basis: 40% !important;
    width: 40% !important;
}

.tf-single-details-wrapper .tf-single-details-inner .tf-tour-details-left {
    flex-basis: 60% !important;
    width: 60% !important;
}

.inf-box{
    color:#0028a7 ;
}
.tf-single-details-wrapper .tf-single-details-inner .tf-tour-details-right .tf-btn-normal, .btn-styled {
    font-size: 24px !important;
    line-height: 1.0 !important;
}

.tf-bottom-booking-bar .tf-btn-normal {
    padding: 15px 32px !important;
    font-size:24px;
    font-weight: 600;
    border-radius: 8px;
}

.upcomming-tours {
    padding-top: 60px !important;
    border-top: 1px solid #D0E0EC;
    margin-bottom: 80px !important;
}

.tf-tour-single {
    margin-bottom:0px !important;
}
.tf-tour-details-right .tf-booking-price p span {
    font-size: 18px !important;
    font-weight: 400;
    color: #0028a7;
}

.tf-tour-details-right .tf-booking-price p {
    font-size: 34px !important;
    font-weight: 600 !important;
    color: #ff4504 !important;
}

.tour-box .tour-content .tour-box_price2 {
    font-family: var(--body-font);
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #003399;
}

.tour-box .tour-content .tour-box_price2 .woocommerce-Price-amount{
    font-family: var(--body-font);
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ff4504;
}

.tour-box .tour-content .tour-box_price2 small{
    font-family: var(--body-font);
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 15px;
    color:#6e7070;
}

.tour-box .tour-content .woocommerce-Price-currencySymbol{
    font-size: 30px !important;
    font-weight: 600;
    color: #ff4504;
}

.tour-box .tour-content .box-title.mb40{
 margin-bottom: 30px;
}
.tour-box .tour-content .tour-action .tour-box_price2.mb20{
 padding-top: 8px;
}

.tf-withoutpayment-booking .tf-withoutpayment-popup, .tf-withoutpayment-booking-confirm .tf-withoutpayment-popup {
    width: 776px;
    background-color: #FCFDFF;
    border-radius: 24px;
    text-align: left;
    padding: 20px;
}

.tf-withoutpayment-booking .tf-withoutpayment-popup .tf-booking-tabs, .tf-withoutpayment-booking-confirm .tf-withoutpayment-popup .tf-booking-tabs {
    padding: 24px;
    border-bottom: 0.3px solid #CCCED1;
    border-radius: 24px;
    background: #0028a7;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.destination-text p{
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.destination-item {
    background-color: #ffffff !important;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #e9f6f9 !important;
    box-shadow: 0px 13px 30px #E0E8EE;
}

.destination-item.hotel-box{
     border: 1px solid #fff !important;
    box-shadow:unset;
}

.destination-item .destination-content {
    padding:16px 18px 24px 18px;
    text-align: left;
}

.destination-item .destination-content h3{
    color:#0027a6;
    font-weight: 600;
    border-top:2px dashed #e9f6f9;
    padding-top:15px;
    margin-bottom: 20px;
}

.destination-item .destination-content .destination-text img{
    width:24px;
    margin-right:5px;
}

.destination-item .destination-content .destination-text{
    font-size: 18px;
}
.destination-item .destination-content .destination-text2 img{
    height:20px;
    margin-right:1px;
}
.destination-item .destination-content .destination-text2{
    font-size: 16px;
}
.destination-item .destination-text {
    margin-bottom:10px;
}

.destination-text.rv-tx strong{
 color: #0027a6;
}

.icon-img2{
    width: 130px;
}

.ic-bg{
    margin-bottom:4px !important;
}

.place-box{
    background: #e9f6f9;
    background-repeat: no-repeat;
    background-position:-30%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.place-box h3{
    padding-top:6px;
}

.place-box .plac-text p {
    font-size: 24px;
    margin-bottom:3px;
}

.place-box .plac-text p strong{
    font-size: 26px;
     color: #0027a6;
}

.map-box{
    background: #fff;
    border-radius:40px;
    overflow: hidden;
    width: fit-content;
    display: flex;
    height: fit-content;
    width: 100%;
}

.breadcumb-menu {
    max-width: fit-content;
    padding: 0;
    margin: 25px 0 -0.5em 0;
    list-style-type: none;
    position: relative;
    margin: 25px auto;
    border: 3px solid #ffffff;
    padding: 15px 30px;
    border-radius: 25px;
}

.contact-wrapper {
  position: relative;
  z-index: 9;
}
.contact-wrapper .contact-content {
  background-color: #efeefa;
  border-radius: 10px;
  padding: 60px;
}
@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 30px;
  }
}
.contact-wrapper .contact-content h3 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #000;
}
.contact-wrapper .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper .contact-content .contact-form-items .form-clt {
  position: relative;
}
.contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border-radius: 4px;
  border: 1px solid rgba(35, 28, 37, 0.1);
  background: #fff;
  color: #455151;
  padding: 16px 20px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper .contact-content .contact-form-items .form-clt input, .contact-wrapper .contact-content .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}
.contact-wrapper .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper .contact-content .contact-form-items .form-clt textarea::placeholder {
  color:#323232;
}
.contact-wrapper .contact-content .contact-form-items .form-clt textarea {
/*  padding-bottom: 140px;*/
  resize: none;
}
.contact-wrapper .contact-info-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .contact-wrapper .contact-info-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-content {
    text-align: center;
  }
}
.contact-wrapper .contact-info-content .contact-info {
  margin-top: 50px;
  margin-top: 30px;
}
.contact-wrapper .contact-info-content .contact-info .contact-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-content .contact-info .contact-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.contact-wrapper .contact-info-content .contact-info .contact-items:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-info-content .contact-info .contact-items {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact-info-content .contact-info .contact-items .icon {
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-radius: 4px;
  background-color: #efeefa;
}
.contact-wrapper .contact-info-content .contact-info .contact-items .icon i {
  font-size: 16px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-content .contact-info .contact-items .content {
    flex-basis: 100%;
  }
}
.contact-wrapper .contact-info-content .contact-info .contact-items .content span {
  font-size: 15px;
  color: #fb5b32;
  font-weight: 500;
}

.contact-section {
  position: relative;
}
.contact-section .shape-1 {
  position: absolute;
  left: 5%;
  top: 15%;
}
.contact-section .shape-2 {
  position: absolute;
  right: 6%;
  bottom: 20%;
}

.map-section .google-map iframe {
  width: 100%;
  height: 810px;
}
@media (max-width: 991px) {
  .map-section .google-map iframe {
    height: 600;
  }
}
@media (max-width: 767px) {
  .map-section .google-map iframe {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .map-section .google-map iframe {
    height: 400px;
  }
}


.section-padding {
    padding:80px 0;
}

.contact-items .content h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
}

.contact-info-content .h2 {
    font-size: 48px;
    font-weight: 600;
}


.contact-content .theme-btn {
  display: inline-block;
  vertical-align: middle;
  background-color: #4d40ca;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  padding: 9px 15px 9px 30px;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 72px;
  line-height: 1;
  border: none;
}
@media (max-width: 575px) {
  .contact-content .theme-btn {
    padding: 5px 10px 5px 20px;
    font-size: 16px;
  }
}

.contact-content .theme-btn span {
  position: relative;
  color: #fff;
  z-index: 999;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .contact-content .theme-btn span {
    margin-right: 15px;
  }
}
.contact-content .theme-btn i {
  position: relative;
  color: #151415;
  z-index: 999;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border-radius: 50%;
}
.contact-content .theme-btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #fb5b32;
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.contact-content .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-color: #fb5b32;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.blog-area .blog-box {
    position: relative;
    background:#e9f6f9;
}

.tf-container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1340px !important;
}
.tf-page-content {
    flex-basis: unset !important;
}
.tour-listing-area{
    padding-top: 80px;
    padding-bottom: 80px;
}

.tour-box.style4 .tour-content {
    padding:6px 25px 24px 25px !important;
}

.tour-box.style4 .tour-box_img {
    border-radius: 16px 0 0 !important;
}

.tour-box.style4 {
    padding:0px !important;
    border: 1px solid #bcced2;
}
.newsletter-form .th-btn {
    min-width: 227px;
    height: 68px !important;
}
.wc-block-components-button {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background-color: #0d6efd;
    color: #fff;
    font-family: "Inter", sans-serif;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 18.8px 35px;
    border-radius: 48px;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    gap: 8px;
}

.wc-block-components-button:before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: #0027a6;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: block;
    z-index: -1;
}

.wc-block-components-checkout-place-order-button {
  background-color: #0027a6 !important;
  color: #fff;
  border: none;
  font-size: 24px;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.wc-block-components-checkout-place-order-button:before {
  background-color: #e5212b !important;
}

.wc-block-components-button:hover:before, .wc-block-components-button.active:before {
    width: 110%;
}

.wc-block-cart__submit-button {
  background-color: #0027a6 !important;
  color: #fff;
  border: none;
  font-size: 24px;
  border: 1px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.wc-block-cart__submit-button:before {
  background-color: #e5212b !important;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    olor: #0e3dd8;
}

.is-large.wc-block-cart .wc-block-cart__totals-title, .wc-block-components-checkout-order-summary__title-text {
    font-weight: 600 !important;
    font-size: 24px !important;
    text-transform: capitalize !important;
    olor: #0e3dd8 !important;
}

.wc-block-components-product-name {
    font-size: 18px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
   font-size: 20px !important;
   color: #ff0000 !important;
   font-weight: 600 !important;
}

.wc-block-components-product-metadata {
    font-size: 17px;
}

.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount{
    font-size: 20px;
   color: #ff0000;
   font-weight: 600;
}

.shop-btn {
    position: relative;
}

.cart-count {
    position: absolute;
    top: -15px;
    right:4px;
    background: #e60023;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    line-height: 1;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600 !important;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.wc-block-components-product-metadata__description p{
    font-size: 16px !important;
}

.wc-block-components-button {
    height: 48px !important;
}
.about-item_text{
    line-height: 22px !important;
}

.about-item{
    padding-top: 8px;
    padding-bottom: 18px;
}

.amazing-area{
    background:#f4f4f4;
}

.line-bx4 p {
    background-color: #f4f4f4;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: fit-content;
    text-align: center;
    z-index: 10;
    margin: 0 auto;
}
.line-bx4{
  position: relative;
}

.amazing-area-list {
  position: relative;
  height:420px;
  border-radius: 24px;
  z-index: 2;
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}

.destination-list-wrap .amazing-area-list .destination-content{
    background: #0027a6;
    padding: 8px 30px;
    border-radius:0px;
    position: relative;
    bottom:40px !important;
    position: absolute;
    width: 100% !important;
    left: 0px !important;
    text-align: center;

}

.destination-list-wrap .amazing-area-list .destination-content:hover{
    background: #e5212b;

}
.destination-list-wrap .amazing-area-list .destination-content h4{
    margin-bottom: 0px;
}

.destination-list-wrap .amazing-area-list .destination-content .box-title a{
    color: #fff;
    font-size: 26px;
    font-weight: 600;
   line-height: 24px;
   
}

.destination-list-wrap .amazing-area-list .destination-content .box-title {
    font-size: 25px;
    line-height: 1.717;
    font-weight: 500;
    margin-top:0px;
}

.border-linebg{
    border-bottom:1px dotted #aaa8a8;

}

.tour-content .day-box{
   float: right;
   font-size: 17px;
   padding-top: 12px;
   font-weight: 600;
}
.tour-content .day-box i{
   font-size: 17px;
   color: #ff0000;
   margin-right: 8px;
}


.tour-rating .woocommerce-review-link{
    padding-top: 3px;
}
.tf-template-container {
    max-width: 1340px !important;
    margin: 0 auto;
    padding: 0px 12px;
}

.tour-action .tour-box_price2 .original-price{
    text-decoration: line-through;
     margin-left:5px; 
     margin-right: 5px;
     font-weight: 600 !important;
     font-size: 20px;
     color:#0027a6 ;
}

.tf-mb-60{
    margin-bottom: 60px;
}

.tf-withoutpayment-booking .tf-withoutpayment-popup .tf-booking-tabs, .tf-withoutpayment-booking-confirm .tf-withoutpayment-popup .tf-booking-tabs {
    padding: 24px;
    border-bottom: 0.3px solid #CCCED1;
    border-radius: 24px;
    background: #003c7a !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
    margin-top: 8px;
}

@media screen and (min-width:320px) and (max-width: 769px) {
.tf-single-details-wrapper .tf-single-details-inner .tf-tour-details-left {
    flex-basis: 100% !important;
    width: 100% !important;
}

.tf-single-details-wrapper .tf-single-details-inner .tf-tour-details-right {
    flex-basis: 100% !important;
    width: 100% !important;
}

}



