body {
  font-family: arial;
  color: #000;
  background: #fff;
  margin: 0;
}


#main_content {
  overflow: auto;
  width: 100%;
  background-size: cover;
}

.d-fff {
  display: flex;
  align-items: center;
  padding-top: 2%;
}

.reaa .bggg {
  background: #ffffff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 10px;
  color: #000;
}

.header {
  background: -webkit-linear-gradient(top, #000, #414445);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #000, #414445);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #000, #414445);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #000, #414445);
  /* Standard syntax (must be last) */
  width: 100%;
  position: fixed;
  z-index: 10;
  float: left;
  color: #fff;

}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

.header-left {
  max-width: 45%;
  float: left;
  padding: 10px 24px;
  margin: 0 0px;
}

.sns {
  margin: 0 0px;
  color: #E60F0F;
  font-style: italic;
  float: right;
  font-size: 20px;
  text-decoration: none;
}


.header-right {
  max-width: 50%;
  float: right;
  padding: 5px 0px;

}

.header-right a {
  text-decoration: none;
  color: #fff;
  font-size: 21px;
}

.header-right a:hover {
  color: #E60F0F;

}


h1 {
  margin: 0 0px;

}

.banner {
  background: url(images/bg-home.jpg) no-repeat;
  width: 100%;
  font-size: 16px;
  margin: 80px 0 0px;
  overflow: auto;
  background-size: cover;
}

.banner-left {
  width: 45%;
  float: left;
  padding: 5px 5px;

}

h2 {
  font-size: 22px;
  margin: 5px 16px;
  color: #E60F0F;
  border-bottom: 1px dotted #000;
}

h3 {
  font-size: 20px;
  margin: 5px 0px;
  color: #E60F0F;
  border-bottom: 1px dotted #000;
}

input {
  width: 80%;
  padding: 8px;
  color: #000;
  margin-top: 5px;
  border: 1px solid #ddd;
}

textarea {
  width: 80%;
  color: #000;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ddd;
}

button {
  cursor: pointer;
  max-width: 35%;
  background: -webkit-linear-gradient(top, #0A6AAE, #0397FF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #0A6AAE, #0397FF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #0A6AAE, #0397FF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #0A6AAE, #0397FF);
  /* Standard syntax (must be last) */
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #ddd;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20%;
}

button:hover {

  background: -webkit-linear-gradient(top, #FA4034, #E16874);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FA4034, #E16874);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FA4034, #E16874);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #FA4034, #E16874);
  /* Standard syntax (must be last) */

}


span.captcha {
  font-size: 18px;
  padding: 0px;
  margin-right: 20px;
  color: #000;

}

input.text {
  width: 118px;
  height: 35px;
  border: 1px solid #ddd;
}

.form {
  margin-left: 20px;
}

.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;

}


.banner-right {
  width: 50%;
  float: right;
  padding: 5px 5px;

}



.content {
  background: #fff url(images/paypal.jpg);
  width: 100%;
  font-size: 16px;
  margin: 0px 0 0;
  overflow: auto;
}

.content-left {
  width: 45%;
  float: left;
  padding: 5px 5px;

}

.content-left img {
  width: 30%;
  float: right
}

.content-right {
  width: 50%;
  float: right;
  padding: 5px 5px;
  font-size: 25px;
}

.follow {
  float: right;

}

.social {
  width: 7%;

}

.link {
  margin: 70px 0;
  float: left;
  width: 100%;
  text-align: center;
}

.link a {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  background: -webkit-linear-gradient(top, #0A6AAE, #0397FF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #0A6AAE, #0397FF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #0A6AAE, #0397FF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #0A6AAE, #0397FF);
  /* Standard syntax (must be last) */
  padding: 10px 5px 10px;
  border: 1px solid #0A6AAE;
}

.link a:hover {
  background: -webkit-linear-gradient(top, #FA4034, #E16874);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #FA4034, #E16874);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #FA4034, #E16874);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #FA4034, #E16874);
  /* Standard syntax (must be last) */


}

#footer {
  text-align: center;
  font-size: 13px;
  width: 100%;
  color: #E2E0E1;
  background: -webkit-linear-gradient(top, #000, #414445);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #000, #414445);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #000, #414445);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #000, #414445);
  /* Standard syntax (must be last) */
  text-shadow: none;
  line-height: 1.8;
  margin: 0px;
  padding: 5px 0;

}

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

#footer a:hover {
  color: #E60F0F;

}


.ourprivacy {
  width: 100%;
  color: #000;
  overflow: auto;
  background: url(images/bg-home.jpg);
  margin: 80px 0 0;

}

.privacy {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  padding: 1px 10px 0 10px;
  text-shadow: 0 2px 2px #ddd;
  font-size: 17px;

}

#policy {
  width: 100%;
  background: #ddd;
  height: auto;
  float: left;
  overflow: auto;
  margin-bottom: 15px;


}

h4 {
  font-size: 22px;
  margin: 5px 0px;
  color: #E60F0F;
  border-bottom: 1px dotted #000;

}

@media screen and (max-width: 800px) {
  #main_content {
    overflow: auto;
    width: 100%;
    background-size: cover;
  }

  .inner {
    width: 100%;
    margin: 0 auto;

  }

  .header {
    background: -webkit-linear-gradient(top, #000, #414445);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #000, #414445);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #000, #414445);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #000, #414445);
    /* Standard syntax (must be last) */
    width: 100%;
    position: fixed;
    z-index: 10;
    float: left;
    color: #fff;

  }

  .header-left {
    max-width: 99%;
    float: left;
    padding: 10px 5px;
    margin: 0 0px;
  }

  .sns {
    margin: 0 0px;
    color: #E60F0F;
    font-style: italic;
    float: right;
    font-size: 13px;
    text-decoration: none;
  }


  .header-right {
    max-width: 99%;
    float: left;
    padding: 5px 5px;

  }

  .header-right a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
  }

  .header-right a:hover {
    color: #E60F0F;

  }


  h1 {
    margin: 0 0px;
    font-size: 20px;
  }

  .banner {
    background: url(images/bg-home.jpg) no-repeat;
    width: 100%;
    font-size: 16px;
    margin: 120px 0 0px;
    overflow: auto;

  }

  .banner-left {
    width: 95%;
    float: left;
    padding: 5px 0px;

  }

  input {
    width: 100%;
    padding: 8px;
    color: #000;
    margin-top: 5px;
    border: 1px solid #ddd;
  }

  textarea {
    width: 100%;
    color: #000;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ddd;
  }

  button {
    cursor: pointer;
    max-width: 45%;
    background: -webkit-linear-gradient(top, #0A6AAE, #0397FF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #0A6AAE, #0397FF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #0A6AAE, #0397FF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #0A6AAE, #0397FF);
    /* Standard syntax (must be last) */
    color: #ffffff;
    text-shadow: none;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20%;
  }

  button:hover {

    background: -webkit-linear-gradient(top, #FA4034, #E16874);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #FA4034, #E16874);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #FA4034, #E16874);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #FA4034, #E16874);
    /* Standard syntax (must be last) */

  }


  span.captcha {
    font-size: 13px;
    padding: 0px;
    margin-right: 0px;
    color: #000;
    margin-left: -10px;
  }

  input.text {
    width: 40px;
    height: 28px;
    border: 1px solid #ddd;
  }


  h2 {

    font-size: 15px;
    margin: 5px 2px;
    color: #E60F0F;
    border-bottom: 1px dotted #000;
  }

  h3 {
    font-size: 12px;
    margin: 15px 10px;
    color: #E60F0F;
    border-bottom: 1px dotted #000;
  }




  .banner-right {
    width: 95%;
    float: left;
    padding: 5px 5px;

  }

  .banner-right img {
    width: 70%;

  }

  .content {
    background: #fff url(images/paypal.jpg);
    width: 100%;
    font-size: 14px;
    margin: 0px 0;
    overflow: auto;
  }

  .content-left {
    width: 85%;
    float: left;
    padding: 5px 10px;

  }

  .content-left img {
    width: 30%;
    float: right
  }

  .content-right {
    width: 85%;
    float: left;
    padding: 5px 35px;
    font-size: 25px;
  }

  .follow {
    float: none;

  }

  .social {
    width: 17%;

  }

  .link {
    margin: 20px 0 20px;
  }

  .link a {
    text-decoration: none;
    color: #fff;
    width: 43%;
    text-align: center;
    font-size: 14px;
    background: -webkit-linear-gradient(top, #0A6AAE, #0397FF);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #0A6AAE, #0397FF);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #0A6AAE, #0397FF);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #0A6AAE, #0397FF);
    /* Standard syntax (must be last) */
    padding: 10px 5px 10px;
    border: 1px solid #0A6AAE;
  }

  .link a:hover {
    background: -webkit-linear-gradient(top, #FA4034, #E16874);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #FA4034, #E16874);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #FA4034, #E16874);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #FA4034, #E16874);
    /* Standard syntax (must be last) */


  }

  #footer {
    text-align: center;
    font-size: 12px;
    width: 100%;
    color: #E2E0E1;
    background: -webkit-linear-gradient(top, #000, #414445);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #000, #414445);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #000, #414445);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #000, #414445);
    /* Standard syntax (must be last) */
    text-shadow: none;
    line-height: 1.8;
    margin: 0px;
    padding: 5px 0;

  }

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

  #footer a:hover {
    color: #E60F0F;

  }


  .ourprivacy {
    width: 100%;
    color: #000;
    overflow: auto;
    background: url(images/bg-home.jpg);
    margin: 80px 0 0;

  }

  .privacy {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 70px 10px 0 10px;
    text-shadow: 0 2px 2px #ddd;
  }

  #policy {
    width: 100%;
    background: #ddd;
    height: auto;
    float: left;
    overflow: auto;
    margin-bottom: 15px;


  }

  h4 {
    font-size: 15px;
    margin: 5px 0px;
    color: #E60F0F;
    border-bottom: 1px dotted #000;

  }

}

.heading-cards h2 {
  color: #000066;
  font-size: 32px;
}

.features-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px;
}

.feature-card {
  background: #e3e4e6;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(27.89% - 20px);
  transition: transform 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.feature-card:hover {
  transform: translateY(-10px);
}

.feature-icon img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.feature-title {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  color: #e60f0f;
  text-align: center;
}

.feature-card:hover .feature-title {
  color: #000066;
}

.feature-icon img:hover {
  transform: scale(1.1);
}

.feature-icon {
  overflow: hidden;
}

.feature-icon img {
  max-width: 30%;
}

.feature-icon img {


  transition: 0.5s;
}

.para-d {
  text-align: center;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .feature-card {
    flex: 1 1 calc(33% - 20px);
    max-width: calc(50% - 20px);

  }
}

@media (max-width: 480px) {
  .feature-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .feature-icon img:hover {
    transform: scale(1);
  }

  .heading-cards h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .reaa .bggg {
    background: #ffffff;
    padding: 10px 10px;
    display: inline-block;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    ;
  }
}