.contacttwo{
    width: 80%;
    margin: auto;
    margin-top: 80px;
}


.head{
    background-color: #88d7fe;
}

.headd{
    background-color: #88d7fe;
    width: 80%;
    margin: auto;
}


#conform {
    width: 80%;
    /* background-color: yellow; */
    margin: auto;
    /* display: inline-block; */
}

#conform a{
    /* width: 80%; */
    color: black;
    text-decoration: none;
    background-color: #88d7fe;
    font-size: 20px;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: inline-block;
}



.formdiv{
     display: inline-block;
}



input[type="text"],input[type="email"],input[type="number"],input[type="date"]{
   height: 40px;
   width: 40%;
   margin-bottom: 30px;
   margin-top: 0px;
   outline: none;
   border-radius: 5px;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="date"]:focus{
    border: 4px solid blue;
    border-radius: 5px;
    text-transform: uppercase;
}

textarea{
   height: 60px;
   width: 40%;    
}

.label_title{
    margin-bottom: 10px;
    display: inline-block;
}

.float_right{
    width: 80%;
    margin: auto;
}

.float_right iframe{
    width: 50%;
    height: 550;
    margin-top: 20px;
    /* margin-left: 100px; */
    /* border: 2px solid black; */
    float: right;
}
.clear {
    clear: both
}

.conform button{
    width: 50%;
    background-color: #88d7fe;

}



