.form-container{
    display: flex;
    flex-direction: row;
    margin-top: 3%;
    margin-left: 15%;
    margin-right: 15%;
}

.form-container > .cfc-left{
    display: flex;
    flex-direction: row;
    width: 30%;
    align-items: center;
}

.form-container > .cfc-right{
    display: flex;
    flex-direction: column;
    width: 35%;
}
.form-container > .cfc-center{
    width: 35%;
    margin-right: 3%;
}

.second-contact-container{
    display: flex;
    flex-direction: row;
    padding-left: 15%;
    padding-right: 15%;
}

.min-container{
   display: flex;
   flex-direction: column; 
   padding: 5%;
}

.blue-span{
    color: #0ddbd1;
    font-weight: bold;
    font-size: 25px;
    margin: 3%;
}

/*To show map on page*/
.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    width:100%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:500px;
    width:100%;
}


input{
    border: none;
    border-bottom: 1px solid black;
    height: 40px;
    padding: 5px;
    font-size: 15px;
}

textarea{
    border: none;
    border-bottom: 1px solid black;
    resize: none;
    height: 110px;
}

input:focus, textarea:focus {
    border: none;
    border: 4px solid #0ddbd1;
    
}


