.contact span{
    font-size: 18px;
}
.contact p{
    font-weight: bold;
}

.contact .touch{
    color:  #ED1D24 !important;
}
.contact .str{
    color: white;
}
.contact .in{
    margin-top: 10px;
    
}
.contact .i::placeholder{
    color: black;
}
/* .contact input[type="text"]::placeholder , input[type="email"]::placeholder , .area::placeholder {
    color:white !important;
} */
input::placeholder{
    color:white !important;
}
.contact textarea::placeholder{
    color:white !important;
}
input:focus{
    background-color: #00A7A090 !important;
    outline: none !important;
    border:1px solid black !important;
}
/* .contact input[type="text"]{
    color:white;
    border-radius: 50px;
    background-color: #00A7A090;
    outline: none;
    border:2px solid white !important;
    position:relative;
} */
/* .contact input[type="text"]:focus{
    background-color: #00A7A090;
    outline: none;
    border:1px solid white;
    
} */
 .contact .bt{
    background-color:#E1AD21 !important;
    color: or !important;
    outline:none;
    border: none;
    padding:5px;
    border-radius:10px;
    width: 100px;
}
.contact .area{
    background-color: #33D2FF30 !important;
    outline: none;
    border:1px solid black !important;
    height: 200px !important;
    border-radius: 20px !important;
    color:white !important
}
.contact .area:focus{
    background-color: #33D2FF30 !important;
    outline: none !important;
    border:1px solid black !important;
}
.contact input{
    color:white !important;
    border-radius: 50px !important;
    background-color:#33D2FF30 !important;
    outline: none !important;
    border:1px solid black !important;
    position:relative !important;
}
/* .contact input[type="email"]{
    color:white;
    border-radius: 50px;
    background-color: #00A7A090;
    border:2px solid white !important;
    border:1px solid white;
} */
/* .contact input[type="email"]:focus{
    background-color: #00A7A090;
    outline: none !important;
    border:1px solid white;
} */
.contact{
    color:black;
    padding-top: 30px;
    padding-bottom: 30px;
 
    overflow: hidden;
    /* height: 530px; */
    width: 80%;
    background-image: url("../images/bb.jpg") !important;

    position: relative;
    
}
.contact .f2{
    padding:20px;
    background-color:teal;
    height:inherit;
    width: 100%;
    position: relative;
    border-radius: 20px;
}
.contact .fa {
    color:#ED1D24;
    font-size: 30px !important;
    margin-right: 10px;
}
.contact ul li{
    list-style-type: none;
}
.contact .f1{
    padding:20px;
    padding-bottom: 30px !important;
}
.cr2{
    
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position:absolute;
    border:20px solid #009A9450;
    z-index: 10;
    margin-left: 340px;
    margin-top: 150px;
    
}
.cr1{
    
    height: 150px;
    width: 150px;
    border-radius: 100%;
    position:absolute;
    border:50px solid #009A9450;
    z-index: -1;
    margin-right: 150px;
    margin-top: -40px;
    right:0;
    
}

@media only screen and (max-width: 600px) {

}