/*
 Theme Name:   Astra-Child
 Theme URI:    https://www.linkedin.com/in/piyush-chhoker-7944bb227/?originalSubdomain=in
 Description:  Astra-Child Theme
 Author:       Piyush Singh Chhoker
 Author URI:   https://www.linkedin.com/in/piyush-chhoker-7944bb227/?originalSubdomain=in
 Template:     astra
 Version:      1.0.0
 Text Domain:  astra-child
*/

/* ===================Header=============== */
body{
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
 
/* =========home================ */
 .elementor-element-06c9e9f img,.elementor-element-dc514f9 img{
    width: 100px !important;
    height: 100px !important;
 }
.form-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .inner-form{
  width: 48%;
 }
 .inner-form-full{
  width: 100%;
 }
 .inner-form-full textarea {
    height: 110px;
}
.inner-form-btn input{
      background-image: linear-gradient(180deg, #800000 0%, #8B0000 100%);  
}
.sp-testimonial-free {
    background: #ffffff !important;
    border: 0px solid #e3e3e3 ;
    border-radius: 16px !important;
    padding: 20px !important;
}
.inner-formw{
    width: 100%;
    background: white;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.third-form {
    width: 31%;
}
.full-part-rowow {
    width: 100%;
}
.btn-ibput-form input{
	width:100%;

}