﻿/*@font-face {
    font-family: 'ubunturegular';
    src: url('../Fonts/ubuntu.regular-webfont.woff2') format('woff2'), url('../Fonts/ubuntu.regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../Fonts/ubuntu.medium-webfont.woff2') format('woff2'), url('../Fonts/ubuntu.medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('../Fonts/ubuntu.bold-webfont.woff2') format('woff2'), url('../Fonts/ubuntu.bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../Fonts/ubuntu.light-webfont.woff2') format('woff2'), url('../Fonts/ubuntu.light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold_italic';
    src: url('../Fonts/ubuntu.bold-italic-webfont.woff2') format('woff2'), url('../Fonts/ubuntu.bold-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/


/* @Font Face */


/* Ubuntu Light */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url(../Fonts/Ubuntu/Ubuntu-Light.ttf) format('truetype');
}


/* Ubuntu LightItalic */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 300;
    src: local('Ubuntu LightItalic'), local('Ubuntu-LightItalic'), url(../Fonts/Ubuntu/Ubuntu-LightItalic.ttf) format('truetype');
}


/* Ubuntu Regular */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(../Fonts/Ubuntu/Ubuntu-Regular.ttf) format('truetype');
}


/* Ubuntu Italic */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 400;
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'), url(../Fonts/Ubuntu/Ubuntu-Italic.ttf) format('truetype');
}


/* Ubuntu Medium */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url(../Fonts/Ubuntu/Ubuntu-Medium.ttf) format('truetype');
}


/* Ubuntu MediumItalic */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 500;
    src: local('Ubuntu MediumItalic'), local('Ubuntu-MediumItalic'), url(../Fonts/Ubuntu/Ubuntu-MediumItalic.ttf) format('truetype');
}


/* Ubuntu Bold */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(../Fonts/Ubuntu/Ubuntu-Bold.ttf) format('truetype');
}


/* Ubuntu BoldItalic */

@font-face {
    font-family: 'Ubuntu';
    font-style: italic;
    font-weight: 700;
    src: local('Ubuntu BoldItalic'), local('Ubuntu-BoldItalic'), url(../Fonts/Ubuntu/Ubuntu-BoldItalic.ttf) format('truetype');
}


/* @Font Face End */

body {
    font-family: 'Ubuntu', sans-serif;
    background-color: #f9f9f9;
}

.F-85rem {
    font-size: 0.85rem;
}


/*h1, h2, h3, h4, h5, h6 {
    font-family: 'ubuntumedium';
}*/

.Ahref {
    color: #2295eb
}

p {
    font-size: 0.8rem;
}

a,
p,
li,
span,
button {
    outline: none !important;
    color: #212529;
}

li {
    list-style: none;
}

.smh4 {
    margin: 1rem 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.select2-container {
    width: 100% !important;
    background: #fff;
}

.text-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #20205c;
    margin: 1rem 0;
}

.text-title::before {
    content: '';
    background-color: #2EE9B6;
    width: 150px;
    height: 5px;
    display: block;
}

.text-title-sm {
    font-size: 1.9rem;
    font-weight: 700;
    color: #20205c;
    margin: 2rem 0;
}

.text-title-sm::before {
    content: '';
    background-color: #2EE9B6;
    width: 165px;
    height: 5px;
    display: block;
}

.TextIndent {
    text-indent: 18px;
    display: inline-block;
}

.btn-join-them.focus,
.btn-join-them:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 90, 36, 0.41);
}

.outline-orange-button.focus,
.outline-orange-button:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 90, 36, 0.23);
}

.no-underline:hover {
    text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}


/*modal*/

#alertsuccess .close,
#alertdanger .close {
    opacity: 0.6;
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

.solid-Blue-button.focus,
.solid-Blue-button:focus,
.solid-blue-button.focus,
.solid-blue-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(32, 32, 92, .25);
}

.modal-fullscreen {
    padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.modal-fullscreen .modal-content {
    height: auto;
    border: 0 none;
    border-radius: 0;
}


/* .modal-dialog {
  max-width: 100%;
  margin: 1.75rem auto;
} */

.modal-dialog .modal-content {
    background: #edfff0;
}

.modal-header {
    display: block;
}

.modal-body p {
    text-align: justify;
}

.mtrmcont {
    width: 97%;
    margin: 0 auto;
}

.mtrmcont h4 {
    color: #009b07;
    margin: 10px 0 20px 0;
}

.btn-mtclose {
    color: #fff;
    background: #7b9f7d;
}


/*modal*/


/* Homepage*/


/*Header*/

.navbar {
    display: block;
}

.nav-tabs .nav-link,
.nav-link.active {
    font-size: 0.9em;
    border: 0;
    /*padding: 20px;*/
    border-radius: 0;
    /* background-color: #20205c !important; */
}

.nav-tabs .nav-link {
    color: #000;
}

.nav-tabs .nav-link.active {
    background-color: #2ee9b6;
    color: #fff;
}

.nav-tabs .nav-item {
    width: 33%;
    text-align: center;
}

.navbar .custom-dropdown-item:hover {
    color: #20205c;
    margin: 0 23px;
    text-decoration: none;
    background-color: #fff;
    padding: 20px 20px 16.5px 20px;
    border-bottom: 1px solid #20205c;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar .dropdown-menu {
    border: none;
    background-color: #20205c !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}

.navbar-toggler {
    border: 1px solid #c3c3c3;
}

.navbar-toggler i {
    color: #c3c3c3;
}

.fixed-me {
    transition: all 1s;
}

.fixed-me {
    background-color: #fff;
    padding: 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    box-shadow: 0px 0px 6px #c3c3c3;
}

.navbar-me {
    transition: all 1s;
    background: #fff;
}

.nav-link {
    color: #000;
    font-size: 15px;
}

.navDD li {
    padding: 5px 0;
}

.signupbtn li a {
    font-size: 14px;
}

.outline-orange-button {
    background-color: transparent;
    border: 1px solid #f15a24;
    border-radius: 20px;
    color: #f15a24;
    margin: 0 2px;
}

.outline-orange-button:hover {
    background-color: #f15a24;
    color: #fff;
    border: 1px solid #f15a24;
}

.solid-Blue-button {
    background-color: #20205c;
    border-color: #20205c;
    border-radius: 20px;
    color: #fff;
    margin: 0 2px;
}

.solid-Blue-button:hover {
    background-color: transparent;
    border: 1px solid #20205c;
    color: #20205c;
}

.navbar-collapse {
    z-index: 999;
}


/*Header*/


/*Slider*/

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 23px !important;
    color: #000;
}

.carousel-indicators li {
    background-color: rgba(23, 23, 23, 0.5);
}

.carousel-indicators .active {
    background-color: #00529c;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0%;
    /* left: -50%; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    top: 15%;
    /* top: 25%; */
}

.solid-blue-button {
    padding: 8px 14px;
    background-color: #20205c;
    color: #fff;
    border-radius: 18px;
}

.solid-blue-button:hover {
    background-color: transparent;
    border: 1px solid #20205c;
    color: #20205c;
}

.product-header-title1 {
    font-size: 2em;
}


/*Slider*/


/*Product section*/

.header-banner-image {
    width: 120px;
    height: auto;
    border-radius: 50%;
}

.product-header-title {
    font-size: 2em;
    font-weight: 700;
}

.header-box-wrapper-bg {
    background-color: #fff;
    padding: 40px 20px;
    border-radius: 15px;
}

.product-features {
    margin: 50px 0;
}

.pr-features-title {
    font-size: 1em;
    font-weight: 400;
    color: #20205c;
}

.pr-features {
    font-size: 1.2em;
    font-weight: 700;
    color: #20205c;
}

.products-features {
    margin: 50px 0 50px 0;
}

.header-text-wrapper {
    padding: 50px 0 50px;
}

.fl-green-color {
    color: #2ee9b6 !important;
}

.testimonial-join-them .fl-green-color {
    font-size: 2.3em;
    font-weight: 600;
}

.testimonial-join-them p {
    font-weight: 500;
}

.testimonial-join-them {
    margin: 15px 0;
}


/*Product section*/


/*Testimonial*/

.testimonial-badge img {
    max-width: 180px;
}

.testimonial-badge::after {
    content: '';
    background-image: url('../Images/testimonial-quotes.png');
    width: 67px;
    height: 51px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial {
    text-align: center;
    margin-top: 15px;
}

.testimonial-section-main {
    padding: 50px 0;
    background-color: #f0f0f0;
}

.main-testimonial-user {
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 21px;
}

.main-testimonial-user-designation {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
}

.testimonial-section {
    background-color: #dddddd;
    padding: 80px 0;
}

.testimonial-badge {
    margin: 0 0 20px 0;
}

.testimonial-join-them {
    margin: 25px 0 0 0;
}

.main-testimonial-heading {
    font-size: 1.2em;
    text-align: center;
    margin-top: 30px;
}

.testimonial-section-main .testimonial-title-sec {
    margin-bottom: 40px;
}

.main-testimonial-desc {
    text-align: justify;
}


/*Testimonial*/


/*Sip command think sec*/

.sip-video-section {
    background-color: #20205c;
    padding: 50px 0;
}

.sip-video-section .text-title {
    color: #fff;
}

.sip-video-section p {
    color: #fff;
    text-align: justify;
}

.think-sundaram-section {
    padding: 50px 0;
}

.icon-title-section {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
}

.icon-sub-title-section {
    font-size: 1em;
    font-weight: 200;
    margin-top: 0;
    line-height: 10px;
}

.swiper-slide img {
    width: 215px;
}

.text-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #20205c;
}

.swiper-container {
    padding: 0 0 30px 0;
}

.cal-sip-button-sec {
    margin: 30px 0;
}

#inv-plan-goal {
    margin: 50px 0 50px 0;
}


/*Sip command think sec*/


/*Leads and Footer*/


/*Leads*/

.group {
    position: relative;
    margin-bottom: 45px;
}

input:focus {
    outline: none;
}

.formData .color-fl-green {
    color: #fff;
}

#footerform label {
    color: rgba(247, 252, 255, 0.55);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: -4px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

#footerform input:focus~label,
#footerform input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #c4cfff;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

#footerform input:focus~.bar:before,
#footerform input:focus~.bar:after {
    width: 50%;
}

#footerform input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/*Leads */

#footerform {
    background-image: url('../Images/SundaramMutual-Leads-Footer-BG.png');
    height: 100%;
    padding: 40px 0;
    background-size: cover;
    margin-top: 0px;
    position: relative;
}

#footerform input {
    color: #fff;
    outline: none;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 0;
}

#footerform select,
#distFeedbackQueries select {
    background-color: #20205c;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    outline: none !important;
    padding: 0px;
}

#footerform select:hover,
#footerform select:active,
#footerform select:focus,
#distFeedbackQueries select:hover,
#distFeedbackQueries select:active,
#distFeedbackQueries select:focus {
    color: #fff;
    outline: none !important;
}

#footerform textarea {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#footerform textarea:focus~label,
#footerform textarea:valid~label {
    top: -15px;
    font-size: 14px;
    color: #c4cfff;
}

#footerform h3 {
    color: #fff;
}

#footerform input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #c7c7c7;
}

#footerform input::-moz-placeholder {
    /* Firefox 19+ */
    color: #c7c7c7;
}

#footerform input:-ms-input-placeholder {
    /* IE 10+ */
    color: #c7c7c7;
}

#footerform input:-moz-placeholder {
    /* Firefox 18- */
    color: #c7c7c7;
}


/* #footerform button {
  margin-top: 170px;
} */

footer h3 {
    font-size: 1em;
}

footer h5 {
    font-size: 0.9em;
    font-weight: 600;
}

footer a {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8em;
    color: #000;
}

footer p {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9em;
    color: #000;
}

footer a:hover {
    text-decoration: none;
}

footer {
    padding: 60px 0 60px 0;
}

.formData {
    margin: 60px 0;
}

.footer-sm .ui-accordion .ui-accordion-header {
    border-radius: 0;
    background-color: #20205c;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.footer-sm .ui-state-active {
    background-color: #2ee9b6 !important;
    border: 0;
}

.ui-accordion-header-icon .ui-icon .ui-icon-triangle-1-s {
    float: right;
}

.footer-sm span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s,
.ui-icon-triangle-1-e {
    float: right;
}

.footer-sm a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
}

.footer-sm {
    margin: 30px 0 0 0;
}

.smfootSI li {
    float: left;
    width: 16.6%;
    text-align: center;
    padding: 5px 0;
}

.smfootSI {
    padding: 0;
    width: 100%;
    margin: 0
}

.smfootSI li a {
    color: white;
}

.smfootSI li a i {
    font-size: 17px;
}

.SFb {
    background: #3A5999;
}

.STw {
    background: #40BBF4;
}

.SLn {
    background: #0271AE;
}

.SYt {
    background: #CD111F;
}

.SIn {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.SSp {
    background: #1DD15D;
}

.SSc {
    background: #F87400;
}

.SPd {
    background: #C765EF;
}

.disclaimer {
    padding: 15px 0;
    background-color: #20205c;
}

.disclaimer p {
    color: #fff;
    margin: 0;
}

.sticky-footer {
    padding: 15px 0;
    display: none;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.sticky-footer span {
    font-weight: 300;
    font-size: 0.9em;
}

.sticky-footer p {
    font-weight: 500;
    font-size: 1em;
}

.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    background-color: #20205C;
    color: #fff;
}

.contenT {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.contenT h5 {
    padding: 3px 15px;
    margin: 0;
}

.contenT p {
    padding: 3px 15px;
    margin: 0;
    color: #333;
}

.contenT a {
    padding: 5px 0;
}

.contenT ul {
    padding: 0 20px;
}

.set>a {
    padding: 5px;
}


/*Leads and Footer*/


/*sb css*/

.dont-break-out a {
    font-size: 0.8em;
}

.ui-accordion-content p {
    margin-bottom: 0;
}

#ui-id-8 a {
    padding: 0;
    padding-bottom: 8px;
}

.header-box-wrapper {
    position: relative;
}

#divident-data-table_filter,
#divident-data-table_length {
    display: none;
}

#divident-data-table td {
    font-size: 0.8em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    border: none;
    background-color: #20205b;
    background: #20205b;
}

table.dataTable thead .sorting {
    font-size: 0.9em;
}

#solid-page-header {
    /* background-image: url('../Images/product_header.png'); */
    height: auto;
    /* height: 730px; */
    width: 100%;
    /* background-repeat: no-repeat; */
    background-size: cover;
    background: url('../Images/product_header.png') no-repeat top center;
}

#solid-page-headerS {
    /* background-image: url('../Images/product_header.png'); */
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background: url('../Images/product_header.png') no-repeat top center;
}

.invest-now-button {
    background-color: #f15a24;
    padding: 5px 25px;
    border-radius: 20px;
    color: #fff;
}

.invest-now-button:hover {
    background-color: transparent;
    color: #f15a24;
    border: 1px solid #f15a24;
}

.header-box-wrapper-bg .invest-now-button {
    margin-top: 30px;
}

.tab-content h3 {
    font-size: 1.2em;
    padding: 20px 0 0 0;
}

.tab-content h3:first-child {
    padding: 20px 0 0 0;
}

.products-features .col-md-4 {
    margin: 10px 0;
}

#riskmeter div:nth-child(2) {
    padding: 20px;
}

.box-shadow-tile {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.navbar-brand {
    width: 270px;
}


/* .navbar-brand img {
  max-width: 190px;
} */

#fund-documents a {
    display: block;
    color: #000;
    text-align: center;
    padding-top: 10px;
}

#fund-documents a:hover {
    color: #000;
    text-decoration: none;
}

#fund-documents i {
    display: block;
    font-size: 28px;
    color: #20205c;
    text-align: center;
}

#fund-documents .col-md-6 {
    margin: 15px 0;
}

.nav-tabs {
    border-bottom: 2px solid #2ee9b6;
}

.user-details {
    margin-bottom: 50px;
}

.header-box-wrapper-bg p,
h5,
.header-box-wrapper-bg span,
.pr-features span {
    color: #20205c;
}

.header-box-wrapper-bg p {
    font-size: 14px;
    margin-bottom: 15px !important;
}

.header-box-wrapper-bg h5 {
    font-size: 1.1em;
    font-weight: 600;
}

#home-page-banner {
    height: 495px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right center;
    background-image: url("../Images/main-mob-banner.png");
}

#home-page-banner .product-header-decs {
    margin-bottom: 20px;
}

#home-page-banner .solid-blue-button {
    padding: 8px 14px;
    background-color: #20205c;
}

#home-page-banner .solid-blue-button:hover {
    color: #fff;
    text-decoration: none;
}

#home-page-banner .header-text-wrapper {
    padding: 100px 0;
}

.banner-karvy-logo {
    width: inherit !important;
    height: inherit !important;
}

.alert-karvy-note {
    background: rgba(20, 57, 107, 0.1);
}

#investment-plans-tabs ul.nav.nav-tabs {
    margin-bottom: 40px;
}

#investment-plans-tabs .nav-tabs {
    border: none;
}

#investment-plans-tabs .nav-tabs .nav-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#investment-plans-tabs .nav-tabs .nav-item {
    margin: 0;
    width: 25%;
    text-align: center;
}

#investment-plans-tabs li.nav-item:first-child::before {
    content: '';
    display: none;
}

#investment-plans-tabs li.nav-item::before {
    content: '';
    display: block;
    height: 15px;
    width: 2px;
    background-color: #cacaca;
    position: absolute;
    top: 12px;
}

#investment-plans-tabs .tab-content img {
    width: 175px;
}

#investment-plans-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#investment-plans-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#investment-plans-tabs .nav-tabs .nav-link.active {
    background-color: #2ee9b6;
}

#investment-plans-tabs .nav-tabs .nav-link,
#investment-plans-tabs .nav-tabs .nav-link.active {
    padding: 10px 15px;
}

#investment-plans-tabs .nav-tabs .nav-link {
    background-color: #f0f0f0;
}

#investment-plans-tabs .nav-link {
    font-size: 0.9em;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2ee9b6;
}

.btn-join-them {
    background-color: #f15a24;
    border-radius: 30px;
    color: #fff;
    padding: 5px 15px;
}

.btn-join-them:hover {
    background-color: transparent;
    border-radius: 30px;
    color: #f15a24;
    border: 1px solid #f15a24;
    padding: 5px 15px;
}

.fund-title {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
    font-weight: 500;
}

.investor-count {
    color: #2ee9b6;
}


/* .investor-count::before {
  content: ' ';
  background-image: url(../Images/rupeeicon.png);
  display: inline-block;
  background-size: cover;
  margin-right: 5px;
  width: 25px;
  height: 13px;
} */

#investment-plans-tabs {
    margin: 50px 0;
}


/*#home-page .header-text-wrapper {
    position: absolute;
}*/

#home-page-banner .header-text-wrapper {
    padding: 0;
    top: 0;
    margin-top: 70px;
}

#home-page-banner .product-header-title {
    font-size: 1.6em;
}

.ui-accordion-content {
    height: auto !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:first-child,
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child {
    padding: 0.5em 0.5em;
}

.footer-sm .ui-accordion .ui-accordion-header {
    border-radius: 0;
    background-color: #20205c;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    border: 0;
}

.footer-sm .ui-state-active {
    background-color: #2ee9b6 !important;
    border: 0;
}

.ui-accordion-header-icon .ui-icon .ui-icon-triangle-1-s {
    float: right;
}

.footer-sm span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s,
.ui-icon-triangle-1-e {
    float: right;
}

.footer-sm a {
    display: block;
    padding: 2px 0;
}

.footer-sm span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s,
.ui-icon-triangle-1-e {
    float: right;
}

.STA {
    padding: 10px 12px !important;
}


/*sb css*/


/*SAMC*/


/*About*/

.banner-about {
    background-image: url(../Images/SundaramMutualAbout.png);
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    background-position: top;
    background-size: cover;
    transition: ease-in-out;
    /*animation: zoombg 2s;*/
    /*animation-delay: s;*/
}

.txt-ubuntu-bold {
    font-size: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.h-800 {
    height: 800px;
}

.about-us-side-icons img {
    width: 100px !important;
}

.about-vision-bg {
    padding-top: 40px;
    background-image: url(../Images/vision-bg.png);
    height: 418px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    background-color: #f9f9f9;
    background-attachment: fixed;
    background-size: contain;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.txt-ubuntu-bold {
    font-size: 65px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}

.dark-blue {
    color: #20205c;
}

.stake-image {
    width: 60px;
    margin: 10px 0;
    height: 100%;
}

.stake-list {
    padding-left: 0;
}

.stake-holder {
    /* border-left: 1px solid #2ee9b6; */
    /* padding-left: 30px; */
    padding-top: 12px;
    padding-bottom: 12px;
}

.stake-section {
    margin: 30px 0;
}

.stake-section h3 {
    margin: 15px 0;
}

.stake-list li {
    background-image: none;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: 0px;
    padding-left: 0;
    margin: 0;
}

.slider.slider-horizontal {
    width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    font-size: 10px;
}

.article-div {
    margin: 60px 0;
}

.about-us-section img {
    max-width: 75px;
}

.icons-part .row {
    margin: 20px 0;
}

.icons-part h4 {
    margin-bottom: 0;
    font-size: 18px;
}

.icons-part p {
    margin-bottom: 0;
    font-size: 14px;
}

.ruler1 {
    left: 0;
}

.ruler2 {
    left: 25%;
    transform: translateX(-25%);
}

.ruler3 {
    left: 50%;
    transform: translateX(-50%);
}

.ruler4 {
    left: 75%;
    transform: translateX(-75%);
}

.ruler5 {
    right: 0;
}

.ruler {
    bottom: 2px;
    font-size: 10px;
}

.clr-sundaram-blue {
    color: #20205c;
}

.fieldOne {
    width: 100%;
    border-radius: 2em;
}

.fieldTwo {
    width: 100%;
    border-radius: 2em;
}

.orange-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 30px;
    background-color: orange;
}

.green-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 30px;
    background-color: #2de9b6;
}

.fieldThree {
    width: 100%;
    border-radius: 2em;
}

.about-vision-bg .text-title:before {
    background-color: transparent;
}


/*About*/


/*Product home page*/

.transformer-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.transformer-tabs li {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
    border-right: 4px solid transparent;
}

.transformer-tabs a {
    display: inline-block;
    text-decoration: none;
    padding: 1rem 5.17rem;
    color: #010101;
    background: #f0f0f0;
    text-align: center;
}

.transformer-tabs a:hover,
.transformer-tabs a:focus {
    color: #00529c;
}

.transformer-tabs a.active {
    border-top: 3px solid #00529c;
    position: relative;
}

.tabs .nav-tabs .nav-link,
.tabs .nav-link.active {
    padding: 1rem 3.9rem;
}

.tabs>.active {
    display: block;
}

.FundList {}

.mbA0>a {
    display: block;
    position: relative;
}

.mbA0>a:after {
    content: "\f105";
    position: absolute;
    right: 0;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.mbA0>a[aria-expanded="true"]:after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    content: "\f107";
}

.Filterby h6 {
    margin: 1rem 0;
}

.Filterby {}

.schemeFilterli {
    padding: 0;
}

.schemeFilterli>li {
    list-style: none;
    border-bottom: 1px solid #bcbcbc;
    padding: 10px 0px;
}

.schemeFilterli>li:last-child {
    border-bottom: none;
}

.filtercheckbox {
    margin-top: 6px;
}

.mbA0 {
    margin: 0;
}

.mbA0 a {
    color: #212529;
    text-decoration: none;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.5rem 0 0 0;
}

.filtersubmenu {
    padding: 0;
}

.filtersubmenu li {
    font-size: 11px;
    padding-left: 4px;
}

.accMenu {
    padding: 0;
}

.accMenu>li {
    border-bottom: 1px solid #bcbcbc;
    padding: 10px 0px;
}

.SFun {
    margin: 10px 0 !important;
}

.fundNme {
    height: 450px;
    background: #fff;
    margin: 0 5px;
}

.FRisk {
    margin: 10px 0;
    padding-right: 15px;
    font-size: 12px;
    color: #777;
}

.tooltip-inner {
    max-width: 300px;
    padding: 3px 15px;
    color: #565656;
    text-align: center;
    background-color: #dddddd;
    border-radius: .25rem;
}

.tooltip-inner p {
    margin: 5px 0;
    text-align: justify;
    line-height: 1.4;
    font-size: 13px;
}

.tooltip-inner h6 {
    font-size: 16px;
    font-weight: bold;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #dddddd;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #dddddd;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #dddddd;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #dddddd;
}

.returnsTab .nav-tabs a {
    font-size: 13px;
    padding: 5px 8px;
    text-decoration: none;
    color: #000;
}

.returnsTab .nav-tabs a.active {
    background: #f15a24;
    color: #fff;
}

.returnsTab .nav-tabs .active {
    background: #f15a24;
    color: #fff;
}

.returnsTab .nav-tabs {
    border: none;
}

.returnsTab .nav-tabs .active a {
    color: #fff;
    text-decoration: none;
}

.annualR {
    font-size: 13px;
    margin: 8px 0 3px 0;
}

.benchR {
    font-size: 13px;
    margin: 8px 0 3px 0;
}

.AR {
    width: 49%;
    display: inline-block;
}

.BR {
    width: 49%;
    display: inline-block;
}

.FDesc {
    font-size: 12px;
    margin: 15px 0;
    padding: 0 10px;
    text-align: justify;
}

#mySidepanel a {
    text-decoration: none;
}

.fundN a {
    color: #00529c;
    text-decoration: none;
}

.returnsTab li {
    width: 20%;
    text-align: center;
    box-shadow: 0px 0px 6px #c4d1d8;
}

.returnsTab li:first-child {
    width: 40%;
}

.FNAV {
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
}

.FNAV i {
    font-size: 10px;
    position: relative;
    top: -1.8px;
}

.FSip {
    width: 49%;
    display: inline-block;
}

.FMinInv .fa-rupee-sign {
    font-size: 11px;
    color: #474444;
}

.FLsum {
    width: 49%;
    display: inline-block;
}

.FMinInv {
    margin: 2em 0 0.5em 0;
}

.FMinInv h6 {
    margin: 5px 0;
}

.FMinInv p {
    font-size: 13px;
}

.FIN {
    width: 80% !important;
    margin: 0 auto;
    padding: 2px 0;
}

.btn-outline-bluE:hover {
    color: #00529c;
    background-color: #fff;
    border-color: #00529c;
}

.btn-outline-bluE {
    color: #fff;
    background-color: #00529c;
    background-image: none;
    border-color: #00529c;
    border-radius: 0;
}

.btn-outline-bluE:not(:disabled):not(.disabled).active:focus,
.btn-outline-bluE:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-bluE.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 156, .5);
}

.btn-outline-bluE.focus,
.btn-outline-bluE:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 82, 156, .5);
}

.FSip .fa-info-circle {
    font-size: 12px;
    margin-left: 2px;
    position: relative;
    top: -1px;
    color: #00529c;
}

.smh4 a {
    font-size: 12px;
    border: 1px solid #20205c;
    padding: 7px 13px;
    border-radius: 16px;
    color: #fff;
    text-decoration: none;
}

.REGG {
    text-align: left;
    margin: 10px 0;
    padding-right: 25px;
    font-size: 11px;
}

.returnsTab li:first-child {
    width: 80%;
    padding: 3px 0px;
    margin: auto;
    box-shadow: none;
}

.SFun {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
    margin: 10px 10px !important;
    max-width: 31%;
}

.returnsTab {
    margin: 0.5em 0 1em 0em;
}

.fundNme {
    height: 280px;
    background: #fff;
    margin: 0 5px;
    padding: 0 15px;
}

.CEfundNme {
    height: 230px;
    background: #fff;
    margin: 0 5px;
    padding: 0 15px;
}

.benchR {
    font-size: 11px;
    margin: 8px 0 3px 0;
}

.annualR {
    font-size: 11px;
    margin: 8px 0 3px 0;
}

.fundN {
    color: #00529c;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    height: 50px;
    margin-top: 25px;
}

.fundcE {
    color: #00529c;
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 50px;
}

.fundcE a {
    text-decoration: none;
}

.fundN a {
    color: #747474;
    text-decoration: none;
    vertical-align: middle;
    /* display: table-cell; */
    overflow: hidden;
    height: 75px;
}

.fundN a:nth-child(2) {
    text-indent: 5px;
    font-size: 14px;
    font-weight: normal;
}

.SIH6 {
    font-size: 13px;
}

.fundNme .col {
    padding: 0;
}

.RGDR input[type="checkbox"].toggle {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.RGDR input[type="checkbox"].toggle+label {
    height: 26px;
    line-height: 22px;
    background-color: #00b7dd;
    padding: 0px 8px;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.RGDR input[type="checkbox"].toggle+label:before,
.RGDR input[type="checkbox"].toggle+label:hover:before {
    content: ' ';
    position: absolute;
    top: 3px;
    left: 4px;
    width: 26px;
    height: 20px;
    background: #fff;
    z-index: 2;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}

.RGDR input[type="checkbox"].toggle+label .off,
.RGDR input[type="checkbox"].toggle+label .on {
    color: #fff;
    font-size: 12px;
}

.RGDR input[type="checkbox"].toggle+label .off {
    margin-left: 28px;
    display: inline-block;
}

.RGDR input[type="checkbox"].toggle+label .on {
    display: none;
}

.RGDR input[type="checkbox"].toggle:checked+label .off {
    display: none;
}

.RGDR input[type="checkbox"].toggle:checked+label .on {
    margin-right: 25px;
    display: inline-block;
}

.RGDR input[type="checkbox"].toggle:checked+label,
input[type="checkbox"].toggle:focus:checked+label {
    background-color: #0090d5;
}

.RGDR input[type="checkbox"].toggle:checked+label:before,
input[type="checkbox"].toggle:checked+label:hover:before,
input[type="checkbox"].toggle:focus:checked+label:before,
input[type="checkbox"].toggle:focus:checked+label:hover:before {
    background-position: 0 0;
    top: 3px;
    left: 100%;
    margin-left: -29px;
}


/* .topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  border-right: 4px solid #fff;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 5.07rem;
  color: #010101;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav .icon {
  display: none;
} */

.accordinFilter a {
    font-size: 13px;
}

.text-titleP {
    color: #20205c;
}

.text-titleP::before {
    content: '';
    background-color: #2EE9B6;
    width: 165px;
    height: 5px;
    display: block;
}


/*Product home page*/


/*Media page*/

#media-page li.media-item {
    list-style: none;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

#media-page li.media-item:hover {
    -webkit-box-shadow: 0 9px 4px -10px #777;
    -moz-box-shadow: 0 9px 4px -10px #777;
    box-shadow: 0 9px 4px -10px #777;
}

#media-page li a:hover {
    color: #181818;
    text-decoration: none;
}

#media-page li .media_title {
    font-size: 14px;
}

#media-page li .media_title a {
    color: #181818;
}

#media-page li .posted_on_date {
    font-size: 15px;
    font-weight: bold;
    color: #2ee9b6;
}

#media-page .article_date {
    font-size: 16px;
}

#media-masonary {
    margin: 30px 0 50px 0;
}

.bottom-left {
    position: absolute;
    left: 5px;
    bottom: 0;
}

.media-blog-date {
    font-size: 14px;
}

.media-blog-title h4 a {
    font-size: 14px;
    color: #fff;
}

#media-page-banner {
    height: 495px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: right center;
    background-image: url("../../Images/media-mobile.jpg");
}

#media-page .header-text-wrapper {
    position: absolute;
}

.article-div {
    margin: 60px 0;
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

#article_section {
    margin-top: 50px;
}


/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 100%;
    height: 300px;
    background: #0D8;
}

.grid-item--width2 {
    width: 100%;
}

.grid-item--width1 {
    width: 100%;
}

.height1 {
    height: 250px
}

.grid-item--height2 {
    height: 250px;
}

.width1 {
    width: 100%;
    position: relative;
}

#media-page li.media-item:hover {
    -webkit-box-shadow: 0 9px 4px -10px #777;
    -moz-box-shadow: 0 9px 4px -10px #777;
    box-shadow: 0 9px 4px -10px #777;
}

#media-page li a:hover {
    color: #181818;
    text-decoration: none;
}

#media-page li .media_title {
    font-size: 14px;
}

#media-page li .media_title a {
    color: #181818;
}

#media-page li .posted_on_date {
    font-size: 15px;
    font-weight: bold;
    color: #2ee9b6;
}

#media-page .article_date {
    font-size: 16px;
}

.article_dump ul {
    padding: 0;
}

.demo-launch {
    width: 100%;
    margin-top: 30px;
}

.timeline-action {
    border-right: none;
    padding: 0 20px;
}

#filterActions {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    /* padding: 10px 0; */
    background-color: #fff;
}

#filterActions .col-6 {
    padding: 0
}

#filterActions a {
    width: 100%;
    background-color: #20205c;
    border-color: #20205c;
    border-radius: 0;
}

#filterActions a {
    border: 1px solid #fff;
}

#filterActions a:first-child {
    border: 1px 0 1px 1px solid #fff;
}

#media-page .article_date {
    font-size: 16px;
}

.no-banner-header {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* .checkbox.checkbox-circle label::before {
  border-radius: 50%;
} */

#media-page li.media-item {
    list-style: none;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%
}

.grid {
    background: #DDD;
}

.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #2de9b6 0, #2de9b6 100%);
    background-image: -o-linear-gradient(top, #2de9b6 0, #2de9b6 100%);
    background-image: linear-gradient(to bottom, #2de9b6 0, #2de9b6 100%);
    background-repeat: repeat-x;
}

.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #4fa58d 0, #4fa58d 100%);
    background-image: -o-linear-gradient(top, #4fa58d 0, #4fa58d 100%);
    background-image: linear-gradient(to bottom, #4fa58d 0, #4fa58d 100%);
    background-repeat: repeat-x;
    opacity: 1;
}

.slider-handle {
    background-image: -webkit-linear-gradient(top, #1a9976 0, #1a9976 100%);
    background-image: -o-linear-gradient(top, #1a9976 0, #1a9976 100%);
    background-image: linear-gradient(to bottom, #1a9976 0, #1a9976 100%);
}


/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

#article_section {
    margin-top: 50px;
}


/* ---- .grid-item ---- */

.grid-item--width2 {
    width: 100%;
}

.grid-item--width1 {
    width: 100%;
}

.height1 {
    height: 250px
}

.grid-item--height2 {
    height: 250px;
}

.width1 {
    width: 100%;
    position: relative;
}

#media-page li.media-item:hover {
    -webkit-box-shadow: 0 9px 4px -10px #777;
    -moz-box-shadow: 0 9px 4px -10px #777;
    box-shadow: 0 9px 4px -10px #777;
}

#media-page li a:hover {
    color: #181818;
    text-decoration: none;
}

#media-page li .media_title {
    font-size: 14px;
}

#media-page li .media_title a {
    color: #181818;
}

#media-page li .posted_on_date {
    font-size: 15px;
    font-weight: bold;
    color: #2ee9b6;
}

#media-page .article_date {
    font-size: 16px;
}


/*Media page*/


/*contact us*/

.contact-us-office p {
    color: #fff;
}

.SingaporeAddr {
    background: url("../Images/singapore.png") no-repeat;
    min-height: 280px;
}

.DubaiAddr {
    background: url("../Images/dubai.png") no-repeat;
    min-height: 280px;
}

.contact-banner .form-group {
    display: block;
    width: 100%;
}

.contact-banner button {
    background-color: #2de9b6;
    border-color: #2de9b6;
    padding: 8px 55px;
    border-radius: 21px;
}

.contact-reference {
    background-color: #f9f9f9;
    margin: 30px 0;
}

.contact-reference h1 {
    margin: 15px 0;
    color: #20205c !important;
}

.contact-reference h4 {
    font-weight: 700;
    font-size: 18px;
}

.contact-reference p {
    font-size: 14px;
}

.contact-blocks {
    margin-top: 50px;
}

.contact-us-office {
    background-color: #20205c;
    padding-top: 80px;
}

.contact-us-office {
    color: #fff !important;
}

.contact-us-office img {
    height: 275px;
}

.contact-us-office h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}


/*contact us*/


/*Management team*/

.photoframe.text-center img {
    width: 175px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100%;
}

.abt-management-sec {
    margin: 30px 0;
}

.board-deatils p {
    margin: 0;
}

.board-deatils .b-m-name {
    font-size: 18px;
    font-weight: 500;
}

.board-deatils .b-m-pos {
    font-size: 14px;
}

.board-deatils .b-m-cat {
    font-size: 16px;
    color: #2ee9b6;
}

.management-board-tile {
    /* margin: 15px 0; */
    padding-bottom: 50px;
}

.main-tab-bg {
    background-color: #f1f0f0;
    border-bottom: 2px solid #2ee9b6;
    margin-bottom: 30px;
}

button.btn.btn-primary.read-more-management {
    box-shadow: none;
}

button.btn.btn-primary.read-more-management {
    background-color: #E1E1E1;
    color: #20205c;
    margin-top: 15px;
    border: none;
    border-bottom: 3px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

#management-tabs {
    margin: 40px 0;
}

#management-tabs ul.nav.nav-tabs {
    margin-bottom: 40px;
}

#management-tabs .nav-tabs {
    border: none;
}

#management-tabs .nav-tabs .nav-item:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#management-tabs .nav-tabs .nav-item {
    margin: 0;
    width: 33.33%;
    text-align: center;
}

#management-tabs li.nav-item:first-child::before {
    content: '';
    display: none;
}

#management-tabs li.nav-item::before {
    content: '';
    display: block;
    height: 15px;
    width: 2px;
    background-color: #cacaca;
    position: absolute;
    top: 12px;
}

#management-tabs .tab-content img {
    width: 175px;
}

#management-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#management-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#management-tabs .nav-tabs .nav-link.active {
    background-color: #2ee9b6;
}

#management-tabs .nav-tabs .nav-link,
#management-tabs .nav-tabs .nav-link.active {
    padding: 10px 15px;
}

#management-tabs .nav-tabs .nav-link {
    background-color: #f0f0f0;
}

#management-tabs .nav-link {
    font-size: 0.9em;
}

#management-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2ee9b6;
}


/*Management team*/


/*Product inner page*/

.pp .nav-tabs .nav-link,
.pp .nav-link.active {
    font-size: 0.9em;
    border: 0;
    padding: 20px;
    border-radius: 0;
}

.text-sundaram {
    color: #00529c !important;
}

.products-features table th {
    color: #20205c;
}

#series-product-page-template .table td {
    padding-right: 50px;
    padding-left: 50px;
}

.CEFund td,
.CEFund th {
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

img.table-icons {
    width: 20px;
    cursor: pointer;
}

.FundFeat li {
    list-style: disc;
}

.FundFeat {
    padding: 0 0 0 20px;
}

.product-header-title {
    font-size: 1.8em;
    font-weight: 700;
    text-align: left;
}

.SeriesFund .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -10px;
}


/*Product inner page*/


/*nav div Page*/

.navDiv .nav-item .nav-link {
    padding: 20px 30px;
    font-size: 1em;
}

.navDiv .nav-item .nav-link:hover {
    color: #000;
}

.select2-results__option {
    font-size: 13px;
}

.navDiv .nav-link.active {
    background-color: #ebebeb;
    color: #000;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 30px;
}

.navDiv .tab-content .tab-pane {
    background-color: #ebebeb;
}

.solid-Danger-button {
    border-radius: 20px;
    color: #fff;
    margin: 0 2px;
}

.solid-Danger-button:hover {
    background-color: transparent;
    border: 1px solid #c82333;
    color: #c82333;
}

@media screen and (max-width:479px) {
    .HisNav {
        height: 70px;
        text-align: center;
        width: 100%;
    }

    .HisNavBtn {
        float: none !important;
    }
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


/* Step 2: Reference Individual Icons */

.accordion .card-header::after {
    content: "\f077";
    font-style: normal;
    font-weight: bold;
    font-family: FontAwesome;
    float: right;
    color: #0059bd;
}

.accordion .card-header.collapsed:after {
    content: "\f078";
    font-style: normal;
    font-weight: bold;
    font-family: FontAwesome;
    float: right;
    color: #0059bd;
}

.navAccordin .card {
    border: none;
}

.navAccordin .card-header {
    border-bottom: 1px solid #d7d7d7;
    cursor: pointer;
    background-color: #ebebeb;
}

.navAccordin .card-header a {
    color: #0059bd;
    font-size: 15px;
    font-weight: bold;
}

.navAccordin .fa-rupee-sign {
    font-size: 12px;
    color: #636363;
}

#nav_fund .panel-title {
    width: 80%;
    display: inline-block;
}


/*Nav Div Page*/


/*SIP Calculator*/


/*SIP Calculator*/


/*form and downloads*/

.form-container {
    padding: 20px;
}

.form-container input {
    margin-right: 20px;
}

.form-dwnld-bg {
    background-color: #fff;
}

.sch-info-bg {
    background-color: #fff;
}

ul#downloads-form-nav {
    border-radius: 50px !important;
}

.form-contents {
    padding-top: 20px;
    display: none;
}

.form-contents .solid-blue-button {
    margin-top: 20px;
}

.downloads-form-section ul {
    padding: 0;
    background-color: #fff;
}

.downloads-form-section #downloads-form-nav a.nav-link.active {
    background-color: #2de9b6;
    color: #fff;
}

.downloads-form-section .nav-tabs .nav-item {
    width: 33.33%;
}

.half-width {
    width: 50% !important;
}

#download-section-tab-content {
    background-color: #f9f9f9 !important;
}

#download-section-tab-content {
    padding: 20px 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#download-section-tab-content .solid-blue-button {
    margin-top: 20px;
}

.downloads-form-section .nav-tabs .nav-item:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

#downloads-form-nav .nav-item .nav-link {
    font-size: 1em;
}

#downloads-form-nav .nav-item .nav-link,
#downloads-form-nav .nav-item .nav-link.active {
    padding: 12px 0px !important;
    border-radius: 0 !important;
}

#downloads-form-nav .nav-item:first-child .nav-link {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

#downloads-form-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}

.form-display-results {
    background-color: #fff;
    padding: 50px;
    margin-top: 30px;
}

.result-display li {
    list-style-type: none;
    margin: 10px 0;
}

.result-display li a {
    color: #20205c;
}

.result-display {
    padding-left: 0;
}

.form-icon-bg::after {
    content: '';
    background-image: url('../Images/clipboard-icon.png');
    display: block;
    width: 88px;
    height: 263px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50px;
}

.info-icon-bg::after {
    content: '';
    background-image: url('../Images/info-icon.png');
    display: block;
    width: 85px;
    height: 103px;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 155px;
}

.frmdwn .nav-tabs {
    border: none;
}


/*form and downloads*/


/*Distibutor page*/

.faq-section-wrapper:first-child {
    margin: 0;
}

.faq-section-wrapper .ui-accordion .ui-accordion-header {
    font-size: 0.95em;
    padding: 1em;
}

.faq-section-wrapper .ui-state-default {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.ui-accordion .ui-accordion-content {
    border: none;
}

.ui-state-default .ui-icon {
    background-image: url('images/ui-icons_454545_256x240.png');
}

.ui-icon-circle-arrow-e {
    background-position: 0 !important;
}

.ui-icon-circle-arrow-s {
    background-position: 0 !important;
}

.ui-icon {
    width: 34px;
    height: 34px;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url('images/ui-icons_454546_256x240.png');
}

.tick-mark {
    position: relative;
}

.tick-mark::before {
    margin-right: 10px;
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.faq-body .container p:first-child {
    padding-top: 25px;
}

.faq-body {
    background-color: #fff;
    padding: 20px 0;
    height: calc(100% - 62px);
}

.faq-body li {
    list-style: none;
    text-decoration: underline;
}

.quick-access ul {
    padding-left: 0;
}

.quick-access {
    margin-top: 30px;
    margin-bottom: 30px;
}

.quick-access i {
    margin-right: 15px;
}

.quick-access li {
    list-style: none;
    padding: 10px 0;
    margin: 5px 0;
}

.quick-access li a {
    color: #20205c;
}

.quick-access img {
    width: 25px;
    height: 100%;
    margin-right: 15px;
    vertical-align: sub;
}

.dist-footer {
    background-color: #20205c;
    padding: 0;
}

.dist-footer input {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 5px 0;
}

.dist-footer textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 8px;
}

.dist-footer textarea::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0.5;
    /* Firefox */
}

.dist-footer textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
}

.dist-footer textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 14px;
}

.dist-footer input::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0.5
        /* Firefox */
}

.dist-feedback-btn {
    background-color: #2ee9b6;
    border: 1px solid #2ee9b6;
    border-radius: 25px;
    margin-top: 15px;
    padding: 6px 15px;
}

.dist-feedback-btn:hover {
    background-color: transparent;
    border-radius: 25px;
    color: #fff;
    border: 1px solid #fff;
}

.dist-feed {
    background-color: #2ee9b6;
    border: 1px solid #2ee9b6;
    border-radius: 25px;
    margin-top: 15px;
    padding: 6px 15px;
    color: #fff;
}

.dist-feed:hover {
    background-color: transparent;
    border-radius: 25px;
    color: #2ee9b6;
    border: 1px solid #2ee9b6;
}

.dist-footer input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
}

.dist-footer input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-size: 14px;
}

.dist-footer .form-control:focus {
    background-color: transparent;
    outline: none;
}

.dist-feedback form {
    width: 70%;
    padding-top: 15px;
}

.dist-feedback form input:focus {
    outline: none !important;
}

.dist-feedback {
    padding-top: 50px;
    padding-bottom: 50px;
}

.dist-footer-img {
    background-image: url('../Images/footer-img.png');
    background-size: cover;
}

.faq-body .container p {
    padding: 0 25px;
}

.no-banner-header #dist-feedback-btn {
    color: #fff;
    font-size: 15px;
}

.no-banner-header #dist-feedback-btn:hover {
    color: #20205c;
}

.quick-access .text-title {
    margin-bottom: 25px;
}

.faq-body a {
    text-decoration: none;
    color: #20205c;
}

.liststyle-disc li {
    list-style: disc !important;
}

.liststyle-decimal li {
    list-style: decimal !important;
}

.liststyle-circle li {
    list-style: circle !important;
}

.liststyle-upper-roman li {
    list-style: upper-roman !important;
}

.liststyle-lower-alpha li {
    list-style: lower-alpha !important;
}

.nwDistr li {
    text-decoration: none !important;
}

.Dlogin {
    color: #fff !important;
}

.Dlogin:hover {
    color: #20205c !important;
}

.linkA {
    color: #0056b3;
}

.liRom li {
    list-style: upper-roman;
    padding-bottom: 5px;
}

.liAlp li {
    list-style: lower-alpha;
    padding-bottom: 5px;
}


/*Distibutor page*/


/*legal document*/

.lgDoc .nav-tabs .nav-item {
    width: 25%;
}

.lgDoc .nav-tabs .nav-item a {
    padding: 20px 0;
}

.listStyleC li {
    list-style: disc;
    padding-bottom: 5px;
}

.listStyleO li {
    list-style: circle;
}


/*legal document*/


/*statutory disclosure*/

.statutory-col-wrapper {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
}

.statutory-col-wrapper h5 {
    margin: 0 0 15px;
}

.statutory-col-wrapper .action-button {
    margin-top: 25px;
    padding-left: 0;
}

.disclosure-li {
    padding: 8px;
    font-size: 14px;
    line-height: 25px;
}

.dislosure-list-wrapper {
    margin-top: 25px;
}

.dislosure-list-wrapper li {
    list-style: disc;
}

.orderList li {
    list-style: decimal;
    padding-left: 8px;
    font-weight: normal;
}


/*statutory disclosure*/


/*FAQS*/

.faq-header {
    background-color: #2ee9b6;
    padding: 15px;
    border-radius: 20px 20px 0 0;
}

.faq-header h5 {
    margin: 0;
    font-size: 1em;
}

.faq-section-wrapper {
    margin: 30px 0;
}

.faq-section-wrapper:first-child {
    margin: 0;
}

.faq-section-wrapper .ui-state-default {
    border: none;
    background: #fff;
    font-weight: normal;
    color: #454545;
}

.faq-section-wrapper .ui-widget-content {
    border: none;
}

.faq-accordion-section {
    margin: 30px 0;
}

.faq-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

.faq-form .form-control {
    border-radius: 20px;
    margin: 10px 0;
}

.faq-section-wrapper i {
    margin-right: 15px;
}

.faq-section-wrapper .ui-accordion .ui-accordion-header {
    font-size: 0.95em;
    padding: 1em;
}


/* .faq-section-wrapper .ui-state-active .ui-icon, .faq-section-wrapper .ui-button:active .ui-icon {
  background-image: url('../images/accord-ui-icons.png') !important;
  width: 27px;
  height: 27px;
} */

.ui-icon {
    width: 50px !important;
    height: 30px !important;
}

input:focus {
    outline: none;
}

button:focus {
    outline: 0;
}

.faq-accordion h3 {
    outline: 0;
}

.ui-icon-circle-arrow-e {
    background-position: 0;
}

.ui-icon-circle-arrow-s {
    background-position: 0;
}

.dec_blu a {
    color: #00529c !important;
    text-decoration: underline !important;
}


/*FAQS*/


/*downloads*/

.Def_table th {
    color: #20205c;
    font-size: 14px;
    padding: 10px 10px;
}


/*downloads*/


/*Stat dis*/


/*investor Education*/

.inv_Edu {
    background: url(../Images/InvestorEducation.jpg);
}

.box-shadow {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.bg-light-green {
    background-color: #b6ecde;
}


/*investor Education*/


/*SEBI - Investor Awareness Initiative Styling*/

.sebi-ia-nav.nav-pills .nav-link {
    background-color: transparent;
    border: 1px solid #f15a24;
    border-radius: 20px;
    color: #f15a24;
    margin: 6px;
}

.sebi-ia-nav.nav-pills .nav-link:hover {
    background-color: #20205c !important;
    border: 1px solid #20205c !important;
    color: #fff;
}

.sebi-ia-nav.nav-pills .nav-link.active {
    font-size: inherit !important;
    background-color: #20205c !important;
    border: 1px solid #20205c !important;
    color: #fff;
}

.sebi-ia-carousel-indicators {
    bottom: -40px !important;
}

.sebi-ia-carousel-indicators li {
    cursor: pointer !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
}


/*SEBI - Investor Awareness Initiative Styling*/


/* Sitemap Page Styling */

.sitemap-title {
    background-color: #2EE9B6;
}

.sitemap-title h5 a,
.sitemap-title h5 a span {
    color: #20205c;
}

.sitemap-title-text {
    position: relative;
    top: 5px;
}

.sitemap-title-span {
    position: absolute !important;
    left: 5px !important;
    top: 5px !important;
}

.sitemap-title-icon {
    margin-left: -10px;
}

.sitemap-list ul li,
.sitemap-list ul li i {
    line-height: 35px;
}


/* Sitemap Page Styling */


/* Row Flex Styling */

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .modal-sm {
        max-width: 400px !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px !important;
    }
}


/* Row Flex Styling */


/* Font Size Increase Decrease Reset */

#fontSizeSettingBtn {
    position: fixed;
    top: 40%;
    right: 0;
}

#fontSizeSettingBtn button {
    width: 40px;
    margin: 5px auto;
    padding: 6px 10px !important;
    background-color: #dddddd !important;
    border-radius: 10px 0px 0px 10px;
}

#fontSizeSettingBtn button:hover,
#fontSizeSettingBtn button:active {
    outline: none !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
    border: 0 !important;
    background-color: #cccccc !important;
}


/* Font Size Increase Decrease Reset */


/* Prefix Input Styling */

.prefix-form-input {
    position: relative;
}

.prefix-input-value {
    position: absolute;
    left: 10px;
    color: #495057;
    top: 7px;
}

.ff .prefix-input-value {
    top: 0px;
}


/* Prefix Input Styling */


/* IAP Page Styling */

.bg-iap-sidebar {
    background-color: #e4f2ff;
}

.bg-primary-blue {
    background-color: #20205c;
}

.iap-schedule-date-time {
    margin-top: -35px;
}

.iap-schedule-status-label {
    padding: 5px 10px;
    background-color: #2ee9b6;
}


/* IAP Page Styling */


/* BAF Modal Popup */

#BAFModal .modal-header {
    padding: 5px 20px;
}


/* BAF Modal Popup */


/* COVID-19 Alert Modal Popup */

#covid19AlertModal .modal-header {
    padding: 5px 20px;
}


/* COVID-19 Alert Modal Popup */


/* Master Landing Page Styling */

#landingPageMasterSection .card .card-img {
    border-radius: 5px;
}

#landingPageMasterSection .box-shadow {
    border-radius: 5px;
}

#landingPageMasterSection .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

#landingPageMasterSection .card-tag {
    position: absolute;
    top: 0px;
    left: 35%;
    width: 100px;
    border-radius: 0 0 5px 5px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}


/* Master Landing Page Styling */

.modal-fs-85 {
    font-size: 85% !important;
}

.modal-fs-90 {
    font-size: 90% !important;
}


/* Webinar Reg Form */

#webinarRegForm {
    border-radius: 10px;
    border-bottom: 6px solid #006699;
}

.question-hour-form-bg {
    background: #0861a1 url(../Images/webinar-reg-form/question-hour-form-banner-bg.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}


/* .the-wise-cast-logo {
  position: relative;
  left: -30px;
} */

.the-wise-cast-logo img {
    /* height: 45px; */
    margin-left: 10px;
}


/* .emi-logo {
  position: relative;
  right: -40px;
} */

.emi-logo img {
    /* height: 45px; */
    margin-right: 2px;
}

.webinar-reg-form-bg {
    background: url(../Images/webinar-reg-form/webinar-reg-form-wisecast-banner.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.webinar-reg-form-without-wisecast-bg {
    background: url(../Images/webinar-reg-form/webinar-reg-form-banner.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.speaker-thumb {
    border-radius: 50%;
    border: 4px solid #2EE9B6;
}

.speaker-name {
    font-size: 15px;
    color: #eeeeee;
}

.text-underline-green {
    text-decoration: underline;
    text-decoration-color: #2CEBB6;
}

#captureSocialHandlesForm {
    border-radius: 10px;
    /* border-top: 4px solid #2EE9B6; */
    border-bottom: 6px solid #006699;
}

.capture-social-handles-body-bg {
    background: #007AFC url(../Images/capture-social-handles/capture-social-handles-form-bg-1.jpg) bottom left no-repeat fixed;
    background-size: cover;
}

.capture-social-handles-form-img img {
    /* background: url(../Images/webinar-reg-form/webinar-reg-form-banner.jpg) top center no-repeat;
  background-size: cover; */
    border-radius: 10px 10px 0px 0px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-placeholder::placeholder {
    font-size: 13px;
    color: #999999;
}

.our-social-handles {
    border-radius: 0px 0px 10px 10px;
}

.our-social-handles ul li {
    margin-right: .2rem !important;
}

.our-social-handles ul li a img {
    width: 35px;
}

.tooltip-inner {
    background: #222222;
    color: #fff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #222222;
}

.text-grey {
    color: #999999 !important;
}

.eg-link {
    color: #777777;
}

@media (max-width: 990px) {
    .capture-social-handles-body-bg {
        background-color: #007AFC;
        background-image: none !important;
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #f15a24;
        color: #ffffff;
        -moz-box-shadow: 0 0 3px #f15a24;
    }

    50% {
        background-color: #fefefe;
        color: #000000;
        -moz-box-shadow: 0 0 25px #fefefe;
    }

    100% {
        background-color: #f15a24;
        color: #ffffff;
        -moz-box-shadow: 0 0 3px #f15a24;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #f15a24;
        color: #ffffff;
        box-shadow: 0 0 3px #f15a24;
    }

    50% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 25px #fefefe;
    }

    100% {
        background-color: #f15a24;
        color: #ffffff;
        box-shadow: 0 0 3px #f15a24;
    }
}

@keyframes glowing {
    0% {
        background-color: #f15a24;
        color: #ffffff;
        box-shadow: 0 0 3px #f15a24;
    }

    50% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 25px #fefefe;
    }

    100% {
        background-color: #f15a24;
        color: #ffffff;
        box-shadow: 0 0 3px #f15a24;
    }
}

.glowing-btn {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing-green {
    0% {
        background-color: #02ddd9;
        -webkit-box-shadow: 0 0 3px #02ddd9;
    }

    50% {
        background-color: #03b9b6;
        -webkit-box-shadow: 0 0 40px #03b9b6;
    }

    100% {
        background-color: #02ddd9;
        -webkit-box-shadow: 0 0 3px #02ddd9;
    }
}

@-moz-keyframes glowing-green {
    0% {
        background-color: #fefefe;
        color: #000000;
        -moz-box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #00CBC8;
        color: #fefefe;
        -moz-box-shadow: 0 0 25px #00CBC8;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        -moz-box-shadow: 0 0 3px #fefefe;
    }
}

@-o-keyframes glowing-green {
    0% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #00CBC8;
        color: #fefefe;
        box-shadow: 0 0 25px #00CBC8;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }
}

@keyframes glowing-green {
    0% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #00CBC8;
        color: #fefefe;
        box-shadow: 0 0 25px #00CBC8;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }
}

.glowing-green-btn {
    -webkit-animation: glowing-green 1500ms infinite;
    -moz-animation: glowing-green 1500ms infinite;
    -o-animation: glowing-green 1500ms infinite;
    animation: glowing-green 1500ms infinite;
}

@-webkit-keyframes glowing-purple {
    0% {
        background-color: #7206b1;
        -webkit-box-shadow: 0 0 3px #7206b1;
    }

    50% {
        background-color: #8d02dd;
        -webkit-box-shadow: 0 0 40px #8d02dd;
    }

    100% {
        background-color: #7206b1;
        -webkit-box-shadow: 0 0 3px #7206b1;
    }
}

@-moz-keyframes glowing-purple {
    0% {
        background-color: #fefefe;
        color: #000000;
        -moz-box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #8d02dd;
        color: #fefefe;
        -moz-box-shadow: 0 0 25px #8d02dd;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        -moz-box-shadow: 0 0 3px #fefefe;
    }
}

@-o-keyframes glowing-purple {
    0% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #8d02dd;
        color: #fefefe;
        box-shadow: 0 0 25px #8d02dd;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }
}

@keyframes glowing-purple {
    0% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }

    50% {
        background-color: #8d02dd;
        color: #fefefe;
        box-shadow: 0 0 25px #8d02dd;
    }

    100% {
        background-color: #fefefe;
        color: #000000;
        box-shadow: 0 0 3px #fefefe;
    }
}

.glowing-purple-btn {
    -webkit-animation: glowing-purple 1500ms infinite;
    -moz-animation: glowing-purple 1500ms infinite;
    -o-animation: glowing-purple 1500ms infinite;
    animation: glowing-purple 1500ms infinite;
}

#allincall-popup {
    width: 65px !important;
    bottom: 60px !important;
    position: fixed;
    right: 30px;
    background-color: #2ee9b6;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
}

#silverJubileeCelebrationForm {
    border-radius: 10px;
    background-color: #ffffff;
}

.silver-jubilee-celebration-body-bg {
    background: #003867 url(../Images/silver-jubilee-celebration/silver_jubilee_celebration_bg.jpg) top center no-repeat fixed;
    background-size: cover;
}

.silver-jubilee-celebration-form .form-group .form-control {
    background-color: #1A4363 !important;
    border: 1px solid #1A4363 !important;
    color: #eeeeee;
}

.silver-jubilee-celebration-form .prefix-input-value {
    position: absolute;
    left: 10px;
    color: #eeeeee;
    top: 7px;
}

.btn-submit-action.btn-danger {
    background-color: #DC6261;
}

.btn-submit-action.btn-success {
    background-color: #00CBC8;
}

.btn-submit-action {
    border-radius: 20px;
    padding: 8px 30px;
    margin-left: 10px;
}

.tooltip-inner {
    background-color: transparent !important;
}

#sizeChartModal .modal-default {
    max-width: 500px !important;
}

#sizeChartModal .modal-body {
    padding: 1px;
}

.bg-facebook {
    background-color: #3b5999;
}

.bg-twitter {
    background-color: #55acee;
}

.bg-instagram {
    /* background-color: #e4405f; */
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.bg-linkedin {
    background-color: #0077B5;
}

.bg-youtube {
    background-color: #cd201f;
}

.bg-soundcloud {
    background-color: #1DD15D;
}

.bg-spotify {
    background-color: #F87400;
}

.bg-podcast {
    background-color: #C765EF;
}

.footer-social-info a {
    width: 40px;
    height: 40px;
    /* line-height: 30px; */
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    text-align: center;
    /* background: #42d897; */
}

.footer-social-info a i {
    font-size: 20px;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.bgMedia {
    background: #DAFFEC
}

.btn-light-green {
    background-color: #2EE9B6;
}

#Success .modal-body {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #dff0d8;
    font-weight: bold;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

#Success .modal-header {
    background-color: #3c763d;
    border-color: #3c763d;
    font-weight: bold;
}

#Success .modal-header p {
    color: #fff;
}

#Failure .modal-body {
    color: #a94442;
    background-color: #f2dede;
    border-color: #f2dede;
    font-weight: bold;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

#Failure .modal-header {
    background-color: #a94442;
    border-color: #a94442;
    font-weight: bold;
}

#Failure .modal-header p {
    color: #fff;
}

.feedback-body-bg {
    background: #f0f0f0;
    /* background-size: cover; */
}


/* .range-slider {
  margin: 5px 0 0 0%;
} */

.range-slider-range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00cbc8;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider-range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider-range:active::-webkit-slider-thumb {
    background: #1abc9c;
}

.range-slider-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #1a4363;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider-range::-moz-range-thumb:hover {
    background: #1abc9c;
}

.range-slider-range:active::-moz-range-thumb {
    background: #1abc9c;
}

.range-slider-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
}

.range-slider-value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #1a4363;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider-value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #1a4363;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

#txt_feedback::placeholder {
    color: #ccc;
    opacity: 1;
}

.OTP-form input {
    margin: 0 5px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    height: 40px;
    border: solid 1px #ccc;
    /* box-shadow: 0 0 5px #ccc inset; */
    outline: none;
    width: 10%;
    transition: all .2s ease-in-out;
    border-radius: 3px;
}

#form.inputs input {
    width: 40px;
    height: 40px
}

#form input[type=number]::-webkit-inner-spin-button,
#form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}