 header ul.dropdown-menu.show {
     padding: 0;
     min-width: 148px;
     border-radius: 8px !important;
 }

 header ul.dropdown-menu.show li a:focus {
     background-color: unset !important;
 }

 header ul.dropdown-menu.show li a {
     border-radius: 8px;
 }

 .login-register-page {
     padding: 30px 0px;
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: center;
 }

 .rl-left {
     text-align: center;
     background: #F6F5F5;
     border-radius: 32px;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .rl-left img {
     height: 750px;
     padding: 50px;
     object-position: center;
 }

 .login-register-page .form-logo {
     margin-bottom: 100px;
 }

 .login-register-page .nav-pills {
     background: #F6F5F5;
     border-radius: 150px;
     margin-bottom: 50px;
 }

 .login-register-page .nav-pills .nav-link.active {
     background: #fff;
 }

 .login-register-page .nav-pills .nav-link {
     font-weight: 600;
     font-size: 16px;
     line-height: 120%;
     text-align: center;
     text-transform: uppercase;
     color: #170203;
     border-radius: 100px;
     padding: 15px;
     width: 192px;
 }

 .login-register-page .nav-pills .nav-item {
     padding: 6px;
 }

 form .form-label {
     font-weight: 400;
     font-size: 14px;
     line-height: 100%;
     color: #1702038a;
 }

 form .form-control {
     font-weight: 400;
     font-size: 16px;
     line-height: 100%;
     color: #170203;
     border-radius: 16px;
     padding: 16px 20px;
 }

 form .form-control::placeholder {
     color: #1702038a;
 }

 .rl-right {
     max-width: 432px;
     margin: auto;
     margin-top: 20px;
 }

 .forget-pwd a {
     font-weight: 400;
     font-size: 16px;
     line-height: 100%;
     color: #170203;
 }

 .login-register-page .card-footer {
     margin-top: 120px;
     width: 392px;
 }

 .login-register-page .card-footer svg {
     margin-right: 10px;
 }

 .login-register-page .card-footer a {
     color: #17020380;
     width: 100%;
 }

 .login-register-page form span {
     position: absolute;
     top: 18px;
     right: 15px;
 }

 .login-register-page .show-pwd {
     position: relative;
 }

 .form-title h3 {
     font-weight: 600;
     font-size: 24px;
     line-height: 120%;
     letter-spacing: 0;
     text-align: center;
     text-transform: uppercase;
     color: #170203;
     margin-bottom: 40px;
 }

 .login-register-page .card-footer a:hover {
     color: #fa5a64;
 }

 .login-register-page form p.text-danger {
     font-size: 14px;
 }

 /* user-dasboard-design-css-start */
 .setting-form {
     max-width: 495px;
 }

 .setting-form .value-change {
     position: absolute;
     top: 45px;
     right: 15px;
     font-size: 16px;
     color: #FC5B62;
     line-height: 20px;
 }

 .setting-form .changed .form-control {
     padding: 16px 100px 16px 20px;
 }

 .setting-form .changed {
     position: relative;
 }

 .password-recovery {
     margin-top: 40px;
 }

 .back-arrow {
     font-size: 26px;
 }

 .recovery-title {
     font-weight: 600;
     font-size: 32px;
     line-height: 120%;
     letter-spacing: 0;
     text-transform: uppercase;
     color: #170203;
     margin-top: 5rem;
     margin-bottom: 1rem;
 }

 .secure-code-sent {
     color: #17020380;
     margin-bottom: 30px;
 }

 .code-verify {
     display: flex;
     align-items: center;
     margin-bottom: 20px;
 }

 .setting-form form .code-verify input {
     padding: 15px 10px;
     width: 58px;
     text-align: center;
     margin-right: 8px;
     margin-bottom: 30px;
 }

 .send-again-timer p {
     color: #231F20;
     font-weight: 600;
 }

 .send-again-timer p span {
     color: #17020380;
     text-decoration: underline;
     font-weight: 500;
     display: inline-block;
 }

 input::-webkit-outer-spin-button,
 input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
 }

 /* Firefox */
 input[type=number] {
     -moz-appearance: textfield;
 }

 .show-pwd {
     position: relative;
 }

 .setting-new-pwd .show-pwd span {
     position: absolute;
     top: 20px;
     right: 20px;
     color: #170203c2;
 }

 .setting-new-pwd .show-pwd .form-control {
     padding: 16px 45px 16px 20px;
 }

 .setting-new-pwd .recovery-title {
     margin-bottom: 3rem;
 }

 /* user-dasboard-design-css-end */

 /* checkout-page-css start */
 .checkout-form-outer h3 {
     font-family: Poppins;
     font-weight: 600;
     font-size: 20px;
     line-height: 120%;
     letter-spacing: 0;
     text-transform: uppercase;
     grid-column: span 2 / span 2;
     margin: 40px 0 20px 0;
 }

 .tour-checkout-page .nav-pills .nav-link.active {
     border-bottom: 4px solid #FC5B62;
 }

 .tour-checkout-page .nav-pills .nav-link {
     background: transparent;
     font-family: Poppins;
     font-weight: 400;
     font-size: 16px;
     line-height: 100%;
     letter-spacing: 0;
     color: #170203;
     border-bottom: 4px solid #E8E6E6;
     border-radius: 0;
     padding: 5px;
     width: 100%;
     display: block;
     text-align: left;
 }

 .tour-checkout-page .nav-pills li.nav-item {
     display: block;
 }

 .tour-checkout-page .nav-pills {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
 }

 .checkout-form-outer {
     display: grid;
     grid-template-columns: 1fr 1fr;
     grid-column-gap: 20px;
 }

 .checkout-form-outer .common-btn {
     grid-column: span 2 / span 2;
 }

 .checkout-form-outer .message-box {
     grid-column: span 2 / span 2;
 }

 .checkout-form-outer .message-box textarea {
     height: 80px;
 }

 .checkout-right-detail hr {
     border-top: 2px solid #cccccc;
     margin: 22px 0 25px 0;
 }

 .tour-checkout-page .col-md-7 {
     padding-right: 120px;
 }

 .tour-checkout-page .col-md-7 {
     padding-right: 120px;
 }

 .checkout-right-detail img {
     width: 100%;
     border-radius: 16px;
     margin-bottom: 15px;
 }

 .checkout-right-detail>p {
     font-size: 16px;
     color: #170203;
 }

 .checkout-right-detail .form-group {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 15px;
 }

 .checkout-right-detail .detail-field {
     position: relative;
 }

 .checkout-right-detail .detail-field span {
     font-weight: 500;
     font-size: 16px;
     line-height: 100%;
     color: #170203;
     position: absolute;
     top: 20px;
     left: 20px;
 }

 .checkout-right-detail .detail-field span i {
     margin-right: 5px;
 }

 .checkout-right-detail .detail-field input {
     border-radius: 100px;
     background: #F6F5F5;
     border: none;
     padding: 16px 20px 16px 135px;
 }

 .checkout-right-detail .detail-field span i {
     margin-right: 5px;
 }

 .tour-checkout-page .form-group select.country-code {
     height: 59px;
 }

 .product-quaty p {
     font-family: Poppins;
     font-weight: 500;
     font-size: 16px;
     line-height: 100%;
     color: #170203;
     display: flex;
 }

 .product-quaty p span {
     margin-left: auto;
     display: inline-block;
 }

 .product-quaty p.det-total {
     font-size: 24px;
 }

 .book-tour-success {
     background: #F6F5F5;
     padding: 32px;
     height: 540px;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
 }

 .book-tour-success .common-btn .btn {
     margin-top: auto;
     display: block;
 }


 .book-tour-success h3 {
     font-family: Poppins;
     font-weight: 600;
     font-size: 30px;
     line-height: 120%;
     letter-spacing: 0;
     text-transform: uppercase;
 }

 .book-tour-success p {
     font-family: Poppins;
     font-weight: 400;
     font-size: 16px;
     line-height: 26px;
     letter-spacing: 0;
     color: #170203;
     margin-top: 20px;
 }

 .tour-checkout-page h1 {
     text-transform: uppercase;
     margin-bottom: 20px;
 }

 .checkout-payment {
     display: block;
 }

 .checkout-payment .payment-option input[type="radio"] {
     position: absolute;
     width: 20px;
     height: 20px;
     padding: 10px;
     top: 18px;
     left: 20px;
     -webkit-appearance: auto;
     -moz-appearance: auto;
     appearance: auto;
     accent-color: #fa5a64;
     outline: none !important;
 }

 .checkout-payment .main-check {
     border: 1px solid #ddd;
     padding: 1rem 1rem 1rem 3rem;
     border-radius: 16px;
     cursor: pointer;
     display: block;
     margin-bottom: 1rem;
     color: #170203;
 }

 .checkout-payment .main-check img {
     width: 20px;
     height: 20px;
     margin-right: 10px;
 }

 form#paymentForm h3 {
     font-family: Poppins;
     font-weight: 600;
     font-size: 20px;
     line-height: 120%;
     letter-spacing: 0;
     text-transform: uppercase;
     margin: 40px 0 20px 0;
 }

 .checkout-payment .payment-option {
     position: relative;
 }

 .payment-option.active .payment-content {
     display: block !important;
     background: #F6F5F5;
     border-radius: 0px 0px 16px 16px;
     padding: 20px;
     margin-bottom: 20px;
 }

 .payment-option.active .main-check {
     background: #F6F5F5;
     border-radius: 16px 16px 0px 0px;
     margin-bottom: 0;
     border: none;
 }

 .checkout-payment .form-check {
     margin-top: 30px;
 }

 .check-personal-detail {
     display: flex;
     grid-column: 1 / span 2;
     align-items: center;
     margin-bottom: 20px;
 }

 form .check-personal-detail .form-label {
     line-height: 16px;
     margin: 0 0px 0 10px;
 }



 /* checkout-page-css end */
 /* my-tour-detail-page-css-start */
 .calendar-card .flatpickr-calendar {
     width: 100%;
     border: none;
     box-shadow: none;
 }

 body .calendar-card .flatpickr-day.selected {
     border-color: #FC5B62 !important;
     background: #FC5B62 !important;
     color: #fff !important;
     border-radius: 8px;
 }

 .calendar-card .flatpickr-day.today {
     border-color: #FFD3DA !important;
     background: #FFD3DA !important;
     color: #000000 !important;
     border-radius: 8px;
 }

 body .calendar-card .flatpickr-day.selected:hover span {
     color: #fff !important;
 }

 .calendar-card .flatpickr-day:hover {
     background-color: #F6F5F5;
     color: #393939 !important;
 }

 body .calendar-card .flatpickr-day:hover span {
     color: #393939 !important;
 }

 .calendar-card span.flatpickr-weekday {
     font-size: 14px;
     font-weight: 600;
     color: #000;
 }

 .calendar-card .flatpickr-day {
     max-width: 100%;
     height: 60px;
     display: flex;
     align-items: center;
     flex-direction: column;
     border: 1px solid #F6F5F5;
     border-radius: 8px;
 }

 .calendar-card .flatpickr-day.today span,
 .calendar-card .flatpickr-day.selected span,
 .calendar-card .flatpickr-day:hover span {
     color: #fff !important;
 }

 .calendar-card input#departure_date {
     margin-top: 30px;
     font-weight: 400;
     font-size: 16px;
     line-height: 100%;
     color: #170203;
     border-radius: 16px;
     padding: 12px 20px;
     width: 100%;
     border: 1px solid #dee2e6;
 }

 .calendar-card input#departure_date:focus {
     border: 1px solid #9f9f9f;
 }

 .calendar-card .flatpickr-day.today span {
     color: #000000 !important;
 }

 .calendar-card .adults-row {
     background: #F6F5F5;
     padding: 12px;
     border-radius: 16px;
 }

 .calendar-card .adults-row input {
     border: none;
     text-align: center;
     background: transparent;
 }

 .calendar-card .flatpickr-days {
     width: 100%;
 }

 .calendar-card .flatpickr-innerContainer {
     width: 100%;
 }

 .calendar-card .dayContainer {
     width: 100%;
     max-width: 100%;
 }

 .calendar-card .flatpickr-current-month {
     padding-top: 0;
 }

 .calendar-card .flatpickr-current-month .flatpickr-monthDropdown-months {
     font-weight: 600;
 }

 .calendar-card .flatpickr-current-month .numInput.cur-year {
     font-weight: 600;
 }

 .calendar-card .flatpickr-day span {
     line-height: 10px;
 }

 #tour-description.collapsed .description-text {
     margin: 0;
 }


 /* my-tour-detail-page-css-end */

 .blog-large .card-body p.card-text {
     display: -webkit-box;
     -webkit-line-clamp: 10;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     overflow: hidden;
 }

 .tourshub-policy p {
     color: #170203;
 }

 .tourshub-policy h3 {
     font-size: 24px;
     font-weight: 600;
     margin-top: 20px;
 }

 .tourshub-policy ul {
     padding-bottom: 15px;
 }

 .tourshub-policy a {
     text-decoration: underline;
 }

 .tourshub-policy i.bi {
     margin-right: 8px;
 }

 .tourshub-policy {
     padding-bottom: 50px;
 }

 .faq-page {
     padding: 120px 0 60px 0;
 }

 .heart-icon-btn i {
     filter: brightness(0);
     fill: #000;
     padding-top: 20px;
 }

 .favourite-active i {
     filter: brightness(0) saturate(100%) invert(50%) sepia(78%) saturate(2317%) hue-rotate(323deg) brightness(98%) contrast(102%);
 }

 .terms-content ul li,
 .terms-content p {
     color: #1702038a;
     font-size: 14px;
 }

 .login-verification a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.login-verification a svg {
    margin-right: 10px;
}
.login-verification .recovery-title {
    font-size: 24px;
    line-height: 120%;
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}
.login-verification  .secure-code-sent {
    text-align: center;
}
.login-verification .code-verify {
    justify-content: center;
}
.login-verification  .send-again-timer {
    text-align: center;
}

 /* Media-device-start */
 @media (max-width: 1536px) {
     .rl-left img {
         height: 620px;
         padding: 40px;
         object-position: center;
     }

     .login-register-page .card-footer {
         margin-top: 70px;

     }

     .login-register-page .form-logo {
         margin-bottom: 70px;
     }

 }

 @media (max-width: 1200px) {
     .tour-checkout-page .col-md-7 {
         padding-right: revert;
         width: 100%;
     }

     .tour-checkout-page .col-md-5 {
         width: 100%;
     }

     .tour-checkout-page .row {
         flex-direction: column;
     }

     .payment-option.active .payment-cards .row {
         flex-direction: row;
     }



 }

 @media (max-width: 1024px) {
     .sidebar-menu-wrapper {
         width: 100%;
     }

     .checkout-right-detail {
         margin-top: 20px;
     }
 }

 @media (max-width: 991px) {
     .rl-left {
         display: none;
     }

     .login-register-page .form-logo {
         margin-bottom: 50px;
     }

     .login-register-page .card-footer {
         margin-top: 40px;
     }

     .setting-form {
         max-width: 100%;
     }

 }

 @media (max-width: 767px) {
     .sidebar {
         width: 80%;
     }

     .payment-option.active .payment-cards .col-md-6 {
         width: 50%;
     }

     .left-map div#map {
         height: 300px !important;
     }
 }

 @media (max-width: 570px) {
     .login-register-page .card-footer {
         width: 100%;
     }

     .login-register-page .nav-pills .nav-link {
         font-size: 13px;
         width: 158px;
     }

     .rl-right {
         max-width: 100%;
         margin: auto;
         margin-top: 15px;
     }

     .login-register-page .form-logo {
         margin-bottom: 40px;
         text-align: left;
     }

     .login-register-page .inner-logo {
         display: block;
         height: 30px;
         margin: unset;
     }

     .login-register-page .nav-pills .nav-item {
         padding: 5px;
     }

     .login-register-page .nav-pills {
         width: max-content;
         margin: auto;
         margin-bottom: 50px;
     }

     .reset-pwd-page .form-logo {
         margin-bottom: 100px;
     }

     .reset-pwd-page {
         height: 100vh;
         justify-content: flex-start;
     }

     .reset-pwd-page .form-logo {
         margin-bottom: 100px;
     }

     .login-register-page .card-footer {
         position: absolute;
         bottom: 20px;
     }

     .setting-form form .code-verify input {
         width: 48px;
         height: 48px;
         padding: 15px 8px;
     }

     .recovery-title {
         font-size: 24px;
         text-align: center;
         margin-top: 3rem;
     }

     .secure-code-sent {
         text-align: center;
     }

     .back-arrow {
         font-size: 20px;
     }

     .tour-checkout-page .nav-pills {
         gap: 10px;
     }

     .checkout-form-outer {
         display: block;
     }

     .checkout-right-detail {
         border: 1px solid #FC5B62;
         border-radius: 16px;
         padding: 16px;
         margin-top: 30px;
     }

     .checkout-right-detail .form-group {
         grid-template-columns: 1fr;
     }

     .book-tour-success h3 {
         font-size: 24px;
     }

     .book-tour-success {
         height: auto;
         padding: 24px;
     }

     .tour-checkout-page .container {
         padding: 0 15px;
     }

     .calendar-card {
         margin: 5px 15px;
     }

 }