body {
  font-family: arial;
  color: #fff;
  background: url(images/bg.png) no-repeat;
  margin: 0;
  background-size: cover;
}

#zf_button_1:hover {
  color: #fff !important;
  cursor: pointer;
}

#main_content {
  overflow: auto;
  width: 100%;
  margin: -0px auto;
  background: none;

}

.header {
  width: 100%;
  overflow: auto;
  margin: 0px auto;
  background: #93A3D7;

}

.header-left {
  width: 24%;
  float: left;
  padding: 8px 0px 8px 50px;

}

.header-middle {
  width: 30%;
  float: left;
  text-align: right;
  padding: 5px 0px 5px 0px;
}

.header-right {
  width: 40%;
  float: right;
  padding: 35px 25px 10px 0px;
  text-align: right;

}

.header-right img {
  margin-right: 5px;


}



.content {
  width: 100%;
  color: #fff;
  font-size: 18px;
  overflow: auto;
  margin: 10px auto 45px 0;

}

.content-left {
  width: 60%;
  float: left;
  line-height: 1.5;
}

.offer {
  padding: 30px 0 30px 2px;
  margin: 80px auto 0 0;
}



h1 {
  font-size: 22px;
  text-align: center;
  padding: 20px 0 0 50px;
}

.content-right {
  width: 39%;
  float: right;

}

.col2 {
  width: 300px;
  background: url(images/box.png) no-repeat;
  padding: 10px 10px 15px 10px;
  margin: 25px 0 0 0;
  float: right;
  margin-right: 50px;
}

h2 {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}



.captcha {
  font-size: 14px;
  padding: 6px;
  margin-left: -10px;
  color: #fff;

}


.text {

  width: 50px;
  height: 26px;

}

.nameicon {
  background: #fff url(images/name.png) no-repeat 98% center;

}

.emailicon {
  background: #fff url(images/email.png) no-repeat 98% center;

}

.phoneicon {
  background: #fff url(images/mobile.png) no-repeat 98% center;

}

.messageicon {
  background: #fff url(images/message.png) no-repeat 100% center;

}


input {
  width: 99%;
  padding: 10px 12px;
  color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  margin: 0 0px 10px 0;
  background: #fff;

}

textarea {
  width: 99%;
  color: #000;
  border-radius: 10px;
  padding: 10px 12px;
  margin: 0 0px 10px 0;
  border: 1px solid #0A6AAE;
}

button {
  width: 130px;
  margin: 0px 10px;
  background: #1A1ADC;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 20px;
  cursor: pointer;

}

button:hover {
  background: -webkit-linear-gradient(top, #E41F1F, #B60505);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #E41F1F, #B60505);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #E41F1F, #B60505);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #E41F1F, #B60505);
  /* Standard syntax (must be last) */
  color: #fff;
}



.footer {
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 0 5px 0;
  line-height: 1.5em;
  margin: 0px 0 0 0;
  overflow: auto;
  position: fixed;
  bottom: 0;
}

.footer-left {
  width: 35%;
  float: left;
  padding: 15px 15px;

}

.footer-right {
  width: 25%;
  float: right;
  padding: 5px 0px;

}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {

  color: #FF0000;

}

.privacy {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  padding: 1px 10px 0 10px;
  color: #000;
  background: #ddd;
  padding-bottom: 20px;
}

#policy {
  width: 100%;
  height: auto;
  float: left;
  overflow: auto;

}

h3 {
  font-size: 28px;
  margin: 0px 0;
  color: #E41F1F;
}

h4 {
  font-size: 20px;
  margin: 0px 0;
  color: #E41F1F;

}

@media screen and (max-width: 800px) {

  #main_content {
    overflow: auto;
    width: 99%;
    margin: 0px auto;
    background: none;

  }

  .header {
    width: 99%;
    overflow: auto;
    margin: 0px auto;
    background: #93A3D7;

  }

  .header-left {
    width: 70%;
    float: left;
    padding: 8px 0px 8px 50px;

  }

  .header-middle {
    width: 99%;
    float: left;
    text-align: left;
    padding: 5px 0px 5px 0px;
  }

  .header-middle img {
    width: 100%;

  }

  .header-right {
    width: 80%;
    float: left;
    padding: 35px 0px 10px 20px;
    text-align: left;

  }

  .header-right img {
    margin-right: 2px;


  }



  .content {
    width: 99%;
    color: #fff;
    font-size: 18px;
    overflow: auto;
    margin: 0px auto 45px 0;

  }

  .content-left {
    width: 99%;
    float: left;
    line-height: 1.5;

  }

  .offer {
    padding: 30px 0 30px 35px;
    margin: 80px auto 0 0;
  }

  .offer img {
    width: 22%;
  }

  h1 {
    font-size: 22px;
    text-align: center;
    padding: 0px 0 0 10px;

  }

  .content-right {
    width: 99%;
    float: left;

  }

  .col2 {
    width: 260px;
    background: url(images/box.png) no-repeat;
    padding: 10px 10px 15px 10px;
    margin: 25px 0 0 0;
    float: left;
    margin-right: 50px;

  }

  h2 {
    font-size: 20px;
    color: #fff;
    border-bottom: 1px solid #fff;

  }



  .captcha {
    font-size: 12px;
    padding: 6px;
    margin-left: -10px;
    color: #fff;

  }


  .text {

    width: 40px;
    height: 26px;

  }

  .nameicon {
    background: #fff url(images/name.png) no-repeat 98% center;

  }

  .emailicon {
    background: #fff url(images/email.png) no-repeat 98% center;

  }

  .phoneicon {
    background: #fff url(images/mobile.png) no-repeat 98% center;

  }

  .messageicon {
    background: #fff url(images/message.png) no-repeat 100% center;

  }


  input {
    width: 99%;
    padding: 10px 12px;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 0px 10px 0;
    background: #fff;

  }

  textarea {
    width: 99%;
    color: #000;
    padding: 10px 12px;
    margin: 0 0px 10px 0;
    border: 1px solid #000;
  }

  button {
    width: 130px;
    margin: 0px 10px;
    background: #1A1ADC;
    color: #fff;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
  }

  button:hover {
    background: -webkit-linear-gradient(top, #E41F1F, #B60505);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #E41F1F, #B60505);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #E41F1F, #B60505);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #E41F1F, #B60505);
    /* Standard syntax (must be last) */
    color: #fff;
  }



  .footer {
    width: 99%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    padding: 10px 0 5px 0;
    line-height: 1.5em;
    margin: 0px 0 0 0;
    overflow: auto;
  }

  .footer-left {
    width: 89%;
    float: left;
    padding: 15px 15px;

  }

  .footer-right {
    width: 99%;
    float: left;
    padding: 5px 0px;

  }

  .footer a {
    color: #fff;
    text-decoration: none;
  }

  .footer a:hover {

    color: #FF0000;

  }

  .privacy {
    font-size: 15px;
    text-align: left;
    line-height: 1.5;
    padding: 1px 10px 0 10px;
    color: #000;
    background: #ddd;
    padding-bottom: 20px;
  }

  #policy {
    width: 100%;
    height: auto;
    float: left;
    overflow: auto;

  }

  h3 {
    font-size: 28px;
    margin: 0px 0;
    color: #E41F1F;
  }

  h4 {
    font-size: 20px;
    margin: 0px 0;
    color: #E41F1F;

  }
}




.heading-cards h2 {
  color: #fff;
  font-size: 32px;
  margin: 0px;
  border-bottom: none;
}


.features-section {
  /* background-color: #fff; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  margin: 0 auto;
}

.feature-card {
  display: block;
  width: 353px;
  text-align: center;
  text-decoration: none;
  background-color: #1a13138a;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  padding: 20px;
  background-color: #1a13138a;
}

.feature-icon img {
  max-width: 30%;
  height: auto;
  border-radius: 8px;
  filter: invert(1);
}

.feature-title {
  /* height: 72px; */
  padding: 0px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  margin: 15px 0 10px;
}

.feature-title:hover {
  color: #000;
}

.para-d {
  font-size: 14px;
  color: #ffffff;
  padding: 0 15px 20px;
}

.space {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media (max-width: 900px) {
  .content-left {
    width: 95%;
  }

  .feature-card {
    width: 353px !important;
  }

  .emails-de a {
    margin-left: -159px;
  }

  .header-left {
    padding: 32px 15px 0;
  }

  .header-left img {
    width: 200px;
  }

  .heading-cards h2 {
    margin: -2px;
    border-bottom: none;
    /* border: 1px solid #fff; */
  }
}

@media (max-width : 430px) {
  .offer {
    padding: 0px 0 30px 35px;
    margin: 0px auto 0 0;
  }

  .header-right {

    font-weight: bold;
  }

  .header-right a {
    font-size: 21px;
  }
}