                        .headingcontactus {
                            text-align: center;
                        }
                        
                        .headingcontactus h2 {
                            line-height: 3;
                            font-weight: 600;
                        }
                        
                        .contactform {
                            width: 35%;
                            padding-top: 30px;
                            padding-bottom: 110px;
                        }
                        
                        .contactform1 {
                            background-color: #a4cdfea6;
                        }
                        
                        label {
                            font-weight: 600;
                            font-size: 20px;
                        }
                        
                        @media screen and (min-device-width: 350px) and (max-device-width: 767px) {
                            .contactform {
                                width: 96%;
                            }
                        }
                        
                        @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
                            .contactform {
                                width: 46%;
                            }
                        }