/*--------------------------------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&amp;display=swap");



/*===========================pro=plan=subscription-open===========================*/
.subscription-area {
  padding: 0px;
  height: auto;
  margin:0px 0px;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
   /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;*/
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}

.credit a {
    display: block;
    color: #6f6f6f;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #a3e0ff;
    padding: 15px 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px !important;
}

.credit a:hover {
  border: 1px solid #3b5998;
}
.g-pay a {
  display: block;
  color: #fff !important;
  background: #001648;
  border-radius: 5px;
  border: 1px solid #a3e0ff;
  padding: 15px 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px !important;
}
.g-pay a:hover {
  border: 1px solid #000;
  background: #000;
}
.p-name label {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px;
    color: #333;
}

.banner-area {
     
    background: #f0faff;
}
.user-area2 .user-item {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #c4ebff;
  border-radius: 10px;
  box-shadow: -1px 3px 50px rgb(0 0 0 / 16%);
}
.user-area2 .user-item p {
  color: #000;
  line-height: 24px;
}

.p-name {
    margin-bottom: 6px !important;
}
.p-name span {
  font-size: 14px;
}
.textarea {
  height: 90px !important;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px;
  padding-left: 15px;
  background-color: #fff;
  border: 1px solid #c4ebff;
  font-size: 15px;
}
.user-area .user-item .form-group .form-control:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
.user-area .user-item .form-group .form-check .form-check-label {
  color: #5d6678
}
.user-area .user-item .form-group .form-check .form-check-label a {
  display: inline-block;
  color: #5d6678;
  font-weight: 600
}
.user-area .user-item .form-group .form-check .form-check-label a:hover {
  color: #ff4900
}
.user-area .user-item .form-group .form-check .form-check-input {
  margin-left: -25px;
  width: 18px;
  height: 18px;
  border-radius: 0;
  margin-top: 3px;
  border: 1px solid #b6e4fb;
}
.user-area .user-item .form-group .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #001648
}
.user-area .user-item .form-group .form-check .form-check-input:checked {
  background-color: #001648
}
.user-area .user-item .common-btn {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  border-radius: 5px
}
.user-area .user-item h4 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 16px;
  position: relative;
  text-align: center
}
.user-area .user-item h4:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #ddd
}
.user-area .user-item h4:after {
  position: absolute;
  content: '';
  top: 9px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #ddd
}
.user-area .user-item ul {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px
}
.user-area .user-item ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 15px
}
.user-area .user-item ul li:last-child {
  margin-bottom: 0
}
.user-area .user-item ul li a {
  display: block;
  color: #fff;
  background-color: #3b5998;
  border-radius: 5px;
  border: 1px solid #3b5998;
  padding: 10px 12px;
  font-weight: 600
}
.user-area .user-item ul li a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px
}
.user-area .user-item ul li a:hover {
  color: #3b5998;
  background-color: #fff
}
.user-area .user-item ul li:nth-child(2) a {
  background-color: #db3236;
  border: 1px solid #db3236
}
.user-area .user-item ul li:nth-child(2) a:hover {
  color: #db3236;
  background-color: #fff
}
.user-area .user-item h5 {
  margin-bottom: 0;
  font-weight: 400;
  color: #5d6678;
  font-size: 16px;
  text-align: center
}
.user-area .user-item h5 a {
  color: #ff4900;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #ff4900
}
.user-area .user-item h5 a:hover {
  color: #5d6678;
  border-bottom: 1px solid #5d6678
}

.apply {
    background: #34a853 !important;
    color: #fff;
}


.user-area .user-item .form-group .form-control {
    height: 46px;
    border: 0;
    padding-left: 15px;
    background-color: #fff;
    border: 1px solid #c4ebff;
    font-size: 14px;
    margin-bottom: 5px;
}

.common-btn {
  display: inline-block;
  color: #fff;
  background-color: #fdb71d;
  padding: 10px 25px;
  font-weight: 500;
  border: 0;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 1!important;
  z-index: 1;
  position: relative;
  border-radius: 30px
}
.common-btn:hover {
  color: #fff;
  background-color: #001648
}

.user-area .user-item .form-group .form-check .form-check-input {
    margin-left: -25px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin-top: 3px;
    border: 1px solid #b6e4fb;
}


.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
 
.option_22{margin-left:20px !important;}

/*===========================pro=plan=subscription-end===========================*/







 .cta-block {
    width: 100%;
    min-height:60px;
    /*border: 1px solid var(--blurple);
    background-color: var(--blurple);*/
    background-position: 0 0;
    background-size: cover;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:20px 0px;
    display: flex; text-align: center;
    /* box-shadow: 0 2px 5px rgba(0,0,0,.2);*/
  }

.heading-1.white {color: var(--white); font-weight: 700; margin-bottom: 30px;}
/* waves */
 .z-index{z-index: 100; position: relative;}
.wave_2{width: 100%; margin-top: -107px; z-index: 10000000; position: relative;}
.wave_2 img{width: 100%;}

.wave_02{width: 100%; margin-top: 0px; z-index: ; position: relative;}
.wave_02 img{width: 100%;}

@media (max-width: 767px){
.s2-faq_section .s2_faq_content button {padding: 0px 30px 0px 0px!important;}
.wave_2 { margin-top: -25px;}
.aplpg-logo-wrapper img {max-width: 98px !important;}
}



/*----------------------------------------------------*/
/*faqarea*//*----------------------------------------------------*/

.ei-faq-section {background-color:#eceef6; padding:145px 0px 110px; z-index:1; overflow:hidden;}

.ei-faq-section .ei-faq-content {position: relative; z-index: 5;}

.ei-faq-section .ei-faq-content .ei-title-faq {margin: 0 auto; max-width: 885px;}

.ei-faq-section .ei-faq-content .ei-title-faq p { color: #383838; font-size: 17px; margin-top: 35px; line-height: 1.647;}

.ei-faq-section .eight-section-title {padding-bottom: 32px;}

.ei-faq-section .eight-section-title .eg-title-tag {
  font-size: 15px;
  margin-left: 55px;
}

.ei-faq-section .ei-faq-queans {
  max-width: 1000px;
  margin: 0 auto;
}

.ei-faq-section .ei-faq-queans .ei-faq {
  padding: 0px 55px;
  margin-bottom: 25px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body {
  margin-top: 15px;
}

.ei-faq-section .ei-faq-queans .ei-faq .ei-faq-body a {
  text-decoration: underline;
}

.ei-faq-section .ei-faq-queans .ei-faq.faq_bg {
  padding: 25px 55px;
  transition: 0.3s all ease-in-out;
  background-color: white;
  box-shadow: 0px 5px 15px -14px rgba(0, 0, 0, 0.75);
}

.ei-faq-section .ei-faq-queans .ei-faq-header button {
  border: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 5px;
  padding: 0 0 0 50px;
  font-family: "Poppins";
  background-color: transparent;
}

.ei-faq-section .ei-faq-queans .ei-faq-header button:before {
  top: -6px;
  left: 0;
  color: #118bfc;
  font-size: 30px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.ei-faq-section .ei-faq-queans .ei-faq-header .collapsed:before {
  content: "";
}

.ei-faq-section .ei-faq-shape {
  position: absolute;
  z-index: -1;
}

.ei-faq-section .fq-shape-style1 {
  top: -70px;
  left: 140px;
  z-index: 2;
}

.ei-faq-section .fq-shape-style2 {
  top: -70px;
  left: 75px;
  z-index: 1;
  opacity: 0.4;
  animation: spining 35s linear infinite;
}

.ei-faq-section .fq-shape-style3 {
  top: 50%;
  left: 165px;
  transform: translateX(-50%);
  animation: 3s ease 0s infinite alternate none running scale;
}

.ei-faq-section .fq-shape-style4 {
  top: 40%;
  right: 165px;
  transform: translateX(-50%);
}

.ei-faq-section .fq-shape-style5 {
  left: 20%;
  top: 115px;
  animation: spining 50s linear infinite;
}

.ei-faq-section .fq-shape-style6 {
  right: 0;
  z-index: -2;
  bottom: -30px;
}

.ei-faq-section .fq-shape-style8 {
  top: -50px;
  left: -50px;
  z-index: -3;
}

.ei-faq-section .fq-shape-style7 {
  top: 65px;
  right: 20%;
}

.ei-faq-section .fq-shape-style7 img {
  animation: spining 5s linear infinite;
  display: block;
  margin-top: 10px;
}

/*---------------------------------------------------- */
/*Screenshoot  area*/
/*----------------------------------------------------*/
.ei-screenshots-section {
  padding: 120px 0px;
  position: relative;
}

.ei-screenshots-section .eight-section-title {
  margin: 0 auto;
  max-width: 595px;
  padding-bottom: 10px;
}

.ei-screenshots-section .eight-section-title .eg-title-tag {
  font-size: 14px;
}

.ei-screenshots-section .swiper-slider-area .container {
  position: relative;
}

.ei-screenshots-section .swiper-wrapper {
  height: 630px;
  width: 320px;
}

.ei-screenshots-section .row.ei-appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  border-radius: 35px;
}

.ei-screenshots-section .ei-screen-mobile-image {
  background-image: url(../img/app-landing/screenshoot/mobile-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 650px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  border-radius: 40px;
}

.ei-screenshots-section .swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.ei-screenshots-section .swiper-wrapper {
  padding: 30px 0 40px;
}

.ei-screenshots-section .swiper-slide {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-next {
  box-shadow: -7px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .swiper-slide.swiper-slide-prev {
  box-shadow: 9px 10px 33px -23px rgba(0, 0, 0, 0.75);
}

.ei-screenshots-section .screenshoot-shape1 {
  right: 0;
  bottom: 205px;
}

.ei-screenshots-section .screenshoot-shape2 {
  left: 0;
  top: 240px;
}

.ei-screenshots-section .banner-navigation {
  position: relative;
  text-align: center;
  margin-top: 0px;
  z-index: 2;
}

.ei-screenshots-section .banner-navigation .swiper-button-next,
.ei-screenshots-section .banner-navigation .swiper-button-prev {
  position: relative;
  font-size: 16px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  line-height: 55px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  background-image: none;
  display: inline-block;
  margin: 0px 15px 0px 15px;
  background-color: #e7ecf2;
  transition: all 300ms ease;
}

.ei-screenshots-section .banner-navigation .swiper-button-prev:hover,
.ei-screenshots-section .banner-navigation .swiper-button-next:hover {
  color: #ffffff;
  background-color: #7b0dbd;
}

 












/*---------------------------------------------------- */
/*Featured area*/
/*----------------------------------------------------*/

.donation{border: solid 2px #df62e9; border-radius: 4px; padding:7px 5px 5px 5px; width:35px; height:35px; margin:auto; font-size: 30px; margin-bottom: 5px; display:flex; align-content: center; justify-content: center; text-align: center;}

.sale_cart{border:solid 2px #061492; border-radius: 4px; padding:7px 5px 5px 5px; width:35px; height:35px; margin:auto; 
  font-size:18px; margin-bottom: 15px; display:flex; align-content: center; justify-content: center; text-align: center;}
.world_map{ text-align: center; width: 100%;}
.world_map img{ text-align: center;} 

.cell h2{ font-size: 16px; }



@keyframes rotate {
  0% {
    top: -10px;
    left: -10px;
  }
  25% {
    top: 0px;
    left: 0px;
  }
  50% {
    top: 0px;
    left: 0px;
  }
  75% {
    top: 5px;
    left: 5px;
  }
  100% {
    top: -10px;
    left: -10px;
  }
}
.feature-eight-section {
  padding:60px 0px; background: #fdfcf8;
}

.feature-eight-section .ei-feature-shape {
  right: 0;
  top: 150px;
  z-index: -1;
  position: absolute;
}

.feature-eight-section .eight-section-title {
  max-width: 500px;
  position: relative;
}


.feature-eight-section .eight-feature-content {
  padding-top:20px;
}

.feature-eight-section .eight-feature-box {
  border-radius: 20px;
  padding: 40px 15px;
  background:#fabf07;
  transition: 0.3s all ease-in-out;
  margin-bottom:30px;
  border-style: solid;
    border-width: 2px;
    border-color:#fabf07;
    border-radius: 20px 20px 20px 20px;
    box-shadow:5px 5px 1px 1px #000;
}

 

.feature-eight-section .eight-feature-box .feature-icon8:before,
.feature-eight-section .eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode:multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.feature-eight-section .eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #33f1ff;
}

.feature-eight-section .eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #e933ff;
}

.feature-eight-section .eight-feature-box .feature-icon8 i {
  font-size: 50px;
  font-weight: 500;
}

.feature-eight-section .eight-feature-box .feature-icon8 img {
  max-width: 50px;
  max-height: 50px;
   
}


.feature-eight-section .eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;

}

.feature-eight-section .eight-feature-box .ei-feature-more {
  position: absolute;
  background-color:#fac907;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.feature-eight-section .eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 13px;
}

.feature-eight-section .eight-feature-box .feature-text8 p {
  line-height: 1.5;
}

.feature-eight-section .eight-feature-box:hover {
  background-color: #fff;
  box-shadow: 0px 25px 38px 0px rgba(43, 1, 68, 0.17);
}

.feature-eight-section .eight-feature-box:hover .feature-icon8:before,
.feature-eight-section .eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.feature-eight-section .eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}
 

.feature-eight-section .eight-feature-box .feature-icon8 i{
    display: block; color: #000;  font-size: 50px;
  font-weight: 500;
    /*background-image: linear-gradient(173deg, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
  }
.feature-eight-section .eight-feature-box .feature-icon8 {
    width: 98px;
    z-index: 1;
    height: 98px;
    margin:auto;
    line-height: 98px;
    margin-bottom: 34px;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.feature-eight-section .eight-feature-box .feature-icon8 i, .ei-service-icon-text .ei-service-icon i, .eg-how-work-section .ei-how-work-content-item .eg-how-work-icon-text .eg-how-work-icon i {
    display: block;
    background-image: linear-gradient(173deg, #ff00d7 30%, #50c7f5 67%, #72aaff 99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
*/

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

.eight-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    padding: 15px 0px 12px;
    line-height: 1.306;
}


.appeight-headline h1, .appeight-headline h2, .appeight-headline h3, .appeight-headline h4, .appeight-headline h5, .appeight-headline h6 {
    margin: 0;
    font-family: "Poppins";
}
.eight-section-title p {
    font-size: 17px;
    line-height: 1.647;
}


.eight-section-title h2 span {
    font-weight: 400;
}


@keyframes spining {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
.eight-service-section {
  z-index: 1;
  padding: 135px 0px 140px;
  background-color: #eceef6;
}

.eight-service-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/app-landing/shape/s-shape2.png);
}

.eight-service-section:after {
  top: -5px;
  right: 0;
  content: "";
  z-index: -1;
  height: 640px;
  width: 780px;
  position: absolute;
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/app-landing/shape/s-shape1.png);
}

.eight-service-section .s-shape-bg1 {
  left: -95px;
  bottom: -15px;
  position: absolute;
  z-index: -1;
}

.eight-service-section .s-shape-bg2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -2;
  transform: translateY(-50%);
}

.eight-service-section .eight-service-slide {
  width: 66.667%;
  float: left;
  position: relative;
  z-index: 1;
}

.eight-service-section .eight-service-slide .ei-service-slide-btn {
  margin-left: 265px;
}

.eight-service-section .eight-service-slide a {
  display: block;
  cursor: pointer;
}

.eight-service-section .eight-service-slide a:nth-child(1) {
  margin-bottom: 65px;
}

.eight-service-section .eight-service-slide a:nth-child(2) {
  margin-bottom: 55px;
  transform: translateX(-10px);
}

.eight-service-section .eight-service-slide a:nth-child(3) {
  transform: translateX(90px);
}

.eight-service-section .eight-service-text {
  width: 33.333333%;
  float: right;
  padding: 85px 0px 0px 70px;
}

.eight-service-section .eight-service-text:before {
  content: "";
  top: -180px;
  z-index: -1;
  left: -150px;
  width: 678px;
  height: 678px;
  position: absolute;
  animation: spining 10s linear infinite;
  background-image: url(../img/app-landing/shape/s-shape5.png);
}

.eight-service-section .eight-service-text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.eight-service-slide {
  width: 500px;
  padding-right: 70px;
}

.ei-service-icon-text .ei-service-icon {
  width: 108px;
  height: 108px;
  margin-left: 60px;
  position: relative;
  line-height: 108px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 1;
  background-color: #e9ebf7;
  box-shadow: 0px 16px 20px 0px rgba(43, 1, 68, 0.11);
}

.ei-service-icon-text .ei-service-icon i {
  font-size: 55px;
}

.ei-service-icon-text .ei-service-text {
  max-width: 300px;
}

.ei-service-icon-text .ei-service-text h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}

.ei-service-icon-text .ei-service-text p {
  color: #5e5e5e;
  overflow: hidden;
  line-height: 1.647;
}

.ei-service-icon-text:hover .ei-service-icon:after {
  opacity: 1;
  transform: scale(1);
}

.ei-service-icon-text:hover .ei-service-icon i {
  color: #fff;
}

.ei-service-slide-mbl {
  position: absolute;
  right: -250px;
  top: -75px;
  width: 245px;
  height: 505px;
  margin: 0 auto;
  padding: 17px 19px;
  background-repeat: no-repeat;
}

.ei-service-slide-mbl .bx-controls-direction {
  display: none;
}

.ei-service-slide-mbl .image {
  border-radius: 18px;
  overflow: hidden;
}


/*---------------------------------------------------- */
/* Faq area*/
/*----------------------------------------------------*/
.s2-faq_section {
  z-index: 1;
  padding: 60px 0px;
  background-color: #ebedf2;
}

.s2-faq_section:after {
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  background-image: url(../img/saas-c/banner/fbg.png);
}

.s2-faq_section .s2_faq_content {
  padding-top:20px; position: relative;
  z-index: 10;
}

.s2-faq_section .s2_faq_content button {
  border: none;
  color: #010101;
  font-size: 19px;
  font-weight: 700;
  font-family: "Poppins";
  padding: 0px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  background-color: transparent;
}

.s2-faq_section .s2_faq_content button:after {
  top: 5px;
  right: 10px;
  color:#00065a;
  font-size:18px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.s2-faq_section .s2_faq_content .collapsed:after {
  content: "";
}

.s2-faq_section .s2_faq_content .s2_faq {
  /*padding-bottom: 10px;
    border-top: 2px solid #000;
    border-style: solid;
    border-width:1px;
    border-color: #000;
     box-shadow: 5px 5px 1px 1px #000; 
    padding: 20px;
    background: #fff;*/
    padding:15px 20px;
    transition: 0.3s all ease-in-out;
    background:rgba(255,255,255,0.7);
    box-shadow: 0px 5px 15px -14px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;

}
 
 .s2_footer_social p{color: #fff;}
 .s2_footer_social form input {
    height: 45px;
    background: #fff;
    border: none;
    width: 70%;
    padding-left: 15px; position: relative; 
    font-size: 14px;
}

.s2_footer_social form button {
    color: #fff;
    width: 62px;
    border: none;
    text-align: center; 
    right: 0;
    bottom: 0;
    height: 45px;
    background:#d5a200;   
}



.s2-faq_section .s2_faq_content .s2_faq .s2_faq-body {
 /* padding-bottom: 30px;*/
  text-align: justify;
  /*max-width: 530px;*/
  color: #383838;
  line-height: 1.625;
}

/*---------------------------------------------------- */



.xis-dm-pricing-section {padding:60px 0px;}
.no-padding {padding: 0;}
.pricing-tab-btn {
  margin-top:36px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 10px !important;
  -webkit-box-shadow: 0.872px 9.962px 16px 0px rgba(0, 0, 52, 0.1);
  box-shadow: 0.872px 9.962px 16px 0px rgba(0, 0, 52, 0.1);
}
.pricing-tab-btn .nav-tabs .nav-link,
.pricing-tab-btn .nav-tabs {
  border: none;
}
.pricing-tab-btn li {
  width: 125px;
  height: 58px;
  color: #061b2e;
  font-weight: 600;
  cursor: pointer;
  line-height: 58px;
  font-family: "Poppins";
}
.pricing-tab-btn li .active {color: #fff !important;background-color:#1189fe !important;}
.pricing-tab-btn .nav-tabs .nav-link {padding: 0; border-radius: 10px !important;}

.xis-dm-pricing-content {padding-top: 10px;}

.xis-dm-pricing-list {
  margin-top: 47px;
}
.xis-dm-pricing-list li {
  color: #333;
  font-weight:500;
  padding: 5px 10px;
  font-size: 14px;
  /*border-bottom: 1px solid #d3d3d3;
  background:#f7f7f7; */
}
.xis-dm-pricing-list li:last-child {
  border-bottom: none;
}

.xis-dm-pricing-inner-item .xis-dm-price-badge {
  top: -5px;
  left:-5px; 
}
.xis-dm-pricing-inner-item .xis-dm-pricing-head {
  color: #fff;
  padding:15px 0px;
  background-image: linear-gradient(90deg, #002a56, #393d86);
  /*background-color:#004385;*/
}
.xis-dm-pricing-inner-item .xis-dm-pricing-head h3 {
  font-size: 16px;
  font-weight: 700;
   
}
.xis-dm-pricing-inner-item .xis-dm-pricing-head h4 {
  font-size: 60px;
  font-weight: 700;
}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature {
  border: 1px solid #f2f2f2;
  padding-bottom: 40px;

}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature li {
  color:#575e71;
  font-weight:400;
  padding:5px 0px;
  border-bottom:1px solid #d3d3d3; font-size: 14px;
}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature li span {
   display: none; 
}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature li i {
  color: #00c56f;
}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature li.price-unchecked i {
  color: #f64f1c;
}
.xis-dm-pricing-inner-item .xis-dm-pricing-feature li:last-child {
  border-bottom: none;
}
.xis-dm-pricing-inner-item .xis-dm-price-btn {
  width: 195px;
 font-size: 15px;
   line-height: 55px;
   padding: 0 20px;
  margin: 0 auto;
  font-weight: 700;
  border-radius: 10px;
  color: #000;
  border-radius: 30px;
  background-image:linear-gradient(313deg, #fabf07 0%, #fecf1d 100%);
}
.xis-dm-pricing-inner-item .xis-dm-price-btn:hover {
  
 background-image:linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);
}

.xis-dm-pricing-area {
  z-index: 1;
  background-color: #fff;
}
/*.xis-dm-pricing-area:before {
  left: 115px;
  bottom: -40px;
  z-index: -1;
  width: 100%;
  content: "";
  height: 140px;
  position: absolute;
  background-image: url(../img/d-mark/shape/shadow.png);
  background-repeat: no-repeat;
}*/
.xis-dm-pricing-area:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
}
.xis-dm-pricing-area .col-lg-6:nth-child(1) .xis-dm-pricing-inner-item {
  border-top-left-radius: 25px;
  overflow: hidden;
 /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/

}
.xis-dm-pricing-area .col-lg-6:nth-child(2) .xis-dm-pricing-inner-item {
  overflow: hidden;
  /*box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;*/
  border-radius:0px 26px 0px 0px;
}
.xis-dm-pricing-area .col-lg-6:nth-child(2) .xis-dm-pricing-inner-item .xis-dm-pricing-head {
  background-color:#012242;
   border-top-right-radius: 25px;
}
.xis-dm-pricing-area .col-lg-6:nth-child(3) .xis-dm-pricing-inner-item {
  border-top-right-radius: 25px;
  overflow: hidden;
}
.xis-dm-pricing-area .col-lg-6:nth-child(3) .xis-dm-pricing-inner-item .xis-dm-pricing-head {
  background-color: #1c1caa;
}

 










.aplpg-body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.556;
    color:#333333;
    font-family: "Roboto", sans-serif;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    /*background: #f7f2f2;*/
}

::-moz-selection {
    color: #ffffff;
    background-color: #4e9bff;
}

::selection {
    color: #ffffff;
    background-color: #4e9bff;
}

::-moz-selection {
    color: #ffffff;
    background-color: #4e9bff;
}

.container { max-width: 1240px;}

.container { max-width: 1240px;}



ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

[data-background] {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*img {
    width: 100%;
    height: auto;
}*/

/*section {
    overflow: hidden;
}*/

button {
    cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
}
.content_box {
    box-shadow: 0 1.25rem 1.25rem rgba(217, 217, 217, 0.5);
    background-color: #fff;
}

.swiper_with_tab.swiper-container-horizontal > .swiper-pagination {
    top: 0;
    bottom: auto;
}
.swiper_with_tab.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
}
.swiper_with_tab .swiper-slide {
    background: #fff;
    color: #333;
    font-size: 1.8rem;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper_with_tab .active-mark {
    background: #273240;
    width: 33.3333333333%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 52px;
    transition: left 0.2s ease-out;
}
.swiper_with_tab .swiper-pagination-bullet {
    background-color: #0071f2;
    color: #fff;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: normal;
    opacity: 1;
    height: 56px;
    width: 33.3333333333%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: font-weight 0.22s ease;
}
.swiper_with_tab .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
    left: 0%;
}
.swiper_with_tab .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~ .active-mark {
    left: 33.3333333333%;
}
.swiper_with_tab .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~ .active-mark {
    left: 66.6666666667%;
}
.swiper_with_tab .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active ~ .active-mark {
    left: 0;
}
.swiper_with_tab .swiper-pagination-bullet-active {
    color: #273240;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.relative-position {
    position: relative;
}

.no-padding {
    padding: 0;
}

.aplpg-headline h1,
.aplpg-headline h2,
.aplpg-headline h3,
.aplpg-headline h4,
.aplpg-headline h5,
.aplpg-headline h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.25;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #000;
}

.aplpg-headline h1 {
    font-size:58px;
}

@media (max-width: 1199.98px) {
    .aplpg-headline h1 {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .aplpg-headline h1 {
        font-size:28px;
    }
}

.aplpg-headline h2 {
    font-size: 48px;
}

@media (max-width: 767.98px) {
    .aplpg-headline h2 {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .aplpg-headline h2 {
        font-size: 30px;
    }
}

.aplpg-headline h3 {
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .aplpg-headline h3 {
        font-size: 30px;
    }
}

.aplpg-headline h4 {
    font-size: 30px;
}

.aplpg-headline h5 {
    font-size: 24px;
}

.aplpg-headline h6 {
     
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.aplpg-pera-txt p {
    color:#333333;
    margin: 0;
    margin-bottom:10px;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
    line-height: 0;
}

.loading-preloader {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
}

#loading-preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 150px;
    visibility: visible;
    z-index: 1000;
}

.line_shape {
    width: 8px;
    height: 50px;
    margin-right: 5px;
    background-color: #4e9bff;
    -webkit-animation: animate24 1s infinite;
    animation: animate24 1s infinite;
    float: left;
    opacity: 1;
}

.line_shape:last-child {
    margin-right: 0px;
}

.line_shape:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.line_shape:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.line_shape:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.line_shape:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.line_shape:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.line_shape:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.line_shape:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.line_shape:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.line_shape:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-webkit-keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@keyframes animate24 {
    50% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.aplpg-body-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 150;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-body-overlay-on {
    opacity: 1;
    visibility: visible;
}

.aplpg-title-area {
    margin-bottom: 30px;
}

.aplpg-title-area .aplpg-subtitle {
    display: inline-block;
    color:#403f39;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:5px;
}

.white_text{color: #fff;}
.aplpg-title-area .aplpg-headline.p-30 {
    padding: 0 30px;
}

.aplpg-title-area .aplpg-headline.pr-60 {
    padding-right: 60px;
}

.aplpg-title-area .aplpg-pera-txt {
    margin-top:15px;
}

a.aplpg-primary-btn {
   /* width: 170px;
    height: 55px;*/
    line-height: 55px;
    text-align: center;
    background-image:linear-gradient(313deg, #fabf07 0%, #fecf1d 100%);
    display: inline-block;
    color: #000;
    border-radius: 30px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight:700;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 0px 20px;
}
 
a.aplpg-primary-btn:hover{
    opacity: 1;
background-image:linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);

}

a.aplpg-secondary-btn {
    width: 170px;
    height: 55px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    border-radius: 30px;
    margin-left: 30px;
    padding: 2px;
    position: relative;
    z-index: 1;
}

a.aplpg-secondary-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
    background-image: -o-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
    background-image: linear-gradient(313deg, #17c8fc 0%, #1d72f1 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn .aplpg-gradient-border {
    background-color: #ffffff;
    display: block;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #002b56;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a.aplpg-secondary-btn:hover::after {
    opacity: 1;
}

a.aplpg-secondary-btn:hover .aplpg-gradient-border {
    background-color: transparent;
    color: #ffffff;
}

.aplpg-scroll-top {
    width: 50px;
    height: 50px;
    color: #ffffff !important;
    background:#002b56;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    position: fixed;
    bottom: 54px;
    right: 30px;
    z-index: 10;
    border-radius: 4px;
    display: none;
    -webkit-transition: initial;
    -o-transition: initial;
    transition: initial;
}

@-webkit-keyframes aplpg-ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #4e9bff;
        box-shadow: 0 0 0 0 #4e9bff;
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@keyframes aplpg-ripple-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 #4e9bff;
        box-shadow: 0 0 0 0 #4e9bff;
    }
    50% {
        -webkit-box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 40px rgba(1, 93, 199, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
        box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    }
}

@-webkit-keyframes aplpg_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes aplpg_rotate_animation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes aplpg_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes aplpg_fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes aplpg_ups_down {
    0% {
        opacity: 0.75;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}

@keyframes aplpg_ups_down {
    0% {
        opacity: 0.75;
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
}

@-webkit-keyframes aplpg_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(0.6) rotateY(90deg);
        transform: scale(0.6) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@keyframes aplpg_ZoomInZoomOut {
    0% {
        -webkit-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
    }
    50% {
        -webkit-transform: scale(0.6) rotateY(90deg);
        transform: scale(0.6) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

.aplpg-nav-menu .side-demo span {
    top: 0px;
    right: 20px;
}

/********* Layout **************/

.aplpg-header-section {
    z-index: 10;
    top: 10px;
   /* left: 0;*/
    width: 100%; 
    position: absolute;
   background-color: transparent;}

.top_header{background: #fff; border-radius: 100px; padding:0px 10px 0px 30px; }



.top_banner{ background: #fff; border-radius: 50px; }


.aplpg-logo-wrapper {  width: 100%;
}


.aplpg-logo-wrapper img{max-width: 130px;}



.aplpg-header-section .aplpg-nav-menu ul {
    text-align: center;
}

.aplpg-header-section .aplpg-nav-menu ul li {
    display: inline-block;
}

.aplpg-header-section .aplpg-nav-menu ul li a {
    padding: 20px 22px;
    display: inline-block;
    color:#333333;
    font-weight: 500;
}

.aplpg-sticky-on.aplpg-header-section .aplpg-nav-menu ul li a {
    padding: 12px 25px;
}
 

.aplpg-sticky-on.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    /* width: 160px; */
    /* height: 33px; */
    display: inline-block;
    text-align: center;
    /* line-height: 45px; */ 
    
}

.aplpg-header-section .aplpg-nav-menu ul li a.active {
    color: #f31717;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu {
    position: relative;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu::after {
    content: "+";
    font-weight: 500;
    position: absolute;
    top: 30px;
    right: 14px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    z-index: 10;
    text-align: left;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #002b56;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li {
    display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li + li a {
    border-top: 1px dashed #4e9bff;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li a {
    padding: 10px 15px;
    color: #002b56;
    display: block;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li a:hover {
    padding-left: 20px;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li.has-submenu::after {
    top: 10px;
    color: #002b56;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li.has-submenu > ul {
    position: absolute;
    left: 100%;
    top: 10px;
    padding-top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu > ul li.has-submenu:hover ul {
    top: 0;
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.aplpg-header-section .aplpg-nav-menu ul li.has-submenu:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.aplpg-header-section .aplpg-nav-menu ul li:hover > a {
    color: #fabf07;
}

 .active2{color: #fabf07 !important;}



.aplpg-header-section .aplpg-header-btns {
    text-align: right; margin-top: 8px;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    /*width: 160px;*/
    /*height: 55px;*/
    /*line-height: 55px;*/
    display: inline-block;
    text-align: center;
    color: #000;
    position: relative;
    overflow: hidden;
    /*background: #fabf07;*/
    background-image: linear-gradient(90deg, #ffd322 0%, #fabf07 90%);
    border-radius: 30px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding:8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn:hover {
    background-image: linear-gradient(90deg, #fabf07 0%, #ffd322 90%);
   /* color: #ffffff;*/
}

@media (max-width: 991.98px) {

.top_header {
    
    padding: 0px 10px 0px 15px;
}

    .aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
        /*display: none;*/
    } 


/*.aplpg-sticky-on .aplpg-logo-wrapper img {width:80%; height: auto;}

.aplpg-logo-wrapper img {width:60%; height: auto;} */

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn { 
   
    border-radius: 30px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 400;
}

 




 .aplpg-header-section .aplpg-header-btns { margin-top: 10px;}

}

.aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
    display: none;
    font-size:22px;
    color: #564d4d; top: -7px; position: relative; margin-left: 10px;
}

@media (max-width: 991.98px) {
    .aplpg-header-section .aplpg-header-btns a.aplpg-mobile-menu-btn {
        display: inline-block;
    }
}

@media (max-width: 991.98px) {
    .aplpg-header-section {
        padding:3px 0;
    }
}

.aplpg-sticky-on {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background:#ffffff;
    -webkit-animation: 1s slideInDown;
    animation: 1s slideInDown;
    z-index:100000000;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: solid 1px #f5f4f4;

}

.aplpg-sticky-on .top_header { 
    padding: 0px 0px 0px 0px;
}



@media (max-width: 991.98px) {
    .appl-desktop-menu {
        display: none;
    }
}

.aplpg-mobile-navigation {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    overflow: scroll;
    background-color: #000625;
    padding-top: 20px;
    z-index: 300;
    display: none;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-mobile-navigation .aplpg-mobile-menu-close {
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    color: #ffffff;
}

.aplpg-mobile-navigation ul li {
    position: relative;
}

.aplpg-mobile-navigation ul li + li a {
    border-top: 1px solid #eff3fc2e;
}

.aplpg-mobile-navigation ul li a {
    padding: 12px 18px;
    display: block;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
}

.aplpg-mobile-navigation ul li ul {
    display: none;
}

.aplpg-mobile-navigation ul li ul li a {
    padding-left: 30px;
}

.aplpg-mobile-navigation ul li ul li ul li a {
    padding-left: 35px;
}

.aplpg-mobile-navigation ul li.has-submenu::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #ffffff;
}

.aplpg-mobile-navigation ul li.aplpg-submenu-icon-rotate::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1024.98px) {
    .aplpg-mobile-navigation {
        display: block;
    }
}

.aplpg-mobile-menu-on {
    right: 0;
}

.aplpg-hero-slider-area {
    position: relative;
    overflow: hidden;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide {
    padding: 50px 0 50px 0;
    position: relative;
   /* background-position: bottom left;*/
background-image:linear-gradient(to right, #1f76eb, #227df8, #013982, #041c38, #0054c4);
/*background-image: linear-gradient(to right, #227df8, #227df8, #95be39, #c7c71d, #0054c4);*/
   /* padding: 68px 0 200px;*/

   /*background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);*/
    /*background: #0574e1 url(.../img/leaf.png) left bottom no-repeat;*/ 
}


.aplpg-hero-slider-area .aplpg-hero-single-slide::before {
    position: absolute;
    content: "";
    right:20%;
    bottom: 2%;
    width:350px;
    height:350px;
    background: rgba(255,255,255, 0.1);
    border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
    will-change: border-radius, transform, opacity;
    animation: sliderShape 5s linear infinite;
    display: block;
    z-index: -1;
    -webkit-animation: sliderShape 5s linear infinite;
}
@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}





/*.aplpg-hero-slider-area .aplpg-hero-single-slide:before {
    background: #561b65;
    background:radial-gradient(circle,#561b65 0,#1f79f3 13%,#251149 24%,#156ee4 46%, #156ee4 46%, #0e5cc5 100%);
    content: "";
    position: absolute;
    bottom: -40%;
    width: 70%;
    right: 0;
    height: 100%;
}*/


.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
    position: absolute;
    top: 25%;
    left: 20px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #ffffff;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-social-links a:hover {
    background-color: #ffffff;
    color: #002b56;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn {
    margin-top: 60px;
    margin-left: -40px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    display: inline-block;
    color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left .aplpg-scroll-btn a i {
    margin-right: 8px;
    -webkit-animation: 1.8s aplpg_ups_down linear infinite;
    animation: 1.8s aplpg_ups_down linear infinite;
}

@media (max-width: 1199.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-social-left {
        display: none;
    }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left h1 {
    color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left p {
    margin-top: 20px;
    color: #ffffff;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form {
    margin-top: 30px;
    width: 75%;
    position: relative;
    display: inline-block;
    z-index: 100000000000;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"] {
    width: 100%;
    padding: 16px 18px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::-webkit-input-placeholder {
    color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]:-ms-input-placeholder {
    color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::-ms-input-placeholder {
    color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"]::placeholder {
    color: #9f9f9f;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    padding: 13px 22px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    background-image: linear-gradient(90deg, #ffd322 0%, #fabf07 90%);
   /* background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);*/
    color: #000;
    z-index: 1;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-image:linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button:hover::after {
    opacity: 1;
}

@media (max-width: 460px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
        position: initial;
        margin-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
        padding-left: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 1199.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
        padding: 200px 0;
    }
}

@media (max-width: 991.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
        text-align: center;
        width: 80%;
        margin: auto;
    }
}

@media (max-width: 575.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
        width: 90%;
    }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
    position: relative;
    z-index: 1;
    padding-top:40px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
    margin-left: 52px;
    width: 95%;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
        margin-left: 0;
    }
}

@media (max-width: 1199.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
        max-width: 100%;
        /*margin-left: 80px;*/
    }
}

@media (max-width: 991.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup > img {
        max-width: 100%;
        margin-left: 30px;
    }

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
    position: relative; padding-top:0px;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count {
 
    position: absolute;
    top: 5px !important;
    left: 7px !important;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 6px 10px;
}

}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top:250px;
    left:70px;
/*
-webkit-transform: translate(-70px, -250px);
  -moz-transform: translate(-70px, -250px);
  -ms-transform: translate(-70px, -250px);
  -o-transform: translate(-70px, -250px);
  transform: translate(-70px, -250px);*/



    background-color: #ffffff;
    border-radius: 100px;
    padding:10px;
    border-width: 2px;
    border-color: #063b7c;
    /*border-radius: 20px 20px 20px 20px;*/
    box-shadow: 5px 5px 1px 1px #063b7c;

}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count img{max-width: 35px; max-height: 35px;}


.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-headline h6 {font-family: "Roboto", sans-serif;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb {
    /*margin-left: 15px;*/
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-clients-count .aplpg-clients-thumb img {
    margin-left: 0;
    width:60px;
    height:60px;
     -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

/*.image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}*/
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }








.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
    position: absolute;
    bottom: 40px;
    right: -80px;
    z-index: -1;
    width: 50px;
    height: 50px;
    background:#0866ff;
    border-radius: 100px;
    border-width: 2px;
    border-color: #063b7c;
    box-shadow: 5px 5px 1px 1px #063b7c;
    display: flex;
    align-items: center; justify-content: center;
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object img {
   width:30px;
    height:30px;
    -webkit-animation:spin2 4s linear infinite;
    -moz-animation:spin2 4s linear infinite;
    animation:spin2 4s linear infinite;
}

@-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }





.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object2 {
    position: absolute;
    top:100px;
    right: -20px;
    z-index: -1;
    width: 50px;
    height: 50px;
    background:#fff;
    border-radius: 100px;
    border-width: 2px;
    border-color: #063b7c;
    box-shadow: 5px 5px 1px 1px #063b7c;
    display: flex;
    align-items: center; justify-content: center;
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object2 img {
   width:30px;
    height:21px;
    -webkit-animation:spin2 4s linear infinite;
    -moz-animation:spin2 4s linear infinite;
    animation:spin3 4s linear infinite;
}

@-moz-keyframes spin3 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin3 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin3 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }





@media (min-width: 1200px) and (max-width: 1439.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup .aplpg-dot-object {
        right: 10px;
    }
}

@media (max-width: 991.98px) {
    .aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-mobile-mockup {
        /*display: none;*/
    }
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-headline h1 {
    -webkit-animation: 1.5s fadeInDown;
    animation: 1.5s fadeInDown;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-pera-txt {
    -webkit-animation: 1.5s aplpg_fadeInUp;
    animation: 1.5s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-slider-form {
    -webkit-animation: 1.8s aplpg_fadeInUp;
    animation: 1.8s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup > img {
    -webkit-animation: 1.5s fadeInRight;
    animation: 1.5s fadeInRight;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-clients-count {
    -webkit-animation: 2s aplpg_fadeInUp;
    animation: 2s aplpg_fadeInUp;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide.slick-active .aplpg-mobile-mockup .aplpg-dot-object {
    -webkit-animation: 3s zoomInDown;
    animation: 3s zoomInDown;
}

.aplpg-hero-slider-area .slick-dots {
    position: absolute;
    top: 55%;
    right: 20px;
    width: auto;
    height: auto;
}

.aplpg-hero-slider-area .slick-dots li {
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%;
    padding: 6px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-hero-slider-area .slick-dots li button {
    background-color: #4e9bff;
    display: block;
    border-radius: 50%;
    padding: 0;
    width: 100%;
    height: 100%;
}

.aplpg-hero-slider-area .slick-dots li button::before {
    content: "";
}

.aplpg-hero-slider-area .slick-dots li.slick-active {
    border: 1px solid #4e9bff;
}

.aplpg-process-section {
    padding: 100px 0 0px;
}

@media (max-width: 460px) {
    .aplpg-process-section {
        padding-top: 0;
    }
}

.aplpg-process-content {
    margin-top: 30px;
}

.aplpg-process-content .aplpg-process-column {
    padding: 30px 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(157, 157, 157, 0.08);
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 30px;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i {
    width: 80px;
    height: 80px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 46px;
    color: #4e9bff;
    background-color: #d7e9ff;
    border-radius: 30px 0 25px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-icon-wrapper i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-process-content .aplpg-process-column .aplpg-headline {
    margin-top: 25px;
}

.aplpg-process-content .aplpg-process-column .aplpg-pera-txt {
    margin-top: 20px;
}

.aplpg-process-content .aplpg-process-column:hover {
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i {
    color: #ffffff;
    -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
    animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-process-content .aplpg-process-column:hover .aplpg-icon-wrapper i::after {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .aplpg-process-content .aplpg-process-column {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.aplpg-about-section {
    background-color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.aplpg-about-section .aplpg-about-left {
    text-align: center;
}

.aplpg-about-section .aplpg-about-left img {
    max-width: 100%;
    width: auto;
}

.aplpg-about-right .aplpg-title-area .aplpg-subtitle {
    background-color: #d7e9ff;
    padding: 2px 18px;
    border-radius: 5px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    padding: 18px;
    border-radius: 3px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-icon-wrapper i {
    font-size: 46px;
    color: #4e9bff;
    display: inline-block;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content {
    margin-left: 30px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list .aplpg-list-content .aplpg-pera-txt {
    margin-top: 10px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list + .aplpg-about-list {
    margin-top: 25px;
}

.aplpg-about-right .aplpg-about-right-content .aplpg-about-list:hover .aplpg-icon-wrapper i {
    -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
    animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
    .aplpg-about-right {
        margin-top: 60px;
    }
    .aplpg-about-right .aplpg-about-right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(2) {
        margin-left: 30px;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
        margin-left: 30px;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
        margin-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .aplpg-about-right .aplpg-about-right-content {
        display: block;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(2) {
        margin-left: 0px;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(4) {
        margin-left: 0px;
    }
    .aplpg-about-right .aplpg-about-right-content .aplpg-about-list:nth-child(6) {
        margin-left: 0px;
    }
}

.aplpg-video-section .aplpg-video-content {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn a {
    width: 70px;
    height: 70px;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-animation: 1.5s aplpg-ripple-animation linear infinite;
    animation: 1.5s aplpg-ripple-animation linear infinite;
}

.aplpg-video-section .aplpg-video-content .aplpg-video-btn a:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.aplpg-counter-section {
    padding:40px 0px 30px 0px;
    margin-top:0px;
}

.aplpg-counter-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.aplpg-counter-column .aplpg-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
}

.aplpg-counter-column .aplpg-icon-wrapper i {
    font-size: 46px;
    line-height: 0;
    background: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aplpg-counter-column .aplpg-counter-content {
    margin-left: 20px;
}

.aplpg-counter-column .aplpg-counter-content .aplpg-headline h2 {
    color: #ffffff;
    display: inline-block;
}

.aplpg-counter-column .aplpg-counter-content .aplpg-headline span {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 0;
}

@media (max-width: 767.98px) {
    .aplpg-counter-column .aplpg-counter-content .aplpg-headline span {
        font-size: 36px;
    }
}

.aplpg-counter-column .aplpg-counter-content .aplpg-subtitle span {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    text-transform: capitalize;
}

.aplpg-counter-column:hover .aplpg-icon-wrapper i {
    -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
    animation: 0.3s aplpg_ZoomInZoomOut linear;
}

.aplpg-feature-section {
    padding: 100px 0 25px 0;
}

.aplpg-feature-right .aplpg-feature-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    margin-bottom: 25px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span {
    width: 55px;
    height: 55px;
    background-color: #d7e9ff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 36px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-icon-wrapper span i {
    line-height: 0;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content {
    margin-left: 20px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline {
    margin-bottom: 13px;
}

.aplpg-feature-right .aplpg-feature-column .aplpg-feature-content .aplpg-headline h6 {
    font-size: 18px;
}

.aplpg-feature-right .aplpg-feature-column:hover .aplpg-icon-wrapper span {
    -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
    animation: 0.3s aplpg_ZoomInZoomOut linear;
}

@media (max-width: 991.98px) {
    .aplpg-feature-right {
        margin-top: 60px;
    }
}

.aplpg-explore-section {
    padding:50px 0px;
    background: #dbeaff;
}

.aplpg-explore-left {
    position: relative;
}

.aplpg-explore-left .aplpg-explore-right-shape {
    position: absolute;
    right: 80px;
    top: -50px;
    width: 120px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .aplpg-explore-left .aplpg-img-wrapper {
        text-align: center;
    }
}

.aplpg-explore-left .aplpg-img-wrapper img {
    margin-left: -85px;
}

@media (max-width: 1280px) {
    .aplpg-explore-left .aplpg-img-wrapper img {
        margin-left: 0;
    }

.xis-dm-pricing-section {
    overflow: hidden;
  }



}

@media (max-width: 991.98px) {
    .aplpg-explore-left .aplpg-img-wrapper img {
        max-width: 100%;
        width: auto;
    }
}

.aplpg-explore-right .aplpg-title-area {
    margin-bottom:20px;
}

@media (max-width: 460px) {
    .aplpg-explore-right .aplpg-explore-btns a.aplpg-secondary-btn {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .aplpg-explore-right {
        margin-top: 20px;
    }
}

.aplpg-brand-section {
    padding: 100px 0 30px 0;
    background-color: #ffffff;
}

@media (max-width: 991.98px) {
    .aplpg-brand-section {
        padding-bottom: 100px;
    }
}

.aplpg-brand-left .aplpg-title-area {
    margin-bottom: 40px;
}

@media (max-width: 991.98px) {
    .aplpg-brand-right .aplpg-brands-logo-wrapper img {
        width: auto;
        max-width: 100%;
    }

.xis-dm-pricing-inner-item .xis-dm-pricing-feature li span {
    display: block;
  }

.xis-dm-pricing-list {
    display: none;
}
.pricing-tab-btn {
    margin-top: 0;
}
.xis-dm-pricing-tab-btn-feature {
    text-align: center;
    margin-bottom: 40px;
}
.no-padding {
    padding: 0px 15px;
}
.xis-dm-pricing-inner-item .xis-dm-pricing-head {
    padding: 30px 0px 20px;
}
.xis-dm-pricing-area .xis-dm-pricing-inner-item {
    border-radius: 20px;
}

}

@media (max-width: 991.98px) {
    .aplpg-brand-right .aplpg-brands-logo-wrapper {
        text-align: center;
    }
}

.aplpg-apps-section {
    padding: 0 0 0px 0;
    background: url(../img/app-landing-2/apps-bg.jpg) no-repeat; background-size:cover;
}

.aplpg-apps-section .aplpg-apps-content {
    padding: 60px;
    border-radius: 6px;
    overflow: hidden;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-title-area .aplpg-subtitle {
    color: #ffffff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-title-area h3 {
    color: #ffffff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns {
    text-align: center;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    width: 180px;
    margin-bottom: 20px;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a .aplpg-icon-wrapper i {
    color: #4e9bff;
    font-size: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a .aplpg-apps-btn-content {
    text-align: left;
    margin-left: 10px;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a .aplpg-apps-btn-content span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #4e9bff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a .aplpg-apps-btn-content span:first-child {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a:hover {
    background-color: #4e9bff;
    border: 2px solid #4e9bff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a:hover i {
    color: #ffffff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a:hover span {
    color: #ffffff;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a.aplpg-apple-btn {
    background:#fabf07; border:solid 2px #fabf07;
}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a.aplpg-apple-btn i {color:#000;}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a.aplpg-apple-btn span {color:#000;}

.aplpg-apps-section .aplpg-apps-content .aplpg-apps-btns a.aplpg-apple-btn:hover {
    background:#d7a404; border:solid 2px #d7a404;
}

@media (max-width: 575.98px) {
    .aplpg-apps-section .aplpg-apps-content {
        padding: 60px 30px;
    }
}

.aplpg-testimonial-section {
    padding:60px 0 60px 0;
    position: relative;
    overflow: visible; 

    background:url(../img/tbg1.png) left top 50px no-repeat, url(../img/tbg2.png) right bottom 50px no-repeat;
}

.aplpg-testimonial-section::before {
    content: url(../images/feedback/bg.html);
    position: absolute;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:-1;
    display:none;
}

@media (max-width: 1540px) {
.aplpg-testimonial-section::before {
        left:0;
        width:100%;
}
}

.aplpg-testimonial-slider .slick-list {
    margin: 0 -15px;
    padding: 30px 0;
}

.aplpg-testimonial-slider .slick-slide {
    margin: 0 15px;
}

.aplpg-testimonial-slider .slick-arrow {
    position: absolute;
    top: -70px;
    right: 0;
    width: 40px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    color:#000000;
    background:#f1f1f1;
    border-radius: 0 20px 20px 0;
    border: none;
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
}

.aplpg-testimonial-slider .slick-arrow:hover {
    background:#fabf07;
    color: #ffffff;
}

.aplpg-testimonial-slider .slick-arrow.prev-btn {
    right: 60px;
    border-radius: 20px 0 0 20px;
}

.aplpg-testimonial-slider .aplpg-single-item {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 6px 15px 0px rgba(11, 11, 11, 0.08);
    position: relative;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-feedback {
    padding: 30px 25px 0 25px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-quote {
    position: absolute;
    top: -20px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius:100%;
    background:#facf11;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    text-align: center;
    line-height: 50px;
    color: #002b56;
    font-size: 20px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-quote i {
    font-size: 24px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-star-rating {
    margin-bottom: 15px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-star-rating span {
    color: #ffbb3d;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #ebfaff;
    padding: 30px 25px;
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 45px;
    width: 0;
    height: 0;
    border-bottom: 20px solid #ebfaff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    z-index: 1;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-thumb-container img {
    width: 80px;
    border-radius: 50%;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-clients-info {
    margin-left: 30px;
}

.aplpg-testimonial-slider .aplpg-single-item .aplpg-clients-content .aplpg-clients-info span {
    font-weight: 500;
    color: #002b56;
    margin-top: 6px;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .aplpg-testimonial-slider {
        margin-top: 80px;
    }
}

.aplpg-pricing-table {
    padding: 100px 0 70px 0;
}

.aplpg-pricing-content {
    margin-top: 30px;
}

.aplpg-pricing-content .aplpg-pricing-column {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    margin-bottom: 30px;
    overflow: hidden;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top {
    position: relative;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top::before {
    content: "";
    width: 100%;
    height: 70px;
    background-color: #393d86;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top h3 {
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top span.aplpg-subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #002b56;
    text-transform: capitalize;
    color: #ffffff;
    position: relative;
    z-index: 2;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-triangle-shape {
    position: absolute;
    -webkit-filter: url(#aplpg_round);
    filter: url(#aplpg_round);
    top: 0;
    left: 0;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-triangle-shape::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -6px;
    width: 215px;
    height: 126px;
    background-color: #002b56;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 46% 100%, 0 55%);
    clip-path: polygon(0 0, 100% 0, 46% 100%, 0 55%);
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-top .aplpg-second-title {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content {
    padding: 60px 0 30px 0;
    text-align: center;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-headline {
    margin-bottom: 40px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content ul li + li {
    margin-top: 10px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn {
    margin-top: 40px;
    display: inline-block;
    width: 172px;
    height: 55px;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    padding: 2px;
    border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn a {
    background-color: #ffffff;
    color: #002b56;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column .aplpg-pricing-list-content .aplpg-pricing-btn a:hover {
    background-color: transparent;
    color: #ffffff;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-top::before {
    background-color: #71b0ff;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-top .aplpg-triangle-shape::after {
    background-color: #1b8ff5;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn {
    background-image: none;
    width: auto;
    height: auto;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a {
    width: 170px;
    height: 55px;
    background-image: -webkit-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: -o-linear-gradient(137deg, #1d72f1 0%, #17c8fc 100%);
    background-image: linear-gradient(313deg, #1d72f1 0%, #17c8fc 100%);
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
    background-image: -o-linear-gradient(137deg, #17c8fc 0%, #1d72f1 100%);
    background-image: linear-gradient(313deg, #17c8fc 0%, #1d72f1 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
}

.aplpg-pricing-content .aplpg-pricing-column.popular-package .aplpg-pricing-list-content .aplpg-pricing-btn a:hover::after {
    opacity: 1;
}

@media (max-width: 767.98px) {
    .aplpg-pricing-content .aplpg-pricing-column {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left {
        padding: 50px 0;
    }
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
    margin-top: 0px; position: absolute;
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form input[type="email"] {
 width: 55% !important;
    padding: 13px 18px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    float: left;
}
.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form {
    margin-top:0px;
    width: 100%; background: #fff;  border-radius: 30px;
  
}

.aplpg-hero-slider-area .aplpg-hero-single-slide .aplpg-slide-left .aplpg-slider-form button {
    
    border-radius: 30px;
    padding: 8px 14px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    
}

 .xis-dm-pricing-section {
    padding: 60px 0px;
  }

}




.aplpg-blog-section {
    padding:50px 0 0px 0;
}

.aplpg-blog-content {
    margin-top:0px;
}

.aplpg-blog-content .aplpg-blog-slider .slick-list {
    padding: 20px 0;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots {
    bottom: -60px;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li {
    width: 20px;
    height: 20px;
    padding: 4px;
    border-radius: 50%;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
    padding: 0;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li button::before {
    display: none;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li.slick-active {
    border: 2px solid #fac009;
}

.aplpg-blog-content .aplpg-blog-slider .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: -webkit-linear-gradient(137deg, #fac009 0%, #d6ac03 100%);
    background-image: -o-linear-gradient(137deg, #fac009 0%, #d6ac03 100%);
    background-image: linear-gradient(313deg, #fac009 0%, #d6ac03 100%);
}

.aplpg-blog-content .aplpg-blog-column {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 6px 20px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 6px 20px 0px rgba(11, 11, 11, 0.08);
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-img-wrapper {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    margin: 0 auto; width: 100%; display: flex; align-content: center; justify-content: center;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-img-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; max-height: 100%;
    max-width: 100% !important;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta {
    display:block;
    margin: 0 auto;
    background-color:#024092;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    padding: 10px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    /*border-radius: 4px;*/
}

/*.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #002b56;
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span {
    color: #fff;
    font-weight:500;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span i {
    margin-right: 8px;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-blog-meta span + span {
    margin-left: 40px;
}

.aplpg-blog-content .aplpg-blog-column .aplg-blog-column-txt {
    padding: 10px 20px 30px 20px;
    text-align: left;
}

.aplpg-blog-content .aplpg-blog-column .aplg-blog-column-txt h6 {
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn {
    position: absolute;
    bottom: -20px;
    right: 20px;
    display: inline-block;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn a {
    width: 40px;
    height: 40px;
    background-color: #002b56;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.aplpg-blog-content .aplpg-blog-column .aplpg-readmore-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    width: 110%;
    height: 110%;
    border-radius: 50%;
    background-color: #4e9bff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-img-wrapper img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.aplpg-blog-content .aplpg-blog-column:hover h6 {
    color:#fac008;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-readmore-btn a {
    background-color: transparent;
}

.aplpg-blog-content .aplpg-blog-column:hover .aplpg-readmore-btn a::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 767.98px) {
    .aplpg-blog-content {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.aplpg-screenshot-area {
    padding:50px 0 150px 0;
}

.aplpg-screen-slider-wrapper {
    position: relative;
    z-index: 10;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider {
    position: relative;
    z-index: 10;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .slick-list {
    margin: 0;
    padding: 30px 0 !important;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .slick-slide {
    margin: 0;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .aplpg-screen-single {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 0px 10px 2px rgba(11, 11, 11, 0.08);
    border-radius: 30px;
    overflow: hidden;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-screen-slider-wrapper .aplpg-screen-slider .aplpg-screen-single.swiper-slide {
    width: 280px;
    height: 580px;
}

.aplpg-screen-slider-wrapper .aplpg-slider-mockup {
    position: absolute;
    top:-20px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 30;
    width: 307px;
    height: 625px;
    z-index: 15;
}

.aplpg-contact-section {
    padding-top: 50px;
}

.aplpg-contact-section .aplpg-contact-area {
    background-color: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
    position: relative;
    z-index: 10;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-map iframe {
    width: 100%;
    min-height: 350px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list {
    margin-top: 30px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 390px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-icon-wrapper i {
    width: 60px;
    height: 60px;
    background-color: #4e9bff;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 10px solid #d1eefe;
    display: inline-block;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt {
    margin-left: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item .aplpg-pera-txt p {
    color: #002b56;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item + .aplpg-contact-item {
    margin-top: 20px;
}

.aplpg-contact-section .aplpg-contact-area .aplpg-contact-right .aplpg-contact-list .aplpg-contact-item:hover .aplpg-icon-wrapper i {
    -webkit-animation: 0.3s aplpg_ZoomInZoomOut linear;
    animation: 0.3s aplpg_ZoomInZoomOut linear;
}


@media (max-width: 991.98px) {
    .aplpg-contact-section .aplpg-contact-area .aplpg-contact-right {
        margin-top: 60px;
    }
}

.aplpg-footer-section {
    padding:50px 0 0 0;
   /* margin-top: -100px;*/
    background:#002b56 url(../img/pattern-14.png) center center no-repeat;
}

.aplpg-footer-widget {
    margin-bottom:30px;
}

.aplpg-footer-widget a.aplpg-footer-logo {
    width: 150px;
    display: inline-block;
    margin-bottom: 30px;
}


.aplpg-footer-widget .aplpg-pera-txt p {
    color: #ffffff; font-size: 14px; line-height: 26px;
}

.aplpg-footer-widget .aplpg-footer-socials {
    margin-top: 20px;
}

.aplpg-footer-socials h6{color:#fff; font-size: 18px; font-weight:500;}

.aplpg-footer-widget .aplpg-footer-socials a {
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-right: 2px;
}

.aplpg-footer-widget .aplpg-footer-socials a:hover {
    background-color: #ffffff;
    color: #002b56;
}

.aplpg-footer-widget .aplpg-headline {
    margin-bottom:20px;
}

.aplpg-footer-widget .aplpg-headline h6 {
    color:#ffffff;
    font-weight: 500;

    letter-spacing: 0.8px;
}

.aplpg-footer-widget .aplpg-footer-links ul li a {
    color:#ffffff;
    position: relative; 
    padding-left:12px;
    font-size: 14px;
}

.aplpg-footer-widget .aplpg-footer-links ul li a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -2px;
    left:0px;
    color: #ffffff;
    opacity:1;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover {
    padding-left: 20px;
    color: #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-links ul li a:hover::before {
    opacity: 1;
    color: #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-links ul li + li {
    margin-top: 10px;
}

.aplpg-footer-widget .aplpg-footer-buttons a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    margin-right: 30px;
    width: 180px;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-icon-wrapper i {
    color:#002b56;
    font-size: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content {
    margin-left: 10px;
    text-align: left;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color:#002b56;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.aplpg-footer-widget .aplpg-footer-buttons a .aplpg-apps-btn-content span:first-child {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover {
    background-color: #4e9bff;
    border: 2px solid #4e9bff;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover i {
    color: #ffffff;
}

.aplpg-footer-widget .aplpg-footer-buttons a:hover span {
    color: #ffffff;
}


.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn {
    margin-top: 20px;
    background: #fac107; border: solid 2px #fac107;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn i {
    color:#000000;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn span {
    color:#000000;
}

.aplpg-footer-widget .aplpg-footer-buttons a.aplpg-apple-btn:hover {
    background:#d7a404; border: solid 2px #fac107;
}

.aplpg-footer-copyright {
   /* text-align: center;*/
    background:hsl(210deg 100% 13.39%);
    padding: 15px 0;
    margin-top: 40px;
}
.powered_by{text-align: right;}
.powered_by img{max-width:100% !important; float: right;}



.aplpg-footer-copyright p {
    color:#e3e3e3;
    font-weight: 400;
    margin-bottom: 0; font-size: 13px;
}

.aplpg-footer-copyright p a {
    color: #4e9bff;
}

 .swiper-container {
    /*width: 100%;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
 
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

@media (max-width:280px) {
.top_header {padding: 0px 6px 0px 6px;}
.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    border-radius:4px;
    padding: 4px 3px;
    font-size: 10px;
    
}
.aplpg-logo-wrapper img {
    max-width: 65px;
}
.top_header {  border-radius:6px;
    padding: 0px 5px 0px 5px;
}
}








/* 03-07-2024 */
.aplpg-explore-left .aplpg-img-wrapper img {
    margin: 0px;
}
.newImgOne {
    position: relative;
}
.newImgOne img {
    width: 100%;
}
.newImgOne img:nth-child(2) {
    position: absolute;
    z-index: 1;
    width: 36%;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 7%;
    animation: mobUPandDOWN 4s ease-in-out  infinite alternate backwards;
}
@keyframes mobUPandDOWN {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.newImgOne img:nth-child(1) {
    position: absolute;
    z-index: 1;
    animation: fadeInOutWithZoom 4s ease-in-out infinite alternate backwards;
    filter: brightness(0.7) invert(1) contrast(0.1);
}
@keyframes fadeInOutWithZoom {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}
.newImgOne img:nth-child(3) {
    position: relative;
    z-index: 2;
    width: 100%;
}

.homeBannerInput {
    width: 100%;
    padding: 16px 18px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    background: #fff;
}
.homeBannerInput span {

}
.homeBannerInput input {
    border: none;
    padding: 0px;
}
.homeBannerInput button {
    
}
.bannerBtn {
    background: linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);
    float: right;
    padding: 10px 30px;
    display: inline-block;
    position: absolute;
    right: 0px;
    border-radius: 30px;
    top: 0px;
    bottom: 0px;
    height: fit-content;
    margin: auto;
    right: 7px;
}

.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn {
    font-size: 15px;
    font-weight: 700;
}
.aplpg-header-section .aplpg-header-btns a.aplpg-rg-btn i {
    margin-right: 2px;
    font-size: 13px;
}
.subscribe {
    background-image: url(../img/bgs/subscribed-b.png);
    background-size: 100% 100%;
    padding: 50px 0px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: -60px;
    z-index: 3;
}
.subscribeCard {
    background: linear-gradient(45deg, #322eb7, #433db9f7), url(../img/new-img/bg/bg1.jpg);
    padding: 50px;
    border-radius: 30px;
    background-blend-mode: normal;
    background-size: 100%;
    background-position: center;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
}
.subscribeCard::after {
    position: absolute;
    content: '';
    width: 23%;
    height: 90%;
    left: -39px;
    bottom: 0px;
    top: 19px;
    background: url(../img/new-img/bg/subscribe-texture.png);
    background-size: contain;
    background-position: center;
    opacity: 0.1;
}
.subscribeTitle {
    position: relative;
    z-index: 3;
}
.subscribeTitle .aplpg-headline h3 {
    font-size: 50px;
    padding: 0px 10%;
    color: #d6d3ff;
}
.subscribeFomrWrap .homeBannerInput {
    width: 80%;
    margin: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
    background: #ceccff;
}
.subscribeFomrWrap .homeBannerInput input {
    width: 60%;
    background: #ceccff;
}
.subscribeFomrWrap .homeBannerInput .subscribeBtn {
    background: linear-gradient(313deg, #fecf1d 0%, #fabf07 100%);
    float: right;
    padding: 10px 30px;
    display: inline-block;
    position: absolute;
    right: 0px;
    border-radius: 30px;
    top: 0px;
    bottom: 0px;
    height: fit-content;
    margin: auto;
    right: 7px;
}

.feature-eight-section .eight-feature-box {
    min-height: 392px;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #ddd;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.aplpg-footer-section {
    padding-top: 120px;
}
.footerSocial.aplpg-footer-widget  form {
    border-radius: 30px;
    overflow: hidden;
    width: fit-content;
    margin: auto;
}
.s2_footer_social form input {
    height: 45px;
    background: #fff;
    border: none;
    max-width: 340px;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    min-width: 230px;
}
.footerSocial .aplpg-footer-socials {
    width: fit-content;
    margin: 0px auto;
    position: relative;
}   

.footerSocial .aplpg-footer-socials::before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin-right: 12px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 0;
    margin-bottom: 4px;
}
.footerSocial .aplpg-footer-socials::after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin-left: 12px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: 0;
    margin-bottom: 4px;
}
.aplpg-footer-widget.footerSocial .aplpg-footer-socials a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}
.aplpg-footer-widget .aplpg-footer-links ul li a {
    font-size: 16px;
}


.footerSocial .s2_footer_social {
    text-align: center;
    margin-top: 16px;
}
.aplpg-footer-widget a.aplpg-footer-logo {
    width: 250px;
    margin-bottom: 0px;
    margin-top: 50px;
}
.aplpg-footer-widget a.aplpg-footer-logo img {
    width: 100%;
}
.aplpg-footer-section {
    background: #001429 url(../img/pattern-14.png) center center no-repeat;
}
@media screen and (max-width:768px) {
    .aplpg-footer-widget a.aplpg-footer-logo {
        margin: 0px;
        margin-bottom: 30px;
    }
    .subscribeCard {
        padding: 20px;
    }
    .subscribeTitle .aplpg-headline h3 {
        font-size: 28px;
        padding: 0px;
    }
    .aplpg-footer-section {
        padding-top: 100px;
    }
}







/* Login Page */
.loginWrapper {
    display: flex;
    align-items: center;
}
.loginCol {
    width: 50%;
}
.loginForm {
    background-position: left center;
    padding: 50px;
    background: url(../img/login/login-bg.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loginImg {
    width: 100%;
    background: radial-gradient(#fff9e1, #faca07);
    height: 100vh ;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginImg img {
    width: 100%;
    height: 100%;
}
.flex {
    display: flex;
    width: 100%;
    gap: 14px;
}

.form label {
    position: relative;
    width: 100%;
}

.form label .input {
    background-color: #fffefc;
    color: #292828;
    width: 100%;
    padding: 24px 10px 8px 16px;
    outline: 0;
    border: 1px solid #dddd;
    border-radius: 16px;
    position: relative;
    box-shadow: none;
}

.form label .input + span {
    color: #242424;
    position: absolute;
    left: 16px;
    top: 0px;
    font-size: 0.9em;
    cursor: text;
    transition: 0.3s ease;
    padding: 0px 6px;
}

.form label .input + span > span {
    position: relative;
    z-index: 2;
}

.form label .input + span::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #193854;
    top: 8px;
    left: 0px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    display: none;
}

.form label .input:focus + span::after,
.form label .input:not(:placeholder-shown) + span::after {
    visibility: visible;
    opacity: 1;
}

.form label .input:placeholder-shown + span {
    top: 17px;
    font-size: 15px;
}

.form label .input:focus,
.form label .input:not(:placeholder-shown) {
    background-color: #fffbec;
    color: #242424;
    border: 1px solid #fac907;
}

.form label .input:focus + span,
.form label .input:not(:placeholder-shown) + span {
    color: #6c6c6c;
    top: 7px;
    font-size: 12px;
    font-weight: 600;
    left: 10px;
    color: #676767;
}
span.loginbeelinkbioTitle {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 25px;
    transition: 0.4s ease-in-out;
}
.form label .input:not(:placeholder-shown) ~ span.loginbeelinkbioTitle , .form label .input:focus ~ span.loginbeelinkbioTitle {
    visibility: visible;
    opacity: 1;
}


.input {
    font-size: medium;
}
.form label .input.loginEmail {
    padding-left: 98px;
}
.rememberandforget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
    padding: 0px 20px;
}
.forgetPassAnchor {
    justify-content: flex-end;
}
.rememberandforget .form label {
    margin: 0px;
}
.defaultBtn.willFullSize .btn.common-btn {
    width: 100%;
}

.loginOrapart {
    position: relative;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.loginOrapart::after {
    content: '';
    position: absolute;
    width: 47%;
    height: 1px;
        background: #ffe3a4;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.loginOrapart::before {
    content: '';
    position: absolute;
    width: 47%;
    height: 1px;
        background: #ffe3a4;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.loginotherSignupOption {
    text-align: center;
}
.loginotherSignupOption a {
    color: #faca07;
    font-weight: 600;
}
.loginTitle {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
.loginLogo {
    margin: auto;
    text-align: center;
}
/* Login Page end*/
