body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}
/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}
.mixed-waves-2 {
  background: url("../images/binance-clone-script/mixed_waves.webp") no-repeat
    right;
}
.link {
  color: #1468ef;
  text-decoration: none;
}
.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.h2tag span {
  color: #f046b7;
}
.h3tag {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h4tag {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}
.h5tag {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.para {
  font-size: 18px;
  line-height: 1.6;
}
.head {
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
@media (max-width: 1199px) {
  .para {
    font-size: 16px;
  }
  .h2tag {
    font-size: 38px;
  }
  .h3tag {
    font-size: 32px;
  }
  .h4tag {
    font-size: 30px;
    line-height: 1.35;
  }
  .h5tag {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .head {
    max-width: 100%;
  }
  .h4tag {
    font-size: 26px;
    line-height: 1.35;
    text-align: center;
  }
  .para {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .h2tag {
    font-size: 32px;
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
  }
  .head {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .head h2 {
    margin-bottom: 10px !important;
  }
  .h3tag {
    font-size: 28px;
  }
  .h4tag {
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 12px;
  }
  .h5tag {
    font-size: 18px;
    line-height: unset;
  }
  section {
    padding: 20px 0 !important;    
  }
  .inner_sec_2 .svg_button {
    margin: 50px auto;
  }
}
/* common styles ends  */

.contact_sec_1 {
  position: relative;
  z-index: 1;
  padding: 150px 0 30px !important;
}
.contact_sec_1_inner {
  border: 2px solid #2c67d1;
  border-radius: 50px;
  padding: 40px 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact_inline_sec {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.contact_inline_sec h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  min-width: 36%;
}
.contact_inline_sec p a,
.contact_inline_sec p {
  font-size: 18px;
  margin-bottom: 0;
  color: #070d25;
  text-decoration: none;
}
.contact_address_sec.contact_inline_sec {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.contact_address_sec.contact_inline_sec h6 {
  margin-bottom: 12px;
}
.contact_sec_2 {
  padding: 30px 0;
}
.contact_page_form .footer_form_left {
  background:none;
  border-radius: 50px;
  width: 100%;
  height: auto;
}
.contact_page_form form.footer_form{
  margin-top: 0px;
  padding: 0;
}
.contact_page_form .footer_form_left, .footer_form_right {
  padding:0px !important ;
}
.contact_page_form .footer_form_left h2 {
  color: #070d25;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
}
.contact_page_form .footer_form_left form.footer_form {
  margin-top: 5px;
}
.contact_page_map {
  border-radius: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.contact_sec_1_inner h4 {
  font-size: 24px;
  font-weight: 600;
  color: #00d78b;
}
.contact_page_form .blog_footer_form .h3tag{
  color: #070d25;
}

.contact_page_form .blog_footer_form p{
  color:#070d25 ;
}
/* Media Queries */
@media screen and (max-width: 1399px) {
  .contact_inline_sec {
    margin: 15px 0 0 0;
  }
  .contact_inline_sec p br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .contact_page_map {
    margin-bottom: 30px;
    height: auto;
    border-radius: 30px;
  }
  .gmap_canvas {
    height: 400px !important;
  }
  .contact_inline_sec .mob_reverse{
    flex-direction: column-reverse;
  }
  .contact_page_form form.footer_form{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact_sec_1 {
    padding: 100px 0px 30px !important;
  }
  .contact_sec_1_inner {
    padding: 24px 18px;
    border-radius: 24px;
  }
  .contact_page_map {
    border-radius: 20px;
  }
  .gmap_canvas {
    height: 320px !important;
  }
}
@media screen and (max-width: 575px) {
  .contact_inline_sec {
    margin: 20px 0 0 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_sec_1_inner {
    padding: 20px 12px;
    border: 1px solid rgba(44, 103, 209, 0.4);
    border-radius: 20px;
    text-align: center;
  }
  .h4tag {
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
  }
  .contact_page_form form.footer_form{
    padding: 10px 0px 15px 0px !important;
  }
  .contact_sec_1 {
    padding: 90px 0px 20px !important;
  }
  .contact_page_map {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .gmap_canvas {
    height: 280px !important;
  }
}