.entry-header {
    display: none;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Muli', sans-serif;
}

.here_for_you {
    height: 12px;
    position: absolute;
    right: 80px;
}

li {
    list-style-type: none;
}

* {
    transition: all .2s ease-in-out;
}

body {
    margin: 0;
    font-family: 'Muli', sans-serif;
}

img {
    pointer-events: none;
}

a {
    cursor: pointer;
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

html {
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

ol, ul {
    margin: 0 0 1.5em 3em
}

li>ol, li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

img {
    height: auto;
    max-width: 100%
}

figure {
    margin: 1em 0
}

button, input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    padding: .6em 1em .4em
}

button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa
}

button:active, button:focus, input[type=button]:active, input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=range]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    color: #111
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%
}

a {
    color: #4169e1
}

a:visited {
    color: purple
}

a:active, a:focus, a:hover {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

/* header */

.right-header-container polyline {
    stroke: #3A4385
}

.site-header {
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
    height: 90px;
    top: 0;
    display: flex;
    align-items: center;
    overflow-x: visible!important;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 #d3d3d3
}

.menu-hidden {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s
}

.row1 a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #ea5167;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.row1 a:hover:after {
    width: 100%;
    left: 0;
}

.stuck {
    position: fixed;
    width: 100%
}

.hamburger {
    display: none
}

.current-menu-item {
    color: #3A4385!important;
    font-weight: 600;
}

.right-header-container {
    margin-right: 60px;
}

.right-header-container .dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    height: 64px;
    padding-top: 20px;
    transition: all .8s ease
}

.right-header-container a {
    text-decoration: none;
    padding: 0 15px;
    color: #3A4385;
    font-size: 15px;
    letter-spacing: .5px
}

.logo a {
    width: 220px;
    display: block
}

.right-header-container a span {
    margin-right: 0;
    margin-left: 5px;
}

.right-header-container a:hover, .dropdown-content-text a:hover {
    color: #ea5167;
}

.right-header-container .arrows-up {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0 0 1px;
    top: 3px;
    left: 20px;
    height: 15px;
    width: 15px;
    z-index: -1;
    background: inherit;
    border-bottom-color: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.right-header-container .dropdown-content-text {
    display: none;
    flex-direction: column;
    background-color: #fff;
    min-width: 160px;
    border-radius: 10px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    padding: 12px 16px;
    z-index: 3
}

.right-header-container .dropdown-content {
    display: flex;
    flex-direction: column;
    position: fixed;
    background-color: transparent;
    min-width: 160px;
    padding-top: 10px;
    top: 55px;
    z-index: 3;
    transition: all .2s ease;
    opacity: 0
}

.right-header-container .dp-down-content-a {
    padding: 7px 15px;
    font-size: 15px;
    letter-spacing: .5px;
    color: #3A4385
}

.right-header-container a .sub-menu-indicator svg {
    transition: all .2s ease
}

.right-header-container .dropdown:hover .services {
    color: #ea5167
}

.right-header-container .dropdown:hover polyline {
    stroke: #ea5167;
}

.right-header-container .dropdown:hover .dropdown-content, .right-header-container .dropdown:hover .dropdown-content-text {
    display: flex;
    opacity: 1;
    top: 64px
}

.right-header-container .dropdown:hover a .sub-menu-indicator svg {
    transform: rotateZ(180deg)
}

.logo {
    margin-left: 60px;
    flex-grow: 1;
    justify-content: center;
}

.slide-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    -o-transition: transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: transform .7s cubic-bezier(.645, .045, .355, 1);
    transition: transform .7s cubic-bezier(.645, .045, .355, 1), -webkit-transform .7s cubic-bezier(.645, .045, .355, 1);
    z-index: 100001;
    background: #fff;
    overflow-y: auto
}

.slide-menu.open {
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.slide-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#fixed-overlay, #popup-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

#fixed-overlay.open {
    opacity: 1;
    visibility: visible
}

.tatsu-mobile-menu li, .tatsu-mobile-menu ul, .tatsu-mobile-menu ul li {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.tatsu-mobile-menu .tatsu-sub-menu {
    display: none;
    background: 0 0!important;
    padding-left: 15px
}

.tatsu-mobile-menu svg polyline {
    stroke: #000;
}

.tatsu-sidebar-menu ul li {
    position: relative;
    margin-right: 0!important;
    padding: 10px 0;
}

.tatsu-sidebar-menu li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    padding: 10px 5px;
    display: block;
    color: inherit
}

.tatsu-sidebar-menu .sub-menu-indicator {
    float: right;
    text-align: center
}

.tatsu-sidebar-menu li.menu-item-has-children .sub-menu-indicator svg {
    display: inline-block
}

.tatsu-sidebar-menu .tatsu-sub-menu {
    display: none;
    background: 0 0!important;
    position: static;
    margin: 0;
    padding: 0 0 0 10px!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    width: auto!important
}

.tatsu-mobile-menu-icon {
    cursor: pointer
}

.tatsu-mobile-menu-icon div>span {
    display: block;
    background: #000;
    width: 27px;
    height: 2px;
    margin-bottom: 5px;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.tatsu-slide-menu-inner {
    min-height: 100%
}

.tatsu-slide-menu-col, .tatsu-slide-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tatsu-slide-menu-col {
    justify-content: flex-start;
    align-items: flex-start;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 100%!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tatsu-slide-menu-col:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dropdown-icon {
    left: auto;
    right: 12px;
    position: absolute;
    bottom: 23px;
    width: 16px;
    height: 10px;
    pointer-events: none
}

.drop-down-select::-ms-expand {
    display: none
}

.drop-down-select {
    padding: 4px 52px 4px 16px;
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
    letter-spacing: .009375em;
    text-decoration: inherit;
    text-transform: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    outline: 0;
    background-color: transparent;
    color: inherit;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none
}

/* preloader */

#preloader {
    background: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    place-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#preloader #status img {
    width: 300px;
}

/* popup */

.popup {
    position: fixed;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

.social-icons-new {
    position: absolute;
    bottom: 37%;
    right: 10%;
    display: flex;
}

.close {
    position: absolute;
    border: none;
    font-size: 25px;
    cursor: pointer;
    right: 10px;
    top: 0px;
}

@media screen and (max-width:1440px) {
    .popup-image {
        width: 50vw;
    }
}

@media screen and (max-width: 768px) {
    .popup {
        position: fixed;
        margin: 0 20px;
        top: 30%;
        left: 0;
        transform: none;
        z-index: 9999;
    }
    .popup .popup-image {
        width: 100%;
    }
}

@media screen and (max-width:425px) {
    .social-icons-new img {
        width: 20px;
    }
}

/* banner */

#wrapper {
    margin: 0;
    padding: 0!important
}

.thing {
    margin-top: 90px !important;
}

.thing .mfs_welcome {
    position: absolute;
    top: 20vh;
    left: 60px;
    margin: 0
}

.thing img {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.thing .mutual_fund_services {
    font-weight: 600;
    font-size: 58px;
    line-height: 60px;
    letter-spacing: 1.21px;
    color: #FFFFFF;
}

.thing .mfs_para {
    font-weight: normal;
    font-size: 27px;
    line-height: 45px;
    letter-spacing: 0.7425px;
    color: rgba(255, 255, 255, 0.9);
    padding-top: 20px;
}

#wrapper .slide {
    position: relative;
    display: flex!important;
    margin-top: 60px
}

#wrapper .slide img {
    max-width: none
}

#wrapper .slick-slider {
    margin: 0!important;
    padding: 0!important
}

#wrapper .slick-dots {
    bottom: 45px;
    position: relative
}

#wrapper .slick-dots li.slick-active, .slick-dots li:hover {
    border: none;
    border-radius: 50%;
    box-shadow: none
}

#wrapper .slick-dots li {
    height: 10px;
    width: 10px
}

.mfs_welcome {
    margin: 50px 100px 0 10vw
}

.mutual_fund_services, .welcome_to_karvy {
    color: #1f4176;
    font-size: 42px;
    font-weight: 600;
    margin: 0
}

.quick_links_items:hover img {
    -webkit-animation: spin 0.3s linear;
    -moz-animation: spin .3s linear;
    animation: spin .3s linear;
}

.mutual_fund_services {
    color: #0276bb
}

.right-header-container a:after, .row1 a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #ea5167;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.apple_store a:after {
    bottom: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    background: #ea5167;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.apple_store a:hover:after {
    width: 100%;
    left: 0;
}

#wrapper .slick-dots li button {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    text-indent: -999em;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    padding: 0;
    border-width: 0;
    cursor: pointer
}

#wrapper .slick-dots li.slick-active button, .slick-dots li:hover button {
    box-shadow: none;
    transform: none;
}

.sub_col_3 {
    display: flex;
    width: 50%;
}

.extra_links {
    margin-left: 50px;
}

.extra_links:nth-child(1n) {
    margin-top: 44px;
}

#wrapper .slick-dots li button:before {
    color: transparent
}

.section_responsive {
    padding: 0 25px;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto
}

.slick-next {
    right: 0px !important;
    top: 43% !important;
    background: none;
    border: none;
    border-radius: 50px 0 0 50px;
}

.slick-prev {
    left: 0px !important;
    z-index: 1;
    top: 43% !important;
    background: none;
    border: none;
    border-radius: 0 50px 50px 0;
}

.slide_for_mobile {
    display: none!important
}

.slick-prev:hover {
    background-color: #ea5167 !important;
}

.slick-next:hover {
    background-color: #ea5167 !important;
    border-radius: 50px 0 0 50px;
}

.slick-prev:before, .slick-next:before {
    content: none !important;
}

/* services */

.services_items:nth-child(2) {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#dde0eb), to(#edeef5))0 100% 0 100% stretch;
}

.services_items:nth-child(3) {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#dde0eb), to(#edeef5))0 100% 0 0 stretch;
}

.border {
    width: 100%;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    -webkit-border-image: -webkit-gradient(linear, left bottom, left top, from(#dde0eb), to(#edeef5))0 0 100% 0 stretch;
}

.services_items:nth-last-child(2) {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#dde0eb), to(#edeef5))0 100% 0 0 stretch;
}

.services_items:nth-last-child(3) {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#dde0eb), to(#edeef5))0 100% 0 100% stretch;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 20px 50px;
    max-width: 1400px;
    margin: auto;
}

@keyframes banner_down {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.services_items:hover .services_para {
    -webkit-animation-name: banner_down;
    -webkit-animation-duration: 1s;
    animation-name: banner_down;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.about_heading {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #3A4385;
}

.section_responsive .about_heading {
    padding-top: 68px;
}

.services_img {
    opacity: 1;
    height: 100px;
}

.services_items {
    padding-top: 40px;
    margin: auto;
    height: 240px;
    width: 25%;
}

.services-content {
    text-align: center;
}

.services-content p {
    margin: 30px auto;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #173750;
}

.services-content p::after {
    content: url('arrow.svg');
    margin-left: 10px;
}

/* downloads section */

.mfs_downloads_block {
    margin: auto;
    max-width: 1260px
}

.downloads_bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.kfinkart_investor_app, .img_and_links {
    display: flex;
}

.inner_div {
    width: 33%;
}

.ios_section {
    padding-top: 20px;
}

.img_and_links li {
    padding: 7px 0 7px 30px;
}

.button_android img, .button_ios img, .qr_android img, .qr_ios img {
    width: 8px;
    height: 15px;
    vertical-align: middle;
    margin: auto;
}

.button_android::before, .button_ios::before {
    content: url(link.svg);
    vertical-align: middle;
    margin: auto;
    margin-right: 20px;
}

.right-arrow-active::after {
    content: url(/karvymfs_files/image.png);
}

.android_section {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
    margin-right: 70px;
}

.qr_ios::before, .qr_android::before {
    content: url(qr_code.svg) !important;
    margin-right: 20px !important;
    vertical-align: middle;
    margin: auto;
}

#qr-code {
    width: 60%
}

.inner_div p {
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.inner_div li a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.484364px;
    width: 160px;
    margin: auto;
    color: #FFFFFF;
}

.qr_code_section {
    border-left: 1px solid rgba(35, 66, 118, .4);
    padding-left: 30px;
    margin-bottom: 25px
}

.mobile_number, .mobile_number_ios {
    color: #a1a1a1;
    height: 42px;
    background-color: #fafafa;
    font-size: 13px;
    border: 0!important;
    width: 200px;
    padding-left: 20px!important;
    border-radius: 3px 0 0 3px !important;
}

.toggle a, .toggle_ios a {
    background-color: white;
    padding: 0 13px;
    border-left: 0.5px solid #edeef5;
    border-radius: 0 3px 3px 0 !important;
    margin: 0 !important;
    width: 40px !important;
}

.toggle img, .toggle_ios img {
    margin-top: 15px;
}

.toggle, .toggle_ios, .qr_toggle, .qr_toggle_ggl {
    z-index: 1;
    position: absolute;
    top: 50px;
    left: 30px;
    display: none;
}

.qr_toggle, .qr_toggle_ggl {
    width: 260px;
    height: 180px;
    border-radius: 5px;
    background-color: #f0f1fa;
    text-align: center;
}

.qr_toggle img, .qr_toggle_ggl img {
    width: 120px;
    height: 120px;
    margin-top: 30px;
}

.btn_distributor {
    padding-left: 10px;
}

.playstore, .qr_code {
    position: relative;
}

.active {
    box-shadow: 0px 2px 9px rgba(45, 47, 62, 0.502759);
    position: relative;
}

.active span {
    font-weight: bold;
}

.active .arrows-right {
    content: "";
    background-color: #FFFFFF;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -8px;
    top: 38px;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn_distributor span, .btn_investor span {
    font-size: 18px;
    line-height: 23px;
    color: #3A4385;
    margin: auto 0;
    margin-left: 20px;
    vertical-align: middle;
}

.btn_investor {
    margin-top: 40px !important;
}

.btn_investor span {
    margin-left: 15px !important;
}

.btn_distributor, .btn_investor {
    cursor: pointer;
    display: block;
    display: flex;
    width: 268px;
    height: 92px;
    background: #FFFFFF;
    border-radius: 10px;
}

.apple_store {
    padding-bottom: 100px;
    margin-top: 30px;
}

input[type=button]:focus, input[type=text]:focus {
    outline: 0
}

.distributor {
    display: flex
}

.google-play {
    margin-top: 30px;
    vertical-align: middle;
}

.quick_links {
    background: rgba(58, 67, 133, 0.0658053);
    padding: 70px 0;
}

.quick_links_items img {
    margin-top: 20px;
}

.quick_links_items img:hover {
    -webkit-animation: spin 0.5s linear;
    -moz-animation: spin .5s linear;
    animation: spin .5s linear;
}

.quick_links_items {
    background-color: #FFFFFF;
    width: 156px;
    height: 156px;
    margin: 21px 24px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 10px rgba(7, 19, 48, 0.080884);
    border-radius: 5px;
    opacity: 1;
}

.quick_links_items:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.quick_links_items:hover img {
    -webkit-animation: spin 0.5s linear;
    -moz-animation: spin .5s linear;
    animation: spin .5s linear;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotateY(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotateY(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

.quick_links_items p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #173750;
    padding: 10px 10px;
}

.mobile_copy {
    display: none;
    color: #C7C9D5;
    font-size: 13px;
    margin: 30px 0 0 0;
    line-height: 22px;
}

.quick_links_items img {
    height: 55px;
}

.facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 0;
    max-width: 1400px;
    margin: auto;
}

.ql_heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #3A4385;
    margin: 0;
}

.send:hover {
    box-shadow: 0 11px 18px -5px rgba(0, 0, 0, .37)
}

a {
    text-decoration: none
}

.page {
    margin: 0
}

.section_heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 60px
}

.footer .first_col a:hover {
    padding-left: 0
}

.social_links a:hover img {
    transform: scale(1.1)
}

footer a, footer img, footer input[type=button] {
    cursor: pointer
}

.show #be-themes-back-to-top {
    opacity: 0.5
}

#be-themes-back-to-top {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: -webkit-transform all .35s ease-in-out;
    -webkit-transition: -webkit-transform all .35s ease-in-out;
    color: #fff;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0
}

#be-themes-back-to-top:hover {
    opacity: 1;
}

#be-themes-back-to-top a:visited {
    color: #fff;
    opacity: 0.5
}

#be-themes-back-to-top svg {
    width: 10px;
    fill: none;
    stroke: currentColor;
    margin-bottom: 0;
    color: #fff
}

svg:not(:root) {
    overflow: hidden
}

a, a:active, a:focus {
    outline: 0
}

.footer {
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    padding: 50px;
}

.row1 a:after {
    background: #D9D9D9;
}

.row1 a {
    position: relative;
}

.first_col img {
    width: 222px;
    height: 60px;
}

.first_col {
    width: 40%
}

.first_col p {
    width: 322px;
    color: #C7C9D5;
    font-size: 13px;
    margin-top: 20px;
    line-height: 22px;
}

.first_col :nth-child(3n) {
    width: 322px;
    color: #C7C9D5;
    font-size: 13px;
    margin: 30px 0 0 0;
    line-height: 22px;
}

.row1 p {
    color: #EA5167;
    font-size: 14px;
    margin-bottom: 15px;
}

.row1 li {
    color: #D9D9D9;
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 15px;
}

.second_col {
    width: 60%;
}

.row1 {
    display: flex;
}

.row1 ul {
    margin: 0 auto;
}

.sub_col_1 {
    margin-left: 0 !important;
    padding-left: 0;
}

.row2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #EA5167;
}

.row2 span {
    vertical-align: middle;
    margin: auto 0;
    margin-right: 20px;
}

.row2 a {
    padding: 0 10px;
}

.row2 a:hover img {
    -webkit-animation: bounce-top 0.9s both;
    animation: bounce-top 0.9s both;
}

.row2 {
    margin-top: 30px;
}

.footer a:visited, .footer a {
    text-decoration: none;
    color: #D9D9D9;
}

.row2 {
    display: flex;
}

@media screen and (max-width:1024px) {
    .btn_distributor, .btn_investor {
        margin: auto;
    }
    .carousel_image, .mfs_welcome {
        flex-basis: 100%
    }
    .thing .mutual_fund_services {
        font-size: 40px
    }
    .thing .mfs_para {
        font-size: 20px;
        line-height: 25px;
    }
    .services_items {
        width: 24%;
    }
    .phone_img {
        display: none;
    }
    .thing .carousel_image {
        background-size: contain
    }
    .carousel_image {
        margin-right: 0
    }
    #wrapper .slide {
        display: block!important
    }
    #wrapper .slide img {
        width: 50%;
        margin-right: auto;
        margin-left: auto
    }
    .right-header-container {
        display: none
    }
    footer {
        padding: 50px 10px
    }
    .mobile_copy {
        display: block;
    }
    .desktop_copy {
        display: none;
    }
    .first_col {
        width: 100%;
    }
    footer .subscriber {
        width: 80%
    }
    footer .sec_col {
        padding-left: 50px
    }
    footer .newsletter {
        padding-left: 50px
    }
    .logo {
        justify-content: space-between;
    }
    .site-header {
        display: flex;
        justify-content: space-between;
    }
    .hamburger {
        margin-right: 20px;
        flex-grow: 1;
        flex-basis: 0;
        display: flex;
        justify-content: flex-end
    }
    .hamburger div>span {
        border-radius: 1px;
        display: block;
        background: #000;
        width: 27px;
        height: 2px;
        margin-bottom: 5px;
        -webkit-transition: all .25s linear;
        -o-transition: all .25s linear;
        transition: all .25s linear
    }
    .hamburger .line-wrapper.open {
        position: relative
    }
    .hamburger .line-wrapper.open span.line-1 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }
    .hamburger .line-wrapper.open span.line-3 {
        position: absolute;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0
    }
    .hamburger .line-wrapper.open span.line-2 {
        display: none
    }
    .logo {
        display: flex
    }
    .inner_div {
        width: 50%;
    }
    .slick-prev, .slick-next {
        width: 35px !important;
    }
    .kfinkart_investor_app {
        padding: 0 30px;
    }
    .distributor {
        padding: 10px 50px 20px;
        justify-content: center
    }
    .apple_store {
        justify-content: center
    }
    .footer {
        display: block !important;
    }
    .first_col p, .second_col {
        width: 100% !important;
    }
    .section .slick-dots {
        margin-top: 50px
    }
    .image_div {
        margin-top: 20px
    }
}

@media screen and (max-width:768px) {
    .distributor {
        display: block
    }
    .slide_for_mobile {
        display: block!important;
        height: 80vh;
        width: 100%;
        object-fit: cover;
        object-position: bottom;
    }
    .border {
        display: none !important;
    }
    ;
    .thing .mfs_welcome {
        top: 100px !important;
    }
    .border, .services_items {
        border: 0 !important;
    }
    .slide_for_desktop {
        display: none!important
    }
    .mfs_welcome {
        margin-top: 0
    }
    .mfs_para {
        margin-bottom: 0
    }
    #wrapper .slide img {
        width: 100%
    }
    .row1 ul {
        margin-top: 0 !important;
    }
    .google-play {
        padding-right: 10px
    }
    .apple_store {
        padding-left: 10px
    }
}

@media screen and (max-width:767px) {
    .slick-arrow {
        visibility: hidden!important
    }
}

@media screen and (max-width:600px) {
    .mutual_fund_services, .welcome_to_karvy {
        font-size: 30px
    }
    #wrapper .mfs_welcome {
        margin-right: 10px
    }
    .mfs_para {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width:425px) {
    .slick-slider {
        padding: 25px!important
    }
    .mobile_copy {
        margin-top: 50px;
    }
    .here_for_you {
        right: unset;
    }
    .hamburger {
        flex-grow: unset;
    }
    .row1 {
        display: block;
    }
    .row1 ul {
        margin-top: 30px !important;
    }
    .row2 {
        display: block
    }
    .row2 div {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .row1 ul, .extra_links, .extra_links:nth-child(1n) {
        padding: 0;
        margin: 0;
    }
    .sub_col_3 {
        display: block;
        width: 100%;
    }
    .section .slick-slider {
        padding: 25px 14px!important
    }
    .logo {
        margin-left: 20px;
    }
    .slick-dots, .hamburger {
        display: block
    }
    .thing .mutual_fund_services {
        font-size: 30px;
        line-height: 40px;
    }
    .thing .mfs_para {
        padding-top: 0;
        font-size: 22px;
    }
    br {
        display: none;
    }
    .services {
        display: block
    }
    .services_items {
        width: 100%;
    }
    .quick_links_items {
        margin: 15px !important;
    }
    .section_heading {
        padding: 60px 10px;
    }
    #be-themes-back-to-top {
        right: 10px
    }
    .kfinkart_investor_app {
        display: block
    }
    .thing .mfs_welcome {
        left: 20px !important;
        top: 10vh !important
    }
    .google-play {
        margin-bottom: 30px;
        display: block
    }
    .apple_store {
        padding-left: 0;
    }
    .section .slick-dots {
        display: block
    }
    .services_text {
        padding: 25px 0 25px 0
    }
    .distributor {
        padding: 10px 20px 20px
    }
    .footer {
        padding: 30px
    }
}

@media screen and (max-width:375px) {
    .google-play {
        margin: 0
    }
    .apple_store {
        padding-left: 0
    }
    .kfinkart_investor_app {
        padding-left: 15px
    }
    .mutual_fund_services, .welcome_to_karvy {
        font-size: 26px
    }
}

/* slick */

.slick-arrow {
    -webkit-transition: all .3s linear;
    -o-transition: .3s all linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    padding: 0 !important;
    font-size: 16px;
    outline: 0;
    position: absolute;
    top: 45%;
    justify-content: center;
    display: flex
}

.slick-arrow.slick-disabled .arrow {
    stroke: #d3d3d3
}

.slick-arrow:not(.slick-disabled) {
    cursor: pointer
}

.karvy-slick-next {
    right: 6px
}

.slick-slider {
    margin: 30px auto 50px;
    position: relative;
    padding: 0 60px!important;
    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: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -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;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    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
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    background: 0 0;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    cursor: pointer
}

.slick-dots li button {
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    text-indent: -999em;
    display: block;
    padding: 0;
    border-width: 0;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active, .slick-dots li:hover {
    border: none;
    background: #FFFFFF;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}