@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

/* #Primary
================================================== */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg');
    background-position: center;
    background-repeat: repeat;
    background-size: 10%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 20px 10px 10px 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 28px;
    width: auto;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-brand .logo-light{
    display: block;
}
.navbar-brand .logo-dark{
    display: none;
}

body.dark .navbar-brand .logo-light{
    display: none;
}
body.dark .navbar-brand .logo-dark{
    display: block;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #8167a9 !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #8167a9;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.new-badge{
    position: relative;
    top: -11px;
    left: 0px;
    font-weight: 400;
}

.app-screen-wrapper{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    padding: 0px 0px 30px 0px;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 15%;
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 80px;
    line-height: .8;
    font-weight: 700;
    color: #212112;
    text-align: center;
}

body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}

.new-section-index-main-banner img{
    padding-top: 30px;
}

h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
}

body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 30px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    margin-top: 12px;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 15px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(129, 103, 169, .6);
}

body.dark {
    color: #fff;
    background-color: #1f2029;
}

body.dark .navbar-brand img {
    filter: brightness(100%);
}

body.dark h1 {
    color: #fff;
}

body.dark h1 span {
    transition-delay: 0ms !important;
}

body.dark p {
    color: #fff;
    transition-delay: 0ms !important;
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

body.dark .banner-image {
    filter: invert(100%);
}

body.dark .step-body h6{
    color:#fff;
}
.new-section-index-top{
    padding: 20px 0px 27px 0px;
}
/* #Media
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}

.logo .logo-light, .logo .logo-dark {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}

.logo-dark{
    display: none;
}
body.dark .logo .logo-light{
    display: none;
}
body.dark .logo .logo-dark{
 display: block;
}
body.dark .logo img {
    filter: brightness(100%);
}

body.dark .bubbly-button2{
    color: #fff;
    border-color: #fff;
}
.banner-image-dark{
    display: none;
}
body.dark .banner-image{
    display: none;
}
body.dark .banner-image-dark{
    display: block;
}

/* button */
.bubbly-button {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 10px 40px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(-135deg, #8858fb, #df5656);
    color: #fff;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
   
    margin-top: 0px;
}

.bubbly-button:focus {
    outline: 0;
}

.bubbly-button:before,
.bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image:linear-gradient(45deg, #8858fb, #df5656);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: linear-gradient(45deg, #8858fb, #df5656);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
    background: linear-gradient(45deg, #8858fb, #df5656);
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

/*.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}*/

/*.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}*/

/*@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}*/

/*@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}*/


.bubbly-button2 {
    font-family: 'Helvetica', 'Arial', sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 10px 40px;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    color: black;
    border-radius: 30px;
    border: 1.5px solid black;
    cursor: pointer;
    position: relative;
}

.bubbly-button2:focus {
    outline: 0;
}

.bubbly-button2:before,
.bubbly-button2:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button2:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

/* annimations */

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* services slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.inner-wrapper{
    width: 50%;
    margin: 0 auto;
}

.carousel {
    font-family: Arial, Helvetica, sans-serif;
    margin:auto;
    max-width: 680px;
    height: 400px;
    border-radius: 20%;
  }
  .carousel-cell {
    margin-top: 35px;
    margin-right: 35px;
    margin-bottom: 35px;
    float: right;
    max-width: 201px;
    width: 100%;
    height: 354px;
    overflow: hidden;
    border-radius: 15px;
    counter-increment: carousel-cell;
    transition: all .3s ease;
    opacity: 0.7;
    background: #b9b9b9;
    filter: blur(3px);
    
  }
    .carousel-cell.is-selected {
      filter: blur(0);
      opacity: 1;
      background: white ;
      transform: scale(1.1);
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

   /* picture */
  .carousel-cell .p {
    border-radius: 15px;
    width: 100%;
    height: auto;
    counter-increment: carousel-cell;
  }
      
  .carousel-cell .b:hover {
    background: #00e509;
    transform: scale(1.03);
    font-size: 16px;
  }
      
  .carousel-cell .b:active {
    background: white;
    color: green;
    transform: scale(0.9);
    font-size: 16px;
  }
      
  .carousel-cell .b-selected {
    cursor: pointer;
    margin: auto;
    width: 180px;
    padding: 1px;
    background: white;
    border: 1px solid green;
    border-radius: 15px;
    font-size: 15px;
    color: green;
    text-align: center;
    counter-increment: carousel-cell;
    transition: all .3s ease;
  }

  
  .flickity-prev-next-button {
    display: none;
  }
      

/* custom */


.banner-image-warp {
    width:100%;
    position: relative;
    top: 0%;
    left: 10%;
    transform: translate(0%, -10%);
    z-index: -1;
}
.about-page .about-banner-image-warp{
    width: 100%;
}
.banner-image, .banner-image-dark {
    width: 90%;
    height: auto;
    float: left;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 1s;
/*    opacity: 0%;*/
}

.second-line {
    font-size: 30px;
    line-height: 100% !important;
}

.button-wrap {
    margin: 0 auto;
    width: 100%;
    padding: 20px;
    opacity: 0%;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-delay: 0.8s;
}
.button-wrap button{
    margin: 0 auto;
    display: block;
}
.suffle-text{
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin-top:5%;
    margin-bottom: 20px;
}
.banner-section{
    margin-top: 2%;
}
.new-section{
    width: 100%;
/*    height: 100%;*/
    float: left;
/*    padding: 0px 0px 40px 0px;*/
}

.new-section1{
    width: 100%;
/*    height: 100%;*/
    float: left;
/*    padding: 0px 0px 40px 0px;*/
}


.secondary-heading{
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
/*    margin-top: 34% !important;*/
}


h2.services-Insurance{
    margin-top: 30% !important;
}
.inner-color{
    background-image: linear-gradient(-135deg, #8858fb, #df5656);
    color: #fff;
}
.counter{
    padding: 15px;
    margin-top: 50px;
}

.counter-about{
    margin-top: 0px !important;
}
.icon{
    width: 100%;
    height: auto;
    float: left;
}
.icon-bg{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-image: linear-gradient(-135deg, #8858fb, #df5656);
}
.icon-bg img{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0 10px ;
}
body.dark .icon-bg img{
    filter: invert(100%);
}

.text{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.main-header{
    margin-top:30% !important;
}
.number{
    font-size: 40px;
    font-weight: 800;
}

.about-body{
    font-weight: 500;
    margin-top: 10px;
    text-align: justify;
    line-height: 2;
}
img.pertner-logo-index{
    width: 50%;
    height: auto;
/*    float: left;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.pertner-logo-sbi{
    width:50% !important;
/*    margin-top: 124px !important;*/
    height: auto !important;
}

.pertner-logo-index-sbi{
    width: 30% !important;
    margin-top: 10px;
    margin-bottom: 10px;
}


.rbl-partner-logo{
/*    margin-top:88% !important;*/
}

.equitas-partner-logo{
/*    margin-top:88% !important;*/
}

.mantra-partner-logo{
/*    margin-top:38% !important;*/
}

.startek-partner-logo{
/*    margin-top: 48% !important;*/
}

.zaggle-partner-logo{
/*    margin-top: 91% !important;*/
}


.payu-partner-logo{
/*    margin-top: 38% !important;*/
}

.pertner-logo-falcon{
/*    margin-top: 35% !important;*/
}

.pertner-logo{
    width: 50%;
    height: auto;
/*    float: left;*/
/*    margin-top: 50px;*/
}
.service-inner{
    background-image:linear-gradient(-135deg, #8858fb20, #df565620);
    border-radius: 20px;
    padding: 20px;
    transition-duration: 0.3s;
    margin-bottom: 30px;
}
.service-inner-odd{
    margin-top: 50px;
}

.services-page .services-opt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.services-page .card p{
    font-size: 12px !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: 100%;
    margin-top: 10px;
}
.services-page .card{
    width: 100%;
    height: 130px;
    float: left;
    background-color: transparent;
    margin-bottom: 20px !important;
    padding: 15px 10px 0 10px!important;
    text-align: center !important;
    border: 1px solid #8858fb !important;
}
.services-page .icon-warp{
    width: 60px;
    background-color: #8858fb;
    padding: 10px;
    border-radius: 50px;
    margin: 0 auto;
}
.services-page .icon-warp img{
    width: 100%;
    filter:invert();
} 

h3.service{
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 25px;
}

.arrow-section .icon-arrow-area .material-symbols-outlined{
    font-size: 40px;
    background:-moz-linear-gradient(top, #e72c83 0%, #a742c6 100%); 
    background: -webkit-linear-gradient(top, #e72c83 0%,#a742c6 100%); 
    background: linear-gradient(to bottom, #e72c83 0%,#a742c6 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
   -webkit-text-fill-color:transparent;
   vertical-align: middle;
}
.stapes{
    width: 100%;
    height: auto;
    float: left;
}
.road{
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    margin-top: 5%;
}
.road-image{
    width: 100%;
}

.road-pins{
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    top: 0;
    left: 0;
}
.step{
    width: 200px;
    margin-bottom: 15px;
    
}

/*.pertner-logo-falcon {
    width: 100% !important;
    height: auto !important;
}*/


.step-pin{
    width: 120px;
}
.pin{
    width: 100%;
    height: auto;
    float: left;
}
.step-body{
    width:100%;
    height: auto;
    float: left;
    padding:20px;
    border-radius: 10px;
    font-size: 12px;
    background-color: #8858fb40;
    margin-bottom: 20px;
}
.step-body h6{
    font-size: 12px;
    font-weight: bold;
}
.step-body p{
    margin-bottom: 0px !important;
    line-height: 100% !important;
}
.about-image-warp{
    width: 100%;
    height: auto;
    float: left;
}
.about-image-warp img{
    width: 100%;
}
.about-page .about-image-warp{
    padding:5%;
    margin-top: 30px;
}
.about-image{
    width: 100%;
    height: auto;
    float: left;
}
.step-icon-warp{
    width: 15%;
    height: auto;
    float: left;
}
.step-icon{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 18px;
    margin-right: 10px;
    /* rotate: 90deg; */
}
a{
    text-decoration: none;
    color:#000;
}
a:hover{
    text-decoration: none;
    color: #212112;
}
.see-more{
    margin-top: 70px;
}
.see-more a{
    color: #8858fb;
    transition-delay: 0.1s;
    font-weight: 700;
}
.see-more a:hover{
   color:#f04580;
}

.download{
    width: 100%;
    height: auto;
    float: left;
    padding: 100px 0px;
}
.download-head {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0px;
    margin-bottom: 30px;
}
.download-head img{
    width: 60%;
}
.download-head h6 span{
    font-weight: 700;
    color: #8858fb;
}
.table-download{
/*    background-color: rgb(240, 240, 240);*/
    transition: width 1s;
    margin-left: 10px;
}
/*.table-download tbody tr:hover{
    color: #fcfaff;
    background-image:linear-gradient(-135deg, #8858fb, #df5656);
}*/


/* testimonial */

.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: "";
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
    min-height: 400px;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: #8858fb;
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-image:linear-gradient(-135deg, #8858fb40, #df565640);
	border: 1px solid rgba(251, 90, 13, 0.1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -70px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.thumb-next {
    left: auto;
    right: -70px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all 0.2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color:#8858fb;
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

.img-circle{
    margin: 0 auto !important;
    width: 15% !important;
    height: auto !important;
}


/* footer */

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background-image:linear-gradient(-135deg, #8858fb, #df5656);
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #000000;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #fff;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #fff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon  img{
    width: 10%;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #8858fb;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.card-logo img{
 width: 100%;

}


.app-screen{
    position: absolute;
}
.mobileview{
    width: 231px;
    height: 373px;
    position: relative;
    top: 27px;
    left: 218px;
    z-index: -1;
}
.mobileview img{
    width: 100%;
    height: 100%;
    float: left;
}

.cercel{
    width: 100px;
    width: 100px;
    float: left;
    padding: 100px;
    border-radius: 100px;
    position: relative;
    top: -420px;
    left: -50px;
    z-index: -2;
    background-image:linear-gradient(-135deg, #8858fb, #df5656);
}.cercel2{
    width: 100px;
    width: 100px;
    float: left;
    padding: 100px;
    border-radius: 100px;
    position: relative;
    top: 0;
    left: -50px;
    z-index: -2;
    background-image:linear-gradient(-135deg, #8858fb, #df5656);
}





.payment-platform-bg{
    width: 100%;
    float: left;
    
}
.payment-platform-bg img{
    width: 100%;
    float: left;
}


.payment-platform-content{
    width: 100%;
    height: auto;
    float: left;
    margin-top: -300px;
}
    
.payment-platform-content .content{
    padding-left: 30%;
    padding-right: 0%;
}
.payment-platform-content .content h3{
    font-size: 20px;
    color: #fff;
}
.payment-platform-content .content p{
    margin-top: 30px;
    font-size: 13px ;
    text-align: justify;
}
/* about page */


.about-page .mission-img-warp{
    width: 100%;
    float: left;
    
}
.about-page .mission-img-warp img{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.content2{
    margin-top: 50px;
    padding-left: 35% !important;
}
.content3{
    margin-top: 130px;
}
.content4{
    margin-top: 160px;
}


/* services page */


.services-page .banner-section{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin-top:100px;
}
.services-page .nav-link{
    padding: 0px 10px !important;
}
.services-page .nav-link p{
    margin-top: 20px;
}

.services-pagev .mission-img-warp{
    width: 100%;
    float: left;
    
}
.services-page .mission-img-warp img{
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.services-page .service-details{
    margin-top: 20px;
}
.services-page .service-details .accordion-header .accordion-button {
    border: none;
    background-color: #ededed;
    width: 100%;
    text-align: left !important;
    cursor: pointer;
}
.services-page .service-details .accordion-header .accordion-button h6 {
    margin: 20px 0px;
    color:#8858fb;
    font-weight: 500;
}

.services-page .service-details p{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}

.services-page .service-details ul li{
    font-size: 13px;

}
.services-page .service-details p.nb{
    color: red;
    font-size: 12px;
    margin-top: 20px;
}

.services-page .service-image-warp{
    width: 100%;
    float: left;
    margin-top: 20%;
    padding: 0px 20% ;
}

.services-page .service-image-warp img{
    width: 100%;
}


/* ~ The Spanless List Item Styles! ~ */
.services-page ol {
    list-style: none;
}

/* contact  */
.contact-page .secondary-heading{
    margin-top: 10% !important;
}

.contact-page .address{
    margin-top: 30px;
}
.contact-page .address tr td{
    padding: 20px 0px;
}
.contact-page .address .icon-warp{
    width: 20%;
    margin: 0 auto;
}

.contact-page .address .icon-warp img{
    width: 100%;
}

.contact-page .company-name{
    font-size: 18px;
    font-weight: 700;
    color: #8858fb;
}

.contact-page .contact-img{
    width: 100%;
}
.contact-img img{
    width: 100%;
}

.contact-page .mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 500px;
}

.contact-page .gmap_canvas {
    overflow: hidden;
    background: none !important;
    width: 100%;
    height: 500px;
}

.contact-page .gmap_iframe {
    height: 500px !important;
}


/* commission page */
.commission-page .header{
    margin-top: 50px;
}  
.commission-page .commission-image{
    width: 50%;
    margin-left: 30%;
}

.commission-page .calculator{
    border: none;
    background-image:linear-gradient(-135deg, #8858fb, #df5656);
}
.commission-page thead{
    background-color: #8858fb;
    color: #fff;
}

.commission-page .nav-tabs{
    margin-bottom: 50px;
}
.commission-page .commission-image img{
    width: 100%;
}
.commission-page .calculator{
    margin-top: 50px;
    color: #fff;
    display: block;
}
.commission-page .calculator-mobile{
    display: none;
}
.commission-page table p{
    font-size: 12px;
    margin-bottom: 0px !important;
}
.commission-page table h4{
    font-size: 28px;
}
.commission-page .calculator .calc-btn-warp{
    width: 100%;
    padding: 10px;
}
.calculator .calc-btn-warp .btn{
    display: block;
    width: 80%;
    margin: 20px auto;
}
.commission-page .total-ammount{
    padding: 0px 10px;
}
.commission-page .total-ammount h4 .total{
    font-size: 40px;
}
.commission-page .total-ammount h4 span{
    font-size: 20px;
}

.commission-page .card-warp{
    width: 100%;
    max-height: 700px;
    display: -webkit-flex;
    justify-content:space-between;
    position:relative;
}
.commission-page .card-warp .left-side{
    width:70%;
    height: auto;
}

.commission-page .scrolling {
    width:26%;
    height:auto;
}

.sticky{
    position: fixed;
    top: 0;
    width: 21%;
}
/* tab css */
.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
}

.nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
    background-color: #8858fb40;
}

.tab-sec td p{
    margin-bottom: 0px !important;
    font-size: 18px;
    font-weight: 600;
    color: #8858fb;
}
.tab-sec td input{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    width: 50%;
    margin: 0 auto;
}

.tab-sec td.income{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #8858fb;
}
.tab-sec .tab-pane{
    background: #fff;
    padding:20px;
    border-radius: 10px;
    border: 0.5px solid #8858fb;
}
.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
    color: #888888;
    margin: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
    padding: 11px 23px !important;
    line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
    background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
    color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: #FFFFFF;
}

.download .table-responsive{
    overflow-x: hide !important;
}

.mediaQueryPartnersLogo{
    text-align: center;
    margin:10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}









/* #Media for template
================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
    

    .nav-item:after {
        display: none;
    }

    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }

    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }

    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }

    body.dark .nav-item::before {
        background-color: #fff;
    }

    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }

    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

.stape-desktop{
    display: block;

}
.stape-mobile{
    display: none;
}


/* terms-of-use */


.details{
    text-align: justify;
}
.details span{
    display: block;
    color: #8858fb;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}

.footer-social-icon-brand span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon-brand a {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.footer-social-icon-brand img {
    width: 15%;
}



/* RESPONSIVE */


/* tab view */
@media screen and (max-width: 992px) {
	
}


/* small tab view */
@media screen and (max-width: 767px) {
   .main-header{margin-top:20% !important}
   
   .secondary-heading {margin-top: -8% !important;}
   
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 13px !important;
	}
	.customer-feedback .owl-next {
		right: 15px !important;
	}
        
        .bubbly-button {
           font-size: 14px !important;
        }

    
}
@media screen and (max-width: 768px) {
/*	.main-header{
        margin-top: 100px !important;
    }*/
    .suffle-text{
        font-size: 20px;
    }
    .button-wrap{
        width: 60%;
    }
    .banner-image-warp{
        width: 100%;
        position: relative;
        top: -15%;
        left: 10%;
        transform: translate(0%, -10%);
        z-index: -1;
    }
    .secondary-heading{
        font-size: 25px;
    }
    .secondary-heading{
        margin-top: 1% !important;
    }
    .about-body{
        font-size: 14px;
    }
    .mobileview{
        left: 126px;
    }

    .download{
        padding: 0px 0px !important;
    }


    .stape-desktop{
        display: none;

    }
    .stape-mobile{
        display:block;
    }

    /* about page */
    



    /* join paythrough */

    .commission-page .calculator{
        display: none;
    }
    .commission-page .calculator-mobile{
        display: block;
    }
    .commission-page .calculator-mobile{
        width: 100%;
        height: auto;
        background-color: #8858fb;
        color: #fff;
        padding: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999999;
    }
    .commission-page .total-ammount-mobile p{
        font-size: 12px;
        margin-bottom: 0px !important;
        margin-left: 20px;
    }
    .commission-page .total-ammount-mobile h4{
        font-size: 18px;
        margin-left: 20px;
    }
    .commission-page .calc-btn-warp-mobile{
        margin-top: 10px;
    }
}


/* mobile view */

@media screen and (max-width: 480px) {
    .navigation-wrap {
    position: fixed;
    width: 96% !important;
    }
        
/*    .pertner-logo-index {
    width: 100%;}*/
        
/*    .pertner-logo-index-sbi {
    width: 70% !important;
    margin-top: 56px !important;
    height: auto !important;
}*/

.banner-image, .banner-image-dark {
    width: 90%;}

.thumb-next {
    left: auto;
    right: 0px !important;
}

.thumb-next{
    display: none !important;
}

.feedback-slider-thumb img {
    width: 0% !important;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}


.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0px !important;}
}


 @media only screen and (min-width: 820px) and (max-width: 1180px) { 
     
     .main-header{
         margin-top:40% !important;
     }
  h1.main-header span{
      font-size: 40px;
}

.banner-image-warp img.banner-image{
        margin-top: 10%;
        width:80%;
    }

h2.secondary-heading{
    text-align: left;
}

.pertner-logo-index{
   width: 63%;
}

.pertner-logo-index-sbi {
    width: 40% !important;
}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    h1.main-header{
        margin-top:75% !important;
        font-size:40px;
    }
    
    .paythroughNavigationBar{
        font-size: 12px !important;
        position: fixed;
        width: 100% !important;
    }
 
    
    .suffle-text {
    font-size: 30px;
}
    
    .button-wrap {
        
        width:100% !important;
    }
    
.banner-image-warp img.banner-image {
    margin-top: 20% !important;
    width: 80%;
}

.new-section-index-top {
    padding: 27px 0px 0px 0px !important;
}
    
.pertner-logo-index {
    width: 70%;
}

.pertner-logo-index-sbi{
    width: 70% !important;
}
}

@media only screen and (min-width: 1024px) and (max-width: 600px) {
    
    .start-header.scroll-on{
        padding: 30px 0 !;
    }
}

@media only screen and (min-width: 711px) and (max-width: 718px) {
    
/*    .start-header.scroll-on{
        main-header:19% !important;
    }*/
}


@media screen and (min-width:711px) and (max-width:718px)
{
/*aboutPage media query*/
.rbl-partner-logo{
    padding: 0px !important;
    display: flex;
  justify-content: center;
  flex-flow: row nowrap;
    
    
}
.rbl-partner-logo img{
    width: 20vw !important;
    height: 20vw;
    margin: 1vw 2vw;      
}

.mediaQueryPartnersLogo{
    padding: 0px !important;
}

.mediaQueryPartnersLogo img{
    width:90px !important; 
}
}


@media only screen and (min-width: 375px) and (max-width:667px) {
   
    img.pertner-logo-index {
        width:100px !important;
    }
    .main-header{
        margin-top:32% !important;
    }
}
@media only screen and (min-width: 712px) and (max-width:1138px) {
    .pertner-logo-index img{
    width: 100% !important;
    margin-top: 10px;
}

img.pertner-logo {
    width: 70% !important;
}

img.pertner-logo-sbi{
    width: 70% !important;
}

 img.pertner-logo-index {
        width:100px !important;
    }
    
     img.pertner-logo-index-sbi {
        width:100px !important;
    }
}



@media only screen and (min-width: 486px) and (max-width:711px) {
    

    
img.pertner-logo-index {
    width: 100% !important;
    margin-top: 10px;
}


    

    
    .customer-feedback .owl-nav i {
    background-color: transparent;
    color: #8858fb;
    font-size: 16px !important;
}

.pertner-logo-index {
    width: 70% !important;
    height: auto;
    /* float: left; */
    margin-top: 50px;
}

.pertner-logo-index-sbi {
    width: 50% !important;
    margin-top: 56px !important;
    height: auto !important;
}



/*.thumb-next {
    left: auto;
    right: -10px !important;
}

.feedback-slider-thumb img {
    width: 50% !important;
    height: 50% !important;
    border-radius: 50% !important;
    overflow: hidden;
}

.thumb-prev, .thumb-next {
    display:none;
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: 0px !important;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}*/

}

@media only screen and (min-width: 540px) and (max-width:720px) {
    .navigation-wrap {
    position: fixed;
    width: 100% !important;
}

/*.mediaQuerymobileView img{
    width: 100% !important;
}*/
}



@media only screen and (min-width: 412px) and (max-width:914px) {
    .navigation-wrap {
    position: fixed;
    width: 100% !important;}
    
/*    .mediaQuerymobileView img{
    width: 100% !important;
}*/
}

@media only screen and (min-width: 375px) and (max-width:667px) {
    .navigation-wrap {
    position: fixed;
    width: 100% !important;
}

/*.mediaQuerymobileView img{
    width: 100% !important;
}*/



h2.secondary-heading{
        margin-top: 17% !important;
    }
}


@media only screen and (min-width: 414px) and (max-width: 896px) { 

.pertner-logo-sbi {
    width: 20% !important;
    /* margin-top: 124px !important; */
    height: auto !important;
}

.secondary-heading-about{
    margin-top: 0% !important;
}

h2.secondary-heading2 {
    margin-top: 0% !important;
}

.secondary-heading-logo{
    margin-top: 0% !important;
}

/*.mediaQuerymobileView img{
    width: 100% !important;
}*/

}


@media only screen and (min-width: 412px) and (max-width: 915px) { 
h2.secondary-heading2 {
    margin-top: 10% !important;
}

h2.secondary-heading2 {
    margin-top: 17% !important;
}

.secondary-heading2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    /* margin-top: 34% !important; */
}

/*.mediaQuerymobileView img{
    width: 100% !important;
}*/

}

@media only screen and (min-width: 390px) and (max-width: 844px) { 
.counter {
    margin-top: -10px !important;
}
.about-page .about-image-warp {
    padding: 2% !important;
    margin-top: 0px !important;
}
}

@media only screen and (min-width: 280px) and (max-width: 653px) { 
h2.secondary-heading {
    margin-top: -7% !important;
    padding-top: 10px !important;
}

.secondary-heading2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    /* margin-top: 34% !important; */
}
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
/*    .mediaQueryPartnersLogo img.pertner-logo {
    width: 100% !important;
    }*/

.pertner-logo {
    width: 40%;
    height: auto;
}

.pertner-logo-sbi {
    width: 20% !important;
}

h2.secondary-heading2 {
    margin-top: 24% !important;
}
.secondary-heading2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
    /* margin-top: 34% !important; */
}
}

@media only screen and (min-width: 280px) and (max-width: 653px) {
/*    .mediaQueryPartnersLogo img.pertner-logo {
    width: 100% !important;
    }*/
}

@media only screen and (width:768px) and (resolution: 163dpi) {
.new-section-index-top{
    padding: 27px 0px 30px 0px !important 
}
.new-section-index-main-banner img{
    margin-top:20px !important;
}

}












