.flex{
    display:flex;
    flex-wrap:wrap;
}

.flex-row-center {
    align-items: center;
}

.select2-selection__rendered {
    margin-left: unset !important;
}

.box-img {
    width: 100px;
    height: 70px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}

.cursor-pointer {
    cursor: pointer;
}

.color-blue {
    color: rgba(12, 86, 222, 1);
}

.color-red {
    color: red;
}

.color-warning {
    color: #ffab00;
}

.color-success {
    color: #71dd37;
}

.breadcrumb{
    margin-left: unset;
}

.no-border{
    border: none !important;
}

.no-padding-lr {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.text-small{
    font-size:13px;
    color: gray;
}
.text-black-bold {
    font-weight: 500 !important;
    color: black !important;
}

.contact-view {
    /*padding: 30px 60px;*/
}

    .contact-view h1, .contact-view h2, .contact-view h3{
        text-transform:uppercase;
    }
    .contact-view h3 {
        color: #222222;
        font-size:18px;
    }

        .contact-view .map1 {
            border-radius: 10px;
            overflow: hidden;
            height: 200px;
        }
    .contact-view .map1 iframe {
        height: 100%;
        width: 100%;
        max-width: 100%;
    }

    .contact-view .wrap-head {
        padding: 20px;
        border-radius: 10px;
        background: #F3F7FB;
        display:block;
    }

    .contact-view i {
        margin-right: 10px;
    }

    .contact-view .flex-row {
        display: flex;
        align-items: center;
    }
    .contact-view .flex-row span{
        font-size: 14px;
        font-weight: 500;
    }

    .contact-view .map2 {
        height: 200px;
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
    }

    .contact-view .list .item {
        padding: 15px 0px;
        border-bottom: 1px solid #f1f1f1;
    }

.vrtour {
    display: flex;
    flex-direction: column;
    width: 50px;
}

.btn-white {
    color: #757575 !important;
    font-weight: 400 !important;
    background: white !important;
    text-align: left !important;
}