h1.entry-title{
    display: none!important;
}
.elementor *, .elementor :after, .elementor :before{
    font-size: 15px;
}
.custom-heading,.inner-custom-h1{
    font-size: 22px;
    font-weight: 400;
}
.container-h .line1
{
    font-size: 30px;
    font-weight: 600;
}
.custom-feature-box .sep2{
    width: 50%;
}
.custom-feature-box .sep1{
    display: inline-flex;
    width: 100%;
}
.custom-feature-box {
    padding-left: 2%;
    padding-right: 2%;
    width: 80%!important;
    left: 10%;
}
.custom-feature-box li{
    margin-bottom: 5px;
}
.container-h .line2
{
    font-size: 16px;
}
.container-h .line3
{
    font-size: 18px;
}
.container-h .line4 {
    font-size: 25px;
    font-weight: 400;
}
.container-h  .sep1 ul
{
    display: inline;
}
.container-h .sep1 .sep2 {
    display: inline-grid;
    padding-right: 74px;
}
.container-h .sep1 {
    width: 100%;
    padding: 20px;
}
.contact-us-wrapper .contact-us-text {
    font-weight: 500;
}

.contact-us-wrapper .contact-us-label{

   display: inline;
}
.contact-us-wrapper .contact-us-text{
    display: inline;
}
.contact-us-row{
    margin-top: 20px ;
    margin-bottom: 20px;
    
}
.custom-footer a{
    color: white;
    font-weight: 500;
    font-size: 17px;
    font-family: "Poppins";
}
footer#site-footer {
    display: none!important;
}
.custom-footer .elementor-widget-container
{
   /* text-align: center!important;*/
    color: white;
    font-family: "Poppins";
}


.custom-sticky-header{
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 19;
}
  
.footer-left1 img {
    max-width: 90px!important;
    margin-right: 50px;
}
.footer-section1-left1 .footer-left1
{
    display: inline;
    vertical-align: top;
}
.banner-text p {
    font-size: 40px;
    font-family: 'Poppins';
}
@media (max-width: 767px)
{
.banner-text p {
    font-size: 28px;
   }
}
@media (max-width: 1024px)
{.banner-text p {
      font-size: 36px;
      margin-top: 55px;
   }
}
.emailHiddenSubject
{
    display: none;
}

.custom-form-wrapper textarea, .wpcf7 input:not([type=submit]), .custom-form-wrapper label {
    font-size: 17px;
}
.custom-form-wrapper *, .wpcf7 input:not([type=submit]) {
    width: 100%!important;
}
span.wpcf7-spinner {
    width: 23px!important;
}

.custom-form-wrapper [type=button]:focus, .custom-form-wrapper [type=button]:hover, .custom-form-wrapper [type=submit]:focus,.custom-form-wrapper [type=submit], .custom-form-wrapper [type=submit]:hover, .custom-form-wrapper button:focus, .custom-form-wrapper button:hover {
    color: #fff!important;
    background-color: #CF945F!important;
    text-decoration: none!important;
    width: 125px!important;
}

.overview a {
    color: #1a73e8!important;
}
.faq-header{
    padding: 10px 0px;
   /* background: #9b9b9b;*/
    color: #fff;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  
  .faq-item div {
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;

  }
  
  .faq-body{
    display: none;
    margin-top: 30px;
    /*  cursor: unset;
  font-size: 18px;*/
  }

  .faq-body li {
    line-height: 1.8;
    font-size: 16px;
}
  
  .faq-wrapper{
    margin: 0 auto;
  }
  
  .faq-plus{
    float: right;
    font-size: 1.4em;
    line-height: 1em;
    cursor: pointer;
  }