.footer-main h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #101f41;
}
.footer-main ul li{
    list-style: none;
    line-height: 33px;
}
.footer-main ul li a{
    color: #000;
}
.footer-display{
    display: flex;
    justify-content: space-between;
}
.footer-main button{
    background-color: #4d5bed;
    border-color: #4d5bed;
    color: #fff;
    margin-bottom: 10px;
}
.footer-news-letter button{
    color: #fff;
    height: 50px;
    margin-top: 9px;
    margin-left: -10px;
    padding: 10px 14px;
}
.social-media-bgs{
    background-color:#f8f8f8;
}
.social-media-bgs ul {
    display:flex;
    justify-content: center;
}
.social-media-bgs ul li{
    list-style: none;
    margin: 5px;
}
.fw-bold{
    font-weight: bold;
}
.social-media-card p{
    font-size: 14px;
}
.social-media-card h4{
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: #101f41;
}
.soial-media-bgss-dection{
    background-color: #f0f1fa;
}
.social-media-card{
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}
.social-media-card-imagess{
    width: 40%;
}
.get-started{
    background-color: #4d5bed;
    color: #fff;
    border: none!important;
    padding: 10px 20px;
    border-radius: 7px;
    outline: none!important;
}

.bg-colored-card{
    background-color: #101f41!important;
}
.main-top-slider{
    padding: 100px 0px 50px 0px;
}

.social-media-card-1{
    background-color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.social-media-card-1 img{
    width: 45%!important;
}
.icon.icon--rounded.bg-primary{
    margin-bottom: 20px;
    width: 40%;
}
.lets-talk{
    background: url(../../../../../../assets/images/lets-talk.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
}
.lets-talk-division{
    padding: 10px;
}
.lets-talk-division h5{
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}
.lets-talk-division  button{
    background-color: #fff;
    color: #4d5bed;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    padding: 10px 40px;
}
.lets-talk-division{
   position: absolute;
   top: 61px;
   width: 100%;
}
.lets-talk{
    position: relative;
}

.on-mobile-block{
    display: none;
}




















.testimonial {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  background-color: rgb(226 228 255);
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
.swiper-button-prev.nav-btn {
    left: 0px!important;
    top: 50%!important;
}
.swiper-button-next.nav-btn {
    top: 50%!important;
}
.Quote-image{
    width: 3%!important;
}
.pricing-sec-img img{
    width: 100%;
}
.pricing-sec-img{
    margin-top: 20px;
}
.pricing-main-margins{
    margin-top: 70px;
}

.pricing-table-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pricing-sec-img{
    width: 15%;
}









@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}






@media only screen and (max-width: 1199px) {
    .lets-talk-division{
   top: 54px;
}
.lets-talk-division h5 {
    font-size: 33px;
}
.lets-talk-division p{
    font-size: 14px;
}


}





@media only screen and (max-width: 991px) {
    .pricing-sec-img {
    width: 26%;
}
    .lets-talk {
    height: 250px;
    }
    .lets-talk-division{
   top: 31px;
}
.lets-talk-division h5 {
    font-size: 26px;
}
.lets-talk-division p{
    font-size: 9px;
}


}
@media only screen and (max-width: 767px) {
    .pricing-sec-img {
    width: 50%;
}
    .lets-talk {
    height: 200px;
}
    .on-mobile-break{
        display: none;
    }
    .lets-talk-division{
   top: 31px;
}
.lets-talk-division h5 {
    font-size: 19px;
}
.lets-talk-division p{
    font-size: 9px;
    padding: 0px!important;
}


}
@media only screen and (max-width: 560px) {
    .display-none-on-mobile{
        display: none;
    }
    .on-mobile-block{
    display: block!important;
}

}










.one-reel{
    background: rgb(20,57,103);
background: linear-gradient(45deg, rgba(20,57,103,1) 0%, rgba(16,31,65,0.894016981792717) 100%);
    padding: 10px;
    margin-top: 50px;
}
.one-reel h5{
    background-color: #101f41;
    color: #ffffff;
    padding: 6px 30px;
    border-radius: 50px;
    width: 50%;
    margin: auto;
    margin-top: -25px;
    margin-bottom: 11px;
}
.prize-moeny-addon{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.other-pagraph-prize{
    color: #fff;
    font-size: 17px;
}