    @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');

    .flex {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    row-gap: 16px;
    align-items: center;
    }
    .w-100 {
      width: 100%;
    }
    h1,h2,h3,h4,h5,h6 {
        font-weight: 600;
    }
    .px-20 {
        padding-left: 20px;
    }
    .section-px {
        padding: 75px 0 75px 0;
    }
    .p-lg {
        font-size: 20px;
    }
    .p-md{
        font-size: 18px;
    }
    .p-sm {
        font-size: 16px;
    }
    .mt-0 {
        margin-top: 0;
    }
    .mb-0 {
        margin-bottom: 0;
    }
    .mb-10 {
        margin-bottom: 10px;
    }
    .mb-20 {
        margin-bottom: 20px;
    }
    .mb-30 {
        margin-bottom: 30px;
    }
    .mb-40 {
        margin-bottom: 40px;
    }
    .ml-15 {
        margin-left: 15px;
    }
    .mr-15 {
        margin-right: 15px;
    }
    .f-7 {
      font-weight: 700;
    }
    .text-left {
        text-align: left;
    }
    .text-center {
        text-align: center;
    }
    .mobile-menu-app {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      margin-bottom: 60px;
  }
  
.mobile-menu-app .btn {
  padding: 13px 26px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  background: #ffffffd6;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
}
.mobile-menu-app .btn:hover {
  color: #fff;
}
.mobile-menu-app a:nth-child(2) .btn {
  border: 1px solid #51a6dc;
  color: #51a6dc;
}
.mobile-menu-app a:nth-child(2) .active {
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88)); */
    color: #fff;
    background-color: #51a6dc;
}
.mobile-menu-app a:nth-child(1) .btn.active{
  background: rgb(0, 167, 157);
  color: #ffff;
  border: 1px solid rgb(0, 167, 157);
}
.mobile-menu-app a:nth-child(1) .btn {
  color: rgb(0, 167, 157);
  border: 1px solid rgb(0, 167, 157);
}
.top-info {
  margin: 0 0 30px;
}
    #bnnr {
    height: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
    }
    #bnnr .hero-ar {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    #bnnr .hero-ar h1 {
      color: #000;
      font-weight: 700;
      font-size: 45px;
      margin: 0 0 12px 0;
      font-family: "Poppins", sans-serif;
    }
    .top-info p {
      font-family: "Poppins", sans-serif;
      color: #000;
    }
    #ai-hed {
        position: relative;
    }
    #ai-hed .hero-ar img {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    padding: 12px 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 999px;
    background: #fff;
    }   
    section#store-pa {
        padding-top: 65px;
    }
  .pa-frst, #tabit, #workit, .pa-scnd {
  background: #c7eff73d;
}
#cntct-frm {
	background: #e2f4f9;
}
#cntct-frm iframe {
	max-width: 625px;
	background: #fff;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	border-top-left-radius: 34px;
  border-bottom-right-radius: 34px;
}

    #store-pa .store-app img {
        width: 225px;
    }
    .slider {
        width: 100%;
        margin: 40px auto 0;
    }

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

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

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev {
    left: -10px;
    }
    .slick-next {
    right: -10px;
    }
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
      height: auto;
    }
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
button.slick-prev.slick-arrow:before {
    color: #fff;
    opacity: 1;
    position: absolute;
    content: '';
    background-image: url('prev.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    left: 0;
}
button.slick-next.slick-arrow:before {
    color: #fff;
    opacity: 1;
    position: absolute;
    content: '';
    background-image: url('next.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
}
.steps-slider-inner {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.steps-slider-inner img {
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.steps-slider-inner h4 {
    text-align: left;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 700;
    color: #00bbcf;
}
.step-content {
  font-size: 16px;
}
#annunce-it .slick-dots li.slick-active {
    transform: scale(1.2);
}

#annunce-it .slick-dots li button {
    background: #00bbcf !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
}
#annunce-it .slick-dots li button::before {
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    right: initial;
    bottom: initial;
    opacity: 1;
    margin: 0;
    content: "";
    background: #fff;
    border-radius: 50%;  
}

#annunce-it .steps-slider .slick-slide {
    margin: 0 0 30px;
}
#annunce-it .slick-dots li{
    opacity: 0.7;
}
#annunce-it .slick-dots li.slick-active {
    opacity: 1;
}
/* footer starts here */

footer {
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0px;
    padding-bottom: 0px;
  }
  footer img.img-fluid {
    max-width: 100%;
    height: auto;
}
  .footer-bottom a{
    color:#b0b0b0;
  }
  .footer-bottom a:hover{
    text-decoration:underline;  
  }
  .dt {
    display: table;
    width: 100%;
  }
  
  .dt.tlf {
    table-layout: fixed;
  }
  
  .dt .dtc {
    display: table-cell;
    vertical-align: middle;
  }
  @media (max-width: 925px) {
    footer {
      padding: 40px 0px;
      padding-bottom: 0px;
    }
  }
  
  footer .f-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #848484;
    width: 260px;
    margin-bottom: 30px;
  }
  
  @media (max-width: 925px) {
    footer .f-title {
      margin: auto;
      margin-top: 30px;
      margin-bottom: 20px;
    }
  }
  
  footer .f-link {
    color: #fff;
    text-align: left;
    margin-bottom: 12px;
    font-size: 13px;
  }
  
  @media (max-width: 925px) {
    footer .f-link {
      width: 260px;
      margin: 0 auto 10px;
    }
  }
  
  footer .f-link .dtc {
    vertical-align: middle;
  }
  
  footer .f-link .dtc:first-child {
    width: 40px;
  }
  
  footer .footer-logo {
    text-align: center;
    display: block;
  }
  
  footer .social {
    text-align: center;
    margin-top: 30px;
  }
  
  footer .social li {
    display: inline-block;
    list-style: none;
    padding: 0px 10px;
  }
  
  footer .social li a svg {
    width: 35px;
    height: 35px;
  }
  
  footer .social li a svg path {
    fill: #109beb;
    -webkit-transition: all .340s;
    transition: all .340s;
  }
  
  footer .social li a:hover svg path {
    fill: #fff;
  }
  
  footer .last .f-title {
    float: right;
    text-align: right;
  }
  
  @media (max-width: 925px) {
    footer .last .f-title {
      float: none;
      text-align: left;
    }
  }
  
  footer .last .f-link {
    text-align: right;
    direction: rtl;
  }
  
  @media (max-width: 925px) {
    footer .last .f-link {
      text-align: left;
      direction: initial;
    }
  }
  
  footer .footer-bottom {
    background: rgba(0, 0, 0, 0.439216);
    text-align: center;
    color: #b0b0b0;
    padding: 10px;
    margin-top: 60px;
    font-size: 12px;
  }
  
  @media (max-width: 925px) {
    footer .dt .m-col {
      display: block !important;
    }
  }
  
  footer .dt .m-col.in-desktop {
    display: table-cell;
  }
  
  @media (max-width: 925px) {
    footer .dt .m-col.in-desktop {
      display: none !important;
    }
  }
  
  footer .dt .m-col.in-mobile {
    display: none;
  }
  
  @media (max-width: 925px) {
    footer .dt .m-col.in-mobile {
      display: block;
    }
  }
/* footer end here */


@media only screen and (max-width: 991px) {
    #expr .stu-exp .row {
        display: flex;
        flex-direction: column-reverse;
    }
    footer img.img-fluid {
        max-width: 220px;
    }
    button.slick-prev.slick-arrow:before {
        width: 25px;
        height: 25px;
    }
    button.slick-next.slick-arrow:before {
        width: 25px;
        height: 25px;
    }
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
    .slider {
        padding: 0 24px;
    }
    .mb-sm-20 {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
  .steps-slider-inner {
      flex-direction: column-reverse;
  }
  .steps-slider-inner h4 {
      text-align: center;
      margin: 30px 0 18px;
  }
  .step-content {
      text-align: center;
  }
  .steps-slider-inner img {
    margin: 0;
  }

  
  #bnnr {
      height: 400px;
  }
  .mobile-menu-app {
      flex-direction: column;
  }
  .top-info {
    margin: 0 0 20px;
  }
  #bnnr .hero-ar h1 {
      font-size: 32px;
      padding: 0 20px;
  }
  #bnnr .hero-ar p {
      font-size: 16px;
      padding: 0 20px;
  }
  #tabit .tabs section, #tabit .tabs > ul {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #tabit .tabs {
    flex-direction: column;
  }
  #store-pa {
      padding-top: 80px;
      padding-bottom: 60px;
  }
  .section-px {
      padding: 40px 20px 40px 20px;
  }
  .section-px h2 {
      font-size: 24px;
      line-height: 1.4;
  }
  .section-px p {
      font-size: 18px;
      line-height: 1.5;
  }
}
@media only screen and (max-width: 480px) { 
    .section-px h2 {
        font-size: 22px;
    }
    .section-px p, .section-px li, .section-px h4 {
        font-size: 16px;
    }
    .flex {
        flex-wrap: wrap; 
        column-gap: 0;
    }
}