body{
    background: #fff;
}
.main-conatiner{
    width: 70%;
    margin:0 auto;
}
.headerinfo{
   margin:40px 0;
   text-align: center;
}
.header1{
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
}
.header2{
    font-size: 12px !important;
    color: #888888;
    letter-spacing: 0;font-size: 14px;
    color: #888888;
    letter-spacing: 0;
}
.list1container{
    display: flex;
    justify-content: space-around;
   
    
}
.list1container .item{
    width: 45%;
    display: flex;
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,0.05);
    border-radius: 4px;
    padding: 20px;

}
.listdesc{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.listdesc1{
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    font-weight: bold;
}
.listdesc2,.listdesc3{
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
}
.map-container{
    display: flex;
    height: 300px;
    justify-content: space-around;
    margin: 20px 0;
}
.map-container img{
    width: 45%;
}
.map-container .map-info{
    width: 45%;
}
.name-map{
    font-size: 24px;
color: #333333;
letter-spacing: 0;
margin:30px 0;

}
.name-desc{
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    margin:20PX 0;
}
.input-container{
    display:flex;
    justify-content: space-between;

}
.input-container input{
    flex:1;
    margin-right: 20px;
    padding: 8px 12px;
    border:none;
    border-radius: 3px;
    outline: none;
    background: #F2F2F2;
    font-size: 14px;
}
.input-container input:last-child{
    margin-right: 0px;
}
.text-area{
    margin-top:20px;
}
textarea{
    resize: none;
    width: 100%;
    height: 100px;
    border-radius: 3px;
    outline: none;
    background: #F2F2F2;
    font-size: 14px;
    border:none;
    padding: 8px 12px;
    
}
.btn-container{
    margin: 20px 0;
    text-align: center;
}
.btn-container button{
background: #FF000E;
border-radius: 4px;
border-radius: 4px;
outline: none;
border:none;
color:#FFF;
font-size:14px;
width: 160px;
padding: 8px 0;
text-align: center;

}
@media (max-width: 768px){

    .main-conatiner{
        width: 100%;
        padding:10px;
        box-sizing: border-box;
       background: #fff;
    }
    .headerinfo{
        text-align: left;
        margin:20px 0px;
    }
    .header1 {
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        text-align: left;
        font-weight: 600;
        font-weight: bold;
    }
    .header2{
        margin:10px 0;
        font-size: 14px !important;
    }
    .list1container{
        flex-direction: column;
    }
    .list1container .item {
        width: 100%;
        flex-direction: column;
    }
    .map-container{
        flex-direction: column;
        height: auto;
        border-bottom: 1px solid #efefef;
    }
    .map-container img{
        width:100%;
    }
    .map-container .map-info {
        width: 100%;
    }
    .name-desc {
        font-size: 14px;
        color: #666666;
        letter-spacing: 0;
        margin: 10PX 0;
    }
    .name-map {
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        margin: 15px 0;
    }
    .input-container{
        flex-direction: column;
    }
    .input-container input{
        width:100%;
       padding: 10px 20px;        
        margin-bottom: 10px;
        font-size: 14px;
    }
    textarea{
        font-size: 14px;
    }
   .hidden-sm{
       display: none;
   }
 }
