@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif !important;

}

a {
  color: #1f1e1e !important;
}

.logo {
  width: 170px;
}

.cover,
.about-cover,
.license-cover,
.rules-cover,
.news-cover,
.success-story-cover,
.news-details-cover,
.program-cover,
.activity-cover,
.service-cover,
.faq-cover,
.contact-cover,
.team-cover,
.verify-cover,
.privacy-policy-cover,
.cookie-policy-cover {
  background-size: cover;
  background-size: 100%;
  height: 100% !important;
  display: table;
  /* height: 100vh !important; */
  background: no-repeat;
  min-height: 100%;
  background-size: cover;
}

.cover {
  background-image: linear-gradient(to top, rgb(245 246 252 / 0%), rgb(0 9 37 / 2%)), url(../images/bg.jpg);
  height: 100vh;
}

.about-cover {
  background-image: linear-gradient(to top, rgb(245 246 252 / 0%), rgb(0 9 37 / 91%)), url(../images/about-bg.jpg);
}

.license-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/license-bg.jpg);
  height: 100vh;
}

.rules-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/rules.jpg);
  height: 100vh;
}

.news-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/news.jpg);
  height: 100vh;
}

.news-details-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/news.jpg);
  height: 100vh;
}

.program-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/program.jpg );
  height: 100vh;
}

.activity-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/activity.jpg );
  height: 100vh;
}

.service-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/service.jpg );
  height: 100vh;
}

.faq-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/faq.jpg );
  height: 100vh;
}

.contact-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/contact.jpg );
  height: 100vh;
}

.team-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/team.jpg );
  height: 100vh;
}

.verify-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/verify.jpg );
  height: 100vh;
}

.privacy-policy-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/verify.jpg );
  height: 100vh;
}

.cookie-policy-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/verify.jpg );
  height: 100vh;
}

.success-story-cover {
  background-image: linear-gradient(to top, rgb(17 17 17 / 44%), rgb(0 0 0 / 91%)), url(../images/verify.jpg );
  height: 100vh;
}

.nav-link:focus,
.nav-link:hover {
  color: rgb(245 245 245 / 80%) !important;
}

.nav-item a {
  color: #F8FCFF !important;
}

.nav-item a.text-secondary {
   color: #929394 !important;
  /*color: #3d3b3b !important;*/
  font-weight: bold;
}

.main-body {
  background-color: white !important;
}

.social_ico a {
  color: #022452 !important;
  font-size: 17px;
  line-height: 42px;
  margin-left: 11px;
}
.social_ico_other_page a {
  color: #022452 !important;
  font-size: 17px;
  line-height: 42px;
  margin-left: 11px;
}


a.nav-link {
  color: white;
  padding: 53px 0 0 46px !important;
  font-size: 18px;
}

.list-btn {
  /* position: relative;
  display: block; */
  text-decoration: none;
  background-color: #fff;
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
  border-radius: 50%;
}

.btn.btn-primary.exampleModalToggle {
  color: #fff !important;
}

.slide_cont {
  /*margin-top: 219px !important;*/
  /*margin-bottom: 190px;*/
  min-height: 604px;
}

.slide_cont h2 {
  font-size: 56px;
  font-weight: 800;
}

.slide_cont p {
  font-size: 20px;
}

.abt_slide_cont {

  margin-top: 119px !important;
  margin-bottom: 140px;

}

.abt_slide_cont h2 {
  font-size: 56px;
  font-weight: 800;
}

input.form-control.form_area {
  height: 65px;
  padding: 15px 33px;
  background-color: #F8F8F8 !important;
  border-radius: 3px !important;
  box-shadow: 1px 3px 0px 0px rgb(144 144 144 / 35%);
}

input.form-control.form_area::placeholder {
  color: #949494;
}

select.form-control.form_area {
  height: 65px;
  padding: 15px 33px;
  background-color: #F8F8F8 !important;
  border-radius: 3px !important;
  box-shadow: 1px 3px 0px 0px rgb(144 144 144 / 35%);
}

select.form-control.form_area::placeholder {
  color: #949494;
}

button.btn.btn-primary.form_btn.px-3 {
  border-radius: 3px;
  padding: 22px 30px;
  width: 100%;
  background: #0E1697;
  border-color: #0E1697;
  /* background: #1637F6; */
}

.text1 h1 {
  font-size: 33px;
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
}

.text1 h1.text-primary.text-uppercase {
  color: #1637F6 !important;
}

.box {
  background: #0E1697;
  color: #fff;
  padding: 28px;
  border-radius: 16px;
}

.box .col {
  border-right: 1px solid #fffefe;
  margin: 48px;
}

.box .col.noborder {
  border: 0px solid #fffefe;
}

.box h3 {
  font-size: 26px;
}

.box h4 {
  font-size: 61px;
}

.card {
  padding: 10px;
}

.card-body {
  padding: 46px !important;
}

.card-title {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.card-text {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
}

/*.card-body a.btn {
  width: 49%;
}*/

/* Slider */

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

.slick-slide img {
  height: auto;
  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;
}

.mobi-image-container {
  position: relative;
  display: inline-block;
}

/* Style the image */
.mobi-image-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* Style the overlay-text */
.mobi-overlay-text {
  position: absolute;
  top: 0;
  /* left: 41%; */
  /* transform: translate(-50%, -50%); */
  color: #1f1e1e;
  font-size: 20px;
}

.mobi-text {
  margin-top: 16em !important;

}

.mobi-text h4 {
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
}


.mobi-text h3 {
  font-size: 32px;
  font-weight: 600;
}

.mobi-text h2 {
  font-size: 66px;
  font-weight: 800;
  font-style: italic;
  color: #1637F6;

}


.msg-text {
  margin-top: 8em !important;

}

.msg-text h4 {
  font-size: 32px;
  font-weight: 300;
  font-style: italic;
}


.msg-text h3 {
  font-size: 32px;
  font-weight: 600;
}

.msg-text h2 {
  font-size: 66px;
  font-weight: 800;
  font-style: italic;
  color: #1637F6;

}

.ml-5 {
  margin-left: 121px;
}

.image-grid-cover {
  width: 100%;
  background-size: cover;
  min-height: 200px;
  position: relative;
  margin-bottom: 30px;
  text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
  border-radius: 4px;
}

.image-grid-clickbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, .45);
  transition: color .15s ease-in-out;
}

a.image-grid-clickbox:hover {

  background: rgba(0, 0, 0, 0);
}

.cover-wrapper {
  font-size: 18px;
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 0 1px 0;
  z-index: 21;
  position: relative;
  top: 80px;
  text-decoration: none;
}

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

.app-btn {
  width: 45%;
  max-width: 186px;
  color: #050505;
  margin: 20px 3px;
  text-align: left;
  border-radius: 5px;
  text-decoration: none;
  font-size: 10px;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  text-transform: uppercase;
}

.app-btn.blu {
  background-color: #ffffff;
  transition: background-color 0.25s linear;
}

.app-btn.blu:hover {
  background-color: #000000;
  color: #fff !important;
}

.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 28px;
  margin: 0 0 0 19px;

}

.app-btn p {

  text-transform: capitalize;
  padding: 0 !important;
  margin: 7px 7px;

}

.app-btn .big-txt {
  font-size: 17px;
  text-transform: capitalize;
}

.image-container {
  position: relative;
  display: inline-block;
}

/* Style the image */
.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* Style the overlay-text */
.overlay-text {
  position: absolute;
  top: 41%;
  left: 41%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
}

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

.overlay-text p {
  font-size: 15px;
}

.career-back {

  position: relative;
  display: inline-block;

}

.career {
  position: absolute;
  top: 20%;
  width: 460px;
  left: 41%;
  color: #0a0a0a;
  font-size: 20px;

}

.mg_body {

  text-align: left;
  padding: 22px 9px;
}

.icon-link {
  font-size: medium !important;
  text-decoration: none;
  color: #7C7C7C;
}

.icon-link>.bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
  background: rgb(0, 208, 249);
  background: linear-gradient(90deg, rgba(0, 208, 249, 1) 48%, rgba(46, 139, 158, 1) 100%);
  color: #fff;
  border-radius: 20px;
  line-height: 1px;
}

.mb-1 {
  font-size: medium;
}

button.btn.btn-primary.rounded-pill.d-inline-flex.align-items-center {
  background: #1BB9EC;
  border-color: #1BB9EC;
  font-size: 15px;
}

a.btn.btn-primary.rounded-pill.d-inline-flex.align-items-center {
  background: #1BB9EC;
  border-color: #1BB9EC;
  font-size: 15px;
}

/* .footer_left {
  color: #fff;
  margin-left: 166px;
  padding: 70px 20px !important;
  margin-bottom: 65px !important;
  margin-top: 35px;
}

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

.footerlogo {
  margin-bottom: 48px;
}

.footertext {
  padding: 88px 37px 0;
}

.right-footer {
  margin-top: 107px;
} */
footer {
  max-width: 100% !important;

}

.left-wdth-footer {
  /*  background-color: #101c2f; */
  /* background-color: #30a8ff; */
  /* background-color: #023d81; */
  background-color: #0E1697;
}

.footer_left {
  color: #fff;
  /* margin-left: 166px; */
  padding: 70px 20px !important;
  margin-bottom: 65px !important;
  margin-top: 35px;
  margin: auto;
  text-align: center;
  width: 70%;
}

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

.footerlogo {
  margin-bottom: 48px;
}

.footertext {
  padding: 88px 37px 0;
  margin-left: 19px;
}

.footertext h5 {
  text-transform: uppercase;
}

a.link-secondary.text-decoration-none {
  text-transform: uppercase;
  font-size: small;
  color: #5f6062 !important;
}

.right-footer .btn {
 /*  width: 58%; */
  margin: auto;
  background: #101c2f;
  border: #101c2f;
  padding: 13px;
}

.right-footer {
  margin-top: 107px;
}

.bottom-nav {
  padding-top: 20px !important;
  padding-bottom: 10px;
  background: #e9e9e9;
}

.blog_box {

  padding-top: 37px;
  padding-bottom: 20px;
  margin-left: 0px;
}

.blog_box .btn {
  margin: 3px !important;
}

.card.shadow-sm.activity_box {
  background: #F8FCFF;
  border-radius: 24px;
  margin: 20px 15px;
  border: 0;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 0%), 4px 4px 5px 0px rgba(0, 0, 0, .1) !important;
}

.card.shadow-sm.activity_box img.img-fluid {
  border-radius: 14px;
}

.rules_img img {
  padding: 24px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 20px;

}

.rules_text a {
  color: #000;
  font-weight: 600;
}

.my_btn {
  background: #1BB9EC !important;
  border-color: #1BB9EC !important;
  font-size: 15px !important;
}

.rules_box {
  background: #F8FCFF;
  border-radius: 24px;
  padding: 20px;
}

.hstack .p-2 a {
  font-size: small;
  border-right: 1px solid;
  padding: 0 !important;
  padding-right: 14px !important;
  color: #999 !important;
}

.tab_btn {
  width: 97% !important;
  border: 1px solid #e2e2e2 !important;

}

.bottom-nav {
  padding-top: 20px !important;
  padding-bottom: 10px;
}

.news_txt {

  text-align: left;
  margin-top: 36px;
}

.news_txt .card-text {
  color: #9D9D9D;
  font-weight: 300;
}

.news_txt .card-title {
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.news_txt a {
  font-weight: 700;
  color: #000;
  font-size: medium;
}

.position-absolute.bottom-0.start-0 {
  color: #fff;
  text-align: center;
  /* margin-left: 181px; */
  border-top: 1px solid #fffbfb47;
  font-size: small;
  padding-top: 8px;

  margin: auto;
  width: 100%;
}

.form-control,
.form-select {
  background-color: #fff0 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-bottom: 1px solid #ffffff4a !important;
  border-radius: 0px !important;
}

.form_license input.form-control::placeholder,
.form_license textarea.form-control::placeholder,
.form_license .form-select,
.form-check-label {
  color: #e4e4e4 !important;
}

.mission-card-body {

  padding: 43px !important;
  /* min-height: 205px; */

}

.mission-card-body a {
  text-decoration: none;

}

.news_box {
  background: #F8FCFF !important;
  border-radius: 24px !important;
  margin: 20px 15px !important;
  border: 0 !important;
  box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 0%), 4px 4px 5px 0px rgba(0, 0, 0, .1) !important;
}

.news-card-body {

  padding: 43px !important;

  /* min-height: 205px; */

}

.news-card-body a {
  text-decoration: none;
  color: #000;
  font-weight: 600;

}

.news-view-body {

  padding: 43px !important;
  min-height: 325px;

}

.news-view-body a {
  text-decoration: none;
  color: #000;
  font-weight: 600;

}

.circular .card {

  margin: 10px;
}

.circular .card .card-body {

  padding: 37px 22px !important;
}


.accordion-button {

  background-color: #d4eaff !important;
  padding: 33px 0 33px !important;
  border-bottom: 1px solid #b4b4b4 !important;
}

form.searchbar {
  border: 1px solid #e2e0e0;
  padding: 10px;
  border-radius: 9px;
}

button.btn.btn-outline-success.btn-search {
  color: #C29292;
  border: 0 !important;
  border-radius: 0;
  font-size: 19px;
  border-left: 1px solid #dcdcdc !important;
}

.d-inline-flex.gap-1 {
  background: #F3F4F5;
  padding: 50px;
  min-height: 188px;
  width: 100%;
}

.d-inline-flex.gap-1 span {
  font-size: 90px;
  font-weight: 600;
}

.d-inline-flex.gap-1 a {
  text-decoration: none;
  color: #333;
  font-size: large;
  box-shadow: none;
  font-weight: 600;
}

.contact_box {
  background: #1637F6;
  color: #fff;
  padding: 28px;
  border-radius: 0px;
  margin: 50px 0;
}

.contact_box .col {
  border-right: 1px solid #fffefe;
  margin: 48px;
  margin-right: 0;
}

.contact_box .col.noborder {
  border: 0px solid #fffefe;
}

.contact_box h3 {
  font-size: 26px;
}

.contact_box p {
  font-size: 15px;
  color: #d9d9d9;
}

.news_view_img {
  height: 245px !important;
  object-fit: cover;
  width: 100%;
}


.mobi-text {
  margin-top: 15em !important;
}

.mobile_zone_text h1 {
  font-size: 143px;
  color: #4e708842;
  font-weight: 600;
  margin-top: -110px;
}
.country-selector .weglot-switcher {
  display: inline-block;
  /* Ensures proper alignment */
  margin-left: auto;
  /* Adjust spacing */
  margin-right: auto;
}
/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\Media Queries\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */




/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1400px) {


  a.nav-link {
    color: white;
    padding: 22px 0 0 19px !important;
    font-size: 16px;
  }

}

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

  .footer_left {
    color: #fff;
    /* margin-left: 45px; */
    margin-bottom: 36px !important;
    margin-top: 35px;
    text-align: center;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    /* margin-left: 60px; */
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
  }

  .mission-card-body {
    padding: 0 !important;
    min-height: 153px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 1080px) {

  a.nav-link {
    color: white;
    padding: 21px 0 0 21px !important;
    font-size: 16px;
  }

  .slide_cont h2 {
    font-size: 39px;
    font-weight: 800;
  }
  .footer_left {
    color: #fff;
    /* margin-left: 45px; */
    margin-bottom: 36px !important;
    margin-top: 35px;
    text-align: center;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    /* margin-left: 60px; */
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
  }

  .fullscreen-bg__video {
    width: 100% !important;
    left: 0 !important;
    height: auto !important;
  }

  .slide_cont {
    margin-top: 0 !important;
    margin-bottom: 0;
    min-height: 400px;
  }

  .activities-card-body {
    padding: 0;
    min-height: 273px;
  }
  .social_ico a {
  color: #022452 !important;
  font-size: 17px;
  line-height: 42px;
  margin-left: 0;
}
.social_ico_other_page a {
    color: #022452 !important;
    font-size: 17px;
    line-height: 42px;
    margin-left: 10px;
  }

}

@media only screen and (max-width: 992px) {
  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }

  .slide_cont {
    margin-top: 9px !important;
    margin-bottom: 43px;
  }

  .card-body {
    padding: 19px !important;
  }

  .card-body a.btn {
    width: 82%;
    margin: 3px;
  }

  .box .col {
    border-right: 1px solid #fffefe;
    margin: 10px;
  }

  .box .col.noborder {
    border-right: 0px solid #fffefe;
  }

  .box h3 {
    font-size: 19px;
  }

  .box h4 {
    font-size: 43px;
  }

  .footer_left {
    color: #fff;
    /* margin-left: 57px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }


  .mobi-text {
    margin-top: -55px !important;
    /* position: relative; */
    height: 250px;
    text-align: center;
  }

  .mobi-text h4 {
    font-size: 18px;
  }

  .mobi-text h3 {
    font-size: 18px;
  }

  .mobi-text h2 {
    font-size: 27px;
  }

  .ml-5 {
    margin-left: 0;
  }
  .mobile_zone_text h1 {
    font-size: 40px;
    color: #4e708842;
    font-weight: 600;
    margin-top: -110px;
  }
  .hstack .p-2 a {
    font-size: 12px;
    border-right: 1px solid;
    padding: 0 !important;
    padding-right: 14px !important;
    color: #999 !important;
  }


}
@media only screen and (max-width: 991px) {
  .right-footer {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 810px) {
  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }

  .abt_slide_cont h2 {
    font-size: 45px;
    font-weight: 800;
  }

  .abt_slide_cont {
    margin-top: 27px !important;
    margin-bottom: 0;
  }

  .bg-body-tertiary.col-6.image-container.overflow-hidden {
    width: 100%;
  }

  .text-bg.col-6.pt-3.px-3.pt-md-5.px-md-5.text-center.overflow-hidden {
    width: 100%;
  }

  .footer_left {
    color: #fff;
    /* margin-left: 20px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }

}

/* Small devices (portrait tablets and large phones, 600px and up) */


@media only screen and (max-width: 768px) {
  .position-absolute.bottom-0.start-0 {
    margin-left: 0;
  }

  .abt_slide_cont h2 {
    font-size: 45px;
    font-weight: 800;
  }

  .abt_slide_cont {
    margin-top: 27px !important;
    margin-bottom: 0;
  }

  .bg-body-tertiary.col-6.image-container.overflow-hidden {
    width: 100%;
  }

  .text-bg.col-6.pt-3.px-3.pt-md-5.px-md-5.text-center.overflow-hidden {
    width: 100%;
  }

  .footer_left {
    color: #fff;
    /* margin-left: 19px; */
    padding: 70px 20px !important;
    margin-bottom: 65px !important;
    margin-top: 35px;
    text-align: center;
  }

  .right-footer {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hstack .p-2 a {
    font-size: 12px;
    border-right: 1px solid;
    padding: 0 !important;
    padding-right: 14px !important;
    color: #999 !important;
  }
   .country-selector .weglot-switcher {
        margin-top: 10px;
        /* Add space on mobile */
        font-size: 14px;
        /* Adjust font size */
    }
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .slide_cont {
    margin-top: 0;
    min-height: 66px;
    margin-bottom: 0;
  }

  .slide_cont h2 {
    font-size: 38px;
    font-weight: 800;
  }


  ul.list-group.float-end.social_ico {
    flex-direction: row !important;
    margin-top: 119px;
    width: 100%;
  }
  ul.list-group.float-end.social_ico_other_page {
    flex-direction: row !important;
    margin-top: 119px;
    width: 100%;
  }

  li.ms-3.list-btn {
    margin-bottom: 25px !important;
    margin-left: 13px !important;
  }

  .box .col {
    border-right: 0px solid #fffefe;
    margin: 48px;
    border-bottom: 1px solid;
  }

  .mg_body {
    text-align: left;
    padding: 0;
  }

  .mg_body h5 {
    font-size: 13px;
    font-weight: 600;
  }

  .mg_body h6 {
    font-size: 10px;
  }

  .card-body {
    padding: 12px !important;
  }

  .card-body a.btn {
    width: 66%;
  }

  .mobi-text {
    margin-top: 0 !important;
    /* position: relative; */
  }

  .mobi-text h4 {
    font-size: 18px;
  }

  .mobi-text h3 {
    font-size: 18px;
  }

  .mobi-text h2 {
    font-size: 27px;
  }

  .ml-5 {
    margin-left: 0;
  }

  .tab_btn {
    width: auto !important;
    border: 1px solid #e2e2e2 !important;
  }

  .app-btn {
    width: 65% !important;
    max-width: 219px !important;
    margin: 8px 2px;
    font-size: 10px;
  }

  .app-btn i {
    width: 10%;
    font-size: 18px;
    margin: 5px;
  }

  .app-btn p {
    padding: 0 !important;
    margin: 1px 6px;
    font-size: 7px;
  }

  .app-btn .big-txt {
    font-size: 9px;
    text-transform: capitalize;
    font-weight: 700;
  }


  .left-wdth-footer {
    width: 100% !important;
  }

  .box {
    padding: 10px;
  }

  .box .col {
    border-right: 1px solid #fffefe;
    margin: 8px;
    border-bottom: 0;
  }

  .box h3 {
    font-size: 12px;
  }

  .box h4 {
    font-size: 32px;
  }

  .footer_left {
    /* margin-left: 20px; */
    margin-bottom: 11px !important;
    margin-top: 35px;
    text-align: center;
  }

  .footertext {
    padding: 19px 37px 0;
    margin-left: 0px;
  }

  .right-footer {
    margin-top: 1px;
    margin-bottom: 10px;
  }

  .position-absolute.bottom-0.start-0 {
    color: #fff;
    text-align: center;
    margin-left: 0;
    border-top: 1px solid #fffbfb47;
    font-size: small;
    padding-top: 8px;
    width: 100%;
  }


  .footerlogo {

    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
  }

  .row.d-md-flex.flex-md-equal.w-100 {
    margin: 0;
  }

  .d-inline-flex.gap-1 span {
    font-size: 41px;
    font-weight: 600;
  }

  .d-inline-flex.gap-1 {
    background: #F3F4F5;
    padding: 14px;
    min-height: 188px;
    width: 100%;
  }

  .reg_tab .btn {
    margin: 3px;
    padding: 6px 11px !important;
    font-size: 13px;
  }

}

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

  .float-end {
    float: none !important;
  }

  .slide_cont {
    margin-top: 0;
    min-height: 66px;
    margin-bottom: 0;
  }
}