/* Map styling*/
#ce_map_container{border:2px solid #CCC;background-color:#CCC ; font-size:12px;}
#ce_map_canvas{width:100%;height:300px}
#ce-directionsPanel{background-color:#FFF}
/* Direction */
#ce-map-cpanel-switch{padding:8px;font-size:120%;height:40px;margin-top:2px;
    background:#444 url("../images/map-icon.png") no-repeat 20px center}
#ce-map-cpanel-switch a.ce-route,
#ce-map-cpanel-switch a.ce-route:visited{color:#FFF;display:block;float:left;margin:10px 0 0 65px}
.ce-map-cpanel fieldset{border-color:#CCC;border-style:solid none none;border-width:1px 0 0;clear:both; margin:3px}
.ce-map-cpanel fieldset legend{font-size:150%}
.ce-map-cpanel div{ clear:left;display:block; width:100%}
.ce-map-cpanel label{ }
.ce-map-cpanel div.submit div,.ce-map-cpanel div.submit div button{display:inline}
/* Coordinates*/
#ce-map-coordinates{background-color:#F2EFE9;height:15px;margin-top:2px;padding:5px 0}
#ce-map-coordinates div{float:left;width:49%;text-align:center}
.ce-map-coord-label{font-weight:bolder}
.ce-map-coord-value{}
/* MAP: End*/

/*  */
.fancybox-slide{
    padding: 0;
    padding-top: 40px;
}
.fancybox-slide::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: #ffffff;
}
.fancybox-button{
    height: 40px;
    width: 40px;
    padding: 0;
    color: #333333;
    background-color: transparent;
    opacity: 1;
}
.fancybox-button:hover{
    color: #000000;
}
.infoformcont{
    padding: 30px 20px 40px;
    background-color: #f6f6f6;
}
.wrapform{
    max-width: 770px;
    margin: 0 auto;
}
.infoformcont .titleform{
    text-align: center;
    margin-bottom: 15px;
}
.infoformcont .titleform h2{
    font-size: 25px;
    line-height: 37px;
    font-weight: bold;
    text-transform: uppercase;
}
.infoformcont .tendform{
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.btnfrm button{
    padding: 10px 50px;
    border: none;
    background-color: #523594;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
}
.btnfrm button:hover{
    background-color: #b61034;
}

.grcontact{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.grcontact .colgr{
    width: 50%;
    padding: 0 15px;
}
.vhinfoaddress{
    border-top: 2px solid #06a7de;
}
.vhinfoaddress .itemBeAdd{
    padding: 15px 0 ;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.vhinfoaddress .itemBeAdd:nth-child(1){
    
    border-top: none;
}
.vhinfoaddress .itemBeAdd > div{
    padding: 0 10px;
}
.vhinfoaddress .itemBeAdd .mmthumb{
    width: 100px;
    text-align: center;
}
.vhinfoaddress .itemBeAdd .mmdecs{
    width: calc(100% - 100px);
}
.itemBeAdd .mmdecs .t1{
    margin-bottom: 5px;
    font-weight: bold;
}
.itemBeAdd .mmdecs .t2{
    font-size: 15px;
    line-height: 23px;
}
.itemBeAdd .mmdecs .t2 a:hover{
    color: #06a7de;
}
.itemBeAdd .mmdecs .t3{
    margin-top: 5px;
}
.itemBeAdd .mmdecs .t3 a{
    color: #06a7de;
    text-decoration: underline;
}
.thumbct img{
    width: 100%;
}

.vhcontactinfo{
    margin-bottom: 60px;
}
.vhcontactinfo .ttcontact{
    text-align: center;
    margin-bottom: 15px;
}
.vhcontactinfo .ttcontact, .vhcontactinfo .ttcontact h1, .vhcontactinfo .ttcontact h2{
    color: #523594;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhcontactinfo .cscontact{
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
@media screen and (max-width: 991px) {
    .vhcontactinfo .ttcontact, .vhcontactinfo .ttcontact h1, .vhcontactinfo .ttcontact h2{
        font-size: 20px;
        line-height: 30px;
    }
    .grcontact{
        flex-direction: column-reverse;
    }
    .grcontact .colgr{
        width: 100%;
        margin-bottom: 10px;
    }
    .vhcontactinfo{
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .infoformcont{
        padding: 20px 15px 50px;
        margin: 0 -15px;
    }
    
    .infoformcont .titleform h2{
        font-size: 20px;
        line-height: 30px;
    }
    .vhinfoaddress .itemBeAdd .mmthumb{
        width: 70px;
        text-align: left;
    }
    .vhinfoaddress .itemBeAdd .mmdecs{
        width: calc(100% - 70px);
    }

}
