/*=======================================
=========================================
Developed & Designed By - Shivam Gera
version- 1.0
Branch - "master"
shivam.geraa@pangeanglobal.com
shivam.geraa@gmail.com
==========================================
==========================================*/

.loader_bg {
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    overflow: hidden;
}

.loader {
    position: absolute;
    top: calc(50% - (35px));
    left: calc(50% - (35px));
}

.loader img {
    width: 70px;
}

* {
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.hader {
    position: relative;
    width: 100%;
}

.custom-nav {
    padding: 0 50px
}

.mobile-navbar {
    display: none;
}

.navbar-default .navbar-nav>li>a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-bottom: 1px solid transparent;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.param {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.7) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
}

.navbar-default .navbar-nav>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #ffb506;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #ffb506;
    transition: ease 0.5s;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    background: transparent;
    color: #ffb506;
    transition: ease 0.5s;
}

.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>li>a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: ease 0.5s;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
}

.navbar_links {
    padding-top: 17px;
}

.navbar_li a {
    height: 64px;
    color: #fff;
    text-transform: uppercase;
}

.affix {
    width: 100%;
    transition: ease 0.5s;
    background: #880d04 !important;
    height: 82px;
}

.navbar-default.affix .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
}

.full-width {
    width: 100%;
    float: left;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.navbar-nav>li>a {
    padding-bottom: 6px;
    padding-top: 15px;
}

.contact-link span {
    background: #640908;
    padding: 10px 15px;
    border-radius: 30px;
    color: #fff;
}

.navbar-nav>li>.dropdown-menu {
    font-size: 13px;
    background-color: #f5f7fb;
    color: #fff;
    top: 64px;
    left: 0;
    border-radius: 0;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    width: max-content;
}

.dropdown-menu {
    padding: 0px 0;
    min-width: 205px !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #ffb506;
    text-decoration: none;
    background: linear-gradient(45deg, #00376d 0%, #004288 100%);
    /* border-left: 2px solid #ffb506; */
    transition: ease 0.3s;
}

.dropdown-menu>li>a {
    display: block;
    padding: 12px;
    clear: both;
    font-weight: bold;
    line-height: 1.42857143;
    color: #002140;
    white-space: pre-wrap;
    font-size: 13px;
    letter-spacing: .5px;
    height: 44px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0;
    background: #eee;
    border: none;
    padding: 5px 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

ul.nav li:hover>ul.dropdown-menu {
    display: block;
}

.new-feature {
    background: #ff006a;
    font-size: 9px;
    padding: 1px 3px;
    border-radius: 3px;
    color: #fff;
    float: right;
}

.about-us-block,
.why-join-block,
.blockchain-section,
.product-block,
.impact-block,
.testimonial-block,
.app-block,
.accociation-block,
.chit-two-wrapper,
.terms-block,
.contact-block,
.blogs-block,
.chitpe-block,
.pricing-block {
    padding: 70px 0;
    scroll-margin-top: 30px;
}

.team-block {
    padding: 150px 0;
    scroll-margin-top: 30px;
}

.about-us-block h1,
.why-join-block h1,
.blockchain-section h1,
.product-block h1,
.impact-block h1,
.testimonial-block,
.team-block h1,
.app-block h1,
.accociation-block h1,
.pricing-block h1 {
    color: #002140;
    margin-top: 0;
    font-size: 42px;
    margin-bottom: 15px;
}

.about-us-block p,
.chit-two-wrapper p {
    font-size: 16px;
}

.custom-pills {
    background: #f5f5f6 !important;
    border-radius: 30px !important;
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #ffb506;
    border-radius: 30px;
}

.custom-pills>li>a {
    color: #002140;
    background-color: transparent;
    transition: 0.3s;
}

.custom-pills>li>a:focus,
.nav>li>a:hover {
    background: none;
    color: #ffb506;
}

.tab-card {
    padding: 10px;
    overflow: auto;
    margin-bottom: 20px;
    min-height: 88px;
}

.tab-card:hover {
    box-shadow: 1px 2px 5px 0 #eaeaed;
    border-radius: 10px;
}

.tab-card .icon-wrap {
    width: 30px;
    float: left;
}

.tab-card .content-wrap {
    width: calc(100% - (40px));
    margin-left: 10px;
    float: left;
}

.tab-card .content-wrap p {
    margin: 0;
    font-size: 16px;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "-";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "+";
}

.panel-heading.active {
    background-color: #ffb506;
    color: #fff;
}

.panel-heading .panel-title a {
    display: block;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.blockchain-section {
    background: url(../images/why-chit-banner.png);
    background-position: -8.26vw bottom !important;
    background-repeat: no-repeat !important;
    background-size: 78% !important;
    /* padding-bottom: 169px !important; */
    padding-bottom: -20.89vw !important;
    background-color: white;
}

.impact-block {
    padding: 70px 0 70px;
}

.blockchain-section h1,
.impact-block h1,
.team-block h1,
.accociation-block h1,
.product-block h1,
.pricing-block h1 {
    text-align: center;
}

.blockchain-section p,
.product-block p,
.pricing-block p {
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
}

.block-chain-card-wrapper a:hover,
.block-chain-card-wrapper a:visited,
.block-chain-card-wrapper a:link,
.block-chain-card-wrapper a:active {
    text-decoration: none;
}

.block-chain-card {
    min-height: 276px;
    position: relative;
    overflow: hidden;
    padding: 50px 30px;
    margin-top: 30px;
    transition: 0.5s;
    border-radius: 10px;
}

.block-chain-card:hover {
    box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.1);
}

/* .block-chain-card:hover:before{
    padding: 30px;
    margin-top: 30px;
} */
/* .block-chain-card img{
    
} */
.block-chain-card h2 {
    color: #002140;
    text-align: center;
    font-size: 24px;
}

.block-chain-card p {
    color: #333;
    margin-top: 0;
}

.testimonial-block {
    min-height: 500px;
    background-image: url(../images/bg-about.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.testimonial-block h1 {
    text-align: center;
    color: #fff;
}

.left_arr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 36px;
}

.right_arr {
    position: absolute;
    top: 45%;
    right: 0;
    width: 36px;
}

.carousel-control {
    opacity: 1;
}

.carousel-showmanymoveone {
    margin-top: 50px;
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}

.terms-block p {
    font-size: 16px;
}

@media all and (min-width: 768px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        transform: translate3d(50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {

    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -33.33%;
    }

    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 33.33%;
    }

    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {

    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        transform: translate3d(33.33%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        transform: translate3d(-33.33%, 0, 0);
        left: 0;
    }

    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.hovered-item.circle {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.hovered-item a {
    color: #333;
}

.hovered-item.circle .img {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.hovered-item.circle.effect1 .img {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    width: auto;
    height: auto;
}

.hovered-item img {
    width: 100%;
    height: 100%;
}

.hovered-item.circle .img img {
    border-radius: 50%;
}

.hovered-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hovered-item.circle.effect1 .info {
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.hovered-item.circle.effect1 .info h3 {
    color: #880d04;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding: 85px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.hovered-item.circle.effect1 .info p {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.hovered-item.circle.effect1 a:hover .info {
    opacity: 1;
}

.team-member {
    font-size: 18px;
    color: #002140;
    /* font-weight: 600; */
    text-align: center;
}

.team-designation {
    color: #808080;
    font-size: 16px;
    text-align: center;
}

.team-wrapper {
    margin-top: 15px
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
    position: relative;
    top: 100px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators>li {
    background-color: #e84a64;
    border: none;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.review_heading {
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 42px;
}

.left_arrow {
    top: 35%;
    position: absolute;
    left: -75px;
}

.right_arrow {
    top: 35%;
    position: absolute;
    right: -75px;
}

.carousel-control {
    background-image: none !important;
}

.fa-quote-left {
    color: #fff;
}

.review_title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 5px 0px 5px;
    padding: 0px 0px;
    line-height: 1.4;
    color: #fff;
}

.review_subtitle {
    text-align: center;
    color: #ffb506;
    font-size: 18px;
}

.review_msg {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.app-block {
    padding: 120px 0 70px;
    background: url(../images/bg-15.png);
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.app-block h1 {
    color: #fff;
}

.app-block p {
    font-size: 16px;
    color: #cdd9ea !important;
    margin-top: 0;
    margin-bottom: 30px;
}

.app-btn-wrapper a {
    background: #002140;
    overflow: auto;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s;
    font-weight: 600;
    display: inline-block;
}

.app-btn-wrapper a:hover {
    text-transform: none;
    text-decoration: none;
    background: #013264;
}

.app-btn-wrapper img {
    width: 22px;
}

.download-count {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 50px;
}

.download-count span {
    color: #ffb506;
}

/* .associated-client {
    width: 14.28%;
    float: left;
} */

.partner_wrapper {
    margin-top: 30px;
    transition: 0.5s;
}

.partner_wrapper img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    position: relative;
    transition: 0.5s;
}

.partner_wrapper:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    transform: scale(1.1);
}

footer {
    padding: 70px 0 30px;
    background-image: url(../images/footer-banner.png) !important;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

footer p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    line-height: 30px;
}

footer img {
    margin-top: 30px;
}

footer ul {
    text-align: center;
    display: table;
    margin: 0 auto;
    clear: both;
    list-style: none;
    padding: 30px 0 15px;
}

footer ul li {
    margin-left: 10px;
    float: left;
}

footer ul li a {
    color: #fff;
    transition: 0.3s;
}

footer ul li a:hover {
    text-decoration: none;
}

footer ul li a:hover .social_box {
    background: #ffb506;
}

footer ul li a .social_box {
    transition: 0.3s;
    background: #640908;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 15px;
}

.policy-links li a {
    color: #fac310;
    font-size: 12px;
}

.policy-wrapper p {
    text-align: center;
    color: #87a2bd;
    font-size: 14px;
    border-top: 1px solid #112843;
    padding-top: 30px;

}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    /* color: white; */
    cursor: pointer;
    padding: 12px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #ffb506;
    transition: 0.5s;
}

#myBtn:hover {
    color: #fff;
    background: #640908;
}

.header-wrapper {
    padding: 70px 0 100px;
    background-image: url(../images/header-bg.png) !important;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.header-inner {
    padding: 60px 0;
}

.header-wrapper h1 {
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    color: #fff;
}

.header-wrapper h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - (27px));
    width: 54px;
    background-color: #ffb506;
    height: 3px;
}

.breadcrumbs-main {
    padding: 120px 0;
}

.breadcrumbs-custom-title {
    text-align: center;
    text-shadow: 0 9px 16px rgba(0, 0, 0, 0.18);
    margin: 0;
    font-size: 53px;
    color: #fff;
}

.breadcrumbs-panel {
    padding: 15px 0;
    text-align: center;
}

.breadcrumbs-custom-path {
    font-size: 0;
    line-height: 0;
    margin: 0;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    padding: 0 10px;
    color: #fff;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: #fff;
}

.breadcrumbs-custom-path a:hover {
    text-decoration: none;
}

.breadcrumbs-custom-path li::after {
    position: absolute;
    right: -3px;
    content: "/";
    font-weight: bold;
    color: #ffb506;
}

.after-slash:after {
    display: none;
}

.custom-card a {
    color: #ffb506;
}

.custom-card a:hover {
    text-decoration: none;
}

.chitfund-pills {
    width: fit-content;
    margin: 30px auto;
}

.card-wrap ul {
    list-style: none;
    padding: 0;
}

.card-wrap ul li {
    padding-left: 1.7em;
    margin-bottom: 13px;
    font-size: 15px;
    font-weight: 500;

}

.card-wrap ul li:before {
    margin-left: -1.7em;
    /* width: 1.3em; */
    background-image: url(../images/next.png);
    background-size: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
    margin-right: 10px;
}

.chit-two-wrapper h1 {
    color: #002140;
    margin: 0 0 30px 0;
}

.btn-wrapp {
    margin-top: 35px;
}

.btn-wrapp a {
    background: #e7e7e7;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #ccc;
    color: #808080;
    margin-top: 15px;
    transition: 0.5s;
    clear: both;
}

.btn-wrapp a:hover,
.btn-wrapp a:active {
    text-decoration: none;
    background: #ffb506;
    color: #911007;
}

.contact-block h2 {
    margin: 0 0 30px 0;
    color: #002140;
    font-size: 22px;
}

.contact-block h5 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 300;
    color: #002140;
}

.contact-block h4 {
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #002140;
    margin: 0 0 50px;
}

.contact-block h5 i {
    color: #ffb506;
    font-size: 16px;
    margin-right: 10px;
}

.contact-block h5 a {
    color: #002140;
}

.contact-block h5 a:hover {
    color: #ffb506;
    text-decoration: none;
}

.contact-block .well {
    background: #fff;
    box-shadow: 0 24px 51px 0 #eaeaed;
    padding: 45px;
    border: none;
    border-radius: 10px;
    overflow: auto;
}

.contact-block .well h1 {
    color: #002140;
    margin: 0 0 30px;
}

.input-field {
    height: 40px;
    margin-bottom: 8px;
}

.form-control {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.3rem rgba(0, 123, 255, 0.25);
}

.submit-btn {
    background: rgb(250, 195, 16);
    border: rgb(250, 195, 16);
    width: 200px;
    padding: 10px;
    margin: 30px auto 0;
    display: table;
}

.submit-btn:hover {
    background: rgb(250, 195, 16);
    border: rgb(250, 195, 16);
}


.submit-btn.disabled,
.submit-btn:disabled {
    color: #fff;
    background-color: rgb(250, 195, 16);
    border-color: rgb(250, 195, 16);
    outline: 0;
}

.submit-btn:not(:disabled):not(.disabled):active,
.submit-btn:not(:disabled):not(.disabled).active,
.show>.submit-btn.dropdown-toggle {
    color: #fff;
    background-color: rgb(250, 195, 16);
    border-color: rgb(250, 195, 16);
    outline: 0;
}

.submit-btn:not(:disabled):not(.disabled):active:focus,
.submit-btn:not(:disabled):not(.disabled).active:focus,
.show>.submit-btn.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.3rem rgba(250, 195, 16, .5);
    outline: 0;
}

/****** CODE ******/
.file-upload {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #aaa;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.file-upload .file-select .file-select-button {
    background: #ffb506;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    /* font-size: 14px; */
}

/* .file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
} */

.file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #FFFFFF;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.file-upload .file-select.file-select-disabled {
    opacity: 0.65;
}

.file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #dce4ec;
    color: #666666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

figure.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

figure.snip1205 img {
    max-width: 100%;
    vertical-align: top;
    border-radius: 10px;
}

figure.snip1205 i {
    position: absolute;
    top: calc(50% - (60px));
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    text-align: center;
}

figure.snip1205 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}

figure.snip1205.yellow {
    border-radius: 10px;
    background-color: #999;
    position: relative;
}

figure.snip1205.yellow i {
    color: #ffb506;
}

figure.snip1205.yellow span {
    display: none;
}

figure.snip1205:hover img,
figure.snip1205.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.snip1205:hover i,
figure.snip1205.hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blogs-block .blog_caption {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    font-size: 16px;
}

.blogs-block .blogs-wrapper {
    margin-bottom: 40px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: 0;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 0;
    top: 25%;
    font-size: 14px;
    z-index: 9999;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* .mobile-small-img {
    display: none;
} */

.know-more-link {
    margin-left: 15px;
}

.chitpe-block h1 {
    font-size: 32px;
}

.quick-links {
    color: #002140;
    transition: 0.3s ease;
}

.quick-links:hover,
.quick-links:active {
    color: #fecd2d;
    text-decoration: none;
}

.testimonial-block-2 {
    min-height: 600px;
    padding-top: 0;
    background-image: url("../images/bg-gradient-left.png") !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.testimonial-block-2 .review_title {
    color: #002140;
}

.testimonial-block-2 .review_msg {
    color: #666;
    text-align: left;
}

.testimonial-block-2 #fade-quote-carousel {
    top: 0;
}

.testi-img {
    width: 150px;
}

@media only screen and (max-width: 992px) {
    .mobile-navbar {
        display: block;
    }

    .desktop-navbar {
        display: none;
    }
}

@media only screen and (max-width: 784px) {
    .navbar-default {
        background-color: #111;
    }

    .navbar_links {
        background-color: #111;
        margin-top: 0;
    }

    .navbar-header {
        height: 65px;
    }

    .affix {
        height: 67px;
    }
}

.mobile-data {
    display: none;
}

.row-margin {
    margin-bottom: 70px;
}

.navbar-default .navbar-toggle {
    margin-top: 15px !important;
}

.mobile-small-img {
    display: none;
}

.product-card {
    /* min-height: 276px; */
    position: relative;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
    transition: 0.5s;
    border-radius: 10px;
    box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.1);
}

.product-card:after {
    content: '';
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-position: 159px -103%;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 400px;
    background-size: contain;
    z-index: -1;
}

.product-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: linear-gradient(45deg, #5793ce, #396caa);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.product-card h1 {
    color: #0a58a4;
    font-weight: bold;
    font-size: 36px;
    margin: 0;
}

.product-card p {
    color: #333;
    margin: 15px 0 0 0;
}

.product-card a:hover,
.product-card a:active {
    text-decoration: none;
}

.product-card h1 .primary_text {
    color: #1d8ccd;
}

.product-card h1 .secondary_text {
    color: #fac310;
}

.product-card sup {
    color: #808080;
    font-size: 16px;
    vertical-align: top;
    position: relative;
    top: 0.5em;
}

.go-corner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background: #fac310;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.product-card:hover {
    transition: all ease 1s;
    box-shadow: 1px 8px 20px rgba(87, 147, 206, .5);
    -webkit-transition: box-shadow .25s ease-in;
}

.product-card:hover:before {
    -webkit-transform: scale(28);
    transform: scale(28);
}

.product-card:hover p {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.product-card:hover h1 {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.product-card:hover h1 .primary_text {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.product-card:hover h1 .secondary_text {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.product-card:hover h1 sup {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #ffffff;
}


.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}


@media only screen and (max-width: 768px) {
    .navbar_li {
        margin-left: 15px;
    }

    .navbar_li a {
        height: 45px;
    }

    .mobile-data {
        display: block;
        margin-bottom: 30px;
    }

    .mobile-data img {
        width: 300px;
    }

    .desktop-data {
        display: none;
        margin-bottom: 30px;
    }

    .about-us-block,
    .why-join-block,
    .blockchain-section,
    .product-block,
    .impact-block,
    .testimonial-block,
    .team-block,
    .app-block,
    .accociation-block,
    .chit-two-wrapper,
    .terms-block,
    .contact-block,
    .blogs-block,
    .chitpe-block,
    .pricing-block {
        padding: 40px 0;
    }

    .img-with-padding {
        padding: 30px;
    }

    .chit-two-wrapper h1,
    .about-us-block h1,
    .why-join-block h1,
    .blockchain-section h1,
    .impact-block h1,
    .testimonial-block,
    .team-block h1,
    .app-block h1,
    .accociation-block h1,
    .pricing-block h1 {
        font-size: 28px;
    }

    .tab-card {
        margin-bottom: 10px;
        min-height: auto;
    }

    .blockchain-section p,
    .product-block p,
    .pricing-block p {
        padding: 10px;
    }
    .pricing-block p {
        margin-top: 10px;
    }

    .partner-wrapper h4 {
        margin: 10px 0;
        line-height: 30px;
    }

    .partner-wrapper .slide p {
        color: red;
    }

    .blockchain-section {
        background: #fff;
    }

    .testimonial-block,
    .app-block,
    footer {
        background: linear-gradient(145deg, #A51617, #BF1B1A) !important;
    }

    .testimonial-block-2 {
        background: #f7f7f7 !important;
        width: 90%;
        margin: 0 5%;
        border-radius: 15px;
        margin-bottom: 30px;
    }

    .testimonial-profile {
        position: relative;
        white-space: nowrap;
        margin-top: .75rem;
    }

    .testimonial-profile {
        position: relative;
        white-space: nowrap;
        margin-top: .75rem;
        margin-left: 25px;
        padding-bottom: 30px;
    }

    .testimonial-profile .img-cover {
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 1000px;
        box-shadow: 0 7px 10px -2px rgba(94, 114, 128, 0.55);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        background: rgba(0, 0, 0, 0.375);
        opacity: 0;
        z-index: 1;
    }

    .testimonial-profile svg {
        position: absolute;
        width: 48px;
        height: 48px;
        top: 10px;
        left: 0;
        -webkit-filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
        filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        overflow: visible;
        z-index: 1;
        -webkit-animation: testimonial-progress-svg 15.25s infinite;
        animation: testimonial-progress-svg 15.25s infinite;
        pointer-events: none;
    }

    .testimonial-profile svg circle {
        -webkit-transform-origin: center;
        transform-origin: center;
        cx: 24;
        cy: 24;
        r: 24;
        stroke-linecap: round;
        fill: none;
        stroke: #0f8cce;
        stroke-width: 4px;
        stroke-dasharray: 150.7964472;
        stroke-dashoffset: 150.7964472;
        -webkit-animation: testimonial-progress-circle 15.25s infinite;
        animation: testimonial-progress-circle 15.25s infinite;
    }

    .testimonial-profile img,
    .testimonial-profile span,
    .testimonial-profile small {
        float: left;
        white-space: inherit;
        font-size: 16px;
    }

    .testimonial-profile img {
        margin-right: 1.75rem;
        width: 48px;
        height: 48px;
        border-radius: 1000px;
        box-shadow: 0 7px 10px -2px rgba(94, 114, 128, 0.55);
        -webkit-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        margin-top: 10px;
    }

    .testimonial-profile span {
        vertical-align: top;
        font-weight: 500;
        color: #002140;
        font-size: 18px;
        position: relative;
        top: 12px;
        font-weight: 600;
    }

    @-webkit-keyframes testimonial-progress-svg {
        0% {
            -webkit-filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
            filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
        }

        49.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(79, 79, 79, 0.5));
            filter: drop-shadow(0 0 4px rgba(79, 79, 79, 0.5));
        }

        98.3606557377%,
        99.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
            filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
        }

        99.1803278689%,
        100% {
            -webkit-filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
            filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
        }
    }

    @keyframes testimonial-progress-svg {
        0% {
            -webkit-filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
            filter: drop-shadow(0 0 4px rgba(15, 140, 206, 0.5));
        }

        49.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(79, 79, 79, 0.5));
            filter: drop-shadow(0 0 4px rgba(79, 79, 79, 0.5));
        }

        98.3606557377%,
        99.1803278689% {
            -webkit-filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
            filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
        }

        99.1803278689%,
        100% {
            -webkit-filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
            filter: drop-shadow(0 0 4px rgba(252, 191, 12, 0.8));
        }
    }

    @-webkit-keyframes testimonial-progress-circle {
        0% {
            stroke: #0f8cce;
            stroke-width: 3px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        49.1803278689% {
            stroke-dasharray: 41.887902;
            stroke-dashoffset: 37.4491118;
        }

        98.3606557377%,
        99.1803278689% {
            stroke: #fcbf0c;
            stroke-width: 3.5px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 0;
            -webkit-transform: rotate(2340deg);
            transform: rotate(2340deg);
        }

        99.1803278689%,
        100% {
            stroke: #0f8cce;
            stroke-width: 0px;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }

    @keyframes testimonial-progress-circle {
        0% {
            stroke: #0f8cce;
            stroke-width: 3px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        49.1803278689% {
            stroke-dasharray: 41.887902;
            stroke-dashoffset: 37.4491118;
        }

        98.3606557377%,
        99.1803278689% {
            stroke: #fcbf0c;
            stroke-width: 3.5px;
            stroke-dasharray: 150.7964472;
            stroke-dashoffset: 0;
            -webkit-transform: rotate(2340deg);
            transform: rotate(2340deg);
        }

        99.1803278689%,
        100% {
            stroke: #0f8cce;
            stroke-width: 0px;
            stroke-dashoffset: 149.7964472;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
    }


    #fade-quote-carousel.carousel {
        top: 0;
    }

    .review_title {
        font-size: 20px;
    }

    .review_subtitle {
        font-size: 16px;
        padding: 10px;
    }

    .review_msg {
        font-size: 14px;
    }

    .carousel-control {
        display: none;
    }

    .mobile-section-nopadding {
        padding-top: 0;
    }

    .mobile-app-img {
        padding: 0 30px;
    }

    footer {
        padding: 30px 15px
    }

    footer p {
        margin-top: 15px;
        font-size: 14px;
    }

    .header-wrapper h1 {
        font-size: 24px;
    }

    .header-wrapper {
        padding: 10px 0 50px;
    }

    .custom-card h4 {
        font-size: 16px;
    }

    .contact-block .well {
        margin-bottom: 50px;
        padding: 20px;
    }

    .contact-block .well h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .desktop-small-image {
        display: none !important;
    }

    .mobile-small-img {
        display: block !important;
    }

    .mobile-small-image {
        visibility: hidden;
    }
    .chitinsre-mobile {
        min-height: auto;
        padding: 30px;
    }
    /* .associated-client {
        width: 33.33%;
        float: left;
    } */
    figure.snip1205.yellow span {
        display: inline-block;
        background: #fff;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
        border-radius: 0 10px;
        padding-top: 6px;
    }

    .know-more-link {
        display: inline-block;
        margin-left: 0;
        /* clear: both; */
        margin-top: 25px !important;
    }

    .custom-pills {
        border-radius: 10px !important;
    }

    .nav-pills>li.active>a,
    .nav-pills>li.active>a:focus,
    .nav-pills>li.active>a:hover {
        border-radius: 10px;
    }

    .block-chain-card {
        margin-top: 0;
        min-height: auto;
        padding: 20px 30px;
    }

    .app-feature-wrapper .feature-box {
        margin: 0 !important;
        padding: 5px 10px !important;
    }

    .product-block h2 {
        font-size: 18px;
        background: linear-gradient(45deg, #5793ce, #396caa);
        margin-left: 15px;
        padding: 10px 20px;
        border-radius: 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        transition: all 0.2s ease;
    }

    .product-block h2:after {
        content: '';
        position: absolute;
        top: 0;
        left: -200%;
        width: 100%;
        height: 100%;
        transform: skewX(-20deg);
        background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
        animation: shine 1.6s ease infinite;
    }


    @-moz-keyframes shine {
        100% {
            left: 200%;
        }
    }

    @-webkit-keyframes shine {
        100% {
            left: 200%;
        }
    }

    @-o-keyframes shine {
        100% {
            left: 200%;
        }
    }

    @keyframes shine {
        100% {
            left: 200%;
        }
    }

    .scrolling-wrapper {
        padding: 15px 0;
        -webkit-overflow-scrolling: touch;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    .scrolling-wrapper .product-card {
        width: 90%;
        padding: 15px;
        flex: 0 0 auto;
        background: #f1f1f1;
        margin-right: 15px;
        box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
        margin-top: 0;
    }

    .scrolling-wrapper .product-card h1 {
        margin-top: 5px;
    }

    .scrolling-wrapper .product-card p {
        /* color: #fff; */
        margin: 5px 0 0 0;
    }

    .scrolling-wrapper .product-card:hover {
        background: linear-gradient(45deg, #5793ce, #396caa) !important;
    }

    .go-corner {
        bottom: 0;
        top: auto;
        border-radius: 32px 0 4px 0;
    }

    .product-card:before {
        top: auto;
        bottom: -16px;
    }

    .product-card:after {
        content: none;
    }
}