/* 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*/

.thecontform{
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 23px;
}
.theinfoform{
    max-width: 920px;
    margin: 0 auto;
}
.tpformct input{
    width: 100%;
    padding: 0 20px;
    height: 40px;
    background-color: #f6f6f6;
    border: none;
}
.tprecapcha{
    text-align: center;
}
.theinfoform .viewall{
    text-align: center;
}
.theinfoform .viewall button{
    text-transform: uppercase;
    font-weight: 400;
    padding: 6px 50px;
    line-height: 24px;
    background-color: #057d40;
    border: 1px solid #057d40;
    color: #fff;
}
.theinfoform .viewall button:hover{
    background-color: #fff;
    color: #057d40;
}

.hpcontacthh{
    background-color: #f6f6f6;
}
.hpcontacthh .inner{
    max-width: 920px;
    margin: 0 auto;
}
.hhselectchoo{
    margin-bottom: 22px;
    position: relative;
}
.hhselectchoo .chtitle{
    font-size: 14px;
    line-height: 22px;
    padding: 12px 55px 12px 25px;
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #fff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hhselectchoo .chtitle::before{
    content: "\f078";
    position: absolute;
    right: 20px;
    top: 53%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #777777;
    font-size: 18px;
}
.hhselectchoo.active .chtitle::before{
    content: "\f077";
}
.hhselectchoo .chconts{
    background-color: #fff;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
}
.hhselectchoo .chconts li a{
    display: block;
    padding: 10px 25px;
}
.hhmaploadmms .grmms{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}
.hhmaploadmms .grmms > div{
    padding: 0 15px;
    width: 33.33333%;
}
.itmaploadmms .mmstitle{
    margin-bottom: 20px;
}
.itmaploadmms .mmstitle, .itmaploadmms .mmstitle h2{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.hhmaploadmms .vhmapload{
    height: 500px;
    position: relative;
    overflow: hidden;
    border: 3px solid rgba(0, 0, 0, 0.1);
}
.hhmaploadmms .vhmapload iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .hhmaploadmms .grmms > div{
        width: 100%;
        margin-bottom: 30px;
    }
    .hhmaploadmms .grmms > div:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .hhselectchoo .chtitle{
        padding: 12px 45px 12px 20px;
    }
    .hhselectchoo .chtitle::before{
        right: 15px;
    }
    .hhmaploadmms .vhmapload{
        height: 400px;
    }
}
