body {
    font-family: 'sans-serif' !important;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: var(--black-text);

    overflow-x: hidden;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
select { 
    word-wrap: normal;
    border: none;
    border: none;
    border-bottom: 1px solid #ECEAE8;
    display: block;
    font-size: 22px;
    margin: 0;
    font-family: 'sans-serif';
    padding: 20px 40px 20px 40px;
    width: 100%;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-align: left;
    color: var(--black-text);
}
.app-icon-item{
    padding: 0 7px;

}
@-webkit-keyframes autofill {
    0%,100% {
        background: #fff;
    }
}
input:-webkit-autofill {
    -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
a {
    transition: all ease 0.6s;
    text-decoration: none !important;
    outline: none !important;
}
.mdl-checkbox__box-outline {
    display: none !important;
  }
  
  .mdl-checkbox {
    height: auto;
    left: 50px !important;
    margin-top: 10px;
  }
  
  .mdl-checkbox__input {
    position: absolute;
    left: -9999px;
  }
  
  .mdl-checkbox__label {
    padding-left: 30px;
    position: relative;
    white-space: nowrap;
    display: inline-block;
  }
  
  .mdl-checkbox__label:before,
  .mdl-checkbox__label:after {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    content: '';
    top: 0;
  }
  
  .mdl-checkbox__label:before {
    border: 1px solid #aeaeae;
    border-radius: 0px;
    background-color: #F7F7F7;
  }
  
  .mdl-checkbox__input:checked+.mdl-checkbox__label:after {
    background-image: url(../images/check-icon.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .mdl-checkbox__label {
    font-size: 18px;
    line-height: normal;
    font-family: "apercu-r";
    margin-left: 0px;
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  
  .checkbox-container1 {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-top: 25px;
  }
  
  .checkbox-container1 .checkboxlabel {
    color: #413E3B;
    font-family: "apercu-r";
    margin-left: 10px;
    font-size: 18px;
    line-height: 17px;
  }
.character img {
    width: 490px;
}
/* haeder start */
:root {
    --primary-color: #8a27f7;
    --white-bg: #fff;
    --black-text: #413e3b;
    --green-color: #1EBD97;
    --white-gray: #EEFAFB;
    --red-color: #ff6073;
    --org-color: #fc9d35;
    --border-color: #f7f6f6;
    --hover: #149c7c;
}
/*custom css*/
.fa-eye-slash:before {
    content: "\f070";
    display: none;
}
.btn {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    font-size: 28px;
    color: var(--white-bg);
    transition: 0.25s;
    background: #1ED5A4;
    border-radius: 2px;
    border: none;
    opacity: 1;
}

.error+label{
    font-family: 'sans-serif';
}
.fa-eye:before {
   display: none !important;
}
.btn1 {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 92px;
    font-size: 20px;
    color: var(--white-bg);
    transition: 0.25s;
    background: #1ED5A4;
    border-radius: 2px;
    border: none;
    opacity: 1;
}
.btn1 i {
    margin-left: 30px;
}
.btn1:hover,
.btn1:focus {
    color: var(--white-bg) !important;
    box-shadow: inset 100em 0 0 0 var(--hover);
}
.btn i {
    margin-left: 30px;
}
.btn:hover,
.btn:focus {
    color: var(--white-bg) !important;
    box-shadow: inset 100em 0 0 0 var(--hover);
}
/*loader*/
.loader {
    position: fixed;
    z-index: 9999;
    background: #f5f6f8;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    height: 100%;
    top: 0;
}
.loader-box {
    width: 80px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}
.sbl-circ-dual {
    height: 38px;
    width: 38px;
    color: #5a5a5a;
    display: inline-block;
    position: relative;
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    animation: rotate 1s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* new resource */

/*header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: var(--primary-color);
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 5s;
    -ms-transition: position 5s;
    -o-transition: position 5s;
    transition: position 0.5s ease;

}

.header.fixed{
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 5s;
    -ms-transition: position 5s;
    -o-transition: position 5s;
    transition: position 0.5s ease;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    /*    animation: smoothScroll 0.5s forwards;*/
}
/*@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}*/
.header.fixed .nav-item:last-child .nav-link.fixed-btn{
    display: block;
    transition: all ease 0.5s;
    width: 100%;
}
.header a {
    color: var(--white-bg);
}
.navbar {
    width: 100%;
    transition: all ease 0.2s;
    padding: 25px 0px;
}
.nav-item {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0px 15px;

}
.header.fixed .nav-item:last-child {
    padding-right: 0;
}
.header.fixed .nav-item {

    padding: 0px 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 15px 0 10px;
    transition: all ease 0.5s;
    line-height: 14px;
    font-size: 16px;
    opacity: 0.7;
    text-transform: uppercase;
    position: relative;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
.nav-item:hover .nav-link {
    opacity: 1;
}
.nav-link::after {
    opacity: 0;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    background: var(--white-gray);
    transition: all ease 0.6s;
}
.nav-link:hover::after,
.nav-item.active .nav-link::after {
    opacity: 1;
}
.nav-item:last-child .nav-link {
    padding: 17px 10px;
    border-radius: 2px;
    background: var(--white-gray);
    opacity: 1;
    transition: all ease 0.5s;
    color: var(--black-text);
}
.nav-item:last-child .nav-link.fixed-btn{
    color: var(--white-bg);
    display: none;
    width: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: transform 0.5s ease;
    background: var(--green-color);
}
.nav-item:last-child .nav-link.fixed-btn:hover,
.nav-item:last-child .nav-link.fixed-btn:focus {

    box-shadow: inset 14.5em 0 0 0 var(--hover);
}
.nav-item:last-child .nav-link:hover {
    box-shadow: inset 15.5em 0 0 0 #d7e2e3;
}
.nav-item:last-child .nav-link:after {
    display: none;
}
.nav-item:last-child {
    padding-right: 0;
}
.nav-item .nav-link.active {
    opacity: 1;
}
.navbar-collapse {
    justify-content: flex-end;
}
.mobile-menu {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    right: 0;
    overflow: hidden;
    display: none;
    z-index: 999;
    background: #fff;
    border-radius: 2px;
}
.overlay {
    position: fixed;
    background: #000;
    z-index: 999;
    left: 0;
    display: none;
    right: 0;
    height: 120%;
    bottom: 0;
    width: 100%;
    top: 0;
    opacity: 0.4;
}
.overlay-nav {
    position: fixed;
    background: #000;
    z-index: 9999;
    left: 0;
    display: none;
    right: 0;
    height: 120%;
    bottom: 0;
    width: 100%;
    top: 0;
    opacity: 0.5;
}
.mobile-link-btn {
    display: none;
}
.header .menu-item li.active a {
    color: var(--primary-color);
}
.mobile-link-btn {
    width: 35px;
    z-index: 9999;
    height: 19px;
    position: relative;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.mobile-link-btn span:first-child {
    top: 0;
}
.mobile-link-btn,
.mobile-link-btn span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.mobile-link-btn.open span:first-child {
    top: 18px;
    width: 0;
    left: 50%;
}
.mobile-link-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-link-btn span:nth-child(2),
.mobile-link-btn span:nth-child(3) {
    top: 8px;
}
.mobile-link-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-link-btn span:nth-child(2),
.mobile-link-btn span:nth-child(3) {
    top: 11px;
}
.mobile-link-btn.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}
.mobile-link-btn span:nth-child(4) {
    top: 21px;
}
.mobile-link-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
/*slide info*/
.slider-info {
    background-color: var(--primary-color);
    color: var(--white-bg);
    padding: 173px 0px 140px;
}
.slider-info .col-xl-6 {
    max-width: 51%;
    flex: 0 0 51%;
}
.slider-info .col-xl-6.second {
    max-width: 49%;
    flex: 0 0 49%;
}
.map-view {
    position: relative;
}
.map {
    position: absolute;
    left: 195px;
    top: 30px;
}
.slide-left {
    margin-top: 92px;
}
.pin-sec {
    position: absolute;
    right: 74px;
    top: 132px;
    display: flex;
    flex-wrap: wrap;
    width: 355px;
}
.pin.second {
    position: absolute;
    right: 0;
    top: 47px;
}
.plane {
    position: absolute;
    left: 43%;
    top: -31px;
    animation: plane 2s cubic-bezier(.4, .12, .4, .84)
}
.character-section {
    position: relative;
    z-index: 9;
}
.line-map {
    margin-top: -7px;
    margin-left: -5px;
}
svg {
    margin-top: -157px;
    margin-left: -35px;
}
.map-icon {
    background: var(--white-bg);
    height: 10px;
    width: 10px;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 7px;
}
.slide-left ul {
    display: flex;
    flex-wrap: wrap;
}
.slide-left .main-heading {
    font-size: 20px !important;
    font-family: 'apercu-b';
    margin-bottom: 30px;
}
.slide-left .main-heading1 {
    font-size: 40px !important;
    font-family: 'apercu-b';
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0px;
}
.slide-left ul li {
    position: relative;
    font-size: 25px;
    font-family: 'Apercu-m';
}
.slide-left .btn {
    margin-top: 46px;
    bottom: 10%;
    transition: all ease 0.2s;
}
.slide-left .btn i {
    margin-left: 30px;
}
.character-base {
    line-height: 4px;
    position: relative;
    animation: base 1s linear;
}
.briefcase {
    position: absolute;
    bottom: 0px;
    animation: move 0.5s linear;
}
.character {
    position: relative;
    animation: character 0.5s linear;
}
.map img {
    animation: map 1s linear;
}
.line-map {
    animation: line 2s linear;
}
/*@keyframes move {
    0% {
        left: -100px;
    }
    100% {
        left: 0px;
    }
}
@keyframes base {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes character {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes line {
    0% {
        width: 0;
    }
    90% {
        width: 90%;
    }
    100% {
        width: auto;
    }
}*/
/*@keyframes plane{
    0%{
        left: 3%;
        top: -1px;
    }
    50%{
        left: 5%;
        top: -1px;
    }
}*/
/*compare*/
.compare-link{
        padding: 10px;
        font-size: 30px;
        text-align: center;
        line-height: normal;
        font-family: 'apercu-r';
        margin-bottom: 40px;
        background: rgb(200,251,245);
        border-radius: 8px;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
}
.compare-Image{
    margin-top:-40px;
    text-align: center;
}
/* nnew-logo*/
.new-logo {
    background-color: #defff7;
    padding: 90px 0px 100px;
    box-shadow: 30px 0 100px rgba(174,174,174,0.20);
}
.new-image{
    background: #fff;height: 120px;text-align: center;width: 400px;vertical-align: middle;
   position: relative;display: inline-block;margin-right: 20px;margin-bottom: 20px;
}
.new-img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    right: 0;
    left: 0;
}
/*good hands*/
.good-hands {
    padding: 90px 0px 100px;
    box-shadow: 30px 0 100px rgba(174,174,174,0.20);
}
.good-hands-logo-mob {
    display: none;
}
.good-hands .title-heading {
    margin-bottom: 20px;
}
.good-hands-logo {
    text-align: center;
}
.good-hands .row {
    align-items: center;
}
.title-heading {
    text-align: center;
    margin-top: 26px;
    font-size: 36px;
    font-family: 'apercu-b';
    /*    text-transform: capitalize;*/
    color: var(--primary-color);
    line-height: normal;
    display: block;
    margin-bottom: 47px;
    max-width: 1003px;
    margin: auto;
    margin-bottom: 40px;
}
.title-heading1 {
    text-align: center;
    margin-top: 26px;
    font-size: 50px;
    /*    text-transform: capitalize;*/
    color: var(--primary-color);
    line-height: normal;
    display: block;
    margin-bottom: 47px;
    margin: auto;
    margin-bottom: 40px;
}
.good-hands-logo ul {
    display: flex;
    max-width: 1230px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
}
.good-hands-logo ul li {
    margin-right: 30px;
    margin-bottom: 48px;
    margin-left: 30px;
}
.good-hands-logo ul li:last-child {
    margin-right: 0px;
}
/*end*/
/*testmonial*/
.testimonial {
    padding: 60px 0px 60px;
    border-bottom: 1px solid var(--border-color);
}
.carousel-indicators li {
    background: #aeaeae;
    width: 20px !important;
    height: 4px !important;
    border: none;
    border-radius: 2px;
    margin-right: 5px;
    margin-left: 5px;
}
.carousel-indicators li.active {
    background: #413e3b;
}
.testimonial-box-inner {
    margin: auto;
    position: relative;
    padding: 0 64px;
    display: flex;
    letter-spacing: -1px;
}
.testimonial-box {
    text-align: center;
}
.testimonial-box.sec-1 {
    background: #FEF6E9;
}
.testimonial-box.sec-2 {
    background: #E5FEFB;
}
.testimonial-box.sec-3 {
    background: #FFEFF0;
}
.quote-sec {
    transform: translate(-70px, -15px);
    position: absolute;
}
.meddle-sec {
    margin-bottom: 20px;
}
.quote-sec.last {
    transform: rotate(180deg) translate(-10px, -1px);
}
.testimonial-text {
    font-size: 36px;
    opacity: 0.8;
    margin-bottom: 15px;
    line-height: normal;
    display: inline-block;
}
.testimonial-text::after {
    content: "";
    background: url(../images/quote.webp);
    height: 48px;
    width: 60px;
    display: inline-block;
    position: absolute;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}
.testimonial-text::before {
    content: "";
    background: url(../images/quote.webp);
    background-repeat: repeat;
    background-repeat: repeat;
    height: 48px;
    width: 60px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -60px;
    top: -17px;
}
.bottom-testimonial {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.testimonial-img {
    border-radius: 100%;
    border: 2px solid #fff;
}
.testimonial-name {
    margin-left: 18px;
    font-size: 18px;
    font-family: 'Apercu-m';
}
/*end*/
/*benfites*/
.benefits {
    padding: 90px 0px 40px;
    background: var(--primary-color);
}
.benefits .title-heading {
    color: var(--white-bg);
}
.benefits-sec {
    max-width: 1320px;
    margin: auto;
    margin-bottom: 210px;
    width: 100%;
}
.benefits-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
}
.benefits-text {
    border-left: 4px solid #fff;
    padding-left: 19px;
    margin-left: 156px;
    position: absolute;
    top: 0;
    color: var(--white-bg);
}
.benefits-tittle {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 4px;
    color: var(--white-bg);
}
.middle-section-mob {
    display: none;
}
.benefits-second {
    display: flex;
    justify-content: space-between;
    margin-top: -161px;
}
.benefits-text ul li {
    font-size: 20px;
    font-family: 'Apercu-m';
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.line-mediam {
    display: flex;
}
.line-benfites {
    position: relative;
    width: 40%;
    top: -80px;
    left: 170px;
}
.line-benfites.second {
    top: auto;
    left: 98px;
    bottom: 83px;
}
.benefits-text ul li img {
    margin-right: 15px;
}
.benefits-img {
    background: url(../images/benefits-base.webp);
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 320px;
    margin-top: 178px;
}
.benefits-box.left .benefits-img img {
    margin-top: -11px;
}
.benefits-box.benefits-first .benefits-img img {
    margin-top: 8px;
}
.benefits-box.right .benefits-img img {
    margin-top: 42px;
}
.benefits-second .benefits-img {
    margin-top: 0;
}
.benefits-first .benefits-text {
    padding-bottom: 40px;
}
.benefits-second .benefits-text {
    width: 430px;
    top: 197px;
}
.benefits-second .benefits-box.right .benefits-text {
    right: 156px;
    border-right: 4px solid #effafc;
    border-left: none;
    text-align: right;
    padding-right: 19px;
    padding-left: 0;
    margin-left: 0;
}
.benefits-second .benefits-box.right .benefits-text ul li {
    flex-direction: row-reverse;
}
.benefits-second .benefits-box.right .benefits-text ul li img {
    margin-right: 0px;
    margin-left: 15px;
}
/*end*/
/*features*/
.features {
    padding: 90px 0px 50px;
    border-bottom: 1px solid var(--border-color);
}
.features-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 100%;
    margin-top: -15px;
}
.features-section.second {
    margin-bottom: 84px;
}
.features-image {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
}
.features-image.first {
    position: relative;
    margin-top: 30px;
    margin-left: -15px;
}
.features-image.first .features-img-w {
    margin-left: 0px;
}
.features-image.second {
    min-height: auto;
    position: relative;
}
.features-img-a {
    position: absolute;
    right: 0;
    top: 0px;
}
.features-img-app {
    position: absolute;
    right: -15px;
    bottom: -30px;
    z-index: 9;
}
.features-image.img-card {
    margin-left: 0px;
}
.features-img-card-2 {
    margin-top: 80px;
}
.creditperc{
    text-align: center;
    font-size: 55px;
    margin-top: 30px;
    font-family: 'apercu-b';
}
.inner-review-sub-heading{
    font-family: 'apercu-b' !important;
    float: left;
    padding-left:30px;
}
.creditInfo{
    text-align: center;
    font-size: 20px;
    font-family: 'apercu-r';
    margin-bottom: 30px;
    margin-top: 30px;
}
.cfo{
    color: #fff;
    font-family: 'apercu-b';
    font-size:18px;
    text-align: center;
    letter-spacing: 0.6px;  
    
}
.comment{
    color: #fff;
    font-family: 'apercu-r';
    font-size:20px;
    letter-spacing: 0.6px;
    text-align: center;
}
.landing-image{
    max-width: 90%;
    max-height: 90%;
}
.feature-box{
    padding: 0px 0px 0px 60px;
}
.comment-box.first {
    background: var(--primary-color);
    color: var(--white-bg);
    padding: 60px 20px 20px 20px;
    width: 80%;
    border-radius: 10px;
    height: 250px;
    position: relative;
    bottom: 0px;
    left: 60px;
    margin-bottom: 50px;
    top: unset;
}
.features-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'apercu-r';
}
.features ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    font-family: 'Apercu-r';
    margin-bottom: 13px;
}
.features ul li i {
    margin-right: 10px;
}
ul.features-list {
    margin-bottom: 50px;
}
.features .btn {
    width: 250px;
    background: var(--red-color);
    height: 71px;
    font-size: 18px;
}
.features .btn img {
    margin-left: 19px;
}
.features .btn:hover,
.features .btn:focus {
    box-shadow: inset 15.5em 0 0 0 #de4f60;
}
/*end*/
/*product hover dropdown */
.product-dropdown {
    position: relative;
    display: inline-block;
    color: #fff;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    text-transform: uppercase;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color:#f1f1f1;}

/* Show the dropdown menu on hover */
.product-dropdown:hover .dropdown-content {display: block;}

/*number*/
.number-view {
    padding: 80px 0px;
    overflow: hidden;
    color: var(--white-bg);
    background: var(--primary-color);
}
.medal-images{
    width: 100%;
/*    min-height: 350px; */
    text-align: center;
    display: inline-block;
}
.review-medal-images1{
    width: 100%;
   max-height: 350px;
   text-align: center;
}
.review-page-image{
    width: 200px;
    max-height: 201px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
     text-align: center;
}
.review-page-desig{
    color: #FFF;
    font-size: 18px;
    font-family: 'apercu-r';
    display: block;
    margin-top: 20px;
    padding-left: 50px;
    width: 350px;
    letter-spacing: 0.5px;
}
.review-page-desig-mobile{
    color: #FFF;
    font-size: 18px;
    font-family: 'apercu-r';
    display: none;
    margin-top: 20px;
    padding-left: 50px;
    width: 350px;
    letter-spacing: 0.5px;
}
.review-page-ceo-comment{
    color: #FFF;
    font-size: 28px;
    font-family: 'apercu-r';
    position: relative;
    bottom: -50px;
    line-height: 1.2;
    margin-top: 20px;
    left: -50px;
    letter-spacing: 0.5px;
}
.review-image{
    width: 150px;
    max-height: 151px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
     text-align: center;
}
.desig{
    color: #3F3D39;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'apercu-r';
    margin-top: 20px;
    height:80px;
    width: auto;
    letter-spacing: 0.5px;
}
.review-img{
margin-right: 20px;
height:200px;
max-height: 23%;
border-radius: 100%;
text-align:center;
}

    .medal-img {
        max-width: 200px;
        max-height: 200px;
    }
.review-medal-img{
    max-width: 100px;
    max-height: 100px;
    }
.chat-images{
    width: 100%;
   max-height: 650px;
   display: inline-block;
    text-align: center;
}
.chat-img{
max-width: 25%;
margin-right: 20px;
max-height: 50%;
margin-bottom: 0px;
}
.review-box{
    overflow: hidden;
    width: 400px;
    margin-right: 30px;
    position: relative;
    margin-left: 0px;
    padding: 2px;
    height:600px;
    color: var(--white-bg);
    background: #00EFD8;
}
.review-text-box{
    height:306px;
    padding-bottom: 2px;
    background: var(--white-bg);
    position: absolute;
    right: 2px;
    left: 2px;
}
/* Slideshow container */
.slideshow-container {
    max-width: fit-content;
    position: relative;
    padding: 0px;
    margin: auto;
}
  
  /* Hide the images by default */
  .mySlides {
    display: none;
  }
  .desktopdot{
    display: block;
}
  .slideshow-container1 {
    max-width: 1000px;
    position: relative;
    margin: auto;
    display: none;
  }
  .mobiledot{
    display: none;
     }
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
.dot:hover{
    background-color: #00EFD8;
  }
  .dot.active{
    background-color: #00EFD8;
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }  
.readmorelink{
    position: relative !important;
    bottom:20px !important;
    font-size: 20px !important;
    font-family: 'apercu-b' !important;
    text-align: center;
}
.review-text{
    color: #3F3D39;
    font-size: 22px;
    height: 220px;
    font-family: 'apercu-r';
   padding: 50px 20px 50px 20px;
    letter-spacing: 1px;
}
.before-medal-view {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 40px 40px;
    overflow: hidden;
    color: var(--white-bg);
    height: auto;
    background: var(--primary-color);
}
.before-medal-view .main-heading1 {
    font-size: 75px !important;
    font-family: 'apercu-b';
    margin-bottom: 0px;
}
.after-medal-view{
    width: 100%;
    margin-top:160px;
    margin-bottom:60px;
    text-align: center;
}
.after-medal-view .main-heading1 {
    font-size: 75px !important;
    font-family: 'apercu-b';
    margin-bottom: 0px;
}
.num-sec {
    display: flex;
    align-items: center;
}
.num-sec.second {
    justify-content: center;
}
.num-sec.third {
    justify-content: flex-end;
}
.totel-num {
    font-size: 48px;
    font-family: 'Apercu-b';
    line-height: normal;
}
.img-part {
    height: 77px;
    width: 77px;
    display: flex;
    align-items: center;
    border: 2px solid var(--white-bg);
    border-radius: 50px;
    margin-right: 20px;
    justify-content: center;
}
.num-type {
    line-height: normal;
    font-size: 36px;
    font-family: 'Apercu-b';
}
/*end*/
/*price*/
.price-section {
    background: #effafc;
    padding: 90px 0px 60px;
}
.price-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 50px auto 40px;
}
.price-box.first {
    background: var(--primary-color);
    color: var(--white-bg);
    margin-right: 50px;
}
.price-box {
    display: flex;
    flex-direction: column;
    background: var(--white-bg);
    /*background-repeat: repeat;
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;*/
    padding: 30px 34px 50px 50px;
    max-width: 500px;
    position: relative;
    background-repeat: no-repeat;
    /* height: 318px;*/
}
.price-rate {
    position: absolute;
    right: 50px;
    top: -42px;
    color: var(--primary-color);
    text-align: center;
    background: url(../images/teg-n.webp);
    background-size: cover;
    width: 250px;
    height: 205px;
    font-size: 90px;
    font-family: 'Apercu-b';
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 24px;
    text-align: center;
    padding-right: 18px;
}
.price-box.first .price-rate {
    background: url(../images/teg.webp);
    background-size: cover;
    display: block;
    padding-top: 50px;
}
.point {
    background: #effafc;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    top: -25px;
    left: -25px;
    position: absolute;
}
.point.second {
    right: -25px;
    left: auto;
}
.point.third {
    bottom: -25px;
    top: auto;
}
.point.four {
    bottom: -25px;
    top: auto;
    right: -25px;
    left: auto;
}
.stamp {
    position: absolute;
    bottom: -30px;
    opacity: 0.10;
    right: 0;
}
.price-text {
    font-size: 18px;
    color: var(--black-text);
    font-family: 'Apercu-r';
    line-height: normal;
}
.price-month {
    color: var(--black-text);
    line-height: 80px;
}
.price-title {
    font-family: 'Apercu-b';
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 22px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.price-title span {
    display: block;
}
.price-started {
    margin-top: 85px;
}
.price-started ul li {
    font-size: 22px;
    display: flex;
    align-items: flex-start;
    font-family: 'Apercu-r';
    line-height: normal;
    margin-bottom: 16px;
}
.price-started ul li i {
    margin-right: 20px;
    margin-top: 2px;
}
.price-started .btn {
    margin: auto;
    margin-top: 50px;
    height: 67px;
    font-size: 15px;
    position: relative;
    z-index: 9;
}
.price-started .btn.price-sec {
    background: transparent;
    border: 1px solid var(--green-color);
    color: var(--green-color);
}
.price-started .btn i {
    margin-left: 20px;
}
/*end*/
/*partners*/
.partners-logo {
    padding: 90px 0px 33px;
}
.partners-logo-box ul {
    display: flex;
    max-width: 1166px;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.partners-logo-box ul li {
    margin-right: 15px;
    margin-bottom: 65px;
    margin-left: 15px;
}
.partners-logo-box ul li:last-child {
    margin-right: 0px;
}
/*end*/
/*footer*/
.footer {
    overflow: hidden;
}
.footer {
    background-color: var(--primary-color);
    padding-top: 70px;
}
.footer-tittle {
    margin: 30px 0px;
    color: #fff;
    font-size: 18px;
}
.footer-box ul li a {
    color: #fff;
    font-family: 'Apercu-m';
    margin-bottom: 20px;
    display: inline-block;
    font-size: 18px;
    opacity: 0.50;
}
.footer-box ul li:last-child a {
    margin-bottom: 0;
}
.footer-box ul li a:hover {
    opacity: 1;
}
.footer-bottom {
    padding: 25px 0px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-app {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    /* margin-top: -67px; */
}
.mobile-text {
    margin-right: 30px;
}
.appstore {
    margin-right: 20px;
}
.footer-bottom a {
    color: #fff;
}
.footer-logo {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.footer-logo img {
    margin-bottom: 40px;
}
.copyright-sec li {
    padding-right: 30px;
    position: relative;
}
.copyright-sec {
    display: flex;
    align-items: center;
    font-size: 16px;
}
.copyright-sec li::after {
    content: "";
    position: absolute;
    height: 4px;
    width: 4px;
    background: #fff;
    top: 10px;
    right: 14px;
    opacity: 0.50;
    border-radius: 30px;
}
.copyright-sec li:last-child::after {
    display: none;
}
.social-icon {
    justify-content: flex-end;
    display: flex;
}
.social-icon a {
    font-size: 20px;
    margin-left: 25px;
}
/*end*/
/* The side navigation menu */
.sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 123;
    top: 0;
    right: -30%;
    background-color: #FFFFFF;
    /* overflow-x: hidden;  Disable horizontal scroll */
    transition: 0.5s;
}
.sidenav.active_side {
    right: 0px;
    width: 500px !important;
}
.vector-sign {
    text-align: center;
    margin-bottom: 46px;
}
.sidenav .closebtn {
    position: absolute;
    top: 46px;
    left: -40px;
    color: #AEAEAE;
    margin-left: 0;
    font-size: 22px;
    width: 40px;
    height: 40px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px 0px 0px 20px;
    padding: 9px 11px;
}
#main {
    transition: margin-left .5s;
    padding: 20px;
}
.sign-tab {
    padding: 0px 50px 0px;
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
}
#sign-in-form,#sign-up-form {
    position: relative;
}
#forget-password-form .sign-tab{
    position: relative;
}
.sign-tab .error-and-sucess-message {
    top: 82px;
    width: 100%;
    font-family: 'sans-serif';
}
.sign-tab  .alert {
    max-width: 100%;

}
.validate-second {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.input-container {
    margin-bottom: 50px;
    width: 100%;
    position: relative;
}
.google-btn {
    text-align: center;
}
.line-c {
    height: 1px;
    width: 50px;
    background: #ECEAE8;
}
.or-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px 0px;
    line-height: 0px;
}
.or-text {
    padding: 0 10px;
    font-family: 'Apercu-r';
    font-size: 18px;
    color: #AEAEAE;
}
.right-box {
    min-height: 544px;
}
.sign-up-title {
    color: #8A27F7;
    font-size: 36px;
    margin: 20px 0px 65px;
    text-align: center;
}
.sidenav.width-plus {
    width: 100% !important;
}
.title-sign-up {
    font-size: 36px;
    color:var(--primary-color);
    text-align: center;
    margin-bottom: 50px;
    line-height: normal;
}
.already-sign-in{
    font-size: 20px;
    margin-top: 40px;
    font-family: 'sans-serif';
    text-align: center;
    color: #413E3B;
}
.already-sign-in a{
    color:var(--primary-color);
}
.sign-up-box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#clients-sign {
    min-height: 160px;
}
.sign-up-box .error-and-sucess-message {
    width: calc(100% - 33%);
    top: 10px;
    font-family: 'sans-serif';
}
.sign-up-input-box {
    max-width: 500px;
    margin: auto;
    width: 100%;
}
.terms-and-con{
    font-size: 14px;
    font-family: 'sans-serif';
    color: #AEAEAE;
    margin-top: 30px;
    line-height: 16px;
}
.terms-and-con a{
    color: var(--primary-color);
}
.plane-sec {
    bottom: -54px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}
.plane-sec img {
    width: 100%;
}
.profile-img {
    width: 108px;
    height: 108px;
    border: 2px solid var(--primary-color);
    border-radius: 100%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
    margin: auto;
    left: 0;
    right: 0;
}
.profile-img img {
    width: 96px;
}
.sign-up-box .row {
    align-items: center;
    width: 100%;
    justify-content: center;
}
.sidenav  div#profile .closebtn {
    width: 23px;
    height: 23px;
    padding: 0;
    left: auto;
    right: 20px;
    top: 20px;
    z-index: 9999;
}
.left-image {
    height: calc(100vh - 10px);
    width: 100%;
    position: relative;
    background-color: var(--primary-color);
    margin-top: 10px;
    background-image: url(../images/bg-sign.svg);
    background-repeat: no-repeat;
    background-size: 94%;
    background-position: center 27px;

}
.logo-sign-up {
    text-align: center;
    margin: 47px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.sign-up-box .col-xl-4,.sign-up-box .col-xl-8{
    padding-right: 10px;
    padding-left: 10px;
}
.profile-icon {
    font-size: 30px;
    text-align: center;
    line-height: normal;
    color: #fff;
    /*    height: calc(100vh - 150px);*/
    padding: 99px 60px 0;
}
.profile-icon .carousel-indicators li {
    background: #fff;
    width: 30px !important;
    height: 4px !important;

}
.profile-icon .carousel-indicators li.active {
    background: #fff;
}
.profile-icon  .carousel-indicators {

    bottom: -40px;


}
.logo-images-sign img {
    max-width: 434px;
}
.logo-images-sign {
    height: calc(100vh - 430px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-arr-top {
    margin-bottom: 113px;

}
a.with-icon {
    color: #1EBD97;
    font-size: 18px;
    font-family: 'sans-serif';
    position: absolute;
    cursor: pointer;
    right: 0;
    bottom: 25px;
    padding-right: 15px;
}
a.with-icon img.eye {
    display: none;
}
a.closeMobile {
    position: absolute;
    right: 10px;
    color: #AEAEAE;
    height: 26px;
    display: none;
    width: 22px;
    top: 10px;
}
.closeMobile span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}
.closeMobile span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 11px;
}
.closeMobile span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #AEAEAE;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}


/*product page start*/

/*product info*/
.product-info {
    padding: 143px 0px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-bg);
    height: 890px;
    position: relative;

}
.iframe-content{
    width:560px;
     height:315px;
}
.resource-heading{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: 'apercu-b';
}
.review-info {
    padding: 143px 0px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-bg);
    height: 690px;
    position: relative;
}
.resorce-info {
    padding: 143px 0px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--white-bg);
    height: 290px;
    position: relative;
}
.product-images {
    margin-top: -390px;
    background: #F2F2F2;
    text-align: center;
}
.review-medal-images {
    margin-top: -50px;
    background: #fefefe;
    text-align: center;
}
.inner-page-btn .btn{ text-align: center; margin: auto;}
.product-images.mob{ display: none;}
.inner-images-product{ position: relative;}
.inner-images-product-sec {
    position: absolute;
    bottom: -80px;
    right: 112px;
}
.inner-images-product-sec.laptop{ display: none;}
/*end*/


/*booking approval{*/
.configure-policies {
    overflow: hidden;
    background: #F2F2F2;
    padding: 90px 0px 130px;
}
.configure-policies .title-heading {
    max-width: 953px;
}
.configure-policies .container {
    max-width: 1444px;
}
.price-limit-main{
    display: flex;
   
}
.price-limit-containter {
    width: 58%;
    position: relative;
}
.price-limit-main.mobile {
    display: none;
}
.price-limit-containter.second {
    width: 42%;
    margin-top: 80px;
}
.configure-policies .col-xl-9 {
    max-width: 79%;
}
.configure-policies .col-lg-3 {
    max-width: 306px;
    width: 100%;
}
.price-limit.four {
    right: -4px;
    position: absolute;
  

}


.booking-policy {
    background:var(--red-color);
    border-radius: 6px;
    padding: 0 20px;
    color: var(--white-bg);
    min-height: 400px;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}
.booking-per {
    font-size:90px;
    line-height: normal;
    font-family: 'Apercu-b';
}
.booking-policy-t {
    font-size: 22px;
    line-height: normal;
    font-family: 'Apercu-r';
}
.within-policy {
    padding: 0 10px;
    font-size: 18px;
    background: var(--green-color);
    font-family: 'Apercu-m';
    border-radius: 15px;
    color: #fff;
    transform: rotate(90deg);
    position: absolute;
    width: 164px;
    left: -62px;
    text-align: center;
    top: 703px;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.outside-policy {
    padding: 0 10px;
    font-size: 18px;
    background: #ffffff;
    font-family: 'Apercu-m';
    border-radius: 15px;
    color: var(--primary-color);
    transform: rotate(90deg);
    position: absolute;
    width: 164px;
    right: -90px;
    text-align: center;
    top: 106px;
    text-transform: uppercase;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    z-index: 9;
}
.green-point.sec {
    position: absolute;
    top: 607px;
}
.green-point.last {
    position: absolute;
    bottom: 0px;
}
.request-container {

    position: relative;
}
.middle-line {
    left: 7px;
    width: 30px;
    position: relative;
}
.request-approval-image.sec-1 {
    position: relative;
    top: -40px;

    margin-right: 100px;
}
.request-approval-text {
    display: flex;
    align-items: center;
    position: absolute;
    right: -17px;
}
.request-approval-image.sec-2 {
    padding-top: 60px;
}
.request-approval-treval.sec-1 {
    padding-top: 20px;
    left: 50px;
    position: relative;
}

.req-for-ap {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    line-height: 27px;
    text-align: center;
}
.booking-approval-right-section .request-approval {
    margin-top: 690px;
    position: relative;
}
.booking-approval-right-section .req-for-ap {
    margin-right: 0px;

    margin-top: -15px;
}
.point-dot {
    width: 17px;
    height: 17px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 4px solid #8A27F7;
    border-radius: 100%;
    position: relative;
    z-index: 9;
}
.middle-corner{
    height: 599px;
    background: #fff;
    width: 2px;
}
.top-corner {
    width: 2px;
    background: #fff;
    height: 51px;
    transform: rotate(40deg);
    margin-right: 21px;
    margin-left: 21px;
    margin-top: 0;
    position: absolute;
    top: -44px;
    z-index: 9;
}
.bottom-corner {
    width: 2px;
    background: #fff;
    height: 51px;
    transform: rotate(140deg);
    margin-right: 20px;
    margin-left: 16px;
    margin-top: 0;
    position: absolute;
    bottom: 6px;
}
.booking-approval-left-section {
    display: flex;
    margin-top: 659px;
    position: relative;

}
.appro-booking-line {
    width: 96px;
    height: 2px;
    background: #fff;
}
.booking-process {
    display: flex;
    margin-left: 140px;
    justify-content: center;
    flex-wrap: wrap;
}
.booking-process.mobile{
    display: none;
}
.booking-approval-middle-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.user-flight-book {
    position: absolute;
    top: 246px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    z-index: 9;
    background: #8927f7;
    padding: 0 0 4px;
}
.start-point {
    width: 21px;
    height: 21px;
    border-radius: 100%;
    border: 2px solid var(--green-color);
}
.booking-approva-bor-point {
    height: 1208px;
    position: relative;

    border-left: 2px dashed  var(--green-color);

}
.booking-approval-right-section {
    position: relative;
}
.booking-approval-right-section .appro-booking-line {
    width: 150px;

}
.booking-approval-right-section .request-approval-text {
    right: auto;
    left: -70px;
    flex-direction: row-reverse;
    top: 205px;
}
.user-name {
    font-size: 18px;
    margin-top: 7px;
    color: #fff;
}

.user-process-img {
    text-align: center;
    margin-bottom: 10px;
}

.user-process .green-point {
    margin-top: 18px;
}
.user-process-line {
    width: 100px;
    height: 2px;
    background: #fff;
    margin-left: 7px;
    margin-top: 20px;
}
.booking-approval-right-section .user-process-line {
    margin-left: 0;
    margin-right: 7px;
    position: relative;
    left: 20px;
    margin-top: 14px;
}
.booking-approval-right-section .user-process {
    /* top: 13px; */
    right: 0;
    left: 50px;
    position: relative;
}
.booking-approval{
    background:var(--primary-color) ;
    padding: 90px 0px;
}
.booking-approval .title-heading {
    color: #fff;
}
.plan-view {
    text-align: center;
    width: 100%;
    font-size: 18px;
    position: relative;
    color: #fff;
    line-height: normal;

}
.plan-image{
    margin: 20px 0px;
}
.plan-image img {
    width: 401px;
}
/*end*/

/*real time*/
.real-time-data{
    padding: 90px 0px 100px;
    background: #F2F2F2;
}
.real-time-data .sub-heading {
    font-size: 26px;
    max-width: 100%;
}
.real-time-data .sub-heading ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.real-time-data .sub-heading ul li {
    display: flex;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 20px;
}
.real-time-data .sub-heading ul li i{
    margin-right: 10px;
}
.real-time-data .col-xl-6.pd-r {
    padding-right: 125px;
}
.real-time-text {

    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.real-time-text p {
    font-size: 26px;
    font-family: 'Apercu-r';
    margin-bottom: 30px;
    line-height: 40px;
}
.data-image-container {
    position: relative;
}
.data-image-container {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 9;
    padding-top: 53px;
}
.data-image-container img {
    max-width: 100%;
}
/*end*/
/*booking-policy*/
.booking-policy-process{
    padding: 90px 0px;
}
.booking-policy-process .title-heading {
    max-width: 1100px;
}
.booking-policy-process-main {
    display: flex;
    margin-left:0px;
    justify-content: center;
    flex-wrap: wrap;
}
.booking-policy-process .start-point{
    border: 2px solid var(--primary-color);
}
.booking-policy-process .booking-approva-bor-point{
    border-left: 2px dashed var(--primary-color);
}
.booking-policy-process  .appro-booking-line{
    background:var(--primary-color) ;
}
.booking-policy-process-left-section {
    margin-top: 159px;
    position: relative; 
}
.booking-policy-process-container.sec {
    margin-top: 280px;
}
.point-number{
    height: 59px;
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: 'Apercu-b';
    border: 9px solid #FFFFFF;
    background:var(--primary-color) ;
    border-radius: 100%;
    color:#fff;
}
.booking-policy-process-image{
    position: relative;
    z-index: 9;
}
.booking-policy-process .req-for-ap {
    color: var(--black-text);
}
.booking-policy-process-image.first .req-for-ap {
    margin-top: -150px;
}
.booking-policy-process-container {
    position: relative;
}
.booking-policy-process-text {
    display: flex;
    align-items: center;
    position: absolute;
    right: -59px;
    top: 40px;
    z-index: 9;
}
.booking-policy-process .appro-booking-line {
    width: 114px;
}
.img-parent-policy {
    position: absolute;
    bottom: 70px;
    left: 0;
    z-index: 9;
}
.booking-policy-process-image.first {
    left: 8px;
}
.booking-policy-process .booking-policy-process-container.sec .req-for-ap {
    max-width: 430px;
    margin-left: 84px;
}
.booking-policy-process-container.sec .booking-policy-process-image {
    position: relative;
    right: 20px;
}
.booking-policy-process-container.sec .img-parent-policy {
    bottom: 100px;
    left: auto;
    right: 0;
}
.booking-policy-process-right-section {
    margin-top: 590px;
    position: relative;
}
.booking-policy-process-right-section .booking-policy-process-text {
    right: auto;
    left: -60px;
    flex-direction: row-reverse;
    top: -146px;
}
.booking-policy-process-right-section .img-parent-policy {
    left: auto;
    right: 34px;
    bottom: 98px;
}
.option-img {
    position: relative;
    z-index: 9;
    margin-left: 9px;

}
.rel-img-1 {
    position: absolute;
    top: -160px;
    left: 113px;
}
.rel-img-2 {
    position: absolute;
    right: 0;
    top: -222px;
}
.booking-policy-process-right-section .booking-policy-process-container {
    width: 708px;
}
.booking-policy-process-right-section .req-for-ap {
    max-width: 540px;
    margin: auto;
    margin-top: 20px;
}
.booking-policy-process .plan-view {
    color: var(--black-text);
}
.booking-policy-process-main.mob{ display: none;}
.bill-image {
    position: absolute;
    top: 100px;
    left: -360px;
    right: 0;
    text-align: center;
}
.payment-text {
    max-width: 450px;
    margin: auto;
    line-height: 27px;
}
.booking-policy-process .plan-image img {
    width: auto;
}
/*end*/

/*expense management*/
.expense-management {
    background:#EDFAFC;
    padding: 90px 0px 0px;
}
.mob-logos-expense{
    display: none;
}
.expense-management .title-heading {
    max-width: 100%;
    margin-bottom: 20px;
}
.expense-image {
    text-align: center;
    display: flex;

    justify-content: center;
}
.expense-image-logo {
    margin-right: -85px;
    margin-top: 118px;
}
img.sel-1 {

    transform: translatey(9px);
}
.expense-image-center {
    position: relative;
}
.expense-image-logo-right {
    margin-left: -75px;
    margin-top: 263px;
}
.sel-3 {
    top: 160px;
    position: absolute;

}
.sub-heading {
    font-size: 22px;
    font-family: 'Apercu-r';
    text-align: center;
    max-width: 790px;
    margin: auto;
    line-height: normal;
}
/*end*/

/*customer support*/
.customer-support {
    padding: 90px 0px 70px;
}
.cus-icon {
    display: inline-block;
}
.customer-support-list li span{ margin-right: 23px;}
.customer-support-list li {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: 'Apercu-r';
}
.customer-support-image {
    display: flex;
    height: 100%;
    align-items: center;
}
/*end*/

/*.customer-support-image img {
    max-width: 100%;
    text-align: center;
}*/
/*forget password*/
.bc-btn {
    font-size: 18px;
    color: var(--primary-color);
    padding: 20px 0px;
    display: flex;
    align-items: center
}

.input-forgot-section {
    height: calc(100vh - 61px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.input-forgot-section .error-and-sucess-message{ font-size: 15px; font-family: 'sans-serif';}
.back-btn-for{ cursor: pointer;    line-height: 12px;}
.forget-password-heading {
    text-align: center;
    font-size: 30px;
    font-family: 'sans-serif';
    line-height: normal;
    margin-bottom: 30px;
}
.forget-password-sub-heading {
    opacity: 0.8;
    font-size: 20px;
    line-height: 30px;
    font-family: 'sans-serif';
    text-align: center;
    margin-bottom: 60px;
}
.back-btn-for img {
    margin-right: 15px;
    width: 18px;
}
/*end*/
/*pricing page*/
.price-section.pricing-page {
    padding: 30px 0px 60px;
    margin-top: 108px;
}
.pricing-page .title-heading {
    margin-top: 26px;
    font-size: 50px;
    margin-bottom: 30px;
}
.pricing-page .sub-heading {
    color: var(--primary-color);
    font-size: 30px;
    max-width: 100%;
    margin-bottom: 20px;
}
.feature-list{
    padding: 90px 0px 60px;
}
.spirited {
    height: 2px;
    background: #ECEAE8;
    margin: 50px 0px;
}
.get-started-routespring {
    background: #EDFAFC;
    padding:90px 0px 100px;
}
.info {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}
.feature-table .table thead th:nth-child(1){
    text-transform: uppercase;
}
.mob-feature-table{
    display: none;
}
/*end*/
/*organisations section*/
.organisations-section{
    padding: 90px 0px 60px;
    background: var(--primary-color);
}
.organisations-section .partners-logo-box {
    margin: auto;
}
.organisations-section .title-heading {
    color: #fff;
    max-width: 100%;
}
.organisations-section .partners-logo-box ul li {
    margin-bottom: 30px;
}
/*end*/
/*faq*/
.faq-section{
    padding: 60px 0px 70px;
}
.faq-container {
    max-width: 1001px;
    margin: auto;
}
/*end*/
.tooltip-inner {
    background: var(--red-color);
    opacity: 1;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--red-color) !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--red-color) !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: var(--red-color) !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: var(--red-color) !important;
}
/*end*/

/*about us*/
.about-slider-section{
    margin-top: 108px;
    position: relative;
    padding-bottom: 80px;
}
.about-slider-section:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: var(--primary-color);
    z-index: -9;
}
.about-slider-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: #F2F2F2;
    z-index: -9;
}
.about-section-title {
    font-size: 50px;
    line-height: normal;
    font-family: 'apercu-b';
    text-transform: capitalize;
    color: #2F3356;
}
.about-relative {
    font-size: 28px;
    color: #9A9BA7;
    line-height: normal;
    font-family: 'Apercu-r';

}
.about-middle-section {
    background: #fff;
    box-shadow: 0px 0px 30px #6763634D;
    padding: 171px 76px 40px;
    margin-bottom: 30px;
    position: relative;
}
.about-section-right {
    top: 41px;
    position: absolute;
    left: 33px;
    right: -86px;
}
.about-section-right img{
    width: 100%;
}
.mob-header-about{ display: none;}
.about-section-left {
    position: relative;
    z-index: 9;
}
.about-middle-section .col-xl-6 {
    max-width: 52%;
    flex: 0 0 52%;
}
.slide-text {
    margin: 30px 0px;
    display: flex;
    width: 100%;
}
.slide-text li {
    background: #fff;

    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Apercu-b';
    width: 100%;
    line-height: normal;
    background: var(--red-color);
    color: #fff;
    padding: 14px 30px;
}
.slide-text li:nth-child(2){
    background: #FD9D35;
}
.slide-text li:nth-child(3){
    background: #1EBD97;
}
.cube-wrap {
    -webkit-perspective: 556px;
    -moz-perspective: 556px;
    -o-perspective: 556px;
    -ms-perspective: 556px;
    perspective: 556px;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    margin: 30px 0px;
}
.cube {
    position: relative;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    -ms-transition: -ms-transform 1s;
}
.cube div {
    position: absolute;
    overflow: hidden;
}
.cube.step1 {
    transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.cube.step2 {
    transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
}

.cube.step3 {
    transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}
.cube {
    height: 100px;
    width: 100%;
}
.cube .slide-text-ab {
    height: 100px;
    width: 100%;
}
.slide-text-ab{
    font-size: 60px;
    text-transform: uppercase;
    font-family: 'Apercu-b';
    width: 100%;
    line-height: normal;
    background: var(--red-color);
    color: #fff;
    padding: 14px 30px;
}
.cube-front {
    transform: rotateY(0deg) translateZ(29px) translateY(0);
    -moz-transform: rotateY(0deg) translateZ(29px) translateY(0);
    -webkit-transform: rotateY(0deg) translateZ(29px) translateY(0);
    -o-transform: rotateY(0deg) translateZ(29px) translateY(0);
    -ms-transform: rotateY(0deg) translateZ(29px) translateY(0);
    background: var(--red-color);

}

.cube-back {
    transform: rotateX(-240deg) translateZ(29px) translateY(0);
    -moz-transform: rotateX(-240deg) translateZ(29px) translateY(0);
    -webkit-transform: rotateX(-240deg) translateZ(29px) translateY(0);
    -o-transform: rotateX(-240deg) translateZ(29px) translateY(0);
    -ms-transform: rotateX(-240deg) translateZ(29px) translateY(0);
    background: #1EBD97;
}
.cube-bottom {
    transform: rotateX(-120deg) translateZ(29px) translateY(0);
    -moz-transform: rotateX(-120deg) translateZ(29px) translateY(0);
    -webkit-transform: rotateX(-120deg) translateZ(29px) translateY(0);
    -o-transform: rotateX(-120deg) translateZ(29px) translateY(0);
    -ms-transform: rotateX(-120deg) translateZ(29px) translateY(0);
    background: #FD9D35;
}

.slide-text li.active{
    display: block;
}
.cloud.text {
    font-family: 'Apercu-r';
    font-size: 30px;
    text-align: center;

    max-width: 996px;
    margin: 150px auto 50px;
    line-height: normal;
}
.map-section{ position: relative;}
.map-section .container{
    position: absolute;
    left: 0;

    top: 0;
    right: 0;
}
.map-middle-section {
    max-width: 418px;
    font-size: 60px;
    background: var(--primary-color);
    padding: 25px 40px 34px;
    color: #fff;
    font-family: 'Apercu-r';
    line-height: normal;
    position: relative;
    z-index: 9;
}
.map-distance-number{
    font-size: 114px;
    font-family: 'Apercu-b';
    line-height: 100px;
}
.map-middle-section span{
    display: block;
    font-size: 27px;
    font-family: 'Apercu-mono';
}
#map-canvas {
    height: 834px;
    margin: 0px;
    padding: 0px
}
#panel {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -180px;
    z-index: 5;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #999;
}
.mission-section{
    background: var(--primary-color);
    padding: 90px 0px 90px;
}
.mission-box{ text-align: center; color: #fff;margin-top: 30px;}
.mission-section .title-heading{
    color: #fff;
    max-width: 1163px;
}
.mission-icon {
    font-size: 50px;
    margin-bottom: 19px;
}
.mission-number{
    font-family: 'Apercu-b';
    font-size: 80px;
    line-height: normal;
}
.mission-text {
    font-family: 'Apercu-r';
    font-size: 27px;
    line-height: normal;
    color: #D0A9FB;
}
span.mini-text {
    font-family: 'Apercu-r';
    font-size: 30px;
}
.mission-text span{
    opacity: 1;
    font-family: 'Apercu-b';
    color:var(--green-color);
}
.leadership{
    padding: 90px 0px 90px;
}
.about-company-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.about-company-ceo {
    -webkit-clip-path: polygon(0% 0%, 100% 3%, 95% 100%, 10% 89%);
    clip-path: polygon(0% 0%, 100% 3%, 95% 100%, 10% 89%);
    width: 460px;
    display: flex;
    height: 320px;
    margin: 0 50px;
    position: relative;
    background: var(--green-color);
    color:#fff;
    overflow: hidden;
}
.about-company-ceo.sec {
    background: var(--red-color);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 10% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 10% 100%);
    width: 420px;
    height: 300px;
}
.about-company-left {
    padding: 84px 71px;
    width: 70%;
}
.ceo-name {
    font-family: 'Apercu-b';
    font-size: 36px;
    line-height:40px;
    margin-bottom: 9px;
}
.description-about {
    font-size: 18px;
    font-family: 'Apercu-r';
    line-height:24px;
}
.about-company-right {
    position: absolute;
    bottom: -5px;
    right: -8px;
}
.description-about-full {
    opacity: 0;
    position: absolute;
    left: 0;
    background: rgba(242, 242, 242, 0.9);
    right: 0;
    font-family: 'Apercu-r';
    color: var(--black-text);
    top: 0;
    height: 100%;
    width: 100%;
    transition: all ease 0.4s;
    padding: 60px 53px 45px 70px;
}
.description-text-ceo{
    font-size: 18px;
    line-height: 28px;
}
.about-company-ceo:hover  .description-about-full {
    display: block;
    opacity:1;


}
.about-company-ceo.sec .about-company-right{
    bottom: 0px;
    right: 4px;
}

.about-company-ceo.sec  .about-company-left {
    padding: 84px 64px;

}
.about-company-ceo.sec  .description-about-full{
    padding: 60px 58px 45px 70px;
}
.linkedin-icon {
    text-align: center;
}
.linkedin-icon a {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    color: #2867B2;
    display: inline-block;
    font-family: 'Apercu-m';
}
span.linkedin-id-link{
    position: relative;
    margin-right: 5px;
}
span.linkedin-id-link:after {
    content: "";
    position: absolute;
    left: 0;
    background: #2867B2;
    width: 100%;
    height: 2px;
    bottom: -4px;
}
/*end*/
