body {
    font-family: 'Muli', sans-serif;
}

.container-fluid {
    max-width: 1366px;
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

img {
    vertical-align: middle;
    border-style: none;
}


table {
    border-collapse: collapse;
    margin-bottom: 0px !important;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

.form-group {
    margin-bottom: 20px !important;
}

.table {
    font-size: 14px;
    border: none;
}

    .table td {
        border-left: none;
        border-right: none;
        border-top: solid 1px Silver;
        border-bottom: solid 1px Silver;
    }



/* font-sizes */
.ft-14 {
    font-size: 14px;
}
/* font-sizes END*/


/* background colors */
.bg-light-blue {
    background: #343d7f;
}

.bg-ash {
    background: #e9ecef;
}

.btn-bg-blue {
    background: #3a4385;
    color: #ffffff;
}

.form-bg-blue {
    background: #545c98;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.bg-red {
    background: #be353c;
    color: #ffffff;
}
/* background colors END*/


/* text colors */
.txt-red {
    color: #EA5167;
}

.txt-danger {
    color: #c23e40;
}

.txt-blue {
    color: #2c3576;
}

.txt-white {
    color: #fff;
}

.txt-light-white {
    color: #fff;
    opacity: .7;
}
/* text colors END*/

.bx-shadow {
    box-shadow: 0px 0px 5px #adb5bd;
}

.p-sections {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-sections-foot {
    padding-top: 50px;
    padding-bottom: 34px;
}

.padd {
    padding: 50px 7%;
}

.mb-20 {
    margin-bottom: 20px;
}

.br-1 {
    border-right: 1px solid #adb5bd;
}

.connect {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 11px;
}

.navbar li {
    letter-spacing: 0.5px;
    margin: 0 10px;
    font-size: 14px;
}


/* Footer */
footer {
	color: #b8a8a8;
	background: #000000;
}
footer .max-width {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 55px;
	padding-bottom: 50px;
}
.footer_logo p {
	width: 80%;
	font-size: 14px;
	line-height: 32px;
	margin: 40px 0;
	color: #b8a8a8;
}
.footer_logo {
	width: 30%;
    padding-left:20px;
}
.footer_links {
	width: 70%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}
.footer_links_info {
	width: 33.33%;
}
.footer_links_info h5 {
	margin-bottom: 7px;
	color: #b8a8a8;
	font-size: 15px;
	font-weight: bold;
	font-family: "Roboto", sans-serif;
}
.footer_links_info ul {
	padding: 0;
	margin-left: 0;
}
.footer_links_info li {
	margin-bottom: 7px;
	list-style-type: none;
}
.footer_links_info li a {
	text-decoration: none;
	font-size: 13px;
	position: relative;
	color: #b8a8a8;
	font-weight: 300;
}
.footer_contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_links_info li a:hover {
	color: #fff;
}
.footer_links_info li a::after {
	bottom: -3px;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
	-webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.footer_links_info li a:hover::after {
	width: 100%;
}
.footer_links_info li a img {
	margin-right: 10px;
	width: 15px;
}
.footer_contact_tel {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_social_links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer_social_links a {
	margin-left: 8px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #201c43;
	border-radius: 8px;
	padding: 7px;
}
.footer_social_links a:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
.footer_contact a:hover::after {
	display: none;
}
.footer_links_info .footer_social_links a img {
	width: auto;
}
p.footer_copyright {
	margin: 0;
}
.footer_bottom,
.footer_bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer_bottom {
	max-width: 1360px;
	margin: auto;
	padding: 0 40px;
	padding-bottom: 40px;
}
.footer_here img {
	width: 90px;
}
.footer_bottom .footer_copyright {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	color: #b8a8a8;
}
.footer_bottom ul {
	margin: 0;
	list-style-type: none;
	margin-right: 100px;
	margin-left: auto;
}
.footer_bottom ul h5 {
	margin: 0px;
	color: #b8a8a8;
	font-size: 16px;
	margin-right: 30px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}
.footer_here p {
	margin: 0;
	color: #b8a8a8;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02em;
}
.footer_here span {
	font-weight: 900;
}
.footer_bottom .footer_copyright_mobile {
	display: none;
}
/* Footer */

/* mobile menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav li {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: #2c3576;
        display: block;
        transition: 0.3s;
    }

        .sidenav li a {
            color: #2c3576;
        }

    .sidenav a:hover {
        color: #2c3576;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/* mobile menu End */





nav li a {
    color: #3f50a0;
}

nav ul li:first-child a {
    font-weight: 700;
}

.sidenav ul li:first-child a {
    font-weight: 700;
}



.banner-text h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: .4px;
    color: #fff;
    opacity: .95;
    margin-bottom: 25px;
}

.banner-text {
    width: 100%;
    padding-left: 10%;
}

.banner {
    background: url("../img/bg.png");
    background-size: 100% 100%;
}

.ban-img {
    width: 45%;
    padding-top: 50px;
    position: relative;
    padding-bottom: 80px;
    left: 5%;
}

.banner-img-div {
    text-align: center;
}

.banner-icons {
    width: 24px;
}

.banner-icon-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 5px;
    outline: none;
}

.inves-para {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.disclaim {
    font-size: 16px;
    line-height: 34px;
    color: #173750;
    text-align: justify;
}

.copyryt {
    width: 322px;
    color: #C7C9D5;
    font-size: 13px;
    line-height: 22px;
}

.copyright-div {
    color: #C7C9D5;
}

/* vertical tabs web */
.tab {
    float: left;
    width: 100%;
}

    /* Style the buttons inside the tab */
    .tab button {
        font-size: 16px;
        display: block;
        width: 100%;
        min-height: 85px;
        border: none;
        margin-top: 15px;
        outline: none;
        box-shadow: 0px 0px 3px #adb5bd;
        border-radius: 5px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s;
    }

.forms-div .col-lg-7 .right-div {
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 5px #adb5bd;
    padding: 15px 5px;
}

.forms-div .col-lg-7 .right-div1 {
    border-radius: 5px;
    background: #fff;
    height: 100%;
    box-shadow: 0px 0px 5px #adb5bd;
    padding: 15px 5px;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
}

.tablinks-active {
    background: #ffffff !important;
    color: #3a4385 !important;
}

.tablinks {
    background: #3a4385;
    color: #ffffff;
}
/* vertical tabs web */

.capatch img {
    /*width: 100px;*/
    position: relative;
    top: -5px;
    cursor: pointer;
}

.letter-icon {
    padding: 19px 23px;
    width: 65px;
    height: 65px;
    border-radius: 50px;
}

.here-for-you {
    text-align: right;
}

.social-media-mobile {
    margin-top: 20px;
}

.form-check.form-check-inline {
    margin-right: 30px;
}

#main {
    display: none;
}
    /* .right-div {
  display: none;
} */
    /* mobile tabs */
    #main #faq .card {
        margin-bottom: 10px;
        border: 0;
    }

        #main #faq .card .card-header {
            border: 0;
            -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            border-radius: 2px;
            padding: 0;
        }

.card {
    background-color: transparent !important;
    padding-bottom: 20px;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #FFE472;
    color: #222;
    width: 100%;
    padding: 20px;
    margin-top: 1px !important;
    box-shadow: 0px 0px 3px #6c757d;
}

    #main #faq .card .card-header .btn-header-link:after {
        content: "\f106";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 20px;
        margin-left: auto;
        float: right;
    }

    #main #faq .card .card-header .btn-header-link.collapsed {
        background: #3a4385;
        box-shadow: 0px 0px 3px #adb5bd;
        color: #fff;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
    }

        #main #faq .card .card-header .btn-header-link.collapsed:after {
            content: "\f107";
            font-size: 20px;
        }

#main #faq .card .collapsing {
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

    #main #faq .card .collapse.show {
        color: #222;
        margin-top: 15px;
        padding: 0 0 1.25rem 0;
        border-radius: 5px;
        background: #ffffff;
        margin-bottom: 1px;
        box-shadow: 1px 0px 3px #adb5bd;
    }
/* popup */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.modal-para {
    padding: 15% 20%;
    font-size: 18px;
    line-height: 30px;
}

.pop-nsdl {
    border: 2px solid #dc3545;
    padding: 0px 7px 2px 7px;
    border-radius: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 5px 20px;
    border: 1px solid #888;
    width: 60%;
    border-radius: 15px;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

    .close:hover,
    .close:focus {
        color: #ffffff;
        text-decoration: none;
        cursor: pointer;
    }

.popup-box {
    border: 1px solid;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    text-align: center;
}

.popup-login {
    font-size: 20px;
    font-weight: 600;
    color: #152c70;
}

.bg-popup-blue {
    background: #152c70;
}
/* popup end */
/* mobile menu close */
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}

@media (min-width: 992px) {
    .sidenav {
        display: none;
    }

    .hamburg {
        display: none;
    }

    .navbar-brand1 {
        display: none;
    }

    .navbar-brand {
        height: 60px;
    }
}

@media (max-width: 992px) {
    .container, .container-sm {
        max-width: 700px;
    }

    .modal-content {
        width: 90%;
    }

    .navbar {
        display: none;
    }
    /* .social-media-mobile {
    padding-bottom: 120px;
  } */
    .pl-90 {
        padding-left: 90px;
    }

    #main {
        display: block;
    }

    .sidenav {
        display: block;
    }

    .hamburg {
        display: block;
    }

    .banner {
        height: 80vh;
    }
    /*
  .forms-div {
    display: none;
  }
        */
    .navbar-brand1 {
        display: block;
        height: 60px;
    }

    .logo-menu {
        position: relative;
        background: #ffffff;
        left: 0px;
        padding: 5px 15px;
    }

    .banner-text h2 {
        font-size: 30px;
    }

    .banner-text {
        padding: 0 5% !important;
        top: -11vh;
        position: relative;
    }

    .nbsp {
        display: none;
    }

    .copyryt {
        position: relative;
        top: 100px;
        margin-top: 30px;
    }

    .here-for-you {
        text-align: left;
        margin-top: 15px;
    }

    .social-med {
        margin-top: -40px;
    }

    .connect {
        display: block;
        margin-bottom: 11px;
    }

    .footer-links h6 {
        margin-top: 30px;
    }

    .ban-img {
        width: 60%;
        padding-top: 0px;
        position: absolute;
        padding-bottom: 0px;
        bottom: 5%;
        left: 20%;
        margin: auto;
    }

    .tabcontent {
        padding: 0px;
    }
}

@media (max-width: 546px) {
    .ban-img {
        width: 70%;
        padding-top: 0px;
        position: absolute;
        padding-bottom: 0px;
        bottom: 5%;
        left: 17%;
        margin: auto;
    }

    .padd {
        padding: 50px 0%;
    }

    .banner-text h2 {
        font-size: 24px;
    }
}

@media (max-width: 420px) {
    .form-check.form-check-inline {
        margin-right: 10px;
    }

    .banner-text h2 {
        font-size: 16px;
    }

    .inves-para {
        font-size: 14px;
        line-height: 30px;
        color: #fff;
    }

    .banner-text {
        padding: 0 1% !important;
    }

    .p-sections-foot {
        padding: 50px 30px 34px 30px;
    }
}

@media (max-width: 360px) {
    .copyryt {
        position: relative;
        top: 100px;
        margin-top: 0px;
    }
}
/* @media (max-width: 420px) and (max-height: 824px) {
         .social-media-mobile {
           padding-bottom: 220px;
         }
} */

.modal-backdrop {
    background-color: transparent !important;
}

.modal-backdrop {
    display: none !important;
}

.initials {
    white-space: nowrap;
}
