
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


@font-face {
  font-family: 'Assistant';
  src: url('../Font/Assistant-Regular.woff2') format('woff2'),
       url('../Font/Assistant-Regular.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}

@font-face {
font-family: 'IBM';
src: url('../Font/IBM-Regular.woff2') format('woff2'),
     url('../Font/IBM-Regular.woff') format('woff');
font-style: italic;
font-weight: 700;
}  

/* Example Usage */
body {
font-family: IBM Plex Sans, sans-serif; 
} 


.btn-primary {
  font: normal normal 500 16px/24px IBM Plex Sans Condensed, sans-serif;
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-image: linear-gradient(101deg, #012d64, #06b0ff);
  border-radius: 75px;
  padding: 15px 20px;
  min-width: 200px;
  text-decoration: none;
  overflow: hidden;
  /* box-shadow: 0 10px 20px rgba(5, 134, 206, 0.7019607843); */
  border: 0;
}
.btn:hover {
  background-color: #009ad6 !important;
}
.w-38 {
  width: 38% !important;
}
.fs-26 {
  font-size: 26px;
}
.fs-20 {
  font-size: 20px;
}

.fs-40 {
  font-size: 40px;
}
.mx-auto {
  margin: auto !important;
}

.heading1 {
  font: normal normal 500 22px / 30px IBM Plex Sans, sans-serif;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 45px;
  text-align: center;
}
.heading1 span {
  color: #3496dd;
}

.heading2 {
  font-size: 29px;
  font-weight: bold;
  color: #000;
}
.heading2 span {
  color: #3496dd;
}

.heading3 {
  font: normal normal 500 20px/28px IBM Plex Sans, sans-serif;
  color: #000;
}

.line-arrow {
  background-color: #0b66be;
  width: 1px;
  height: 28px;
}
 
.text-green{
  color: green !important;

}
.main-logo {
  padding: 80px 0px 20px 0px;
  background-color: #50b8eb1f;
}
.main-logo .heading {
  font-size: 40px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 45px !important;
  text-align: center;
}
.main-logo .heading span {
  color: #3496dd;
}
.bg-box {
  padding: 10px 35px;
  /* background-color: #3496dd; */
  background-image: linear-gradient(101deg, #012d64, #06b0ff);
  border-radius: 8px;
  color: #fff;
}

.bg-box2 {
  padding: 10px 35px;
  /* background-color: #3496dd; */
  background-image: linear-gradient(101deg, #012d64, #06b0ff);
  display: inline-block;
  border-radius: 8px;
  color: #fff;
}
.bg-box .heading {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 45px;
  text-align: center;
}
.bg-box2 .heading1 {
  color: #fff;
}

.has-animation {
  position: relative;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 41px;
  margin: 0 auto;
}
.has-animation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  height: 120%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.863) 50%,
    rgba(41, 41, 41, 0) 50%,
    rgba(255, 255, 255, 0.863) 100%
  );
  animation: animate 2s linear infinite;
  rotate: 20deg;
  opacity: 0.7;
}
@keyframes animate {
  from {
    left: 0%;
  }
  to {
    left: 100%;
    filter: brightness(0.3);
    opacity: 0.4;
  }
}
.fs-60 {
  font-size: 60px;
}

.fs-12 {
  font-size: 12px;
}
.fs-22 {
  font-size: 22px !important;
}
.text-style {
  color: #009ad6 !important;
  font-weight: bold !important;
  font-size: 30px !important;
}
.text-style2 {
  color: #009ad6 !important;
  font-weight: bold !important;
  font-size: 40px !important;
}
.home1 {
  background-color: #50b8eb1f;
  padding: 10px 0px 20px 0px;
}

.home1 .home1-img {
  position: relative;
  z-index: 0;
}
.home1 .home1-img .author-box {
  position: absolute;
  bottom: 0;
  left: 47%;
  translate: -50% 0;
  padding: 5px 14px;
  border: 1.325px solid #e2e2e2;
  background-color: #fff;
  border-radius: 5px;
}
.home1 .home1-img .author-box .author-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(98deg, #009ad6, #009ad6);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
}
.home1 .home1-text {
  position: relative;
  z-index: 0;
}

.home1 .home1-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.home1 .home1-text ul .li {
  padding: 10px;
  background-color: rgb(56 207 255);
  border-radius: 8px;
  height: 78px;
  display: grid;
  place-items: center;
}
.home1 .home1-text ul .li p {
  font: normal normal 500 22px/30px IBM Plex Sans, sans-serif;
  color: #fff;
  margin-bottom: 0;
}
.home1 .home1-text .line-arrow {
  position: absolute;
  background-color: #0968bf;
  width: 1px;
  height: 28px;
  z-index: 1;
}
.home1 .home1-text .line1 {
  left: 0;
  right: 0;
  margin: auto;
  top: 94px;
}
.home1 .home1-text .line2 {
  top: 122px;
  left: 20%;
}
.home1 .home1-text .line3 {
  top: 122px;
  right: 20%;
}

.home2 {
  padding: 50px 0;
}
.home2 .bg-box {
  background-image: linear-gradient(98deg, #009ad6, #009ad6);
}
.home2 .home2-text .bg-box {
  display: block;
}
.home2 iframe {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 10px;
}
.home2 .home2-text .bg-box h6 {
  font-size: 30px;
  text-align: left !important;
}
.home2 .home2-text .bg-box p {
  text-align: left !important;
  padding-left: 12px;
}
.home2 .home2-text .line-arrow {
  margin: 6px auto;
  height: 20px;
}
.home2 .home2-text .bg-box1 {
  background-color: #50b8eb1f;
  background-image: none;
  padding: 18px 30px;
  display: inline-block;
  margin: auto;
  border-radius: 50px;
  align-items: center;
  display: flex;
  margin-top: 20px;
  margin-left: 30px;

  /* box-shadow: 0 10px 20px rgba(5, 134, 206, 0.7019607843); */
}
.home2 .home2-text .bg-box1 svg {
  margin-right: 10px;
}
.home2 .home2-text .bg-box1 .heading1 {
  font-size: 24px;
  text-align: center;
  color: #3496dd;
  font-weight: bold;
  line-height: 30px;
}
.home2 .img-100 {
  position: absolute;
  left: 12px;
}
.home3 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.home3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url("../img/cloud-1-min.jpg") no-repeat center;
  background-size: cover;
  animation: slideBackground 10s linear infinite;
  z-index: -1;
}

.home3 .container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px 0px 40px 0px !important;
}

@keyframes slideBackground {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.user-box {
  width: 365px;
}
.home3 .user-box {
  height: 500px;
  border-radius: 5px;
}

.home3 .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  height: 40px;
}
.home3 .owl-theme .owl-nav button {
  position: absolute;
}
.home3 .owl-theme .owl-nav .owl-prev {
  left: -2%;
}
.home3 .owl-theme .owl-nav .owl-next {
  right: -2%;
}
.home3 .home3-images li {
  margin: 0 15px;
}

.home4 {
  padding: 40px 0;
}

.home4 .custom-card {
  position: relative;
  border-radius: unset;
  overflow: hidden;
  height: 520px;
  width: 95%;
}
.home4 .card-image {
  height: 300px;
  object-fit: cover;
}
.home4 .card-content {
  position: absolute;
  bottom: 0;
  left: 14px;
  height: 300px;
  width: 90%;
  top: 195px;
  background: white;
  padding: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.home4 .owl-carousel .owl-item img {
  display: block;
}
.home4 .icon-circle {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3496dd;
  color: white;
  border-radius: 50%;
  margin: 0 auto 15px auto;
}
.home4 .card-title {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.home4 .card-text {
  font-size: 0.95rem;
  text-align: center;
}

.home4 .owl-carousel .center {
  scale: 1.1;
  z-index: 999;
}
.home11 {
  margin-top: 40px;
  padding: 60px 0;
  /* background-color: #50b8eb1f; */
}
.home11 .home11-box {
  background-color: #bee4ff87 !important;
  color: #009ad6 !important;
  font-weight: 500 !important;
  padding: 25px;
  text-align: center;
  height: 240px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1019607843);
}

.item-hover .home11-box2 {
  color: #009ad6 !important;
  font-weight: 500 !important;
  padding: 25px;
  text-align: center;
  height: 245px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  background-color: #f0f9ff !important;
  background-size: cover;
}

.home11 .item-hover {
  scale: 1.1;
  z-index: 999;
}
.home12 {
  padding: 60px 0px 0px 0px;
}

.owl-theme .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  background-color: #3496dd !important;
  margin-top: 20px;
}
.owl-theme .owl-nav button span {
  font-size: 22px;
  color: #fff;
  margin-top: -18px !important;
  margin-left: -3px;
  position: absolute;
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  background-color: rgba(123, 197, 224, 0.702);
  padding: 20px 0;
}
.footer-fixed p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.footer-fixed .text-end span {
  position: absolute;
 /* background: linear-gradient(99deg, #3496dd, #06b0ff) !important;*/
   background: linear-gradient(99deg, #b22222, #b22222) !important;
  border: 1px solid white;
  color: white;
  padding: 2px 10px 2px 10px;
  font-size: 10px;
  border-radius: 50px;
  right: 120px;
  top: 6px;
}
.footer-fixed .span {
  position: absolute;
  background: linear-gradient(99deg, #b22222, #b22222) !important;
  color: white;
  padding: 2px 10px 2px 10px;
  font-size: 10px;
  border-radius: 50px;
  left: 270px;
  top: 4px;
}

.home5 {
  padding: 40px 0;
  position: relative;
  z-index: 0;
}
.home5 .home5-content {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 50px;
  box-shadow: 0 5px 10px rgba(0, 154, 214, 0.2509803922);
}
.home5 .home5-content p {
  font-size: 17px;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
}
.home5 .home5-content .owl-theme .owl-nav {
  display: none;
}
.home5 .circle-box {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  display: flex;
  position: absolute;
  top: 15%;
  left: 1%;
}
.home5 .circle-box .circle1 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 65px;
  height: 65px;
  position: absolute;
}
.home5 .circle-box .circle2 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 120px;
  height: 120px;
  position: absolute;
}
.home5 .circle-box .circle3 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 175px;
  height: 175px;
  position: absolute;
}
.home5 .circle-box .circle4 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 230px;
  height: 230px;
  position: absolute;
}

.home9 .circle-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  display: flex;
  position: absolute;
  top: 24%;
  left: -9%;
}
.home9 .circle-box .circle1 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 65px;
  height: 65px;
  position: absolute;
}
.home9 .circle-box .circle2 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 120px;
  height: 120px;
  position: absolute;
}
.home9 .circle-box .circle3 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 175px;
  height: 175px;
  position: absolute;
}
.home9 .circle-box .circle4 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 230px;
  height: 230px;
  position: absolute;
}

.home9 .circle-box2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0%;
}
.home9 .circle-box2 .circle1 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 65px;
  height: 65px;
  position: absolute;
}
.home9 .circle-box2 .circle2 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 120px;
  height: 120px;
  position: absolute;
}
.home9 .circle-box2 .circle3 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 175px;
  height: 175px;
  position: absolute;
}
.home9 .circle-box2 .circle4 {
  opacity: 0.2;
  background-color: #009ad6;
  border-radius: 100vw;
  width: 230px;
  height: 230px;
  position: absolute;
}

.home6 {
  padding: 40px 0px 0px 0px;
}

.home6 .heading2 {
  padding: 10px;
  color: white;
  font-weight: bold;
  background-image: linear-gradient(101deg, #3496dd, #06b0ff);
}
.border2 {
  border: 2px solid #3496dd !important;
}
.home6 .img-back {
  position: relative;
  text-align: center;
  z-index: 2 !important;
}
.home6 .img-back img {
  z-index: 2 !important;
  position: relative;
}

.home6 .heading3 {
  padding-left: 35px;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700 !important;
  position: absolute;
  top: 8px;
  left: 16px;
  text-align: left;
}
.home6 .border-box2 {
  background-image: linear-gradient(98deg, #009ad6, #009ad6);
  padding: 5px 0px 5px 120px;
  margin-right: -28px;
  position: absolute;
  bottom: 40px;
  width: 546px;
  right: 16px;
  text-align: justify;
  z-index: 0 !important;
}
.home6 .border-box2 p {
  font-size: 18px;
  font-weight: 500;
  color: white;
  margin-bottom: 0px !important;
  padding: 6px 10px 6px 60px;
}
.home6 .border-box2 span {
  font-size: 24px;
  font-weight: bold;
}
.home6 .ani-fade-img img {
  animation: fadeInRight 3s ease-in-out;
  position: absolute;
  top: 8px;
  right: 16px;
  width: 25%;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
.text-yellow {
  color: yellow !important;
}
.text-yellow2 {
  color: #ffc83d !important;
}

.text-blue {
  color: #009ad6 !important;
}
.text-dark-blue {
  color: #3496dd !important;
}

.home6 .home6-bottom p {
  font-size: 18px;
  margin-bottom: 3px;
}

.home7 {
  padding: 40px 0;
}
.home7 .accordion .accordion-item {
  border: 0;
  margin-bottom: 15px;
  border-radius: 5px;
}
.home7 .accordion .accordion-item button {
  background-color: #3496dd;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: none;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}
.home7 .accordion .accordion-item .accordion-body {
  background-color: #f4f9ff;
}
.home7 .accordion .accordion-item .accordion-body::after {
  filter: brightness(10);
}

.home9 {
  padding: 60px 0;
  background-color: #f4f9ff;
  position: relative;
}
.home9 ul li {
  margin-bottom: 10px;
} /*# sourceMappingURL=style.css.map */

.home10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.company-icons img {
  object-fit: contain !important;
}
.text-block-647 {
  color: white;
  font-size: 18px;
  font-weight: 600;
}
.li_section.li_lightblue {
  background-color: #f4f9ff;
}
.li_learn-wrap {
  z-index: 1;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: relative;
}
.li_learn-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
.li_learn-image-wrap {
  border-radius: 10px;
  height: 253px;
  display: flex;
  justify-content: center;
}
.li_learn-image-wrap.li_mb_show {
  display: none;
}
.li_circle {
  border: 1.5px solid var(--white);
  background-color: #3496dd;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: sticky;
  top: 20px;
}
.li_learn-line {
  background-color: #3496dd;
  width: 2px;
  height: 100%;
  position: absolute;
}
.li_learn-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  padding: 30px;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
}
.li_text-diff {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.25;
}
.li_text-large {
  font-size: 16px;
}
.li_sticky-wrap {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  grid-template-rows: auto;
  grid-template-columns: 326px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.li_day-learn {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.li_days-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(98deg, #009ad6, #009ad6);
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 2rem;
  box-shadow: 0 -5px 10px #00185526;
}
.li_days-wrap.li_stiky-2 {
  top: 8rem;
}
.li_days-wrap.li_stiky-3 {
  top: 14rem;
}
.li_days-wrap.li_stiky-4 {
  top: 20rem;
}
.li_days-wrap.li_stiky-5 {
  top: 26rem;
}
.li_day-wrap {
  border: 1px solid white;
  color: white;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-weight: 500;
}
.accordion-button::after {
  background-color: white !important;
  border-radius: 5px !important;
}

.li_lit-detail {
  grid-column-gap: 18px;
  grid-row-gap: 28px;
  border: 1px solid white;
  background-color: white;
  color: black;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  padding: 18px;
  display: flex;
}
.li_sticky-heading {
  position: sticky;
  top: 2rem;
}
.li_heading-h2 {
  text-align: center;
  font-family: IBM Plex Sans Condensed, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
}
.li_heading-h2.li-align-left,
.li_heading-h2.text-align-left {
  text-align: left;
}
.li_learn-image {
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 10px #0000001a;
}
.li_learn-image2 {
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 10px #0000001a;
}
.company-icons-m .scroll-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  padding: 10px 0;
}
.company-icons-m .scroll-content {
  display: inline-flex;
  animation: scroll-left 22s linear infinite;
}
.company-icons-m .scroll-content li {
  display: inline-block;
  margin: 0 15px;
  border: 1px solid #009ad6 !important;
  border-radius: 5px;
}
.company-icons-m .scroll-content img {
  width: 160px;
  height: auto;
  border-radius: 5px;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.fligth-icon-animation {
  position: absolute;
  left: 60px;
  margin-top: 140px;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #b22222;
  position: fixed;
  top: 0;
  z-index: 999999;
  padding: 5px 0;
}

/* Marquee content */
.marquee-content {
  display: flex;
  animation: scroll 30s linear infinite;
  white-space: nowrap;
}

/* Individual marquee text */
.marquee-text {
  color: #fff700;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
}

/* Marquee animation */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.payment-section .card {
  max-width: 50%;
  margin: auto;
  border-radius: 30px;
  border: none;
}
.payment-section .head-dev {
  background-color: #032e68;
  border-radius: 30px 30px 0px 0px;
  color: white;
}
.payment-section .card-body {
  border: 1px solid #8080808c;
  border-radius: 0px 0px 30px 30px;
}

.payment-section footer {
  background-color: #032e68;
}
.payment-section label {
  color: black;
}
.payment-section .card-body p {
  color: black;
}
.payment-section .card-body .form-control {
  border: 1px solid #7c7c7c;
}
.payment-section .card-body .form-check-input {
  border: 1px solid #7c7c7c;
}
.payment-section .card-body .form-control:focus {
  box-shadow: unset;
}
.payment-section .card-body .form-check-input:focus {
  box-shadow: unset;
}
.payment-section .card-body .form-check-input:checked {
  background-color: #02326a;
}
.payment-section .text-grey {
  color: #000000d1 !important;
}
.payment-section .footer-section {
  padding: 20px 0px 20px 0px;
}
.payment-section .offers {
  margin-top: 20px;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  padding: 20px 8px 20px 20px;
  border: 1px solid #0132691f;
  border-radius: 10px;
  background-color: white;
}
.payment-section .offers h4 {
  margin-bottom: 20px;
}
.payment-section .offers p {
  margin-bottom: 20px;
}
.payment-section .offre-btn-section {
  display: flex;
  align-items: center;
  background-color: #178d17cc;
  color: white;
  font-weight: 700;
  justify-content: center;
  padding: 8px 10px 8px 10px;
  border-radius: 10px;
}
.comas-up {
  margin-bottom: 25px;
}
.comas-down {
  margin-top: 25px;
}
.payment-section .container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.home13 {
  padding: 60px 0px 130px 0px;
}
.home13 a {
  text-decoration: none;
  color: black;
}
.home13 a:hover {
  color: black;
}
.home13 .google-review {
  margin-top: -56px;
}
.home13 .star-icons {
  margin-top: -120px;
}
.home13 .ratting-text {
  margin-top: -40px;
}
.home13 .card {
  box-shadow: 0 4px 10px #0000001a;
  border-radius: 20px;
  max-width: 440px;
  margin: auto;
}

.whats-app {
  position: fixed;
  width: 60px;
  height: 60px; 
  bottom: 100px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  right: 15px;
}


.thanks-section .card {
  margin: 10px auto;
  padding: 0px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
}
.thanks-section .thanku-back-img {
  background-image: url(../img/back-image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  padding: 30px 50px;
  color: white;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.thanks-section .thanku-back-img .logo {
  max-width: 10%;
}
.thanks-section .thanku-back-img .whatsapp-chat {
  max-width: 10%;
}
.thanks-section .thanku-content {
  padding: 50px 30px;
  background-color: #ada6a61f;
}

.thanks-section .thanku-back-img a {
  text-decoration: none;
  color: white;
}
.thanks-section .thanku-content .card-box a {
  text-decoration: none;
  color: black;
}
.thanks-section .thanku-content p {
  font-size: 14px;
}
.thanks-section .thanku-content .card-box {
  display: block;
  position: relative;
  background-color: #50b8eb1f;
  border-radius: 10px;
  padding: 30px 10px 20px 10px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  text-align: center;
  border: 1px solid #8080801f;
  cursor: pointer;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -82px;
    right: -16px;
    background-image: linear-gradient(101deg, #012d64, #06b0ff);
    height: 72px;
    width: 80px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}
.thanks-section .thanku-content .card-box:hover {
  p {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  h5 {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
  a {
    transition: all 0.3s ease-out;
    color: #ffffff;
  }
}

.thanks-section .thanku-content .box {
  background-color: var(--bg-color);
  border-radius: 15px;
  padding: 10px 0px;
  text-align: center;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  /* transition: all 0.3s ease-in-out; */
  margin-bottom: 30px;
  cursor: pointer;
}

/* .thanks-section .thanku-content .box:hover {
  transform: translateY(-5px);
} */

.thanks-section .thanku-content .box-2 {
  border-radius: 15px;
  padding: 10px 15px;
}
.thanks-section .btn-primary2 {
  color: #fff;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  background-color: #77cc00;
  border-radius: 75px;
  font-size: 12px;
  padding: 3px 18px;
  text-decoration: none;
  overflow: hidden;
  border: 0;
  margin-left: 5px;
}
