/* 
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 30, 2020, 2:37:01 PM
    Author     : jim-tg-na
*/
/* cyrillic-ext */
/* #loader{
  display: none;
} */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/XRXV3I6Li01BKofIOOaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/XRXV3I6Li01BKofIMeaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/XRXV3I6Li01BKofIOuaBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/XRXV3I6Li01BKofIO-aBTMnFcQIG.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/XRXV3I6Li01BKofINeaBTMnFcQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@keyframes vibrantGradient {
    0% {
        background-position: 0% 50%;
    }

    25% {
        background-position: 50% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    75% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
html {
    overflow-x: hidden;
}

.errmsg {
    font-size: 15px;
    color: red;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    height: 25px;
}

.errmsg.showerro {
    visibility: visible;
    opacity: 1;
}

.d-block {
    display: block !important;
    width: 40%;
    float: right;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 30%;
}

.pos-hero {
    position: relative;
    margin-top: -40%;
    margin-left: 12%;
}

.slide-h1 {
    margin: 89.5px 0.9px 5.5px 25.5px;
    font-family: Nunito;
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #1e64e0;
}

.header-student {
    float: left;
    margin-left: 5%;
    margin-top: 22%;
}

.slide-p {
    margin: 5.5px 2.5px 0 25.5px;
    font-size: 19px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #6e6e6e;
}

.welcomez {
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1e64e0;
}

.headline-1 {
    font-size: 33px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #1c1c1c;
}

.card {
    margin: 23.5px 25px 49px 2.1px;
    padding: 5px 19.5px 5px 6.5px;
    border-radius: 2.5px;
    box-shadow: 0 3.5px 7px 0 rgba(0, 0, 0, 0.09);
    border: solid 0.5px #dbdbdb;
    background-color: white;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next {
    left: 120px;
}

.carousel-control-prev {
    left: 80px;
}

.carousel-control-next,
.carousel-control-prev {
    top: auto !important;
    bottom: auto !important;
    width: 30px;
    /* margin-top: -50px; */
}

.card-title {
    margin: 0 32px 8.5px 1.5px;
    font-family: Nunito;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #1e64e0;
}

.superinitial {
    color: #1e64e0;
    text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 0px 0px 0 #000, 1px 1px 0 #000;
    font-size: 40px;
}

.Rectangle-2133 {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 1px;
    background-color: #1e64e0;
}

.lmargin {
    margin-left: 20px;
}

.carousel-indicators li {
    background-color: black;
}

.carousel-indicators .active {
    width: 21px;
    height: 5px;
    margin: 0 5.5px 0 0;
    border-radius: 30px;
    background-color: #1e64e0;
}

.carousel-indicators li {
    width: 8px;
    height: 5px;
    margin: 0 2.5px;
    border-radius: 15px;
    background-color: #dbdbdb;
}

.carousel-indicators {
    right: auto;
    margin-left: 50px;
    /* bottom: 50px; */
    left: 2%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.title-2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1e64e0;
    font-weight: 600;
}

.pricings li::before {
    content: "\2022";
    color: #1e64e0;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0px;
}

.pricings li {
    font-weight: 300;
    margin: 10px 0px;
}

.card-title-pricing {
    color: #1c1c1c;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.pricing-tagline {
    color: #6e6e6e;
    font-size: 16px;
    font-weight: 10;
    margin-bottom: 10px;
}

.pricing-cost {
    font-size: 26px;
    margin: 15px 0px;
}

hr.dotted {
    border-top: 2px dashed #c4c4c4;
}

.price {
    background-repeat: no-repeat;
    background-position-x: right !important;
    height: 700px;
}

.contact-info-content {
    text-align: center;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #c4c4c4;
    border-radius: 1.5px;
}

.contact-form textarea {
    /*     height: 290px;   */
    height: 65px;
}

.main-btn {
    color: white;
    background-color: #1D67E2;
    font-weight: 500;
}

.student-btn {
    color: white;
    background-color: #FF577F;
    font-weight: 400;
    border: 2px solid #FF577F;
}

.student-btn:hover {
    color: #FF577F;
    border: 2px solid #FF577F;

}

.carousel-control-prev-icon {
    background-image: url('../images/left.png');
}

.carousel-control-next-icon {
    background-image: url('../images/right.png');
}

p {
    font-weight: 300;
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    padding-right: 10px;
}

.about-tag {
    color: #1c1c1c;
}

/* #about p{
      margin: 10px 0px;
  } */
.contact-form label {
    margin-bottom: 5px;
}

.about-card {
    min-height: 210px;
}

.car-img {
    width: 45%;
    float: right;
}

.car-content {
    width: 50%;
    float: left;
    margin-left: 2%;
    margin-top: 8%;
}

.cs-btn {
    width: 200px;
    height: 55px;
    padding: 5px;
    font-size: 20px;
}

#myModal {
    position: fixed;
    top: unset;
    bottom: -25px;
    height: inherit;
    max-width: 500px;
    right: 0px;
    left: unset;
}

.sub-btn {
    text-align: right;
}

.fade2 {
    transform: scale(0);
    opacity: 0;
    transition: all .2s linear;
}

.fade2.show {
    opacity: 1;
    transform: scale(1);
}

.modal-close {
    position: absolute;
    right: 19px;
    cursor: pointer;
    z-index: 10;
}

.subscribe-btn {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    /*   width: 45px; */
    height: 45px;
    line-height: 45px;
    /*   border-radius: 50%; */
    background-color: #1e64e0;
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.carousel-fades .carousel-item-next.carousel-item-lefts,
.carousel-fades .carousel-item-prev.carousel-item-rights {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
}

.carousel-fades .active.carousel-item-lefts,
.carousel-fades .active.carousel-item-rights {

    -webkit-animation-name: fadeon;
    -webkit-animation-duration: 1s;
    animation-name: fadeon;
    animation-duration: 1s;
}

.contact_pg #footer-view {
    background: #333B49;
    padding: 40px 35px 35px 35px;
    /* position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      height: auto; */
}

#footer-view {
    background: #333B49;
    padding: 40px 0 0;
    position: absolute;
    height: auto;
}

.footer_bg {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    flex-wrap: wrap;
}

.footer_flex {
    display: flex;
    flex-flow: column;
    grid-gap: 15px;
}

.footer_flex a {
    font-size: 18px;
    font-weight: 300;
}

.footer_flex .small a {
    font-size: 16px;
    font-weight: 300;
}

.footer_icon li {
    display: inline-block;
    margin-right: 15px;
}

.footer_bg a,
.divider,
.blog a {
    color: #fff !important;
}

.divider {
    margin-right: 5px;
    margin-left: 5px;
}

.blog .small a {
    font-size: 15px
}

.carousel-fades .carousel-item.active,
.carousel-fades .carousel-item-next.carousel-item-lefts,
.carousel-fades .carousel-item-prev.carousel-item-rights {
    z-index: 1;
    opacity: 1;
    /*visibility: visible;*/
}

.carousel-fades .active.carousel-item-lefts,
.carousel-fades .active.carousel-item-rights {
    z-index: 0;
    opacity: 0;
    /*visibility: hidden;*/
    transition: 0s 0.9s opacity;
}




.WebPage__traffic__wrapper {
    display: flex;
    align-items: center;

    height: 100vh;
}

.WebPage__traffic__wrapper .redirect__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    grid-gap: 3rem;
    align-items: start;
    background: #F0F6FF;
    padding: 3rem 8rem;
    height: 100%;
    flex: 1 1 50%;
    overflow: hidden;
    position: relative;
}

.redirect__wrapper::before,
.redirect__wrapper::after {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 450.36px; /* Adjust width */
    height: 100%; /* Adjust height */
    position: absolute;
    z-index: 1;
}

.redirect__wrapper::before {
    background-image: url('../assets/images/redirect_top_wrapper.svg');
    top: 0;
    right: -5rem;
}
.redirect__wrapper::after {
    background-image: url('../assets/images/redirect_bottom_vector.png');
    bottom: 0;
    left: 0;
    height: 100px;
    /* right: -5rem; */
}

.WebPage__traffic__wrapper .site__logos__wrapper {
    display: flex;    
    align-items: center;
    gap: 8rem;
    padding-bottom: 2rem;
}

.WebPage__traffic__wrapper .site__logos__wrapper img {
    max-width: 250px;
    min-width: 200px;
    width: 160px;
}

.site__logos__wrapper .payil__logo__wrapper {
    position: relative;
    display: inline-block;
}

.site__logos__wrapper .payil__logo__wrapper::after {
    content: '';
    background-image: url('../assets/images/redirect_arrow_.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 130px; /* Adjust width */
    height: 130px; /* Adjust height */
    position: absolute;
    top: 40%; /* Position at center */
    right: -120px; /* Offset for spacing */
    transform: translateY(-50%);
    z-index: 1;
}

.WebPage__traffic__wrapper .content__wrapper {
    width: calc(100% - 20%);
}

.WebPage__traffic__wrapper .content__wrapper h1 {
    font-size: 56px;
    font-weight: 600;
    color: #0062E7;
}

.WebPage__traffic__wrapper .content__wrapper p {
    font-size: 20px;
    font-weight: 400;
    color: #676767;
    line-height: 32px;
    padding: 1rem 0 3rem;
}

.WebPage__traffic__wrapper .visit_edrevel_btn {
    padding: 10px 20px;
    border-radius: 5px;
    background: #607C47;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    transition: .3s all;
}

.WebPage__traffic__wrapper .visit_edrevel_btn:hover {
    background: #4f663a;
}


.WebPage__traffic__wrapper .Edrevel__theme__wrapper {
    flex: 1 1 50%;
    padding: 3rem 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../assets/images/edrevel_wrapper_overlay.png');
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.Edrevel__theme__wrapper .content__wrapper h2 {
        font-size: 46px;
        text-align: center;
        color: #FFF;
}
.Hero__MicroAnimate {
    display: inline-flex;
    background-size: 200% 200%;
    /* font-size: clamp(1.125rem + 0.125rem, 0.565rem + 2.1333vw, clamp(2.25rem, 2.005rem + 0.9333vw, 3.125rem)); */
    font-size: 46px;
    position: relative;
    background: linear-gradient(90deg, #01DFDF, #75AA03);
    text-shadow: 0px 2px 55px rgba(20, 201, 0, 0.6784313725), 0px 0px 85px rgba(46, 239, 20, 0.7803921569);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: vibrantGradient 3s ease-in-out infinite;
    transition: 0.5s ease-in-out;
    padding-right: 1rem;
  }
  .Hero__MicroAnimate::after {
    content: url("../assets/images/Micro-star.svg");
    position: absolute;
    right: 0;
    height: 100%;
    transform: translate(5px, -25px);
    animation: fadeFloat 5s infinite ease-in-out;
  }
  .Hero__MicroAnimate::before {
    content: url("../assets/images/Micro-star-small.svg");
    position: absolute;
    right: 0;
    height: 100%;
    transform: translate(5px, -5px);
    animation: fadeFloatsmall 5s infinite ease-in-out;
  }

@-moz-document url-prefix() {

    .carousel-fades .carousel-item {
        opacity: 0;
        /*visibility: hidden;*/
        transition-property: opacity;
        -webkit-transform: none;
        transform: none;
    }

    .carousel-fades .carousel-item.active,
    .carousel-fades .carousel-item-next.carousel-item-lefts,
    .carousel-fades .carousel-item-prev.carousel-item-rights {
        z-index: 1;
        opacity: 1;
        /*visibility: visible;*/
    }

    .carousel-fades .active.carousel-item-lefts,
    .carousel-fades .active.carousel-item-rights {
        z-index: 0;
        opacity: 0;
        /*visibility: hidden;*/
        transition: 0s 0.9s opacity;
    }
}

@media screen and (max-width: 991px) {
    .footer_bg {
        display: grid;
        grid-template-columns: 20% 38% 40%;
    }

    .footer-area {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

    .profile p.abt {
        text-align: center;
    }

    .WebPage__traffic__wrapper {
        flex-direction: column;
        height: 100%;
    }

    .WebPage__traffic__wrapper .content__wrapper h1, p {
        text-align: center;
    }

    .WebPage__traffic__wrapper .redirect__wrapper,
    .WebPage__traffic__wrapper .Edrevel__theme__wrapper {
        flex: 1 1 100%;
    }

    .WebPage__traffic__wrapper .card__button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .WebPage__traffic__wrapper .redirect__wrapper {
        padding: 8rem 1rem 4rem;
        grid-gap: 2rem;
        align-items: center;
    }

    .redirect__wrapper::before {
        top: -3rem;
        right: -15rem;
    }

    .redirect__wrapper::after {
        left: -8rem;
        bottom: -1rem;
    }
    .WebPage__traffic__wrapper .Edrevel__theme__wrapper {
        flex: 1 1 100%;
        padding: 5rem 3rem;
    }
    
    .Edrevel__theme__wrapper .content__wrapper {
        width: 100%;
    }

    .WebPage__traffic__wrapper .content__wrapper h1 {
        font-size: 50px;
    }

    .Edrevel__theme__wrapper .content__wrapper h2, .Hero__MicroAnimate {
        font-size: 32px;
    }

    

    
}

@media screen and (max-width: 640px) {
    .footer_bg {
        justify-items: flex-start;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 0 !important;
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

    .carousel-fades .carousel-item {
        opacity: 0;
        /*visibility: hidden;*/
        transition-property: opacity;
        -webkit-transform: none;
        transform: none;
    }

    .carousel-fades .carousel-item.active,
    .carousel-fades .carousel-item-next.carousel-item-lefts,
    .carousel-fades .carousel-item-prev.carousel-item-rights {
        z-index: 1;
        opacity: 1;
        /*visibility: visible;*/
    }

    .carousel-fades .active.carousel-item-lefts,
    .carousel-fades .active.carousel-item-rights {
        z-index: 0;
        opacity: 0;
        /*visibility: hidden;*/
        transition: 0s 0.9s opacity;
    }
}

/* @media not all and (min-resolution:.001dpcm) { @media { */


.carousel-fades .carousel-item {
    /*opacity: 0;*/
    visibility: hidden !important;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fades .carousel-item.active,
.carousel-fades .carousel-item-next.carousel-item-lefts,
.carousel-fades .carousel-item-prev.carousel-item-rights {
    z-index: 1;
    /*opacity: 1;*/
    visibility: visible !important;
}

.carousel-fades .active.carousel-item-lefts,
.carousel-fades .active.carousel-item-rights {
    z-index: 0;
    /*opacity: 0;*/
    visibility: hidden !important;
    transition: 0s 0.9s opacity;
}

/* }} */

@media (prefers-reduced-motion: reduce) {

    .carousel-fades .active.carousel-item-lefts,
    .carousel-fades .active.carousel-item-rights {
        transition: none;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeon {
    from {
        opacity: .7
    }

    to {
        opacity: 0
    }
}

@keyframes fadeon {
    from {
        opacity: .7
    }

    to {
        opacity: 0
    }
}

.m-none {
    display: none;
}

.login-div {
    text-align: left;
}

/* newly added css */

.header-hero-content {
    display: flex;
    width: 1440px;
    margin: 100px auto 70px;
    justify-content: space-between;
    /* align-items: center; */
}

.header-hero-content .section1 {
    padding-top: 60px;
    padding-right: 30px;
    width: 70%;
    padding-left: 120px;
}

.header-hero-content.features,
.header-hero-content.contact {
    width: 100%;
    margin: -15px auto 35px;
}

.header-hero-content.features .section1 {
    padding-top: 0px;
    padding-right: 0px;
    width: 100%;
    padding-left: 0px;
}

.header-hero-content.contact .section1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    width: 40%;
}

.header-hero-content.contact .section2 {
    width: calc(60% - 75px);
    border: 1px solid #E5E5E5;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 15%);
    border-radius: 8px;
    padding: 20px 40px;
}

/* .header-hero-content swiper-container {
    box-shadow: -8px 8px 28px rgba(0, 0, 0, 0.15);
} */

.header-hero-content .section2 .contact-form input,
.contact-form textarea {
    height: 41px !important;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    font-size: 15px;
}

.header-hero-content .section2 .contact-form label {
    font-size: 15px;
}

.header-hero-content .section1 p {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 5px;
}

/* .header-hero-content .section1 h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 69px;
    color: #0059D5;
} */

.about-area .section1 .btn_box .outline_btn {
    min-width: 250px;
    max-width: 230px;
    width: 210px;
}

.section1 .btn_box {
    display: flex;
    gap: 35px;
}

.header-hero-content p.desc {
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
    /* color: #646464; */
    color: #000000;
    margin-top: 15px;
    text-transform: none;
    width: 500px;
    margin-bottom: 50px;
}

.btn {
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0 45px;
    height: 47px;
}

.pink_btn {
    background: #FF7997;
}

.blue_btn {
    background: #1D67E2;
    margin-left: 20px;
}

.radius_box {
    /* background: linear-gradient(114.32deg, rgba(30, 100, 224, 0.5) -19.24%, rgba(59, 146, 255, 0.5) 16.72%, rgba(73, 161, 255, 0.5) 55.13%, rgba(47, 121, 255, 0.5) 106.29%); */
    background-color: #E2F1FF;
    border-radius: 28px;
    width: 1200px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}

.about-area {
    margin: 100px 0 0;
}

.profile {
    display: flex;
    flex-flow: row;
    grid-gap: 30px;
}

.profile h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: -5px;
    margin-top: 50px;
}

.profile p.abt {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.01em;
    /* color: #646464; */
    color: #000000;
}

.profileh3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1E64E0;
    margin-top: 30px;
    z-index: 9;
    position: relative;
}

.profileh3 span {
    font-size: 30px;
}

.prof_inner {
    background: #FFFFFF;
    box-shadow: 3px 4px 6px rgb(0 0 0 / 12%);
    padding: 50px 35px 15px;
    position: relative;
    left: -45px;
    top: -32px;
}

.about-area p {
    font-weight: 500;
    /* font-size: 17px; */
    font-size: 1.2em;
    line-height: 30px;
    letter-spacing: -0.03em;
    /* color: #646464; */
    color: #000000;
    margin-bottom: 20px;
    text-align: justify;
    hyphens: auto;
}

p.font_style {
    font-style: italic;
    font-weight: 800;
    font-size: 58px;
    line-height: 79px;
    letter-spacing: 0.02em;
    color: #000000;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    width: 35%;
    text-align: left;
}

.wid_65 {
    width: 65%;
    text-align: justify;
}

.wid40 {
    width: 40%;
}

.wid60 {
    width: 60%;
}

.admin-title {
    font-size: 48px;
}

.lets_talk_section {
    background-image: url("../../assets/images/Blue_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 70px;
    margin: 100px 0 0;
    background-position: bottom center;
}

.lets_talk_section .outline_btn {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-top: 35px;
    color: #2F79FF !important;
}

.lets_talk_section .outline_btn:hover {
    color: #2F79FF !important;
}

.lets_talk_section h2 {
    font-weight: 700;
    font-size: 49px;
    line-height: 60px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}


.lets_talk_section .container {
    width: 1000px;
}

.disabled_card {
    opacity: .7;
    transition: transform 0.6s;
}

.disabled_card_enable {
    opacity: 1;
}

.features {
    display: flex;
}

.contact-info a {
    color: #000000;
}




/* Pricing Page Style Sheet  */

.price_hero_section {
    background: #346CCF;
}

.price_hero_section .content_section{
    text-align: center;
    padding: 60px 0;
}

.price_hero_section h1 {
    font-size: 47px;
    font-weight: 700;
    line-height: 60px;
    color: #FFFFFF;
    padding-bottom: 10px;

}

.price_hero_section p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;    
}

.price_hero_section .signup_btn {
    position: relative;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    color: #346CCF;    
    background: #FFFFFF;
    border-radius: 8px;
    width: max-content;
    margin: 40px auto 0;
    padding: 18px 25px;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s;
    border: 2px solid #1D67E2;
}

.price_hero_section .signup_btn:hover {
    box-shadow: 0 1rem 3rem #1d68e230;
    transform: translateY(-2px);
}

.pricing_section .title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.04em;
    color: #000000;
    text-align: center;
    padding: 30px 0;
}

.pricing-page .pricing_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pricing-page .pricing_table .cards {
    width: 275px;
}
.pricing_table {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    grid-gap: 20px;
    padding-bottom: 8%;
}

.pricing_table .cards {
    position: relative;
    padding: 30px 26px;
    width: 100%;
    height: 600px;
    transition: .4s;
    border-radius: 11px;
    background: #FFFFFF;
    border: 1px solid rgba(58, 122, 230, 0.3);
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
}

.cards .pricie_descp {
    height: 100%;
    margin-top: 60%;
}

.cards .pricie_descp p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-align: center;
}

.cards.activeCard {
    border: 2px solid #1D67E2;
}

.pricing_table .cards:nth-child(3) {
    background: #DCEAFF;
    border-radius: 11px;
}

.pricing_table .cards:nth-child(3) .amount,
.pricing_table .cards:nth-child(3) .pricing_info ul li {
    color: #004DCD;
}

.pricing_table .cards:nth-child(3) .signup_btn {
    background: #0044B6;
}

.pricing_table .cards:nth-child(3) .signup_btn:hover {
    background: transparent;
}

.pricing_table .cards:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem #1d68e230;
}

.showTag {
    display: block !important;
}

.cards .price_tag {
    display: none;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    background: #346CCF;
    border-radius: 4px;
    padding: 3px 10px;
}

.Pricing_Card #advanced_tag {
    background: #0044B6;
}
.cards .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.04em;
    color: #0044B6;
    padding: 10px 0 0;
}

.cards .amount {
    /* font-size: 42px; */
    position: relative;
    font-size: 36px;
    font-weight: 600;
    line-height: 61px;
    color: #000000;
    margin: 10px auto 20px;
}

.cards .amount span {
    position: absolute;
    bottom: -5px;
    font-size: 16px;
    font-weight: 500;
}

.pricing_info ul li{
    display: flex;
    align-items: center;
    grid-gap: 8px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    list-style-image: url(/assets/Icons/check-icon.svg);
}

.pricing_info ul li i {
    color: #1D67E2;
}

.cards .signup_btn {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center;
    /* font-size: 17px; */
    font-size: 1.2em;
    font-weight: 600;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 6px;
    background: #1D67E2 ;
    width: calc(100% - 25px);
    margin: auto;
    padding: 12px 20px;
    border: 2px solid #1D67E2;
    transition: all .4s;
    cursor: pointer;
    overflow: hidden;
}

.cards .signup_btn:hover{
    background: transparent;
    color: #1D67E2;
}

/*?  NA Payil Home Page Changes */
.header-hero-content .signup_btn {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: .5px;
    color: #FFFFFF;
    border-radius: 6px;
    width: max-content;
    padding: 18px 25px;
    cursor: pointer;
    overflow: hidden;
    margin-top: 25px;
    border: 2px solid #1D67E2;
    background-color: #1D67E2;
    box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.15), 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: .5s ease;
}
.header-hero-content .signup_btn:hover {
    color: #1D67E2;
    background: #fff;
    box-shadow: none;
}
.header-hero-content p.desc {
    margin-bottom: 25px;
}

/* Country switching Dropdown style */
.dropdown {
    width: 102px;
    position: relative;
    right: 10px;
    height: 45px;
  }
  .dropdown__button {
    position: relative;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #222;
    width: 100%;
    text-align: left;
    background: #ffffff;
    border: 1px solid #cdcfd0;
    border-radius: 6px;
    padding: 10px;
    height: 45px;
    cursor: pointer;
  }

  .dropdown__button img {
    width: 22px;
  }
  .dropdown__button::after {
    content: "";
    position: absolute;
    right: 8px;
    transform: translateY(-10%);
    width: 20px;
    height: 20px;
    background: url("/assets/Icons/arrow-up-line.svg");
    background-repeat: no-repeat;
    pointer-events: none;
    transition: 500ms ease;
  }
  .dropdown__button_active::after {
    transform: translateY(10%) rotateX(180deg) ;
  }
  .dropdown__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: 0px 10px 20px 0px #88919d4d;
    border: 1px solid #e6eaed;
    border-radius: 4px;
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }
  .dropdown__list_visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .dropdown__list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 5px;
    margin: 0;
    padding: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    color: #444444;
    transition: 200ms ease;
  }

  .dropdown__list-item img {
    width: 25px;
  }
  .dropdown__list-item_active {
    background: #aecbf2a4;
  }
  
  .dropdown__list-item:hover {
    background: #aecbf23c;
  }

  .dropdown__input_hidden {
    display: none;
  }

/* Sign Up Page style sheet */
.signup_container {
    /* height: 100vh; */
}
.signup_container .banner_section{
    background: transparent;
}

.signup_container .row {
    position: relative;
}

.banner_section .content {
    padding: 40px 15px;
    background: #1D67E2;
}
.banner_section .content h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.banner_section .content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}
.banner_section .assets img {
    height: calc(100vh - 179px);
    object-fit: cover;
}

.signup_section .signup_logo img {
    width: 210px;
}

.signup_section .plan_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    color: #002158;
    padding-bottom: 30px;
}

.error-alert {
    position: absolute;
    bottom: -22px;
    left: 0;
    height: 22px;
    font-size: .75em;
    font-weight: 500;
    color: red;
    /* display: none; */
}
.signup_section {
    width: 100%;
    margin: auto;
}

.signup_content {
    max-width: 500px;
    margin: auto;
}

/* Testing Input  */
.form-control {
    position: relative;
    width: 100%;
    height: 3rem;
    margin-bottom: 2.8rem;
}

.form-input {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    top: 0;
    left: 0;
    z-index: 1;
    resize: none;
    width: 100%;
    height: auto;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    border: 1.5px solid var(--color-grays);
    color: var(--color-black);
    background: transparent;
    transition: all 0.2s ease-in-out;
}

.form-label {
    position: absolute;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: inherit;
    left: 1rem;
    top: 0.65rem;
    padding: 0 0.25rem;
    color: var(--color-gray);
    background: var(--color-white);
    transition: all 0.3s ease;
}

.form-control img,
.form-control i {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    z-index: 9;
}

.form-control i {
    font-size: 26px;
    top: 5px;
    color: #8C8C8C;
    cursor: pointer;
}

.form-input::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}

.form-input:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}

.form-input::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
}

.form-input:focus {
    outline: none;
    border: 2px solid var(--color-blues);
}

.form-input:focus~.form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 5;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-blues);
    transition: all 0.2s ease-in-out;
    background: #FFF;
}

.form-input:not(:-moz-placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.65rem;
    left: 1rem;
    z-index: 9;
    background: #FFF;
    font-size: 0.875rem;
    font-weight: 500;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-input:not(:-ms-input-placeholder).form-input:not(:focus)~.form-label {
    top: -0.75rem;
    background: #FFF;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-input:not(:placeholder-shown).form-input:not(:focus)~.form-label {
    top: -0.75rem;
    left: 1rem;
    z-index: 9;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background: #FFF;
}

.signup_section .signup-btn {
    font-size: 15.65px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    padding: 15px 10px;
    color: #FFFFFF;
    background: #1D67E2;
    border-radius: 5.16128px;
    width: 100%;
    border: none;
    height: auto;
    margin-bottom: 20px;
}

.google_signup {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    margin: 20px 0 20px;
    background: #F7F7F7;
    border: 1.29032px solid rgba(1, 38, 101, 0.1);
    border-radius: 5.16128px;
    padding: 12px 10px;
    width: 100%;
}

.google_signup p {
    font-size: 15.65px;
    font-weight: 600;
    line-height: 160%;
    text-align: center;
    color: #95A3BD;
}

.view_plans {
    font-size: 16.65px;
    font-weight: 700;
    line-height: 160%;
    text-align: center;
    color: #1D67E2 !important;
    text-decoration: underline !important;
    padding-top: 10px;
}

.credit_card {
    position: absolute;
    bottom: 3%;
    right: 0;
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    text-align: center;
    color: #002158;

}

/* pricing Plan popup */

.plan-popup .modal-larger {
    max-width: 1440px;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.plan-popup .modal-header .modal-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #0044B6;
    text-align: center;
}

.plan-popup .popup-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px 30px;
}

.plan-popup .popup-header h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #0044B6;
    width: 100%;
    text-align: center;
}
.popup-header .close {
    position: absolute;
    right: 50px;
    margin: 10px;
}

.popup-header .close i {
    font-size: 30px;
}

/* Swiper Button Style  */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'none' !important;
}

.swiper-button-prev,
.swiper-button-next {
    padding: 20px;
    background: #346CCF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    width: 45px !important;
    height: 45px !important;
}
.swiper-button-next, .swiper-button-prev {
    top: auto !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 120px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 120px !important;
}
.swiper-button-prev i {
    left: -3px;
}

.swiper-button-prev i {
    right: -3px;
}
.swiper-button-prev i,
.swiper-button-next i {
    position: relative;
    font-size: 50px;
    color: #ffffff;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    background: #fff;
}

.swiper-button-next.swiper-button-disabled i, .swiper-button-prev.swiper-button-disabled i {
    color: #000;
}
.swiper-button-prev, .swiper-button-next {
    display: none !important;
}

/* academy-sign-up-verification page */
.verification_page .back_btn {
    display: flex;
    align-items: center;
}
.back_btn i {
    font-size: 28px;
    color: #000;
    transform: translateY(-2px);
}

.back_btn p {
    font-weight: 600;
}
 .verification_page .center-logo {
    margin-bottom: 50px;
 }

.main_content  p {
    /* font-size: 17px; */
    font-size: 1.2em;
    font-weight: 600;
    color: #60749b;
    padding: 10px 0;
}

.main_content .mail-box img {
    width: 100px;
    margin: 20px;
}

.main_content .content p {
    padding: 0;
    font-weight: 400;   
}

.main_content .content span {
    font-weight: 600;
}

.bg-light {
    position: absolute;
    background: #0000007d !important;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.bg-light.show-bg {
    opacity: 1;
    visibility: visible;
}
.Reponse_alert {
    position: fixed;
    top: -25%;
    left: 0;
    right: 0;
    text-align: center;
    width: 420px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.Reponse_alert.active_alert {
    top: 15%;
    opacity: 1;
    visibility: visible;
    transition: all .5s;
}

.Reponse_alert .alert_box{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 40px;
    color: #737373;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    cursor: pointer;
}

.close-btn i {
    font-size: 30px;
}



/* FAQ Guides Page Style Sheets */

.header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 5px;
}

.header-section button {
    display: flex;
    align-items: center;
    justify-content: center ;
    grid-gap: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
    background: none;
    color: #0057CB !important;
    border: 2px solid #1D67E2;
}

.header-section button:hover {
    background: #1D67E2;
    color: #FFF !important;
    box-shadow: 0 1rem 4rem 0px #d1d1d1;
    transition: .5s;
}

.header-section button:hover i {
    position: relative;
    -moz-animation: bounce 0.5s infinite linear;
    -o-animation: bounce 0.5s infinite linear;
    -webkit-animation: bounce 0.5s infinite linear;
    animation: bounce .5s infinite linear;
    /* animation: bounce .5s  linear; */
    transition: .2s;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
/* ? Access payil */

.Access_payil .breadcrumbs {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    padding: 5px 0;
}

.Access_payil .breadcrumbs span,
.Access_payil .breadcrumbs a {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.Access_payil .breadcrumbs span {
    color: #0044B6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Access_payil .breadcrumbs span i {
    font-size: 22px;
}

.access_guide_title {
    font-size: 30px;
    font-weight: 600;
    color: #004DCD;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.explanie_video video{
    border-radius: 8px;
    margin: 20px 0;
    box-shadow: 0 0 50px #d2d0d0;
    object-fit: cover;
}

.explanie_img {
    display: block;
    text-align: center;
    margin: 20px 0;
}
.explanie_img img {
    border: 1px solid #eee;
    text-align: center;
    width: 100%;
    margin: auto;
    /* transition: .5s; */
    border-radius: 5px;
    /* box-shadow: 0 0rem 2.5rem 5px #d6d6d691; */
}

.signup_description {
    padding-bottom: 50px;
}
.signup_description .faq-icon {
    width: 25px;
    transform: translateY(-2px);
}

.signup_description .point_link {
    color: #3C78D8;
    font-weight: 600;
}

.signup_description p {
    font-weight: 500;
    font-size: 1.125em;
    line-height: 30px;
    color: #000000;
    padding: 10px 0;
}

.signup_description h5 {
    font-size: 20px;
}
.signup_description ul {
    list-style: disc;
    margin-left: 40px;
    margin-bottom: 20px;
}

.signup_description ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 3px 0;
}

.Assignment_type {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 30px;
    padding: 30px 0;
}
.Assignment_type .assignment-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 150px;
}
.Assignment_type small{
    font-size: 18px;
    color: #000;
}

.Assignment_type .assignment-box img {
    width: 80px;
}


.pagebreak {
    display: block;
    clear: both;
    page-break-after: always;
}

.Pdf_download {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    top: 13px;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50%;
    background-color: #1E64E0;
    text-align: center;
    z-index: 99;
    border: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.Pdf_download i {
transform: translateY(-3px);
}


/* Testing FAQ Card */

.faq-card-container .row {
    grid-gap: 25px 0;
    margin-bottom: 30px;
    min-height: 350px;
}
.faq_profile_card {
    /* background-image: url('../assets/images/Faq-assets/Faq-bg.jpeg'); */
    background-size: cover;
    background-color: #ffffff;
    /* background-color: #6f6f6f;
    background-image: linear-gradient(160deg, #1D67E2 0%, #003fa580 100%);/ */
    padding: 16px 8px;
    border-radius: 12px;
    box-shadow: 5px 5px 10px #4d4d4d17, -5px -5px 10px #4545450e;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200px;
    transition: .5s all;
    overflow: hidden;
    box-shadow: 0px 1px 24px -1px rgba(0, 0, 0, 0.2);
}

.faq_profile_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem 0 #c4c4c4;
}

.faq_details {
    text-align: left;
    padding: 8px 0 0 10px;
}

.faq_details .faq_profile_title h5,
.faq_details .faq_profile_title a {
    font-size: 22px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 320px;
    transition: .5s all;
    overflow: hidden;
}

.faq_details .faq_profile_link a,
.faq_details .faq_profile_link p {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}

.faq_details .faq_profile_link p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* width: 230px; */
    max-width: 90%;
}

.faq_details .faq_profile_link a span {
    font-weight: 400;
    color: #000000;
}

.faq_details .faq_profile_link2 a {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 14px;
}

.faq_details .faq_designation {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 25px;
}

.faq_details .faq_designation h5 {
    font-size: 12.5px;
    background-color: #1D67E2;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 12px;
    display: inline;
}

.faq_details .faq_designation small {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    padding: 4px;
    border-radius: 12px;
    display: inline;
}

.faq_profile_link i,
.faq_profile_link2 i {
    transform: translateY(3px);
}

.circle_decor1{
    position: absolute;
    width: 80px;
    height: 90px;
    background-color: #FFF0;
    border-radius: 0 0 0 100%;
    border: 3px solid #b4ffe61c;
    border-top: 0;
    border-right: 0;
    right: 0px;
    top: 0px;
}
.circle_decor2{
    position: absolute;
    width: 50px;
    height: 60px;
    background-color: #FFF0;
    border-radius: 0 0 0 100%;
    border: 3px solid #b4ffe617;
    border-top: 0;
    border-right: 0;
    right: 0px;
    top: 0px;
}
.circle_decor3{
    position: absolute;
    width: 20px;
    height: 30px;
    background-color: #FFF0;
    border-radius: 0 0 0 100%;
    border: 3px solid #b4ffe61a;
    border-top: 0;
    border-right: 0;
    right: 0px;
    top: 0px;
}

.faq_profile_card:hover .faq_profile_title a {
    text-decoration: underline;
}
.tags {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 1.5rem;
}

.tag {
	--color: #d0dffc;
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	border-radius: 100rem;
	box-shadow: 0 0 0 2px #d0dffc;
	background-color: transparent;
	color: #283b70;
	font-weight: bold;
	transition: background-color 250ms ease, box-shadow 250ms ease, color 250ms ease;
    text-transform: capitalize;
    cursor: pointer;
}

.tag>a {
	display: inline-block;
	position: relative;
	color: #283b70;
	text-decoration: none;
    padding: 0.4rem 1.5rem;
}

.tag:hover {
	background-color: #1D67E2;
    color: #FFF;
}

.mixitup-control-active {
    background-color: #1D67E2;
    color: #FFF;
}

.suggestion-faq-header h1 {
    font-size: 26px;
    padding-bottom: 30px;
    text-align: center;
}

.suggestion-faq-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-gap: 20px; */
    margin-bottom: 50px;
    margin-top: 30px;
}

.suggestion-faq-container .suggestion-card {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    transition: .5s all;
    border: 1px solid #004DCD;
}

.card-gap {
    grid-gap: 20px;
}

.suggestion-faq-container .suggestion-card:hover {
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.097) !important; */
    transform: translateY(-3px);
}

.suggestion-card img {
    border-radius: 50%;
    width: 80px;
}

.suggestion-card h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.suggestion-card p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.access-browsers {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.access-browsers .browsers-box {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 150px;
}

.browsers-box img {
    width: 50px;
}

.browsers-box h6 {
    font-size: 16px;
    padding: 12px 0;
}

.browsers-box small {
    font-size: 14px;
    text-align: center;
    color: #000;
}

/* Testimonials_container */
.Testimonials_container {
    /* background-color: #E0EDFF; */
    background-color: #E2F1FF;
    padding: 60px 0;
    position: relative;
}

.Testimonials_container .title_section {
    text-align: center
}

.title_section .subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #000000;
}

.title_section .maintitle {
    font-size: 50px;
    font-weight: 700;
    line-height: 71px;
    padding-bottom: 5px;
    color: #0059D5;
}

.Testimonials_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 65px;
    margin-top: 35px;
    padding: 0 70px;
}

.Testimonials_section .Testimonials_card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(9, 30, 66, 0.31), 0px 8px 12px 0px rgba(47, 121, 255, 0.25);
    padding: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.Testimonials_card .client_review {
    font-size: 18px;
    text-align: center;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0.72px;
    color: #000;
    padding: 25px 0;
}

.Testimonials_card .client_name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    letter-spacing: 0.72px;
    color: #000;
}


/* ? New contact form  */

.contact_form_container form ,
.contact_form_container form .row{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.contact_form_container form .input__field {
    display: flex;
    flex-flow: column;
    grid-gap: 10px;
    margin-bottom: 30px;
}

form .input__field label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

form .input__field input {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #000000;
}

form .contact_form_button {
    margin: auto;
    display: flex;
    justify-content: center;
}


/* .Edrevel__theme__wrapper */






@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .banner_section .assets img {
        height: calc(100vh - 208px)
    }  
    .dropdown {
        width: inherit;
        right: 5px;
    }

    .dropdown__button img {
        width: 20px;
    }


    .Pdf_download {
        right: 8px;
    }

    .explanie_video {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .explanie_video video {
        width: calc(100% - 90px);
        margin-top: 5px;
    }

    .redirect__wrapper::before {
        top: -2rem;
        right: -10rem;
    }

    .redirect__wrapper::after {
        bottom: -1rem;
    }
    .WebPage__traffic__wrapper .redirect__wrapper {
        padding: 3rem 2rem;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1440px) {
    .banner_section .assets img {
        height: calc(100vh - 208px)
    }
    
    .Pdf_download {
        right: 8px;
    }

    .explanie_video {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .explanie_video video {
        width: calc(100% - 90px);
        margin-top: 5px;
    }

    .WebPage__traffic__wrapper .redirect__wrapper {
        padding: 3rem;
    }
}
@media (max-width: 576px) {
    .card {
        margin: 23.5px 0px 49px 0px;
    }

    .slide-h1 {
        margin: 0px !important;
        font-size: 33px;
        margin-left: 7px !important;
    }

    .slide-p {
        font-size: 16px;
        margin-left: 7px !important;
    }

    .header-hero-content {
        padding-top: 80px;
    }

    .pos-hero {
        margin-left: 0%;
    }

    .about-card {
        min-height: 220px;
    }

    .car-img {
        width: 100%;
    }

    .car-content {
        width: 100%;
        margin-top: 1%;
    }

    .m-none {
        display: block;
    }

    .header-student {
        float: left;
        margin-left: 1%;
        margin-top: 7px;
    }

    .login-div {
        text-align: center;
    }

    .signup_content {
        max-width: 100%;
        margin: auto 20px;
    }

    .plan-popup .popup-header {
        padding: 15px 25px 0px !important
    }

    .plan-popup .popup-header h2 {
        font-size: 30px;
        padding: 10px;
    }

    .plan-popup .modal-larger {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .modal-larger .modal-content {
        height: 100vh;
    }
}

@media only screen and (min-width: 200px) and (max-width: 575px) {
    .slide-h1 {
        margin: 0px !important;
        margin-left: 7px !important;
        font-size: 30px;
    }

    .slide-p {
        font-size: 16px;
        margin-left: 7px !important;
    }

    .header-hero-content {
        padding-top: 80px;
    }

    .pos-hero {
        margin-left: 0%;
    }

    .about-card {
        min-height: 220px;
    }

    .car-img {
        width: 100%;
    }

    .car-content {
        width: 100%;
        margin: 0px 0px 60px 0px !important;
        margin-top: 1%;
    }

    .d-none {
        display: none !important;
    }

    .m-none {
        display: block;
    }

    .header-student {
        float: left;
        margin-left: 1%;
        margin-top: 7px;
    }

    /* blogs changes */
    .acadey-statis1,
    .acadey-statis2,
    .acadey-statis3 {
        width: 81%;
    }

}

@media(max-width:992px) {

    .carousel-control-next,
    .carousel-control-prev {
        margin-top: -40px;
    }

    .carousel-control-prev {
        left: 60px;
    }

    .carousel-control-next {
        left: 105px;
    }

    .carousel-indicators {
        bottom: 40px;
    }

    .pricing_table .cards:hover {
        transform: translateY(0);
        box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1);
    }

    .dropdown {
        /* width: 95px; */
        position: absolute;
        right: 230px;
    }

    .dropdown__button {
        padding: 8px 5px;
    }

    /* .dropdown__list_visible {
        transform: translateY(-5px);
    } */

    .signup_container .signup_section {
        padding-bottom: 100px;
        /* height: calc(100vh - 50px); */
    }

    .signup_container .banner_section {
        display: none;
    }

    .credit_card {
        width: 100%;
        bottom: 35px;
    }
    .plan-popup .popup-header {
        padding: 25px 15px 30px;
    }
    .plan-popup .popup-header .close {
        position: absolute;
        right: 5px;
        top: 0px;
    }
    .popup-header .close i {
        font-size: 30px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: flex !important;
    }

    .swiper-cards .swiper-slide {
        transform-origin: center !important;
    }

    .Mobile_Pricing .pricing_table {
        grid-gap: 0;
    }

    .verification_page {
        margin-top: 30px;
    }

    .back_btn i {
        transform: translateY(-1px);
    }

    .Reponse_alert {
        width: 400px;
    }

    .Reponse_alert.active_alert {
        top: 5%;
    }

    .access_guide_title {
        width: 60%;
}

    .faq-card-container .row {
        margin-bottom: 25px;
    }

    .faq_details .faq_profile_title h5,
    .faq_details .faq_profile_title a {
        width: 85%;
    }

    .suggestion-faq-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .suggestion-faq-container .suggestion-card {
        grid-gap: 10px;
    }

    .tags {
        grid-gap: 25px 15px;
    }

    .Testimonials_section  {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .card {
        margin: 23.5px 0px 49px 0px;
        padding: 5px 0 5px 0px;
    }

    .slide-h1 {
        margin: 0px !important;
        margin-left: 25.5px !important;
    }

    .header-hero-content {
        padding-top: 80px;
    }

    .pos-hero {
        margin-left: 0%;
    }

    .about-card {
        min-height: 220px;
    }

    .car-img {
        width: 100%;
    }

    .car-content {
        width: 100%;
        margin: 0px 0px 60px 0px !important;
        margin-top: 1%;
    }

    .d-none {
        display: none !important;
    }

    .m-none {
        display: block;
    }

    .header-student {
        float: left;
        margin-left: 1%;
        margin-top: 40px;
    }
}

/* blogs change */
.acadey-statis1,
.acadey-statis2,
.acadey-statis3 {
    width: 71%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* .footer_bg {
        grid-template-columns: 13% 18% 30% 25%;
        grid-gap: 30px;
        padding: 0 20px;
      } */
    .card {
        margin: 23.5px 0px 49px 0px;
        padding: 5px 0 5px 0px;
    }

    .slide-h1 {
        margin: 0px !important;
        margin-left: 25.5px !important;
        margin-bottom: 60px;
    }

    .header-hero-content {
        padding-top: 80px;
    }

    .pos-hero {
        margin-left: 0%;
    }

    .about-card {
        min-height: 220px;
    }

    .car-img {
        width: 100%;
        top: -100px;
    }

    .car-content {
        width: 100%;
        margin: 0px 0px 60px 0px !important;
        margin-top: 1%;
    }

    /* .nav-r-button {
        right: 200px;
    } */

    .nav-r-link {
        right: 50px;
    }

    .m-none {
        display: block;
    }

    .header-student {
        float: left;
        margin-left: 2%;
        margin-top: 10%;
    }
}

.bggreen {
    background: #1e64e0;
    border: 2px solid #1e64e0;
}

.bggreen:hover {
    background-color: white;
    color: #1e64e0;
    border-color: #1e64e0;
}

.login-div {
    padding: 15px 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slide-h1 {
        margin: 10.5px 0.9px 5.5px 25.5px;
    }

    .price-padding {
        padding-bottom: 23px;
    }

    .car-content {
        margin: 0px 0px 60px 0px !important;
        margin-top: 0%;
    }

    .header-student {
        float: left;
        margin-left: 3%;
        margin-top: 5%;
    }

    .acadey-statis1,
    .acadey-statis2,
    .acadey-statis3 {
        width: 85%;
    }

    .card {
        margin: 23.5px 0px 49px 0px;
        padding: 5px 0 5px 0px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
    .slide-h1 {
        margin: 10.5px 0.9px 5.5px 25.5px;
    }

    .car-content {
        margin-top: 2%;
    }

    .header-student {
        float: left;
        margin-left: 2%;
        margin-top: 10%;
    }
/* 
    .banner_section .row {
        max-width: 100%;
    } */

    /* .banner_section .row .assets img {
        height: 100%;
    } */
}

@media only screen and (min-width: 1450) {

    .carousel-control-next,
    .carousel-control-prev {
        margin-top: -50px;
    }

    .carousel-indicators {
        bottom: 50px;
    }
}

@media only screen and (min-width: 1351px) {
    .slide-h1 {
        margin: 10.5px 0.9px 5.5px 25.5px;
    }

    .header-student {
        float: left;
        margin-left: 5%;
        margin-top: 22%;
    }
}

@media (max-width: 1280px) {
    .header-hero-content .section1 {
        padding-left: 70px;
    }

    .radius_box {
        width: 1130px;
    }

    .flip-below {
        width: 100%;
    }

    .app_link_section .grid {
        padding: 0 40px;
    }
}


/*tablets, ipads (landscape)*/
@media (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {

    .navbar-nav .nav-item a,
    .navbar .main-btn {
        font-size: 1.2em;
    } 

    .drop_arrow i {
        font-size: 18px;
    }

    .pricing_table {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .WebPage__traffic__wrapper .redirect__wrapper,
    .WebPage__traffic__wrapper .Edrevel__theme__wrapper {
        padding: 4rem 2rem;
    }

    .WebPage__traffic__wrapper .content__wrapper {
        width: 100%;
    }

    .WebPage__traffic__wrapper .site__logos__wrapper {
        grid-gap: 6rem;
    }

    .site__logos__wrapper .payil__logo__wrapper::after {
        width: 100px;
        height: 100px;
        right: -95px;
    }
    .WebPage__traffic__wrapper .site__logos__wrapper img {
        min-width: 150px;
    }

}

@media (min-width: 992px) and (max-width: 1024px) and (orientation: portrait) {

    .navbar-nav .nav-item a,
    .navbar .main-btn {
        font-size: 13px;
    }

    .pricing_table {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    

}

/* Tablet view */
@media only screen and (min-width: 744px) and (max-width: 1024px) {

    .league_content h4 {
        font-size: 30px;
    }

    .league_content h6 {
        padding: 15px 0 25px
    }

    .contact_section h3 {
        font-size: 30px;
        margin: 35px 0 20px;

    }

    .app_link_section .grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px 0;
        text-align: center;
    }

    .app_link_content .btn_box {
        display: flex;
        justify-content: center;
    }

    .app_link_section .grid .app_link_content p {
        padding: 10px 0 20px;
    }

    .header-hero-content {
        flex-direction: column;
        gap: 30px;
    }

    .header-hero-content {
        padding-top: 30px;
        margin: 30px auto;
    }

    .header-hero-content .section1 {
        width: 50%;
        padding: 0 30px;
    }

    .section2 {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .section2 img {
        width: 700px;
    }

    .flip-card-section {
        width: 100%;
    }

    .radius_box {
        width: 100%;
    }

    .flip-card-section {
        padding: 0 30px;
    }

    .flip-below {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    /* .flip-below-left {
          margin-bottom: 30px;
        } */
    /* .flip_bot,
        .flip-below-right {
          text-align: center;
        } */
    /* .flip-below-p {
          width: 100%;
          padding-left: 20px;
          padding-right: 20px;
        } */
    .header-hero-content p.desc {
        margin-bottom: 20px;
    }

    .app_link_section .grid .app_link_asset img {
        width: auto;
    }

    /* .flip-below-right {
          width: 100%;
          text-align: center !important;
        } */
    /* .flip-below-img {
          width: 70% !important;
        } */
    .new-featues-heading {
        padding-left: 30px;
    }

    .modal-dialog {
        margin: 0 auto;
    }

    /* .modal-content {
        height: calc(100vh - 10px)
    } */

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 220px !important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 220px !important;
    }

    .plan-popup .popup-header {
        padding-top: 45px;
    }

    .alert.active-toast  {
        top: 7%;
    }

    .dropdown {
        right: 250px;
    }

    .pricing-page .pricing_table .cards {
        width: 320px;
    }

    .Pdf_download {
        right: 245px;
        top: 10px;
    }

}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .header-hero-content p.desc {
        width: 100%;
    }
    .header-hero-content.contact .section2 {
        width: 100%;
        margin: auto;
        padding: 30px 20px;
    }

    .header-hero-content.contact .section1 img {
        width: 80%;
        display: none;
    }

    .header-hero-content.contact .section1 {

        width: 100%;
    }

    .header-hero-content .section1 {
        padding: 0;
        width: 100%;
    }

    .header-hero-content {
        flex-direction: column;
        gap: 40px;
    }

    .header-hero-content {
        padding: 30px;
        margin: 80px auto 50px;
        width: 100%;
    }

    .flip-card-section {
        padding: 0 20px;
    }

    .radius_box {
        width: 93%;
    }

    .flip-below,
    .flip-card-section {
        width: 100%;
    }

    /* .flip-below-right {
      text-align: start;
      margin: 0;
    } */
    /* .flip-below-img {
      width: 100%;
      height: auto;
    } */
    /* .flip_bot {
      padding: 0;
    } */
    .section2 img {
        width: 100%;
    }

    .section2 img {
        border-radius: 5px;
    }

    .section1 .btn_box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .profile {
        flex-flow: column;
        align-items: center;
        grid-gap: 0;
    }

    .prof_inner {
        background: #FFFFFF;
        box-shadow: 0px 1px 6px rgb(0 0 0 / 12%);
        padding: 30px 35px 15px;
        position: relative;
        left: 0;
        top: 0;
    }

    .wid60,
    .wid40 {
        width: 100%;
        text-align: center;
    }

    p.font_style,
    .wid_65 {
        width: 100%;
    }

    p.font_style {
        font-size: 50px;
        line-height: 70px;
    }

    .wid40 img {
        width: 70%;
    }

    .header-hero-content .section2 .contact-form input, .contact-form textarea {
        font-size: 18px;
        height: 45px !important;
    }
}

/* Mobile view */
@media screen and (min-width:320px) and (max-width: 743px) {

    .lets_talk_section .container {
        width: 100%;
    }

    .lets_talk_section {
        padding: 30px;
        margin: 100px 0 0;
        background-position: top center;
    }

    .wid_65 {
        text-align: left;
    }

    .lets_talk_section h2 {
        font-size: 40px;
        line-height: 52px;
    }

    .card_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container {
        width: 100%;
    }

    .section_title {
        font-size: 38px;
        line-height: 42px;
    }

    .league_content h4 {
        font-size: 28px;
        line-height: 38px;
    }

    .league_content h6 {
        padding: 15px 0 25px;
    }

    .app_link_section .grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 30px;
        text-align: center;
    }

    .contact_section h3 {
        font-size: 30px;
    }

    .app_link_content .btn_box {
        display: flex;
        justify-content: center;
    }

    .app_link_section .grid .app_link_content p {
        padding-bottom: 30px;
    }

    .contact_section .contact_conatiner .btn_box {
        flex-direction: column;
    }

    .header-hero-content {
        padding: 0 20px;
    }

    .flip-card-section {
        padding: 0 10px;
    }

    /* .header-hero-content .section1 h1 {
        font-size: 36px;
        line-height: 42px;
    } */

    /* .header-hero-content p.desc {
        width: 100%;
        margin-bottom: 30px;
    } */

    .btn_box {
        display: flex;
    }

    .btn_box .btn {
        padding: 0 34px;
    }

    /* .flip-below-p {
      font-size: 20px;
      line-height: 26px;
      width: 100%;
    } */
    .flip-card-top-bg-content {
        font-size: 20px;
        line-height: 1.4;
    }

    .app_link_section .grid .app_link_asset img {
        width: auto;
    }

    .flip-container {
        gap: 2.5rem;
    }

    .section1 .btn_box {
        gap: 20px;
        align-items: center;
        flex-wrap: wrap;
    }

    /* .flip-below-img {
      padding: 0 15px;
    } */
    .radius_box {
        border-radius: 15px;
    }

    .flip-card-front,
    .flip-card-back {
        border-radius: 10px;
    }

    .mob_center {
        text-align: center;
    }

    .new-featues-heading {
        padding-left: 20px;
    }

    .profile p.abt {
        text-align: center;
    }

    .dropdown {
        position: absolute;
        right: 50px;
        width: 95px;
    }

    .pricing-page .pricing_table .cards {
        height: 540px;
        width: 100%;
    }

    .cards .pricie_descp {
        margin-top: 40%;
    }
    .Mobile_Pricing .pricing_table {
        margin-bottom: 10px;
    }

    .cards .amount {
        font-size: 36px;
        margin: 10px auto 5px;
    }

    .pricing_info ul li {
        padding: 8px 0;
    }

    .cards .signup_btn {
        bottom: 50px;
    }
    
    .alert.active-password {
        top: 5%;
    }

    .Reponse_alert {
        width: calc(100% - 20px);
        /* width: 100%; */
    }

    .header-section {
        flex-flow: column;
        align-items: flex-start;
        grid-gap: 20px;
    }

    .dropdown__button {
        height: 35px;
        top: 4px;
    }

    .Pdf_download {
        right: 55px;
        top: 10px;
    }

    .access_guide_title {
        width: 100%;
    }


    .modal-dialog.mt-150.get-modal {
        margin: 0 auto;
        width: 100%;
    }
    .modal-dialog.mt-150.get-modal,
    #getintouchModal .modal-content {
        height: 100%;
    }
    
    .get-popup-content {
        border-radius: 0;
    }

    .modal-popup {
        padding: 15px 10px;
    }

    .contact_form_container form .input__field {
        margin-bottom: 10px;
    }

    .popup-title .popup-close {
        top: -15px;
        right: 5px;
    }

    

}

@media screen and (max-width: 490px) {
    .WebPage__traffic__wrapper .site__logos__wrapper {
        flex-direction: column;
        grid-gap: 6rem;
    }

    .site__logos__wrapper .payil__logo__wrapper::after {
        transform: translate(0) rotate(90deg);
        left: 2rem;
        top: 4rem;
        width: 90px;
        height: 90px;
    }
    
    .about-area .section1 .btn_box {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 375px) {
    .section1 .btn_box {
        flex-direction: column;
        gap: 20px;
    }

    .blue_btn {
        margin-left: 0;
    }

    .flip-card {
        width: 260px;
        height: 330px;
    }
    .modal-larger .modal-content {
        height: 100%;
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 0;
    }

    .signup_container .signup_section {
        height: calc(100vh - 0px);
    }

    .credit_card {
        bottom: 10px;
    }

    .signup_section .plan_title {
        padding-bottom: 10px;
    }

    /* .alert.active-password {
        top: 60%;
    } */

}

@media screen and (max-width: 320px) {
    /* .SignUp-Response .alert {
        max-width: 300px;
    } */
    .alert.active-password {
        top: 2%;
    }
    .form-control {
        margin-bottom: 2rem;
    }

    .signup_section .signup-btn {
        margin-bottom: 10px;
    }
}

@media print {
    @page {
        size: A1;
    }
    .header-hero-content .second_title,
    .dashboard_box .mob_top {
        padding-top: 20px;
    }
    .about-image.mt-60 {
        margin-top: 0;
    }
    .about-area p {
        font-size: 26px;
        line-height: 38px;
    }
    
    .about-image picture img,
    .about-image picture source {
        width: 700px;
    }
    .about-area .section1 .btn_box .outline_btn {
        text-decoration: none;
    }

    .main-btn.touch-button,
    .footer-area,
    .back-to-top {
        display: none !important;
    }

    /* Solution Page */
    .banner_content h6 {
        padding-bottom: 30px;
    }
    .page_wrapper:nth-child(1) {
        flex-direction: column-reverse !important;
    }
    .solution_main_title {
        padding: 0;
    }
    .solution_btn::before {
        content: none;
    }

    .explanie_img img {
        box-shadow: none !important ;
    }
}

