body {
  font-family: "Reddit Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	color: #344054;
	background-color: #FFFFFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #1D2939;
}
h1 {
	font-size: 64px
}
h2 {
	font-size: 36px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 16px
}
p {
	font-size: 16px;
	color: #344054;
	line-height: auto;
    margin: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
a {
	color: #00027F;
	text-decoration: none;
}
ol,
ul {
	padding: 0;
	margin: 0
}
::-webkit-scrollbar {
	width: 6px;
	height: 6px
}
::-webkit-scrollbar-track {
	background: #fff
}
::-webkit-scrollbar-thumb {
	background: #7070707e;
	border-radius: 2px
}
::-webkit-scrollbar-thumb:hover {
	background: #7162EA;
}
/*Buttons*/
.btn_main {
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid #00027F;
    color: #00027F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	transition: .4s ease all;
	display: inline-block;
}
.btn_main:hover {
    padding: 10px 18px;
    border-radius: 4px;
    background: #00027F;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: .4s ease all;
}
.btn_second {
    padding: 10px 18px;
    border-radius: 4px;
    background: #00027F;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	transition: .4s ease all;
	border: 1px solid transparent;
	display: inline-block;
}
.btn_second:hover {
	padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid #00027F;
    color: #00027F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
	transition: .4s ease all;
	background: #FFFFFF;
}
/*Buttons over*/

/*header*/
header .nav-item .nav-link {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.login_group {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

header .navbar-light .navbar-nav .nav-link{
	color: #344054;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding: 8px;
	line-height: 24px;

}
header .navbar-light .navbar-nav .nav-link:hover{
	color: #00027F;
}
header  nav.navbar ul.navbar-nav {
    display: flex;
    gap: 16px;
}
header .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header > nav.navbar {
    padding: 16px 0;
}
header .navbar-brand > img {
    /* max-height: 48px; */
    max-height: 35px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item:hover {
    background: #00027f;
    color: #fff;
    border-radius: 4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li a.dropdown-item {
    padding: 8px 16px;
}
/*Header Over*/

/*Footer Start*/
footer {
    padding: 30px 0;
    background: var(--Theme-Dark-Blue-900, #17162C);
}
.footer_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: block;
}
.footer_apps {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.copyrights p {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.963px;
}
.footer_social ul {
    display: flex;
    align-items: center;
    gap: 33.35px;
    list-style: none;
    justify-content: center;
}
.footer_diclaimner {
    border-bottom: 0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    position: relative;
}
.footer_diclaimner h6 {
    font-style: normal;
    margin-bottom: 16px;
    font-family: Reddit Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 20.96px;
    letter-spacing: normal;
    color: #98A2B3;
    text-align: center;
}
.footer_diclaimner > p {
    color: var(--Text-Grey-100, #F2F4F7);
    font-style: normal;
    font-family: Reddit Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.18px;
    letter-spacing: normal;
    text-align: center;
}

.footer_items.App_policy_Items {
    margin-bottom: 16px;
    display: block;
    border-bottom: 1px solid #475467;
}

.footer_apps.Policy_Links {
    align-items: center;
}

.footer_apps.Policy_Links a {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.963px;
}

.footer_apps.Policy_Links a:last-child {
    border-right: 0;
    padding-right: 0;
}

/*Footer Over*/

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background: #fff;
    opacity: 1;
    z-index: 999;
    box-shadow: 0px 0px 1px #000;
}

.Resources_Main.Privacy_Policy_Banner {
    background-image: url(../images/Privacy_Policy_Bg.jpg);
}

.Resources_Main.Cookie_Policy_Banner {
    background-image: url(../images/Cookies_Policy_Bg.jpg);
}

.navbar-light .navbar-brand {
    border-right: 1px solid #98A2B3;
    padding-right: 1rem;
}


.footer_diclaimner.Download_Box:after {
    content: '';
    border-right: 1px solid #475467;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-bottom: 0;
}

.footer_diclaimner.Download_Box {
    border: 0;
}

.footer_apps {
    justify-content: center;
}

.footer_diclaimner.Commu_Add_Box {
    border: 0;
}

.footer_social {
    text-align: center;
}

.footer_apps.Policy_Links a {
    border-right: 1px solid #fff;
    padding-right: 16px;
}


@media(max-width:767px){ 
    .footer_items {
        flex-wrap: wrap;
        gap: 16PX;
    }

    .Resources_Tabs .nav-tabs {
        border: 0;
        gap: 16px;
        justify-content: flex-start;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
}