.dvls_maps_wrap,
.dvls_maps_wrap * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dvls_maps_wrap {
    overflow: hidden;
    background: #F7F4EF;
    border-radius: 5px;
}

/* .dvls_maps_wrap:after, .dvls_maps_row:after, .dvls_maps_col:after, .dvls_maps_3col:after {
    content: '';
    display: table;
    clear: both;
} */

.dvls_maps_header_left {
    float: left;
    overflow: hidden;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
    font-weight: 300;
}

.dvls_maps_header_right {
    overflow: hidden;
}

.dvls_maps_header {
    background: #f2f2f2;
    padding: 15px;
    margin: 0;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
}

.dvls_maps_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.5) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAVklEQVQImX3KQQ3AIBBE0bkjBTHIwUF9sBI2+4VgAwscyqUH0tD+ZC6TJ6AD98+63D0D4wMMd8+SJKAA8wUmULQXEXVHEVF1CmgPakcgSWaWgMvM0v4v8Btn7NLEpSUAAAAASUVORK5CYII=) right 35px center no-repeat !important;
    padding: 0 20px;
    outline: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    color: #333;
}

.dvls_maps_3col {
    padding: 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dvls_maps_3col h4 {
    opacity: 0.8;
    color: #ffffff;
    font-size: 30px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0 0 25px;
    width: 100%;
}

.dvls_maps_3col .dvls_maps_col {
    width: 35%;
    padding-left: 15px;
    padding-right: 15px;
}

.dvls_maps_3col .dvls_maps_col:first-of-type {
    padding-left: 0
}

.dvls_maps_3col .dvls_maps_col:last-of-type {
    width: 30%;
    padding-right: 0
}

.dvls_maps_wrap input.dvls-submit {
    color: #ffffff;
    font-size: 15px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    height: 50px;
    border-radius: 25px;
    background-color: #b3224e;
    line-height: 50px;
    padding: 0;
    width: 230px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.dvls_maps_wrap input.dvls-submit:hover {
    background: #1c1c1c;
    border-color: #fff;
    color: #fff;
}

.dvls_result_infor svg,
.dvls_result_infor i {
    display: inline-block;
    margin-right: 13px;
    color: #333;
}

.dvls_maps_wrap .dvls_near_you {
    margin: 10px 0 0;
    display: inline-block;
}

.infobox-wrapper img {
    width: 40px;
}

.dvls_maps_sidebar {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 2;
}

.dvls_maps_main {
    height: 500px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    width: calc(100% - 520px);
}

.dvls_maps_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dvls_maps_body .col-half.dvls_maps_sidebar{
    width: 520px;
}

div#dvls_maps {
    left: 0;
    top: 0;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
}

.dvls_result_thumb {
    width: 80px;
    float: left;
    margin: 0 10px 0 0;
}

.dvls_result_infor {
    overflow: hidden;
    padding-right: 50px;
}

.dvls_maps_wrap .dvls_result_infor h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    text-transform: initial;
    margin-bottom: 15px;
    color: #000;
}

.dvls_result_infor p {
    color: #5E5E5E;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 5px;
}

.dvls_result_infor a{
    color: #333;
    text-decoration: none !important;
}

.dvls_result_infor p:last-child{
    margin-bottom: 0;
}

.dvls_result_item {
    overflow: hidden;
    padding: 25px 40px;
    cursor: pointer;
    position: relative;
}

.dvls_result_item::before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: calc(100% - 40px);
    height: 0.5px;
    background-color: #D7D7D7;
}

.dvls_result_wrap .dvls_result_item:hover,
.dvls_result_wrap .dvls_result_item.active {
    background-color: var(--cl-main);
}

.dvls_maps_sidebar_content {
    max-height: 398px;
    overflow: auto;
}

.dvls_result_item::after{
    content: '\e87a';
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px solid #9B938B;
    color: #9B938B;
    font-size: 17px;
    font-family: 'Linearicons-Free';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    line-height: 43px;
    text-align: center;
}

.dvls_result_wrap .dvls_result_item:hover::after,
.dvls_result_wrap .dvls_result_item.active::after{
    color: #000;
    border-color: #000;
}

.dvls_maps_wrap .dvls_result_item:hover a,
.dvls_maps_wrap .dvls_result_item.active a,
.dvls_maps_wrap .dvls_result_item:hover i,
.dvls_maps_wrap .dvls_result_item.active i,
.dvls_maps_wrap .dvls_result_item:hover p,
.dvls_maps_wrap .dvls_result_item.active p,
.dvls_maps_wrap .dvls_result_item:hover h3,
.dvls_maps_wrap .dvls_result_item.active h3{
    color: #000;
}

.infobox-wrapper .item {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 10px;
}

.infobox-wrapper .item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.infobox-wrapper .infobox {
    width: 300px;
    background: #fff;
    margin-top: 20px;
}

.infobox-wrapper .infobox .item_infobox_thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.infobox-wrapper>img {
    position: absolute !important;
    z-index: 1;
    right: -15px;
    top: -15px;
}

.infobox-wrapper .item_infobox_infor {
    padding: 15px;
    font-size: 13px;
    line-height: 18px;
}

.infobox-wrapper .item_infobox_infor h3 {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 18px;
}

.infobox-wrapper .item_infobox_infor p {
    margin: 0 0 5px;
    line-height: 18px;
}

.dvls_result_status {
    display: none;
    padding: 5px 10px;
}

.dvls_result_status.show {
    display: block;
}

.dvls_maps_body.devvn_loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    z-index: 10;
}

#dvls_fountainG {
    position: absolute;
    width: 102px;
    height: 12px;
    margin: auto;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -51px;
    z-index: 9;
    display: none;
}

.devvn_loading #dvls_fountainG {
    display: block;
}

#dvls_fountainG .fountainG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 12px;
    height: 12px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

#dvls_fountainG #fountainG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#dvls_fountainG #fountainG_2 {
    left: 13px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#dvls_fountainG #fountainG_3 {
    left: 25px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#dvls_fountainG #fountainG_4 {
    left: 38px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#dvls_fountainG #fountainG_5 {
    left: 51px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#dvls_fountainG #fountainG_6 {
    left: 64px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#dvls_fountainG #fountainG_7 {
    left: 76px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#dvls_fountainG #fountainG_8 {
    left: 89px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

body .dvls_maps_wrap img {
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 1199px) {

    .dvls_maps_body .col-half.dvls_maps_sidebar {
        width: 350px;
    }

    .dvls_maps_main{
        width: calc(100% - 350px);
    }
}

@media screen and (max-width: 991px){

    .dvls_maps_3col,
    .dvls_result_item {
        padding: 15px;
    }

    .dvls_result_infor {
        padding-right: 40px;
    }

    .dvls_result_item::after {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .dvls_maps_body{
        flex-direction: column-reverse;
    }

    .dvls_maps_body .col-half {
        width: 100% !important;
    }

    .dvls_maps_header_right {
        float: none;
        padding-left: 0;
    }

    .dvls_maps_3col .dvls_maps_col {
        width: 100%;
        margin: 0 0 10px;
    }

    .dvls_maps_header_left {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .dvls_maps_sidebar {
        position: relative;
        /* width: 100%; */
        height: inherit;
        max-height: auto;
    }

    .dvls_maps_main {
        padding: 0;
    }

    .infobox-wrapper .infobox {
        width: 220px;
    }

    .dvls_maps_3col .dvls_maps_col {
        padding-left: 0;
    }
    input.dvls-submit {
        margin-top: 20px;
    }

    .dvls_maps_3col .dvls_maps_col:last-of-type{
        width: max-content;
    }

    .dvls_maps_3col h4{
        line-height: 30px;
        font-size: 25px;
    }
    .dvls_result_item {
        padding: 15px 20px;
    }
    .dvls_maps_main {
        height: 325px;
    }
}