.flex {
    display: flex;
    gap: 15px;
}

.border-right {
    border-right: 1px solid black;
}

.mr-5 {
    margin-right: 10px;
}

.ml-5 {
    margin-left: 10px;
}

.pr-5 {
    padding-right: 10px;

}

.pl-5 {
    padding-left: 10px;

}

.border-item {
    border-right: 1px solid black;
}


.flex-wrap {
    flex-wrap: wrap;
}

.bold-title {
    font-weight: 500;
    font-size: 15px;
}

.border-div {
    background-color: #d9d6d6;
    width: 1.2px;
}

.mb-15 {
    margin-bottom: 20px;
}

.btn-edit-info {
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    color: #524f4f
}

.edit-form {
    display: none;
}

.border-b-form {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 20px;

}

.hidden {
    display: none !important;
}

.price-detail {
    background: #f2f0ed;
    padding: 5px;
    max-width: 500px;
    justify-content: space-between;
    display: flex;
}

.text-total {
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.price-total {
    margin-top: 10px;
    background: #e8ae28;
    padding: 7px;
    max-width: 500px;
    color: rgb(58, 58, 58);
}

.gr-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
    /* margin: 2px 0px 10px 0px; */
}

.gr-checkbox label {
    margin-bottom: 0px !important;
}

.title-register {
    color: black;
}

.input-group label {
    margin-bottom: 0px;
}


.title-tip[_title]:hover {
    position: relative;
}

.title-tip[_title]:hover:before {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    content: attr(_title);
    margin-top: 0.5em;
    padding: 3px;
    width: 400px;
    /* change it */
    overflow: hidden;
    word-wrap: break-word;
    font-size: inherit;
    color: rgb(75, 73, 73);
    text-align: center;
    background-color: #f2f0ed;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.title-tip[_title]:hover:after {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99999;
    content: '';
    margin-left: -0.125em;
    width: 0;
    height: 0;
    border: 0.25em dashed transparent;
    border-bottom: 0.25em solid #222;
    font-size: inherit;
}

/* title-tip-up */
.title-tip-up[_title]:hover:before {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.5em;
}

.title-tip-up[_title]:hover:after {
    top: auto;
    bottom: 100%;
    border: 0.25em dashed transparent;
    border-top: 0.25em solid #222;
}

.tooltip-inner {
    max-width: 350px !important;

}

.text-tooltip {
    line-height: 22px;
    text-align: left;
}


/* title-tip-right */
.title-tip-right[_title]:hover:before {
    top: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.5em;
}

.title-tip-right[_title]:hover:after {
    top: 50%;
    left: 100%;
    margin-left: 0;
    margin-top: -0.125em;
    border: 0.25em dashed transparent;
    border-right: 0.25em solid #222;
}

/* title-tip-left */
.title-tip-left[_title]:hover:before {
    top: auto;
    left: auto;
    right: 100%;
    margin-top: 0;
    margin-right: 0.5em;
}

.title-tip-left[_title]:hover:after {
    top: 50%;
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-top: -0.125em;
    border: 0.25em dashed transparent;
    border-left: 0.25em solid #222;

}

.ele-tooltip {
    width: 17px;
    border: 1px solid #8e8d8b;
    height: 17px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-about-us {
    background: #182026;
    margin: 20px 0px 20px 0px;
    padding: 20px 0px 20px 0px;

}

.block-about-us .heading {
    color: white;
    margin-bottom: 20px;

}

.block-about-us .title {
    color: white;
    font-size: 20px;
}

.block-about-us .content {
    color: #cac4c4;
    line-height: 40px;
    font-size: 16px;
}

.block-about-us .block-title {
    margin-bottom: 10px;
}

.logo img {
    width: 120px;
}

@media only screen and (max-width: 600px) {
    .trip-info .border-div {
        display: none !important;
    }
}

.col-6-action {
    max-width: 50% !important;
}

.mobile-nav {
    background-color: rgba(26, 25, 23, 0.9);
}

.content-between {
    justify-content: space-between;
}

.mr-2 {
    margin-right: 3px;
}

.action-car {
    display: flex;

    max-width: 500px;
    justify-content: space-between;
}

.captcha-contact .action {
    display: flex !important;
    gap: 20px
}

.blogs-page .post-content img {
    margin: 0 auto 1rem;
    display: block;
    height: auto;
}

#quote_confirm .input-group button.btn-confirm-promotion {
    top: 2.8px;
    padding-right: 22px;
    padding-left: 22px;
    z-index: 999;
}
.quote .bootstrap-select .btn-light{
    height: 55px ;
}