.user-details-wrap {
    margin-top: -80px;
}
.user-details-wrap-inner {
    position: relative;
    background: white;
    -webkit-box-shadow: 0px 2px 2px rgb(99 99 99 / 20%);
    -moz-box-shadow: 0px 2px 2px rgb(99 99 99 / 20%);
    min-height: 200px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgb(99 99 99 / 20%);
    border-radius: 8px;
    padding: 40px;
}
.user-col {
    display: inline-block;
}
.user-details-wrap-inner .row .user-col:nth-child(1) {
    width: 240px;
}
.user-details-wrap-inner .row .user-col:nth-child(2) {
    width: 200px;
}
.user-details-wrap-inner .row .user-col:nth-child(3) {
    width: 200px;
}
.user-details-wrap-inner .row .user-col:nth-child(4) {
    width: 200px;
}
.user-details-wrap-inner .row .user-col:nth-child(5) {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 200px;
}

.user-name-wrap2 span {
    width: 120px;
    height: 120px;
    border: 1px solid #ffffff;
    margin-right:15px;
}
.name-user-box2 h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.name-user-box2 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
    margin-bottom: 0;
}
.user-name-wrap2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}
.u-profile-box {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 8px;
    min-height: 152px;
    padding: 16px;
}
.u-profile-box span {
    display: block;
    height: 48px;
    width: 48px;
    border: 1px solid rgb(160 160 160 / 16%);
    text-align: center;
    line-height: 48px;
    border-radius: 100%;
    margin-bottom: 23px;
}
.user-detail-box h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.user-detail-box h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
}
a.back-search {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.user-details-sec {
    position: relative;
    padding: 48px 0px;
}
.user-details-sidebar ul {
    list-style: none;
    margin: 0;
}
.user-details-sidebar ul li {
    margin-bottom: 32px;
}
.user-details-sidebar ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #D43E49;
}
.user-details-sidebar ul li a img {
    margin-right: 16px;
}
.ud-title {
    margin-bottom: 24px;
}
    .ud-title h2 {
        font-weight: 700;
        font-size: 32px;
        line-height: 44px;
        letter-spacing: -0.02em;
        color: #00226D;
    }
.ud-title h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.ud-box {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-sizing: border-box;
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 8px;
    min-height: 160px;
    margin-bottom: 24px;
}
.ud-box-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.ud-box-title h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
}
.ud-box-icon span {
    display: block;
    height: 64px;
    width: 64px;
    border: 1px solid rgb(160 160 160 / 16%);
    text-align: center;
    line-height: 64px;
    border-radius: 100%;
    margin-bottom: 23px;
}
.ud-mini-title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.ud-mini-title2 h4 {
    font-weight: 400;
    font-size: 14px;
    color: #091A35;
}
.ud-box-inner1 {padding:6px 24px;}
.ud-box-inner1, .ud-box-inner2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ud-box-inner2 {
    padding: 15px 24px;
    border: 1px solid rgba(160, 160, 160, 0.16);
}
.change-photo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
}
.change-photo span {
    width: 64px;
    height: 64px;
    border: 1px solid #ffffff;
    margin-right: 15px;
}
.change-photo a {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #D43E49;
}
.form-wrap {position: relative;}
.form-wrap label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
    margin-bottom: 0;
    padding: 12px 0px 0px 12px;
}
.form-wrap input {
    background: rgba(255, 255, 255, 0.01);
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border: 0px;
    padding: 0 0 13px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #091A35;
}
.form-wrap a {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.edit-info-wrap {
    border: 1px solid rgb(147 156 177 / 16%);
    border-radius: 4px;
    margin-bottom: 24px;
}
.form-control:disabled {background-color: #ffffff;}
.ud-acnt-box h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
    margin: 24px 0 16px 0;
}
a.see-password {
    right: 55px;
}
.member-pay-title h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
    margin-bottom: 16px;
}
.member-pay-box {
    border: 1px solid rgb(147 156 177 / 16%);
    border-radius: 4px;
    margin-bottom: 16px;
    padding:24px 24px 10px 24px;
}
.member-pay-box h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.member-pay-box h2 span {
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-bottom;
}
.pay-box-left h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
    margin: 0;
}
.pay-box-left h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.pay-box-right h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #091A35;
}
.pay-box-right h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #84C318;
    text-align: right;
}
.pay-box-iiner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.user_reservation {
    margin-bottom: 16px;
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid rgba(147, 156, 177, 0.16);
    box-sizing: border-box;
    border-radius: 4px;
    position:relative;
}
/*.user_reservation:after {
    position: absolute;
    content: "";
    background-image: url(../imgs/abb_bg.png);
    height: 200px;
    width: 30px;
    right: 200px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}*/
span.line-devider img {
    height: 172px;
}
span.line-devider {
    position: absolute;
    right: 200px;
    top: -2px;
    bottom: 0;
}
.user_reservation h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.user_reservation-left h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.user_reservation-left h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.user_reservation-right h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #84C318;
}
.user_reservation-right h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    letter-spacing: -0.02em;
    color: #091A35;
}
.user_reservation-side a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #D43E49;
}
ul#myTab li a {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #091A35 !important;
    box-sizing: border-box;
    border-radius: 4px;
    display: block;
    width: 217px;
    height: 48px;
    padding: 0 !important;
    line-height: 48px;
    text-align: center;
    color:#939CB1;
}
ul#myTab {
    border: 0px;
    margin-bottom:24px;
}
ul#myTab li:nth-child(1) a {border-right:0px !important; border-top-right-radius:0px; border-bottom-right-radius:0px;}
ul#myTab li:nth-child(2) a {border-left:0px !important; border-top-left-radius:0px; border-bottom-left-radius:0px;}

ul#myTab .nav-item.show .nav-link, ul#myTab .nav-link.active {
    background: #091A35 !important;
    color: #ffffff;
}
.rating-star i {
    color: rgba(147, 156, 177, 0.4);
    font-size: 20px;
}
.rating-star i.active {
    color: #FFB535;
}
.rating-star span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #939CB1;
    margin-left: 8px;
}
.fav-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    margin-top:24px;
}
.fav-title-row h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.fav-title-row a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: right;
    color: #D43E49;
}
.fav-hotel-text h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: #D43E49;
}
#fav-hotel1 .item, #fav-hotel2 .item {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 8px;
    margin-bottom:24px;
}
.fav-hotel-text {
    padding: 24px;
}
#fav-hotel1 .owl-dots, #fav-hotel2 .owl-dots, #fav-tour1 .owl-dots {
    position: absolute;
    bottom: 115px;
    left: 0;
    right: 0;
    z-index: 1;
}
#fav-hotel1 .owl-dots .owl-dot span, #fav-hotel2 .owl-dots .owl-dot span, #fav-tour1 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 3px;
    background: #ffffff;
    border: 1px solid #ffffff;
}
#fav-hotel1 .owl-dots .owl-dot.active span, #fav-hotel2 .owl-dots .owl-dot.active span, #fav-tour1 .owl-dots .owl-dot.active span {
    background: #86979100 !important;
}
.gift-title-row {
    margin-top: 24px;
    margin-bottom: 17px;
}
.gift-title-row h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #091A35;
}
.gift-title-row h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
}
.gift-wrap {
    background: #FFFFFF;
    border: 1px solid rgba(147, 156, 177, 0.16);
    box-sizing: border-box;
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 4px;
    padding: 48px 0px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: 16px;
}
.cer-title-inner h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #939CB1;
    margin-bottom: 0;
}
.cer-title-inner h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #091A35;
}
.certificate-price {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #3898EC;
}
.certificate-price h3 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}
.certificate-rating {
    width: 100%;
    text-align: center;
    margin-top: 48px;
}
.certificate-rating h5 {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #939CB1;
}
.gift-rating {
    margin-bottom: 8px;
}
.gift-rating .fa {
    color: #FFB535;
    font-size: 20px;
}
.cer-title-inner {
    margin-bottom: 48px;
}
.gift-end-row p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
}
.user_reservation h2 span {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 8px;
}
.usr-payment-side h5 {
    margin-bottom: 0;
}
.notification-box-wrap {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 4px;
    padding: 24px;
    margin-bottom:16px;
}
.notifification-box-top h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
}
.notifification-box-top h6 span {
    margin-right: 8px;
}
.notifification-box-top span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #939CB1;
}
.notifification-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.notification-box-bottom h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #091A35;
}
.notification-box-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #091A35;
}
.row.lang-row{
    padding: 0px 23px;
}
.lang-box-main {
    background: #FFFFFF;
    border: 1px solid rgba(160, 160, 160, 0.16);
    box-shadow: inset 0px -1px 0px rgb(160 160 160 / 16%);
    border-radius: 4px;
    padding: 0;
}
.lang-box-main .col-md-12 {
    padding: 0;
}
.lang-box-wrap {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(160, 160, 160, 0.16);
    border-radius: 4px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.language-wrap h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #091A35;
    margin-bottom: 0;
}
.language-wrap h5 {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #939CB1;
}
.language-box span {
    display:block;
    margin-right:16px;
    padding-top:5px;
}
.language-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}



















@media all and (max-width:767px) {
.user-col { width: 100%;margin-bottom: 24px;}
.user-details-wrap-inner .row .user-col:nth-child(1) {width: 100%;}
.pay-box-iiner {display: block;}
.pay-box-right h5, .pay-box-right h6, .user_reservation-right h5, .user_reservation-right h6 {text-align: left;}
.pay-box-side, .user_reservation-side {margin: 15px 0px;}



}


@media all and (max-width:575px) {
.user-details-wrap-inner .row .user-col:nth-child(2),
.user-details-wrap-inner .row .user-col:nth-child(3),
.user-details-wrap-inner .row .user-col:nth-child(4),
.user-details-wrap-inner .row .user-col:nth-child(5) {width: 100%;}
.user-details-wrap-inner .row .user-col:nth-child(5) {justify-content: center;}
.ud-title h2 {font-size: 25px;}
.member-pay-box h2, .pay-box-right h6 {font-size: 16px;}
.member-pay-box h2 span {vertical-align: top;}
.user-details-sidebar ul {padding: 0;}
 ul#myTab li a {width: 141px;}  
.logo {padding-right: 60px;}
.user_reservation h2 {font-size: 20px;}
.user_reservation-right h6 {font-size: 15px;} 
 
 
 
 
}

@media all and (max-width:360px) {

.logo {padding-right: 60px;}
    
    }
