/*!
Theme Name: Open Heart Travel
Theme URI: https://www.technoexponent.com/
Author: the technoExponent team
Author URI: https://www.technoexponent.com/
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: open-heart-travel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* web font */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* top header profile menu */

ul.pmenu_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}
ul.pmenu_item:hover{
	cursor: pointer;
}
ul.pmenu_item li {
    list-style-type: none;
}
ul.pmenu_item li.after_login_name {
    margin-right: 20px;
}
ul.pmenu_item li:first-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
ul.pmenu_item li:first-child {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.pmenu_item li:first-child a {
    color: #f2b43b;
    font-weight: 700;
}
ul.pmenu_item ul.child_pmenu_item li:nth-child(2)::before {
    display: none;
}
ul.pmenu_item li:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #fff;
    padding-top: 0px;
	position: relative;
}
ul.pmenu_item li:nth-child(2)::before {
    content: "\f107";
    height: 14px;
    width: 22px;
    position: absolute;
    right: -34px;
    top: 5px;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 30px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

ul.pmenu_item ul.child_pmenu_item li:nth-child(2) {
    border-bottom: 0px !important;
}
.woocommerce-cart .small_inner_banner, .woocommerce-checkout .small_inner_banner {
    display: none;
}
.woocommerce-cart .oht_cart {
    padding: 70px 0px;
}

.woocommerce-cart form.woocommerce-cart-form .product-remove a.remove {
    background: red;
    width: 20px;
    height: 20px;
    color: #fff !important;
    font-size: 20px;
}
.woocommerce-cart form.woocommerce-cart-form .product-thumbnail {
    padding-left: 15px !important;
}

.woocommerce-checkout form.checkout.woocommerce-checkout input.input-text {
    height: 55px !important;
    border: 1px solid #113351 !important;
    border-radius: 5px;
    padding: 2px 10px !important;
    width: 100% !important;
    margin: 10px 0px !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    background-color: #fff;
}
.woocommerce-checkout-payment .payment_box.payment_method_cod {
    background: #113351 !important;
    color: #fff !important;
    font-weight: 700;
}
.woocommerce-checkout .woocommerce-additional-fields textarea{
    resize: none;
    border: 1px solid #113351 !important;
    border-radius: 5px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout h3 {
    margin-bottom: 6px;
}

.woocommerce-checkout .woocommerce-billing-fields span.woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}
.woocommerce-checkout .woocommerce-billing-fields span.woocommerce-input-wrapper label.radio {
    margin-right: 10px;
    margin-bottom: 0px !important;
    padding-left: 5px;
}

.woocommerce-checkout form.checkout.woocommerce-checkout span.select2-selection__rendered{
    border: 1px solid #113351 !important;
}

ul.pmenu_item ul.child_pmenu_item li:first-child {
    width: auto;
    height: auto;
    border-radius: 0%;
    overflow: visible;
    margin-right: 0px;
    padding-bottom: 20px;
}
ul.pmenu_item ul.child_pmenu_item {
    position: absolute;
    top: 60px;
    right: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 330px;
}
ul.child_pmenu_item li:nth-child(2) {
    padding-top: 0px !important;
}
ul.pmenu_item ul.child_pmenu_item::before {
    content: '';
    position: absolute;
    top: -12px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #fff;
}

ul.pmenu_item ul.child_pmenu_item li:first-child span:first-child {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    color: #959595;
}
ul.pmenu_item ul.child_pmenu_item li:first-child span:last-child {
	font-size: 14px;
	font-weight: 400;
	line-height: 17.64px;
	color: #113351;
}
ul.child_pmenu_item li a{
	font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
	color: #113351;
}

ul.child_pmenu_item li.active a {
    color: #F2B43B;
}
ul.pmenu_item ul.child_pmenu_item li p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.12px;
    margin: 0px;
    padding-left: 30px;
}
ul.pmenu_item ul.child_pmenu_item li:nth-child(2) p {
    color: #636363;
}


ul.child_pmenu_item li img {
    margin-right: 9px;
}
ul.pmenu_item ul.child_pmenu_item li {
    padding: 10px 0px;
}
ul.pmenu_item ul.child_pmenu_item li:not(:last-child){
	border-bottom: 1px solid #EAEAEA;
}
ul.pmenu_item ul.child_pmenu_item li:nth-child(3) p{
	color: #9A9A9A;
}
ul.pmenu_item li.woLogin a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;

}
ul.pmenu_item li.woLogin {
    width: auto;
    border: 2px solid #fff;
    overflow: visible;
    margin-right: 0;
    padding: 4px 37px;
    height: 54px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
ul.pmenu_item li.woLogin:hover{
    background-color: #fff;
}
ul.pmenu_item li.woLogin:hover a{
    color: #000;
}

/* package section */
.packages-section{
	padding: 40px 0;
	margin: 0;
	background:#EBF1F6;
}

.packages-filter-section {
    padding: 0;
    margin: 0 0 30px;
    max-width: 913px;
}

.packages-filter-section .age-filter {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.packages-filter-section .age-filter h3 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #113351;
}
.packages-filter-section .age-filter .filter-panel {
    display: flex;
    width: calc(100% - 60px);
    padding: 0 0 0 30px;
    gap: 15px;
}
.packages-filter-section .age-filter .filter-panel .filter-block {
    width: calc(33.333333% - 15px);
    position: relative;
}
.packages-filter-section .age-filter .filter-panel .filter-block label {
    background: #EBF1F6;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #515151;
    margin: 0;
    position: absolute;
    left: 12px;
    top: -8px;
    padding: 0 3px;
}
.packages-filter-section .age-filter .filter-panel .filter-block .field{
	width: 100%;
	border: 1px solid #113351;
	height: 50px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 10px;
}

.packages-listing .packages-listing-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	padding: 0;
	margin: 0;
}

.packages-box{
	width: calc(33.333333% - 10px);
    position: relative;
    box-shadow: 0px 5px 20px 0px #0000001A;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 0 80px;
    position: relative;
}
.packages-box .tham-img {
    position: relative;
}
.packages-box .tham-img img {
    height: 260px;
    object-fit: cover;
}

.packages-box .tham-img span.chip {
    display: inline-block;
    background: #113351;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    padding: 4px 16px;
    border-radius: 27px;
    position: absolute;
    bottom: -12px;
    z-index: 1;
    right: 20px;
}
.packages-box .text-box{
	padding: 30px 20px 0;
	margin: 0;
}
.packages-box .text-box .ttl-panel{
	padding: 0;
	margin: 0;
    font-family: "Outfit", Sans-serif;
}
.packages-box .text-box .ttl-panel h3{
	font-size: 24px;
	font-weight: 500;
	line-height:1.2;
	color:#113351;
	padding: 0;
	margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.packages-box .text-box .ttl-panel .address{
	display:block;
	font-size: 16px;
	font-weight: 400;
	line-height:1.2;
	color:#3E3E3E;
	padding: 0;
	margin: 0 0 10px;
}
.home_pckg_sec ul.nav.nav-tabs button.nav-link:first-child {
    padding-left: 0px;
}
.home_pckg_sec{
    position: relative;
}
.home_pckg_sec .owl-nav {
    position: absolute;
    top: -96px;
    right: 0;
    display: flex;
    align-items: center;
}
.home_pckg_sec .owl-nav {
    position: absolute;
    top: -84px;
    right: 0;
    margin-top: 0px !important;
}
.home_pckg_sec .owl-nav button {
    height: 48px;
    width: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px !important;
    font-size: 30px !important;
    border: 1px solid #6C8EAB !important;
}
.home_pckg_sec .owl-nav button span {
    transform: translate(0px, -3px);
    color: #6C8EAB;
}
.home_pckg_sec .owl-nav button:hover {   
    background-color: #F2B43B !important;
    border: 1px solid #F2B43B;
}
.home_pckg_sec .owl-nav button:hover span {
    color: #113351;
}


.packages-box .text-box .place-block{
	padding: 0;
	margin: 0;
	border-top: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	padding: 10px 0;
	margin: 15px 0;
}
.packages-box .text-box .place-block ul{
	display: flex;
	padding: 0;
	margin: 0;
}

.packages-box .text-box .place-block ul li{
	font-size: 14px;
	font-weight: 400;
	line-height:1.2;
	color: #8D8D8D;
	list-style: none;
	padding: 0;
	margin: 0 20px 0 0;
}
.packages-box .text-box .place-block ul li:last-child{
	margin-right: 0;
}
.packages-box .text-box .place-block ul li span{
	color: #3E3E3E;
}

.packages-box .text-box .packages-desc {
	padding: 0;
	margin: 0 0 30px;
}

.packages-box .text-box .packages-desc p{
	font-size: 16px;
	font-weight: 400;
	line-height:1.6;
	color: #6B6B6B;
	padding: 0;
	margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
}

.packages-box .bottom-panel{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin: 0;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.packages-box .bottom-panel .price-box{
	padding: 0;
	margin: 0;
}

.packages-box .bottom-panel .price-box span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height:1.2;
	padding: 0;
	margin: 0;
}
.packages-box .bottom-panel .price-box h5{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	color: #113351;
	padding: 0;
	margin: 0;
}

.packages-box .bottom-panel .btn-box .ex-btn{
	font-size: 18px;
	font-weight: 700;
	line-height:1.2;
	color:#113351;
	border: 2px solid #113351;
	background: url(assets/images/button-arrow-icon.png) no-repeat 87% 50%, transparent;
	padding: 12px 52px 12px 38px;
	margin: 0;
	border-radius: 5px;
	display: inline-block;
	transition: all 300ms ease-in-out;
}
.packages-box .bottom-panel .btn-box .ex-btn:hover {
    background: url(assets/images/button-arrow-icon.png) no-repeat 87% 50%, #F2B43B;
    border-color: #F2B43B;
}

.plan-form {
    box-shadow: 0px 4px 44px 0px #40454580;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}
.plan-form .form-wrap{
display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.plan-form .form-wrap .sidebar {
    width: 30%;
    padding: 0;
    margin: 0;
}

.plan-form .form-wrap .main-box {
    width: calc(100% - 30% - 20px);
}
.plan-form .form-wrap .form-box {
	padding: 0;
	margin: 0 0 20px;
}
.plan-form .form-wrap .form-box p{
	margin: 0;
	padding: 0;
	position: relative;
}

.plan-form .form-wrap .form-box p label{
	background: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #515151;
    margin: 0;
    position: absolute;
    left: 12px;
    top: -8px;
    padding: 0 3px;
    z-index: 1;
}

.plan-form .form-wrap .form-box select,
.plan-form .form-wrap .form-box input[type="date"]{
	width: 100%;
	border: 1px solid #113351;
	height: 50px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 10px;
}
.plan-form .form-wrap .form-box textarea{
	width: 100%;
	border: 1px solid #113351;
	height: 118px;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	background: none;
	padding: 10px;
	resize: none;
}

.plan-form .btn-box input[type="submit"]{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #113351;
	background: url(assets/images/button-arrow-icon.png) no-repeat 75% 50%, #F2B43B;
	padding: 14px 60px 14px 48px;
	border-radius: 5px;
	border:2px solid #F2B43B;
	margin: 0;
	transition: all 300ms ease-in-out;
} 
.plan-form .btn-box input[type="submit"]:hover{
	background: url(assets/images/button-arrow-icon.png) no-repeat 75% 50%, transparent;
	border-color: #113351;
}

/* package start */
.home_pckg_sec ul.nav.nav-tabs {
    position: relative;
    margin-bottom: 34px;
    border: none;
}
.home_pckg_sec ul.nav.nav-tabs button.nav-link {
    background: transparent;
    border: none;
    color: #fff;
}
/*
.home_pckg_sec ul.nav.nav-tabs::after {
    position: absolute;
    content: '';
    width: calc(100% - 386px);
    border-top: 1px solid #446B8E;
    right: 11%;
    top: 55%;
}*/

.home_pckg_sec ul.nav.nav-tabs button.active{
    color: #F2B43B;
}

/* woocommerce account start */
.woocommerce-account form.login, .woocommerce-account form.register{
	margin-top: 14px;
	margin-bottom: 0px;
}
.woocommerce-account .elementor-widget-container .woocommerce {
    padding: 0px 0px;
    background-color: #fff;
    border-radius: 5px;
    margin: -80px 0px 60px;
}
.woocommerce-account .elementor-widget-container .woocommerce .woocommerce-MyAccount-content {
    padding: 20px 20px 20px 0px;
}
.woocommerce-account form.login p.woocommerce-form-row, .woocommerce-account form.register p.woocommerce-form-row {
    font-size: 15px;
    color: #858585;
}
.woocommerce-account form.login p.woocommerce-form-row input, .woocommerce-account form.register p.woocommerce-form-row input, .woocommerce form .form-row input.input-text {
    height: 45px;
    border: 1px solid #113351;
    border-radius: 5px;
	padding: 2px 10px;
}
.woocommerce-account form.login .button.woocommerce-form-login__submit, .woocommerce-account form.register .button.woocommerce-form-register__submit, .woocommerce form .form-row button.woocommerce-Button.button {
    background: #F2B43B !important;
    font-size: 16px;
    color: #113351;
}
.woocommerce-account form.login p.woocommerce-LostPassword.lost_password {
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-privacy-policy-text p a {
    color: #f2b43b;
}
.woocommerce-account form.login p.woocommerce-LostPassword.lost_password a {
    margin-bottom: 0;
    color: #f2b43b !important;
}

.woocommerce-lost-password form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row{
	font-size: 16px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    display: flex;
    padding: 50px 20px;
    border-radius: 8px;
    gap: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#F8FCFF;
}
.woocommerce-account .woocommerce-MyAccount-navigation .ppic_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
	border-radius: 50%;
}
.woocommerce-account .woocommerce-MyAccount-navigation .ppic_wrapper {
    width: 162px;
    height: 162px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: relative;
    box-shadow: -1px 8px 12px 1px #e3e3e3;
}
.woocommerce-account .woocommerce-MyAccount-navigation .ppic_wrapper .editIcon img {
    width: 18px;
    height: 17px;
    border-radius: 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .ppic_wrapper .editIcon {
    position: absolute;
    bottom: 0;
    background: #113351;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation .ppic_wrapper .editIcon:hover{
	cursor: pointer;
}

.woocommerce-account .woocommerce-MyAccount-navigation .dname p {
    margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20.16px;
	color: #6B6B6B;

}
.woocommerce-account .woocommerce-MyAccount-navigation .dname h5 {
    color:#113351;
	font-size: 24px;
	font-weight: 500;
	line-height: 30.24px;
}
.woocommerce-account .profile-details-section .pheading_area .pheading_wrap {
    padding: 7px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
}
.woocommerce-account .profile-details-section .pheading_area .pheading_wrap a img {
    margin-right: 4px;
    height: 15px;
}
.woocommerce-account .profile-details-section .pheading_area .pheading_wrap a {
    padding: 7px 15px;
    border-radius: 5px;
    color: #113351;
	border: 1px solid #A8AEB4;
	font-size: 16px;
	font-weight: 500;
	line-height: 20.16px;
}


.woocommerce-account .profile-details-section .pinfo_wrap .pitem {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #E4EAEF;
}
.woocommerce-account .profile-details-section .pinfo_wrap .pitem p, .woocommerce-account .profile-details-section .pinfo_wrap .pitem h6 {
    margin-bottom: 0px;
}
.woocommerce-account .profile-details-section .pinfo_wrap .pitem h6, .woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem h6 {
	font-size: 16px;
	font-weight: 400;
	line-height: 20.16px;
	color:#113351;
}
.woocommerce-account .profile-details-section .pinfo_wrap .pitem p, .woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem p{
	font-size: 16px;
	font-weight: 400;
	line-height: 20.16px;
	color: #6B6B6B;
	width:40%;
}
.woocommerce-account .profile-details-section .pinfo_wrap .pitem:last-child {
    padding-bottom: 0px;
}

.woocommerce-account .profile-completion-bar {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 12px;
}
.woocommerce-account .profile-completion-bar p {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #113351;
}
.woocommerce-account .profile-details-section .pheading_area .pheading_wrap h2 {
    margin-bottom: 0px;
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	color: #113351;
}
.woocommerce-account .cmn_pro.profile-completion-section, .woocommerce-account .cmn_pro.profile-details-section, .woocommerce-account .cmn_pro.profile-additional-info {
    border: 1px solid #A8AEB4;
    padding: 36px;
    border-radius: 10px;
	background-color: #fff;
}
.woocommerce-account .cmn_pro.profile-completion-section .progress-bar {
    background: #F2B43B;
}
.woocommerce-account .cmn_pro.profile-completion-section p.progText {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #9E9E9E;
	margin-bottom: 0px;
}

.woocommerce-account .cmn_pro.profile-details-section{
	margin: 20px 0px;
}
.woocommerce-account .cmn_pro.profile-details-section .pheading_area p {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.woocommerce-account .cmn_pro.profile-additional-info .pheading_area h2{
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	color:#113351;
}
.woocommerce-account .cmn_pro.profile-additional-info .pheading_area p{
	font-size: 18px;
	font-weight: 400;
	line-height: 21.6px;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap {
    margin-top: 20px;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem{
	display: flex;
    align-items: center;
    padding: 15px 0px;
    border-top: 1px solid #E4EAEF;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem p, .woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem h6 {
    margin: 0px;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem.pitem_last h6 {
    flex: 1;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem.pitem_last a{
	color:#E49C0E;
	font-size: 15px;
	font-weight: 500;
	line-height: 16.5px;
}
.woocommerce-account .cmn_pro.profile-additional-info .pinfo_wrap .pitem.pitem_last {
	padding-bottom: 0px;
}
.woocommerce-account .elementor-element.elementor-element-71efac58 {
    background: #EBF1F6;
}

/* profileModal strat */

#profileModal .modal-body h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 38.4px;
	text-align: left;
	margin-bottom: 15px;
}
#profileModal .modal-body .error-message {
    margin: -24px 0 8px;
    top: 0;
    font-size: 15px;
}

#profileModal form input, #profileModal form select {
    height: 45px;
    border: 1px solid #113351;
    border-radius: 5px;
    padding: 2px 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
}
div#customer_login {
    padding: 40px;
}

#profileModal .submit_msg {
    width: 100%;
}
#profileModal .modal_form_submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
}
#profileModal .modal_form_submit button {
    width: 49%;
    border: 1px solid;
    height: 54px;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	color: #113351;
}
#profileModal .modal_form_submit button.btn.btn_save {
    background: #F2B43B;
    border-color: #F2B43B;
}
#profileModal .modal-body {
    padding: 30px;
}


/* change password modal */
#changePasswordModal h3{
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    color: #113351;
}

#changePasswordModal form input{
    height: 45px;
    border: 1px solid #113351;
    border-radius: 5px;
    padding: 2px 10px;
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;

}

#changePasswordModal .pwd_form_submit button {
    flex: 1;
    width: 49%;
    border: 1px solid;
    height: 54px;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.6px;
	color: #113351;
}
#changePasswordModal .modal-body {
    padding: 30px;
}
#changePasswordModal .pwd_form_submit button.btn.btn_save {
    background: #F2B43B;
    border-color: #F2B43B;
}
#changePasswordModal .pwd_form_submit {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#changePasswordModal .submit_msg, #changePasswordModal #change_password_nonce{
    width: 100%;
}
.form-control:focus {
    border-color:transparent;
    outline: 0;
    box-shadow: 0px 0px 0px !important;
}

/* responsive start */

@media screen and (max-width: 991px){
	.packages-box {
    	width: calc(50% - 8px);
	}
}

@media screen and (max-width: 767px){
	.packages-listing .packages-listing-wrap{
		gap: 0;
	}
	.packages-box {
    	width: 100%;
	}
	.packages-filter-section .age-filter{
		flex-direction: column;
		align-items: flex-start;
	}
	.packages-filter-section .age-filter .filter-panel{
		flex-direction: column;
		width: 100%;
		padding: 20px 0 0;
		gap: 0;
	}
	.packages-filter-section .age-filter .filter-panel .filter-block{
		width: 100%;
		margin-bottom: 15px;
	}
	.plan-form .form-wrap .sidebar{
		width: 100%;
	}
	.plan-form .form-wrap .main-box {
    	width: 100%;
	}
	.plan-form .form-wrap{
		gap: 0;
	}
}

.day-plan-main {
    width: 100%;
    margin: 25px auto;
    background: #fff;
    box-shadow: 2px 1px 10px 0px #dedede;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
}
.day-plan-details {
    padding: 28px 25px;
}

.day-plan-details {
    flex: 1;
    border-left: 1px solid #DFDFDF;
}
.day-plan-left-meu {
    /* width: 130px; */
    position: sticky;
    top: 0;
    padding:30px;
}
.day-plan-left-meu h3 {
    margin-top: 0px;
    font-size: 25px;
    line-height: 31px;
    color: #113351;
}

.day-plan-left-meu a::after{
    content: '';
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #113351;
    border-radius: 50%;
}
.day-plan-left-meu a {
    position: relative;
    padding-left: 22px;
    margin: 12px 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.details-heading h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22.68px;
    text-align: left;
}
.details-heading {
    display: flex;
    align-items: center;
    background: #EBF1F6;
    min-height: 23px;
    padding: 10px 20px;
    border-radius: 8px;
    justify-content: space-between;
}

.details-heading span{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
}
.details-content {
    margin-top: 14px;
}
.details-content h3 {
    margin: 0;
    color: #113351;
    font-size: 24px;
    line-height: 28px;
}
.day-plan-left-meu ul li a {
    color: #6B6B6B;
    text-decoration: none;
    font-weight: 600;
}
.day-plan-left-meu a.active{
    color: #113351;
}
.day-plan-left-meu a.active::after{
    background-color: #F2B43B;
}
.day-plan-left-meu-link::after {
    border-left: 1px solid #113351;
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    height: 92%;
    z-index: -1;
}
.day-plan-left-meu-link {
    position: relative;
}

/* product details adult price */
.product-details h2.elementor-heading-title span.woocommerce-Price-amount.amount {
    font-size: 42px;
    color: #113351;
}
.product-details h2.elementor-heading-title {
    font-size: 16px !important;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #7D7D7D;
}

h2.recent-view-head {
    margin-top: -5px;
    margin-bottom: 70px;
    font-size: 70px;
    font-weight: 600;
    line-height: 77px;
    text-align: center;
    color: #113351;
    font-family: "Outfit", sans-serif;
    position: relative;
}
h2.recent-view-head::after{
    content: '';
    position: absolute;
    height:3px;
    width: 80px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #F2B43B;
    bottom: -20px;
}

h3.sim-tour{
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: center;
    color: #F2B43B;
}
.tour-tab-wrap-cl a.elementor-button.elementor-size-sm {
    position: relative;
    padding: 20px 0px;
    margin-right: 41px;
}

.tour-tab-wrap-cl a.elementor-button.elementor-size-sm::after{
    content: '';
    position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background-color:transparent;
}

.tour-tab-wrap-cl a.elementor-button.elementor-size-sm.active::after{
    background-color:#F2B43B;
}

/* order page start */
.woocommerce-MyAccount-content.wc_diff_width {
    width: 100%;
    padding: 0px !important;
    box-shadow: 1px 1px 11px 1px #cacaca;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-MyAccount-content.wc_diff_width ul.nav.nav-tabs {
    background: #ECF2F8;
}
.woocommerce-MyAccount-content.wc_diff_width ul.nav.nav-tabs li button.nav-link.active {
    background: transparent;
}
.woocommerce-MyAccount-content.wc_diff_width ul.nav.nav-tabs li button.nav-link {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #113351;
    margin: 0px 20px;
    padding: 18px 0px;
    border: none;
}
.woocommerce-MyAccount-content.wc_diff_width ul.nav.nav-tabs li button.nav-link::before{
    content: '';
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: transparent;
}
.woocommerce-MyAccount-content.wc_diff_width ul.nav.nav-tabs li button.nav-link.active::before{
    content: '';
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -2px;
    position: absolute;
    background-color: #F2B43B;
}

.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper {
    padding:15px 30px;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item {
    display: flex;
    align-items: center;
    border: 1px solid #D9D9D9;
    margin: 15px 0px;
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems {
    flex: 1;
    padding: 10px 30px;
}


.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .top_meta, .woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .bottom_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .top_meta ul li, .woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .bottom_meta ul li, .woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems ul li {
    list-style-type: none;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .top_meta ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems ul, .woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems p{
    padding: 0px;
    margin: 0px;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .bottom_meta {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #595959;
    border-top: 1px solid #E8E8E8;
    padding: 15px 0px 10px 0px;
    margin-top: 25px;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .bottom_meta a{
    font-family: Outfit;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #113351;

}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .leftItem img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .leftItem {
    width: 273px;
    height: 250px;
}

.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    text-align: left;
    color: #838383;
}

.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems p span {
    color: #113351;
    font-weight: 500;
    margin-left: 5px;
}

.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .top_meta ul li {
    padding: 5px 20px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    background-color: #F2B43B;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .top_meta ul li.predefined_flag{
    background-color: #113351;
    color: #fff;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems h3 {
    margin: 10px 0 3px;
    font-family: Outfit;
    font-size: 30px;
    font-weight: 500;
    line-height: 39px;
    text-align: left;
    color: #113351;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems ul li {
    color: #3E3E3E;
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}
.woocommerce-MyAccount-content.wc_diff_width .order_item_wrapper .order_item .rightItems .bottom_meta ul li {
    align-items: center;
    display: flex;
    gap: 5px;
}


/* for signle product */

body.single.single-product .woocommerce-notices-wrapper {
    position: absolute;
    z-index: 99;
    width: 100%;
    margin: 0 auto;
    top: 610px;
}
.woocommerce-customer-details address {
    font-weight: 500;
    line-height: 35px;
}
.woocommerce-customer-details address p.woocommerce-customer-details--phone {
    margin-bottom: 0px;
}

/* gallery box start */
.gallery-section-inner .gallery-item:not(:first-child) {
    display: none;
}
.gallery-section-inner .gallery-item img {
    width: 100%;
    object-fit: cover;
}

.gallery-section-inner .gallery-item a {
    display: inline-flex;
    height: 386px;
    width: 100%;
}

.gallery-section-inner .gallery-item {
    overflow: hidden;
    border-radius: 5px;
}
.gallery-main-item{
    position: relative;
}
.gallery-main-item .gallery-caption {
    position: absolute;
    bottom: 20px;
    left: 13px;
    background: #151515EB;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #a1a1a1;
    font-size: 15px;
}
.gallery-main-item .gallery-caption span{
    font-weight: 400;
    color: #EAEAEA;
    font-size:14px ;
    margin-left: 5px;
}
.lb-data .lb-number {
    font-size: 15px !important;
    color: #fff !important;
}


/* gallery box end */
.packages-listing.acc_customized_con {
    padding: 20px;
}
.packages-listing.acc_customized_con h2 {
    margin-bottom: 22px;
}

/* view order start */

.woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width {
    background: white;
    padding: 30px 30px 20px !important;
}
.woocommerce-account .elementor-widget-container .woocommerce .woocommerce-MyAccount-content p mark {
    color: #0466bc;
}

/* order cart */
.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width .woocommerce-order-details {
    width: 950px;
    margin: 0 auto;
    background: #EEF4F9;
    padding: 30px;
    border-radius: 8px;
}

.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width .woocommerce-customer-details {
    width: 950px;
    margin: 20px auto;
    background: #EEF4F9;
    padding: 30px;
    border-radius: 8px
}
.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width p {
    font-size: 20px !important;
    text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width p {
    font-size: 18px !important;
    text-align: center;
}
.woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width h2 {
    font-size: 23px;
}

.woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width table.shop_table{
    border: none;
}
.woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width table.shop_table td, .woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width table.shop_table th {
    font-size: 16px !important;
    border: none !important;
    padding: 3px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width .woocommerce-customer-details address {
    border: none;
    padding: 0px;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width .woocommerce-customer-details address p {
    text-align: left;
}
.woocommerce-account .woocommerce-MyAccount-content.wc_diff_width button.button.cancel {
    font-size: 15px;
    background: #F2B43B;
}
.woocommerce-view-order .woocommerce-MyAccount-content.wc_diff_width table.shop_table {
    border: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0px;
}


/* common page start */

.cmmn_page {
    padding: 50px 0px;
    background: #EBF1F6;
}
.cmmn_page h1.elementor-heading-title.elementor-size-default {
    font-size: 58px;
    font-weight: 600;
    text-align: left;
    color: #113351;
    border-bottom: 1px solid #C4CFD9;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.cmmn_page h3 {
    font-family: Outfit;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #1B1B1B;
}


.cmmn_page p{
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.2px;
    letter-spacing: -0.02em;
    text-align: left;
}

/* ngo page */
.eco-solution-item .eco-solution-thumb {
    background: #113351;
    width: 115px;
    border-radius: 50%;
    margin: 0 auto;
    padding: 20px;
    height: 115px;
}


/* .customization-request-wrap from  */
.customization-request-wrap input, .customization-request-wrap select {
    height: 48px;
    border-radius: 0px;
}
.customization-request-wrap input, .customization-request-wrap select {
    height: 48px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 5px 12px;
}

.customization-request-wrap textarea {
    max-height: 200px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 5px 12px;
    resize: none;
}
.customization-request-wrap span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 0px !important;
}

.customization-request-wrap span.wpcf7-list-item label input[type="radio"] {
    height: 20px;
    width: 20px;
}
.spaner-tag-number span {
    background: #f2b43b;
    width: 40px;
    display: inline-flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


/* contact us start */
.contact-main-content-left {
    padding: 40px 40px 0px !important;
    background: #fff;
    border-radius: 8px;
}
.contact_page_form form input {
    height: 55px;
    border: 1px solid #113351;
    border-radius: 5px;
    padding: 2px 10px;
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
}
.contact_page_form form textarea {
    height: 150px;
    border: 1px solid #113351;
    border-radius: 5px;
    padding: 2px 10px;
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.8px;
    resize: none;
}
.contact_page_form form  input.wpcf7-submit.has-spinner {
    background: #FF8D2C;
    border: none;
    color: #fff;
}
.contact-main-content .contact-main-content-right {
    background-image: linear-gradient(308deg, #FFFAF0, #f5f8fa);
    padding: 30px;
}


/* heading-border start */
.cmn_hdng h2::after {
    position: absolute;
    height: 3px;
    width: 80px;
    background: #F2B43B;
    bottom: -20px;
    left: 5px;
    content: '';
}
.cmn_hdng h2 {
    position: relative;
}
.cmn_hdng.cmn_hdng_center h2::after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.nounderline.cmn_hdng h2::after {
    display: none !important;
}

.testimonia-sliderl_wrap .swiper-wrapper .swiper-slide .elementor-testimonial__header{align-items: center;}
.testimonia-sliderl_wrap .swiper-wrapper .swiper-slide .elementor-testimonial__header .elementor-star-rating{position: absolute; bottom: 20px; left: 30px;}
.testimonia-sliderl_wrap .swiper-wrapper .swiper-slide .elementor-testimonial__content .elementor-testimonial__text{padding-bottom: 30px;} 
.testimonia-sliderl_wrap .elementor-swiper-button{
    background: #fff; border-radius: 100%; box-shadow: 0 0 10px 0 #dddddd;
    width: 40px; height: 40px;
    align-items: center; justify-content: center; border: 1px solid #648AAB;
}
.testimonia-sliderl_wrap .elementor-swiper-button:hover{background: #f2b43b;}
.testimonia-sliderl_wrap .elementor-swiper-button-prev{left: -20px !important;}
.testimonia-sliderl_wrap .elementor-swiper-button-next{right: -20px !important;}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {display: flex !important;}


/* travel book now btn bg */
.trvl_book_btn a.elementor-button-link {
    background: url(assets/images/button-arrow-icon.png) no-repeat 91% 50%, transparent;
    transition: all 300ms ease-in-out;
    background-color: #f2b43b;
    padding-right: 32px;
}

/* ftr part */
.ftr-list-nav ul li a {
    padding: 6px 0px !important;
    display: inline-flex;
}

.footer-contact-info ul li a{
    display: inline-flex;
}
.footer-contact-info ul li a:hover,
.footer-contact-info ul li a:hover .elementor-icon-list-text{
    color: #f2b43b;
}

/* forgot password start */
.woocommerce-account.woocommerce-lost-password .elementor-widget-container .woocommerce {
    padding: 40px;
    background-color: #fff;
    border-radius: 8px;
    margin: 50px 0px;
}

/* single product details start */
.single-product-rgt-payment .product-discount span.discount-percentage {
    color: #F2B43B;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.16px;
    text-align: left;
    left: -11px;
    top: -3px;
    position: relative;
}

.single-product-rgt-payment .per-adult-price h2.elementor-heading-title{
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 20.16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #7D7D7D;
    display: flex;
    align-items: center;
    gap: 10px;
}

.single-product-rgt-payment .per-adult-price span.woocommerce-Price-amount.amount{
    font-size: 42px;
    font-weight: 500;
    line-height: 52.92px;
    text-align: left;
    color: #113351;
}

.process-to-payment-btn{
    width: 100%;
}
.single-product-rgt-payment p.stock.in-stock {
    margin: 7px 0px;
}
.process-to-payment-btn a.elementor-button-link {
    width: 100%;
    margin-bottom: 6px;
    background: url(assets/images/button-arrow-icon.png) no-repeat 84% 50%, transparent;
    transition: all 300ms ease-in-out;
    background-color: #f2b43b;
    padding-right: 32px;
}


.package-left-accordian ul li {
    list-style-type: none;
    width: 100%;
    position: relative;
}
.package-left-accordian ul li::after {
    margin-bottom: 6px;
    background: url(https://openhearttravel.technoexponent.net/wp-content/uploads/2024/07/tick-bg-round.png) no-repeat left top, transparent;
    transition: all 300ms ease-in-out;
    background-size: contain;
    content: '';
    position: absolute;
    left: -30px;
    height: 16px;
    width: 16px;
    top: 10px;
}
.day-plan-main .day-plan-left-meu-link a {
    color: #113351;
}
.day-plan-main .day-plan-left-meu-link a:first-child::after{
    background-color: #f2b43b;
}

.top-login-wrap{margin-right: 20px;}

.home-banner-bottom-logo .elementor-absolute{margin-left: -75px;}

/* responsive start */
@media only screen and (max-width: 1400px) {
    .testimonia-sliderl_wrap .elementor-swiper-button-prev{left: 0px !important;}
    .testimonia-sliderl_wrap .elementor-swiper-button-next{right: 0px !important;}    
}

/* responsive start */
@media only screen and (max-width: 1024px) {
    .testimonia-sliderl_wrap .elementor-swiper-button-prev{left: 0px !important;}
    .testimonia-sliderl_wrap .elementor-swiper-button-next{right: 0px !important;}
    .footer-social{
        border-color: transparent !important;
    }
}

@media only screen and (max-width:767px) {
    .home_pckg_sec .owl-nav {
        position: absolute;
        top: -72px;
        right: 0;
        margin-top: 0px !important;
    }
    .home_pckg_sec .owl-nav button {
        height: 35px;
        width: 35px;
        font-size: 30px !important;
    }
    .packages-box .bottom-panel .btn-box .ex-btn {
        font-size: 16px;
        line-height: 1.2;
        padding: 8px 37px 8px 18px;
    }
    ul.pmenu_item li.after_login_name {
        margin-right: 30px;
    }
    ul.pmenu_item li.woLogin {
        padding: 4px 37px;
        height: 40px;
        padding: 0px 20px;
    }

    .child_pmenu_item{
        margin-right: 40px;
    }

    .counter_block{
        border-right: 0px !important;
    }


}

@media only screen and (max-width: 400px) {    
    .mob-top-header .main-logo{
        max-width: 130px !important;
    }
    .mob-top-header .main-logo img{
        width:100% !important;
        max-width: 55% !important;
    }
    
    ul.pmenu_item li:first-child{
        width: 36px;
        height: 36px;
    }
    ul.pmenu_item li.after_login_name {
        margin-right: 24px;
        font-size: 16px;
    }
    ul.pmenu_item li:nth-child(2)::before{font-size: 24px; right: -28px;}

    ul.pmenu_item li.woLogin{
        width: auto !important;
    }

}