.slide_area {
  height: 100%;
}

.mainbg {
  background:
    url(../images/bg.png) no-repeat;
  background-size: auto;
  width: 95%;
  margin:
    auto;
  height: 87vh;
  background-size: 100%;
}

.box {
  width: 41%;
  margin: auto;
}

.box h1 {
  margin: auto;
}



.btn-blue {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #1F58A7;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding:
    13px 19px 13px 31px !important;

  border-radius:
    50px !important;
  text-decoration:
    none;
  margin-top: 20px;
  line-height: 0;
}

.btn-blue:hover {
  background-color: #033a86;
  color: white;
  transition: all 0.3s ease;
}

.btn-blue i {
  font-size: 3.5em;
}

/* .box {

  top: -137px;
  position: relative;
width: 769px;

height: 100%;

margin: auto;
  background-color: #092756b5;
  border-radius: 50%;
  border: 100px solid #ffffff14; }
*/

/* .content {
  width: 700px;

height: 700px;
  margin: auto;
  background-color: #00174052;
  border-radius: 50%;
} */
.stat-icon img {
  width: 92px;
}

.stats-row-home {
  position: relative;
  z-index: 1;
  /*  margin-top: -67px !important; */
  margin-top: -69px !important;
  /* background-color: #1f58a77d; */
  background-color: #1f58a77d;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  color: #fff !important;
}

.hero .stat-item .stat-content h4,
.hero .stat-item .stat-content p {

  color: #fff;
  font-size: 14px;
}

.hero .stat-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 9px;
}

.about {
  padding: 60px;
}

/* Outer Circle */
.outer-circle {
  width: 500px;
  height: 500px;
  background: linear-gradient(to bottom, #d4f0ff, #a0e1f5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Inner Circle */
.inner-circle {
  width: 350px;
  height: 350px;
  background: linear-gradient(to bottom, #2aa6f7, #3cd7c7);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;

  font-weight: 400;
  font-size: 33px;
  text-align: center;
}

.inner-circle h1 {
  font-size: 65px;
}

/* Floating Badge */
.badge-circle {
  position: absolute;
  top: 10px;
  right: 30px;
  background: #1F58A7;
  color: white;
  padding: 12px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

/* Container */
.content-wrapper {
  max-width: 600px;
  text-align: left;
  padding: 80px 50px;
}

/* Label */
.label {
  display: inline-block;
  /* background:linear-gradient(to right, #E3C355, #ddc575)   ; */
  background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
  color: black;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
}

/* Heading */
.heading {
  font-size: 28px;
  font-weight: bold;
  color: black;
  margin-top: 15px;
  text-underline-offset: 4px;
}

/* Description */
.description {
  font-size: 17px;
  color: gray;
  margin-top: 10px;
  line-height: 1.6;
}

.description strong {
  color: black;
  font-weight: bold;
}

/* Button */
.cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e4bb7;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 20px;
  width: 180px;
}

/* Button Arrow */
.cta-button i {
  font-size: 16px;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  padding: 30px;
  width: 100%;
}

.stats .stats-item span {
  color: #191a1b;
  font-size: 48px;
  display: block;
  font-weight: 700;
  /*  margin-bottom: 20px; */
  margin-bottom: -10px;
  padding-bottom: 20px;
  position: relative;
}

.stats .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 116px;
  height: 10px;
  background: #eee;
  left: 0;
  right: 0;
  bottom: 24px;
  margin: auto;
}

.stats .stats-item p {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 0;
  margin: 0;
  font-family: var(--heading-font);
  font-weight: 500;
}

.service {
  background-color: #0E4DA4;
  /* padding: 69px 0; */
  background-image: url(../images/svc.png);
  background-repeat: no-repeat;
}

.slide_service {
  margin: 90px 0;
}

.carousel-container {
  max-width: 1200px;
  margin: auto;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

.ser-description {
  font-size: 16px;
  margin-bottom: 30px;
  color: #ffffff;
}

.owl-carousel .item {
  background: rgba(255, 255, 255, 0);
  padding: 15px;
  border-radius: 12px;
  text-align: left;
  transition: 0.3s;
  position: relative;
}

.owl-carousel .item:hover {
  transform: translateY(-5px);
}

.item img {
  border-radius: 8px;
  height: 355px;
  object-fit: cover;
  width: 100%;
}

.tag {
  position: absolute;
  top: 24px;
  right: 27px;
  background: #16c2d5;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 12px;
  font-weight: 600;
}

.item h3 {
  font-size: 18px;
  margin: 15px 0 5px;
  color: #ffffff;
}

.item p {
  font-size: 14px;
  color: #ffffff;
}

.explore-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.explore-btn:hover {
  color: #0E4DA4;
}

/* Navigation Arrows */

.owl-nav button {
  background: #fff;
  border: none;
  font-size: 24px !important;
  color: #333;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  padding: 0 10px;
  cursor: pointer;
}

.owl-nav .owl-prev {
  left: -40px;
}

.owl-nav .owl-next {
  right: -40px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.owl-nav button {
  background-color: #1F58A7 !important;
  /* blue background */
  border: 2px solid #ffffff !important;
  /* white border */
  color: #ffffff !important;
  /* white arrow */
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: all;
  transition: background-color 0.3s, transform 0.2s;
}

.owl-nav button:hover {
  transform: scale(1.1);
  background-color: #174b91 !important;
  /* slightly darker blue on hover */
}


/* .owl-nav {

  top: -132px;
  right: 0;
}

.owl-nav button {
  border-radius: 50% !important;
  color: #3e67ca !important;
  padding: 10px 15px !important;
  margin: 5px !important;
  font-size: 5em !important;
  transition: 0.3s;
}

.owl-nav button:hover {
  color: white !important;
} */

/* .owl-carousel .owl-next, .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
} */

.referral {
  padding: 131px 50px;
}

/* .referral-section {
  padding: 50px 20px;
} */

.referral-title {
  font-size: 34px;
  font-weight: bold;
}

.referral-text {
  color: #6c757d;
  font-size: 16px;
  margin-top: 10px;
}

.btn-ref {
  background: #1E3A8A;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.btn-ref:hover {
  background: #163172;
}

.business-process {
  text-align: center;
  padding: 40px 20px;
}

.badge {
  display: inline-block;
  background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
}

.title {
  font-size: 28px;
  font-weight: bold;
  margin-top: 10px;
}

.title span {
  color: #1E3A8A;
  text-decoration: underline;
}

.steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.step {
  background: white;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}

.step p {
  font-size: 18px;
  font-weight: 700;
}

.step-number {
  background: url(../images/arrow.png) no-repeat;
  color: white;
  font-size: 21px;
  font-weight: bold;
  padding: 28px 32px;
  /* border-radius: 50%; */
  display: inline-block;
  margin-bottom: 10px;
  /* color: rgb(255, 255, 255);
    padding: 0;
    font-size: 14px;
    font-weight: bold;

    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 56px solid #1E3A8A;
    border-bottom: 30px solid transparent; */
}

.image-container {
  margin-top: 30px;
}

.image-container img {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
}

.pricing-section {
  text-align: center;
  padding: 50px 0;
  text-align: center;
  padding: 50px 0;
 /*  background-image: url(../images/bg-img-price.jpg); */
  background-size: contain;
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}



.badge-custom {
  background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);
  ;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.plan-card {
  background:
    #fff;
  border-radius:
    10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition:
    0.3s ease;
  margin:
    20px;
}

.plan-card:hover {
  transform: translateY(-5px);
}

.plan-header {
  background: #1F58A7;
  color: white;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 5px;
}

.plan-card-body {
  padding: 0;
}

.plan-card-body i {
  font-size: 25px;
  color: #1F58A7;
}

.badge-top-btn {
  display: inline-block;
  background: rgb(211, 211, 211) !important;
  color: #181515 !important;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
}

.plan-title {
  font-size: 18px !important;
  font-weight: bold;
  margin-top: 35px !important;
  color: #3a3a3a !important;
}

.plan-list {
  text-align: left;
  padding:
    21px 47px;
  list-style:
    none;
  font-size: 14px;
  height: 312px;
}

.plan-list li {
  margin: 1px 0;
}

.plan-list li:before {
  content: "";
  border-color: transparent #1F58A7;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  display: block;
  height: 0;
  width: 0;
  left: -23px;
  top: 18px;
  right: unset;
  position: relative;
}

.plan_footer {
  background: #ffffff;
  padding: 50px;
  border-radius: 9px;
}

.plan-card:hover .plan_footer {
  background: #1F58A7;
}


.btn-custom {
  background: linear-gradient(to right, #E5CD61, #FCF793, #DBB75F);

  color: black;
  font-weight: bold;
  border-radius: 50px !important;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-custom:hover {
  background: #E6C300;
}

.btn-custom-2 {
  background: #1F58A7 !important;

  color: rgb(255, 255, 255);
  font-weight: bold;
  border-radius: 50px !important;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-custom-2:hover {
  background: #E6C300;
}

.process {
  padding: 112px 0;
}





.newscard {
  position: relative;
  border:
    0;
  border-radius:
    16px;
  overflow:
    hidden;
  font-family: Arial, sans-serif;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  height: 343px;
}

.card-image {
  width: 100%;
  height: auto;
  display: block;
}

.tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #00d1b2;
  color: white;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
  z-index: 2;
}

.card-content {
  position: absolute;
  bottom: -3px;
  left: 0;
  padding:
    8px;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  width: 100%;
  color: white;
  width: 90%;
}

.card-content h3 {
  margin:
    0;
  font-size: 14px;
  /* line-height: 2.4; */
}

.card-content h5 {
  font-size: 11px;
  text-decoration:
    underline;
  margin-top: 4px;
}

.card-content h5 a {
  color: white;
}

.arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 40px;
  color: white;
}

/* Section Container */
.news-section {
  padding: 104px 20px;
  background: #ebedff;
  text-align: center;
}

/* Section Title */
.section-title {
  font-size: 24px;
  font-weight: bold;
}

.section-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* Responsive News Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

/* Individual News Card */
.news-card {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  /* -webkit-box-shadow: 0 11px 26px rgba(82, 95, 128, .08) !important;
  box-shadow: 0 11px 26px rgba(82, 95, 128, .08) !important; */
  text-align: left;
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

/* .news-card h3 {
    } */
.news-card p {
  font-weight: 400;
  line-height: 1.5;
  color: #a7a7a7
}

/* News Number Badge */
.news-number {
  background: url(../images/arrow.png) no-repeat;
  color: white;
  font-size: 21px;
  font-weight: bold;
  padding: 28px 32px;
  /* border-radius: 50%; */
  display: inline-block;
  margin-bottom: 10px;
}

/* CTA Section */
.cta-section {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 30px;
  border-radius: 10px;
  /* -webkit-box-shadow: 0 11px 26px rgba(82, 95, 128, .08) !important;
  box-shadow: 0 11px 26px rgba(82, 95, 128, .08) !important; */
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}

/* .cta-text {
  flex: 1;
  text-align: left;
  max-width: 500px;
} */
.cta-text {
  text-align: left;
  margin-top: 26%;
}

.cta-text p {
  font-weight: 400;
  line-height: 1.5;
  color: #a7a7a7
}

.cta-image {
  margin:
    20% 0;
}

.cta-image img {
  border-radius: 8px;
  height: 257px;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  margin: 10px 5px;
  cursor: pointer;
}

.yellow-btn {
  background: #F7C948;
  color: #333;
}

.blue-btn {
  background: #1E3A8A;
  color: white;
}




/* Slider */
.partners {
  padding: 50px 0;
  box-shadow: 0 11px 26px rgba(82, 95, 128, .08) !important;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}




/* Responsive Adjustments */
@media (max-width: 768px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
  }

  .cta-image img {
    margin-top: 20px;
  }
}


/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1410px) {
  .stats-row-home {
    margin-top: -132px;
  }

}
@media only screen and (min-width: 1110px) {
  .stats-row-home {
    margin-top: -70.6px;
  }

} */
/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (max-width: 1900px) {
  .mainbg {
    height: auto;
  }
}

@media only screen and (max-width: 1400px) {
  .stats-row-home {
    margin-top: -69px !important;
  }

  .box {
    width: 61%;
    margin: auto;
  }

  .box h1 {
    margin-top: -85px;
  }
  /* .stats-row-home {
    margin-top: -132px;
  } */

}



@media only screen and (min-width: 1240px) {}

@media only screen and (max-width: 1240px) {
  .stats-row-home {
    margin-top: -68px !important;
  }

  .mainbg {
    height: auto;
  }

  .news-card {
    padding: 22px;
  }

  .news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {
  .hero .stats-row {
    margin-top: 0;
    background-color: #1f58a7;
  }

  .mainbg {
    height: auto;
  }

  .box h1 {
    margin-top: -146px;
    font-size: 33px;
  }

  .referral-section {
    padding: 19px;
  }


  .referral {
    padding: 68px 50px;
  }
}

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

  .inner-circle {
    width: 282px;
    height: 282px;
  }

  .outer-circle {
    width: 333px;
    height: 333px;
  }

  /*  .outer-circle {
    width: 384px;
    height: 384px;
  }

  .inner-circle {
    width: 300px;
    height: 300px;
  } */
  .box {
    width: 91%;
    padding:
      41px 0 0 0;
    margin: auto;
  }

  .badge-circle {
    top: 15px;
    right: -5px;
    padding: 0;
    width: 99px;
    height: 99px;
    font-size: 14px;
    font-weight: 700;
  }

  /* .social-bar {
    right: 4px;
    padding: 0px 15px;
    top: 283px;
} */
}

@media only screen and (max-width: 991px) {
  .box h1 {
    margin-top: -108px;
    font-size: 25px;
  }
}

@media only screen and (max-width: 907px) {
  .stats-row-home {
    margin-top: -60px !important;
    /* background-color: #1f58a7; */
  }
}
@media only screen and (max-width: 838px) {
  .content-wrapper {
    text-align: left;
    padding: 43px 0px;
  }
}

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

  .box h1 {
    margin-top: -108px;
    font-size: 25px;
  }

  .outer-circle {
    width: 306px;
    height: 304px;
    margin-top: 134px !important;
    margin: auto;
  }

  .inner-circle {
    width: 260px;
    height: 260px;
  }

  .stats-row-home {
    margin-top: -60px !important;
  }

  .badge-circle {
    top: 15px;
    right: -5px;
    padding: 0;
    width: 99px;
    height: 99px;
    font-size: 14px;
    font-weight: 700;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 770px) {
  .stats-row-home {
    margin-top: -149px !important;
  }
}

@media only screen and (max-width: 769px) {
  .stats-row-home {
    margin-top: -118px !important;
  }
}

@media only screen and (max-width: 768px) {
  .stats-row-home {
    margin-top: -68px !important;
  }

  .mainbg {
    height: auto;
  }

  .hero .stats-row {

    background-color: #1f58a7;

  }

  .referral {
    padding: 68px 0px;
  }

  .plan-card-body {
    padding: 0 29px;
  }

  .plan-list li {
    margin: 0;
  }


  .outer-circle {
    width: 306px;
    height: 304px;
    margin-top: 29px !important;
    margin: auto;
  }

  .content-wrapper {
    padding: 80px 28px;
  }

  .box h1 {
    margin-top: -147px;
    font-size: 12px;
  }

  .box p {
    font-size: 10px;
  }

  .btn-blue i {
    font-size: 1.5em;
  }

  .inner-circle h1 {
    font-size: 69px;
  }

  .outer-circle {
    width: 306px;
    height: 304px;
    margin-top: 79px;
  }

  .inner-circle {
    width: 260px;
    height: 260px;
  }

  .stats .stats-item span {
    font-size: 36px;
    margin-bottom: 0;
    padding-bottom: 25px;
  }

  .stats .stats-item {
    padding: 27px 0;
    width: 100%;
  }

  .content-wrapper {
    padding: 7px 28px;
  }

  .hero .stat-item {
    gap: 5px;
    padding: 4px 0px;
  }

  .hero .stat-item .stat-content h4,
  .hero .stat-item .stat-content p {
    color: #fff;
    font-size: 7px;
  }

  .stat-icon img {
    width: 69px;
  }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 508px) {
  .stats-row-home {
    margin-top: -72px;
    /* background-color: #1f58a7; */
  }

  .owl-nav {
    display: none;
  }
}

@media only screen and (max-width:577px) {
  .hero .stats-row {
    display: none;
  }

  .btn-blue-slide {
    display: inline-block !important;
    font-size: 9px;
    font-weight: bold;
    margin: -17px;
  }
}

@media only screen and (max-width: 457px) {
  .stats-row-home {
    margin-top: -62px !important;
  }

  .stats-row {
    margin-top: -87px;
  }

  .main_content {
    padding: 20px 21px !important;
    margin: 0 41px;
  }

  .about {
    padding: 0;
  }
}

@media only screen and (max-width: 428px) {
  .stats-row-home {
    margin-top: -52px !important;
  }


}

@media only screen and (max-width: 400px) {
  .stats-row-home {
    margin-top: -87px !important;
  }

  .video-background-container {

    margin-bottom: 23px;
  }

  .stats-row {
    margin-top: -104px;
  }
}

@media only screen and (max-width: 390px) {
  .stats-row-home {
    margin-top: -72px !important;
  }


}

@media only screen and (max-width: 384px) {
  .stats-row-home {
    margin-top: -76px !important;
  }


}

@media only screen and (max-width: 375px) {
  .stats-row-home {
    margin-top: -79px !important;
  }


}