/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Montserrat', sans-serif;
  color: #212529;
}

a {
  color: #eb5d1e;
  text-decoration: none;
}

a:hover {
  color: #ef7f4d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.loram ul li {
  list-style: none;
}

.loram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

.loram ul {
  padding: 0px;
}

.loram-one {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
  gap: 15px;
  margin-bottom: 15px;
}

.loram-one img {
  width: 28px;
}

.loram-one h3 {
  margin: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.loram-two {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.loram-two h3 {
  margin: 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #000000;
}

.butns-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}

a.neura-fin {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 27px;
  color: #1c539d;
}

.centr-sec {
  align-items: center;
}

.neura-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

b.bld-text {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 15px;
  color: #172C82;
}

span.cus-fnt {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 15px;
  color: #1E4B86;
}

img.blue-round {
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 231px;
}

.wing {
  position: absolute;
  right: 0;
  top: -121px;

  width: 204px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.circle-blue {
  position: relative;
}

img.newdrop {
  width: 18px;
  margin-left: 15px;
}

.sec-setting {
  width: 375px;
}

.banr-animate {
  width: 650px;
}











/*--------------------------------------------------------------
# Boost Roket
--------------------------------------------------------------*/
.why-us .content {
  padding: 0px 50px 0 0px;
}

.why-us .content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
  margin-bottom: 24px;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

section#why-usnew {
  background: rgba(217, 217, 217, 0.4);
  position: relative;
  padding: 0px;

}

.cus-h {
  height: 393px;
}

.cus-height {
  width: 500px;
}

section#why-usnewone {
  background: rgba(217, 217, 217, 0.4);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/teach.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.boost {
  width: 403px;
}

img.verticalwing {
  width: 120px;
  position: absolute;
  top: -76px;
  /* z-index: 1024; */
  left: 43px;
  /* z-index: 10000; */
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

img.lightbluecircle {
  width: 202px;
  position: absolute;
  /* top: 0; */
  z-index: -1;
  bottom: 0;
  opacity: 0.5;
}

.left-effect {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 200px;
  width: 201px;
  /* border-radius: 9999px; */
  --tw-bg-opacity: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgb(84 136 254) 0%, rgb(84 136 254) 100%);
  opacity: 0.25;
  filter: blur(42px);
  z-index: 9999;
}

img.spring {
  position: absolute;
  right: 0;
  width: 313px;
  top: 0;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.sparkle {
  width: 491px;
  position: absolute;
  right: 0;
  top: 0;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }

  .box-one {

    width: 31%;
  }

  .crd-design {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 72px;
  /* transition: all 0.5s; */
  z-index: 997;
  /* transition: all 0.5s; */
  background: #fff;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #7a6960;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#main {
  margin-top: 72px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #172C82;
  white-space: nowrap;
  font-family: 'Inter';
  font-weight: 700;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #eb5d1e;
  color: #fff;
  padding: 10px 25px;
  /* margin-left: 254px; */
  border-radius: 50px;
  background: #172C82;
  border-radius: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #1E4B86;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #7a6960;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(23 44 130 / 48%);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #172C82;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #172C82;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #eb5d1e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: rgba(105, 197, 238, 0.15);
  margin: 72px 0 -72px 0;
}

#hero h1 {
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 62px;
  line-height: 72px;
  color: #172C82;
}

#hero h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 33px;
  color: #000000;
  margin: 15px 0 15px 0;
}

#hero .btn-get-started {

  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 13px;
  border-radius: 3px;
  /* transition: 0.5s; */
  /* margin-top: 30px; */
  color: #fff;
  background: #1E4B86;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  border-radius: 10px;
}

#hero .btn-get-started:hover {
  background: #172C82;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 145vh !important;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  #hero .hero-img img {
    width: 70%;
  }

  .loram {

    width: 100%;
    padding: 0px 15px;
  }

  .crd-timer {
    width: 30% !important;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }

  .addti-card {

    flex-direction: column;
  }

  .crd-timer {
    width: 85% !important;
  }
}

@media (max-height: 600px) {
  #hero {
    height: 169vh;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bgnew {
  background-image: url(/assets/img/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.cus-h {
  height: 393px;
}

.section-bg-cus {

  background-image: url(/assets/img/topraduis.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title-trade h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  margin-bottom: 24px;
  text-align: center;
}

.section-title-trade p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  max-width: 675px;
  margin: auto;
  text-align: center;
  margin-bottom: 24px;
}

.section-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
  margin-bottom: 15px;
  color: #c2b7b1;
}

.section-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
  margin-bottom: 24px;
}

.section-title p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  max-width: 522px;
  margin: auto;
}

section#services {
  padding: 154px 0px;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {

  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.about h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  color: #7a6960;
}

.about i {
  font-size: 48px;
  margin-top: 15px;
  color: #f39e7a;
}

section#about {
  padding: 0px;
  position: relative;
  /* min-height: 400px; */
  padding: 50px 0px;

}

.custom-round {
  background-image: url(/assets/img/circle-blue.svg);
  background-size: 18%;
  background-position: bottom right;
  background-repeat: no-repeat
}

.about p {

  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

@media (max-width: 991px) {
  .about .about-img img {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  .about .about-img img {
    max-width: 90%;
  }

  .custom-round {
    background-size: 50%;
  }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
section#shadow-host-companion {
  padding: 0;
}

.flow {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  display: flex;
  align-items: flex-end;
  color: #FFFFFF;
}

#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #212529;
  font-size: 14px;
  background: #fef8f5;
  background: #0B74E1;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #fef8f5;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #4e4039;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 4px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #eb5d1e;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #c54811;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #F1F5FF;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #5c5c5c;
}

#footer .footer-top h4 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 36px;
  display: flex;
  align-items: flex-end;
  color: #08348B;
}

.footer-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  padding: 0;
  margin: 0;
}



#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #eb5d1e;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #eb5d1e;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ef7f4d;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
}

a.neura-sign {
  color: #FFF;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.credits button {
  border: none;
  outline: none;
  padding: 10px 30px;
  background: #172C82;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  border-radius: 6px;
}

.crd-design {
  display: flex;
  gap: 24px;
}

.box-one {
  background: white;
  padding: 24px;
  border-radius: 16px;
}

.box-one h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  margin-top: 24px;
}

.crd-icon-size {
  width: 146px;
  margin: auto;
  display: flex;
}

.container-cus {
  margin-top: 41px;
}

.custom-rank {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 35px;
}

img.ranking {
  width: 10%;
}

.custom-rank p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  max-width: 554px;
}

/* End Card Deserve Css */
img.logou {
  width: 50px;
}

.neura-logofooter {
  display: flex;
  align-items: start;
  gap: 10px;
  justify-content: flex-start;
}





.newsletter h2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 33px;
  display: flex;
  align-items: center;
  color: #08348B;
  justify-content: center;
  margin-bottom: 24px;
}

.descrp h5 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 26px;
  color: #000000;
  max-width: 300px;
}

/*--------------------------------------------------------------
# Send and Recvied page css
--------------------------------------------------------------*/
#recevied {
  width: 100%;
  height: 30vh;
  background: rgba(84, 136, 254, 0.8);
  margin: 72px 0 -72px 0;
  position: relative;
  /* z-index: 9999; */
}

.title-page {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-page h1 {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
}

.dots-recevied img {
  position: absolute;
  right: 0;
  width: 541px;
  top: -2px;
  opacity: 0.5;
}

section#company {
  padding: 0px;
  position: relative;
  padding: 50px 0px;
}

.company {
  overflow: hidden;
  background: rgba(217, 217, 217, 0.4);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/Company-acc.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.work-pro {
  display: flex;
  justify-content: center;
  align-items: center;
}

.work-pro img {
  width: 80%;
}

.company-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.company-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #000000;
}

section#cus-services {
  position: relative;
  padding: 60px 0px;
  height: auto;
}

.cus-services {
  overflow: hidden;
  position: relative;
  background-image: url(/assets/img/new-rating.svg);
  background-size: 30% 80%;
  background-position: center center;
  background-repeat: no-repeat;
}

.customer-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
  text-align: center;
}

.customer-title p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 39px;
  text-align: center;
  color: #000000;
  width: 60%;
  margin: auto;
}

.customer-title {
  margin-top: 55px;
}

.service-chain img {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
}

section#bankacc {
  padding: 0px;
  position: relative;
  padding: 50px 0px;
}

.bankacc {
  overflow: hidden;
  background: rgba(217, 217, 217, 0.4);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/account-details.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ADVERTISERS SERVICE CARD */

#advertisers {

  position: relative;
  background-image: url(/assets/img/account-details.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.section-header h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  color: #0B74E1;
}

.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

/* .advertisers-service-sec span {
  color: rgb(255, 23, 131);
} */

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #0B74E1;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

.icon-wrapper img {
  width: 68px;
  margin-bottom: 20px;
}

/* ADVERTISERS SERVICE CARD ENDED */

/*--------------------------------------------------------------
# Customer Support page css
--------------------------------------------------------------*/

.sec-custom {
  width: 550px;
}

section#support {
  padding: 0px;
  position: relative;
  /* min-height: 400px; */
  padding: 20px 0px;
}

.support {
  overflow: hidden;
}

.support h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.support p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

.sign-up-btn a {
  background: #eb5d1e;
  color: #fff;
  padding: 10px 25px;

  border-radius: 50px;
  background: #172C82;
  border-radius: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}

.sign-up-btn a:hover {
  background: #20327a;
}

section#banking {
  padding: 0px;
  position: relative;
  padding: 50px 0px;
  background: rgba(217, 217, 217, 0.4);
}

.banking {
  padding: 60px 0;
  overflow: hidden;
}

.computer {
  width: 500px;
}

.banking h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.banking p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

section#care {
  background: rgb(255, 255, 255);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/teach.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.care {
  padding: 60px 0;
  overflow: hidden;
}

.care h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.care p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

section#team {
  position: relative;
  padding: 60px 0px;
  height: auto;
}

.team {
  overflow: hidden;
  position: relative;
  background-image: url(/assets/img/team.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.team {
  padding: 60px 0;
  overflow: hidden;
}

.teamer h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
}

.teamer p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  width: 60%;
  margin: auto;
}

section#addtional {
  padding: 0px;
  position: relative;
  padding: 50px 0px;
}

.addtional {
  overflow: hidden;
  background: rgba(217, 217, 217, 0.4);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/addtional.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.crd-timer {
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 22px;
  /* max-width: 200px; */
  width: 18%;
  min-height: 216px;
}

.addti-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.iconsrd {
  display: flex;
  justify-content: center;
  align-items: center;
}

.crd-timer p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin: 0px;
  text-align: center;
}

.crd-timer:hover {
  background: #FFFFFF;
  border-bottom: 10px solid #76A0FE;
  box-shadow: 1px 1px 4px 5px rgba(0, 0, 0, 0.02);
  border-radius: 4px;
  cursor: pointer;
  border-radius: 0px 0px 16px 16px;
}

.iconsrd img {
  width: 70px;
}

strong.hurs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 9px 0px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 39px;
  color: #000000;
}

 #about-uss {
      /* width: 100%; */
    /* height: 100vh; */
    margin: 68px 0 -72px 0;
    /* padding: 28px 0px; */
    /* position: relative; */
    background-image: url(/assets/img/bnner-abtt.svg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat; 
} 

.about-uss h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.about-uss p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

.abt-h {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#about-details {
  width: 100%;
  height: 60vh;
  position: relative;
  margin-bottom: 24px;

}

.border-lft {
  border-left: 30px solid #BBE2F3;
}

.about-details p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

.spring-abt {
  position: absolute;
  right: 0;
  width: 400px;
  top: 100px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.centr-sec2 {
  align-items: center;
  justify-content: center !important;
}

section#rates {
  padding: 0px;
  position: relative;
  /* min-height: 400px; */
  padding: 45px 0px;
  position: relative;
  background-image: url(/assets/img/rates-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.rates {
  overflow: hidden;
}

.rates h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.rates p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

.rate-custom {
  width: 360px;
}

section#banking-option {
  padding: 0px;
  position: relative;
  padding: 50px 0px;

}

.banking-option {
  padding: 60px 0;
  overflow: hidden;
}

.banking-option h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #000000;
}

.banking-option p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

.banking-option ul li {
  list-style: none;
  margin-bottom: 15px;
}

section#login {
  padding: 0px;
  position: relative;
  /* min-height: 400px; */
  padding: 20px 0px;
}

.login {
  overflow: hidden;
}

section#outgoing {
  position: relative;
  padding: 60px 0px;
  height: auto;
}


/* //.........Media Query.........// */

@media (max-width: 500px) {
  html {
    font-size: 60%;
  }

  .name-content {
    margin: 0;
    text-align: center;
  }

  .name-content form {
    width: 300px;
    height: fit-content;
  }

  .name-content form input {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .name-content form .login {
    font-size: 1.5rem;
  }

  .name-content form a {
    font-size: 1.5rem;
  }

  .name-content form .create-account {
    font-size: 1.5rem;
  }

  .flex-div {
    display: flex;
    flex-direction: column;
  }

  .left-effect {
    z-index: 0;
  }

  img.sec-setting.aos-init.aos-animate {
    z-index: 0;
  }

  #about-details { 
   height: 133vh;

  }
  #hero{
      height: 70vh !important;
  }
  #hero .hero-img{
     display:none !important;
        
  }

}

@media (min-width: 501px) and (max-width: 768px) {
  html {
    font-size: 60%;
  }

  .name-content {
    margin: 0;
    text-align: center;
  }

  .name-content form {
    width: 300px;
    height: fit-content;
  }

  .name-content form input {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .name-content form .login {
    font-size: 1.5rem;
  }

  .name-content form a {
    font-size: 1.5rem;
  }

  .name-content form .create-account {
    font-size: 1.5rem;
  }

  .flex-div {
    display: flex;
    flex-direction: column;
  }

  #about {
    background-size: 50%;

  }

  #about-details {

    height: 100vh;

  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  html {
    font-size: 60%;
  }

  .name-content {
    margin: 0;
    text-align: center;
  }

  form {
    width: 300px;
    height: fit-content;
  }

  form input {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  form .login {
    font-size: 1.5rem;
  }

  form a {
    font-size: 1.5rem;
  }

  form .create-account {
    font-size: 1.5rem;
  }

  .flex-div {
    display: flex;
    flex-direction: column;
  }

  @media (orientation: landscape) and (max-height: 500px) {
    .header {
      height: 90vmax;
    }

    #about-details {

      height: 100vh;

    }
  }
}

/*--------------------------------------------------------------
# Login Css
--------------------------------------------------------------*/

body {
  font-family: "Cabin", sans-serif;
}

.bodyBg {
  background-image: url("../img/login/background-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.headerMain {
  background-color: #fff;
  padding: 20px 100px;
  position: fixed;
  width: 100%;
}

.headerLogo {
  width: 100%;
  max-width: 200px;
}

.loginWrap {
  padding: 200px 0;
}

.loginWrap1 {
  padding: 152px 0;
}

.loginWrap__img {
  width: 178%;
  margin-left: -247px;
}

.loginWrap__heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 22px;
  color: #0c72e2;
}

.scroll-sign {
  margin-left: 100px;
  margin-right: 40px;
}

.loginDetail {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 17px 7px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 40px 80px;
  background-image: url("assets/images/login-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.loginDetail__detailLogo {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}

.loginDetail__formGroup {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.loginDetail__formGroup {
  border: 2px solid #0c72e2;
  padding: 15px 11px;
    background-color: #d6e3ff !important;
    border-radius: 9px;
}

.loginDetail__formGroup input,
.loginDetail__formGroup:focus {
  outline: none !important;
  border: none !important;
  background-color: transparent !important;
  width: 100%;
  margin-left: 13px;
  font-size: 17px;
  font-weight: bold;
}
.loginDetail__formGroup img{
  width: 9% !important;
}
.loginDetail__formGroup .lock_image{
  width: 6% !important;
}
/* .loginDetail__formGroup input,
.loginDetail__formGroup:focus {
  background-color: #d6e3ff !important;
  border: 0.7px solid #0c72e2;
  border-radius: 4px;
  color: #000 !important;
  padding: 20px 30px 20px 50px;
} */

.loginDetail__formImg {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(15px, -50%);
  max-width: 22px;
}

.loginDetail__viewImg {
  position: absolute;
  right: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translate(-17px, -50%);
  max-width: 22px;
}

.loginDetail__link {
  color: #0c72e2;
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  font-weight: 600;
  padding-top: 5px;
}

.loginDetail__btn {
  margin: 0 auto;
  background: #172c82;
  border-radius: 100px;
  padding: 8px 30px;
  font-size: 16px;
  border: 0;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
}

.loginDetail__headingWrap {
  padding: 25px 0;
}

.loginDetail__heading {
  font-size: 35px;
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
}

.term-action {
  display: flex;
  align-items: center;
  margin-top: 13px;
  gap: 15px;
}

label.lbl {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 10px;
  color: #000000;
  margin: 20px 0px;
}

span.cond {
  color: #0C72E2;
}

.loginDetail__description {
  color: rgba(0, 0, 0, 0.49);
  padding-top: 5px;
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
}

.footerBg {
  padding: 30px;
  font-size: 20px;
  background-color: #0c72e2;
  color: #fff;
  text-align: center;
}

/* table style */

.tableBG {
  background-image: url("../img/login/table_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.tableHeading {
  font-weight: 900;
  font-size: 45px;
  margin-bottom: 50px;
  line-height: 50px;
  text-align: center;
  color: #0b74e1;
}

.tableBG table thead tr th {
  border: 1px solid #000;
  text-align: center;
  background-color: #0c72e2;
  padding: 15px 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.tableBG table thead tr th {
  width: 50%;
}

.tableBG table tbody tr td {
  font-size: 22px;
  padding: 15px;

  border: 1px solid #000;
}

/*  media query */

@media only screen and (max-width: 1024px) {
  .loginWrap {
    padding: 54px 0;
  }

  .loginDetail {
    padding: 40px;
  }

  .loginDetail__formGroup input,
  .loginDetail__formGroup:focus {
    padding: 20px 40px 20px 40px;
  }

  .loginDetail__headingWrap {
    padding: 15px 0;
  }

  /* section#about {
    
    background-size: 28%;
    
  } */
}

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

  .loginWrap__heading,
  .loginWrap__img {
    display: none;
  }

  .tableHeading {
    font-size: 23px;
    margin-bottom: 35px;
  }

}











/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

section#contact {
  background: rgba(217, 217, 217, 0.4);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  background: #FFFFFF;
  border: 0.731732px solid #E0E3EB;
  border-radius: 2.92693px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #A3AAC2;

}

.indicate {
  display: flex;
  justify-content: flex-start;
  gap: 7px;
}

span.start {
  color: #C40303;
  margin-top: 10px;
}

.indicate p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18.7077px;
  line-height: 28px;
  color: #667299;
  margin-bottom: 0px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #172C82;
  border-radius: 1.46346px;
  border: 0;
  padding: 18px 34px;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 21.1712px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  max-width: 300px;
  width: 100%;
  margin-top: 24px;
}

.section-title-contact p {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 37px;
  color: #292E3D;
  text-align: center;
  max-width: 874px;
  width: 100%;
  margin: auto;
}

.section-title-contact h2 {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  color: #292E3D;
  text-align: center;
  margin-bottom: 24px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #273d94;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Security Css
--------------------------------------------------------------*/

#security {
  width: 100%;
  height: 30vh;
  margin: 72px 0 -72px 0;
  position: relative;
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/sec-bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section#authen {
  background: rgb(255, 255, 255);
  padding: 32px 0px;
  position: relative;
  background-image: url(/assets/img/authen-bg.svg);
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}

.authen {
  padding: 60px 0;
  overflow: hidden;
}

.authen h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 52px;
  color: #172C82;
}

.authen p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 24px 0px;
}

section {
  padding: 60px 0;
  overflow: hidden;
}

.copyright {
  display: flex;
  align-items: center;
  gap: 20px;
}

.copyright img {
  width: 25px;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 24px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .box-one {

    width: 48%;
  }

  .crd-design {
    flex-wrap: wrap;
  }

  #about-details {

    height: 133vh;

  }
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 3px 0;
  }

  .blue-round {
    max-width: 138px
  }

  .wing {


    top: -51px;
    width: 88px;
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
    opacity: 0.3;
  }

  /* .res {
    z-index: 999;
  } */
  #about-uss {
    background-position: initial;
  }

  .customer-title p {
    width: 100%;
  }

  .abt-h {
    height: auto;
  }

  .why-us .content {
    padding-top: 0px;
  }

  .justify-content-center {
    justify-content: start !important;
    margin: 0px;
  }

  .about h3 {

    font-size: 22px;

  }

  .why-us .content h3 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;

  }

  .cus-h {
    height: auto;
  }

  .sec-setting {
    z-index: 1024;
  }

  .sparkle {

    display: none;
  }

  section#services {
    padding: 40px 0px;
  }

  .section-title h2 {

    font-size: 32px;

  }

  .section-title-trade p {

    font-size: 12px;

  }

  .section-title-trade h2 {

    font-size: 29px;
    line-height: 6px;

  }

  .butns-area {
    justify-content: center;
    flex-direction: column;
    gap: 10px;
  }

  .sign-up {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #hero .btn-get-started {
    width: 100%;
    text-align: center;
  }

  .about p {
    font-size: 15px;
  }

  .why-us .content p {
    font-size: 15px;
    text-align: center;
  }

  .section-title p {
    font-size: 15px;
  }

  .crd-design {
    flex-wrap: wrap;
  }

  .custom-rank {
    gap: 8px;
    flex-direction: column;
  }

  .custom-rank p {
    font-size: 15px;
    line-height: 25px;
  }

  img.ranking {
    width: 40%;
  }

  #footer .footer-top {
    padding: 60px 20px 30px 20px;

  }

  .newsletter img {

    right: 17px;

  }

  .newsletter input {
    width: 100%;
  }

  .box-one {
    width: 100%;
  }

  .teamer p {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .teamer h2 {
    font-size: 30px;
    line-height: 40px;

  }

  .care h3 {

    font-size: 36px;
    line-height: 45px;
    text-align: center;
  }

  .care p {

    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .banking h3 {

    font-size: 35px;
    line-height: 40px;
    text-align: center;
  }

  .banking p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding-top: 0px;
  }

  .support h3 {
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }

  .support p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .sign-up-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-header h2 {

    font-size: 27px;
    line-height: 42px;

  }

  .section-header p {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .section-title-contact h2 {

    font-size: 30px;
    line-height: 10px;

  }

  .contact .php-email-form {

    padding: 0px;
  }

  .section-title-contact p {

    font-size: 17px;
    line-height: 24px;

  }

  .authen h3 {
    font-size: 35px;
    text-align: center;
  }

  .authen p {

    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .tableBG table tbody tr td {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #000;
  }

  .scroll-sign {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media screen and (max-width: 375px) {
  .butns-area {
    margin-bottom: 55px;
  }
}