		.consult-containerUs main {
		    display: flex;
		    align-items: flex-start; 
		    justify-content: space-between;
		    
		} 
		
		.consult-containerUs  {
			padding-right: 0px;
		    flex: 1;
		    padding-left: 5%;
		}
		#myModal2{
           
            background-color: white; /* 背景颜色 */
            border: 1px solid #ccc; /* 边框 */
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 阴影效果 */
            overflow: hidden; /* 隐藏溢出内容，防止滚动条出现 */
        }
		
		.consult-containerUs  input {
		    width: 80%;
		    padding: 10px;
		    margin-bottom: 10px;
		    border: 1px solid #cda292;
		    border-radius: 5px;
		    height:50px;
		    font-size: 20px;
		}
		
		.consult-containerUs  button {
		    width: 83%;
		    background-color: #cda292;
		    color: white;
		    border: none;
		    border-radius: 5px;
		    cursor: pointer;
		    height:60px;
		}
		
		.consult-cat {
		    /* height: 500px;
		    width:500px; */
		    flex: 1;
		    padding-right:40px;
		}
		.consultUs h1{
			flex: 1;
		    padding-left: 0%;
		    font-size: 60px;
		    color: #cda292;
		}
		/* input[type="text"] {
			height:40px;
			width:120px;
		}
		input[type="email"] {
			height:40px;
			width:120px;
		}*/
		.consult-containerUs  textarea {
			width: 80%;
		    padding: 10px;
		    margin-bottom: 10px;
		    border: 1px solid #cda292;
		    border-radius: 5px;
			height:140px;
			font-size: 20px;
			font-family: inherit;
		} 
