.franchisetitle {
    position: absolute;
    width: 40%;
    top: 23%;
    left: 46%;
}

.franchisetitle_consult {
    color: #4e4f50;
    font-size:1.4vw;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

.franchisetitle_name {
    color: #4e4f50;
    font-size:1.8vw;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}

.img-circle {
  border-radius: 50%;
}


.photoframe, .detailsframe {    
    vertical-align: top;
    position: relative;
}

.photobackdrop {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.photo {
    position: absolute;
    width: 54%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: -1px -1px 12px;
}

.namebackdrop {
    width: 119%;
    position: relative;
    top: 0;
    left: 0;
}

.advisernamebar {
    /* position: absolute; */
    width: 100%;
    left: 20px;
    top: 180%;
    transform: translate(0,-180%);
}

.contactus {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.advisername  {
    color: #4e4f50;
    font-size:24px;
    font-weight: bold;
    line-height: normal;
}

.advisertitle {
    color: #4e4f50;
    font-size:20px;
    font-weight: normal;
    line-height: normal;
    margin-top: 1vw;
}

.adviserdetails {
    /* position: absolute; */
    width: 100%;
    left: 20px;
    /* top: 100%; */
    padding-right: 40px;    
}

.contactitem, .contactitem a, .contactitem a:visited  {
    width: 100%;
    color: #4e4f50;
    font-size:16px;
    font-weight: bold;
    line-height: normal;
    margin-top: 0vw;
    margin-bottom: 0px;
}

.contactitem a:hover  {
    color: #ce2028;
}

.contactitemicon {
    margin-right: 20px;
    /* width: 32px;
    height: 32px; */
    width: 2vw;
    height: 2vw;
}

.backgrounddetails {
    color: #4e4f50;
    font-size:1.2em;
    font-weight: normal;
    line-height: 1.5em;
    margin-top: 30px;    
}


.productsandservicestitle {
    color: #c40404;
    font-size:18px;
    font-weight: bold;
    line-height: normal;
    margin-top: 30px;
    margin-bottom: 20px;  
}

.productsandservices {
    color: #4e4f50;
    font-size:16px;
    font-weight: normal;
    line-height: 1.5em;
}

.nameheaderbgrow {
    background:#ede9e8; 
    height:189px;
}

.nameHeadContainer {
    position: relative; 
    z-index: 2; 
    top: -191px;
}

@media (min-width:768px)
{
    .mapouter {
        margin-top: 30px !important;
    }
    
    .nameheaderbgrow {
        height:125px;
    }
    
    .nameHeadContainer {
        top: -118px;
    }
}


@media (min-width:992px)
{
    .nameheaderbgrow {
        height:130px;
    }
    
    .nameHeadContainer {
        top: -137px;
    }
}

@media (min-width:1180px)
{
    .nameheaderbgrow {
        height:134px;
    }
    
    .nameHeadContainer {
        top: -139px;
    }
}

@media (min-width:1200px)
{
    .nameheaderbgrow {
        height:154px;
    }
    
    .nameHeadContainer {
        top: -166px;
    }
}


.mapouter {
    width: 100%; 
    height: 400px; 
    position: relative; 
    text-align: right;
    margin-top: 256px;
    padding: 0px;
}



.gmap_canvas {
    width: 100%; 
    height: 400px;
    overflow: hidden; 
    background: none!important;
}