@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Meera+Inimai&display=swap');
body {
background: #fff;
color: #000;
font-family: 'Meera Inimai', sans-serif;
}

a {
  color: #FF5722;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}
a{
color:#2d40a6;
}
a:hover {
    text-decoration:none;
}
.clear-fix{
clear: both;
}
.btn:focus {
  outline: none;
}
button:active {
outline: none;
border: none;
}
button:focus {outline:0;}
textarea:focus, input:focus , a:focus{
outline: none;
}
input, button, select, textarea{
font-family: 'Roboto', sans-serif;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
font-weight:700;
margin: 0 0 20px 0;
padding: 0;
}
.pad0{
padding:0px;
}
.container{
background-color:#fff;
padding:0px;
}
.desktop-view{
display:block;
}
.mobile-view{
display:none;
}
/*****************/
/**header-section**/
.header-section{
background-color:#fff;
border-bottom: 1px solid #e3e3e3;
z-index: 999;
transition: all 1s ease 0s;
top: -160px;
background-color:#fff;
}
.shrink-nav {
  top: 0px;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 1s ease 0s;
  border-bottom: 1px solid #ececec;
  box-shadow: 0px 2px 12px 0px #eaeaea;
}
.header-login-btn{
background-color:#fff;
color:#0066ff;
font-size:16px;
font-weight:400;
border:1px solid #0066ff;
font-family: 'Roboto', sans-serif;
box-shadow:none;
border-radius:6px;
}
.header-login-btn:hover, .header-login-btn:focus{
background-color:#fff;
color:#0066ff;
box-shadow:0px 0px 6px 0px #859dfd;
}
.lgn-icon{
background: url('../images/lg-arw.png') no-repeat -3px -3px;
width: 18px;
height: 18px;
display:inline-block;
vertical-align:middle;
margin-left:3px;
}
.header-new-register-btn{
background-color:#0066ff;
color:#fff;
font-size:16px;
font-weight:400;
border:1px solid #0066ff;
font-family: 'Roboto', sans-serif;
box-shadow:none;
border-radius:6px;
}
.header-new-register-btn:hover, .header-new-register-btn:focus{
background-color:#0066ff;
color:#fff;
box-shadow:0px 0px 6px 0px #859dfd;
}
.header-section .navbar-nav li{
padding:0px 15px;
}
.header-section .bg-light {
background-color: #fff !important;
width: 100%;
}
.header-section .navbar-brand {
  border-right: 1px solid #e6e6e6;
  padding-right: 10px;
}
/**header-section-closed**/

/**footer-section**/
.footer-section{
padding:40px 0px;
background-color:#f7f7f7;
}
.footer-logo{

}
.footer-link{

}
.footer-link ul{
padding:0px;
list-style:none;
}
.footer-link ul li{
display:block;
padding:5px 0px;
color:#9f9f9f;
font-size:15px;
}
.footer-link ul li a{
color:#9f9f9f;
font-size:15px;
}
.footer-link ul li a:hover{
text-decoration:underline;
color:#430cfd;
}
.footer-section p{

}
.disclaimer-div{
background-color: #fff;
padding: 20px 40px;
max-width:950px;
margin:0 auto;
}
.disclaimer-div p{
text-align: left;
font-size: 15px;
color: #000;
line-height: 30px;
margin-bottom:0px;
}
/**footer-section**/

/**article-listing-left**/
.article-left-accordian{
font-family: 'Meera Inimai', sans-serif;
position:sticky;
top:120px;
}
.article-left-accordian #main {
  margin: 50px 0;
}

.article-left-accordian #main #faq .card {
  margin-bottom:15px;
  border: 0;
}
.article-left-accordian #faq{
padding-top:0px;
}
.article-left-accordian #main #faq .card .card-header {
border: 0;
-webkit-box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
      box-shadow: 0 0 0px 0 rgba(213, 213, 213, 0.5);
border-radius: 0px;
padding: 0;
}

.article-left-accordian #main #faq .card .card-header .btn-header-link {
display: block;
text-align: left;
background: #fff;
color: #021d54;
padding: 2px;
font-size: 14px;
box-shadow: none;
font-weight: 700;
text-indent: -24px;
margin-left: 24px;
font-family: 'Meera Inimai', sans-serif;
}

.article-left-accordian #main #faq .card .card-header .btn-header-link:before {
content: "";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
/*float: right;*/
margin-right: 12px;
display:inline-block;
background: url('../images/homepage/arw-dwn-blue.png') no-repeat 0 -3px;
width: 13px;
height: 9px;
}

.article-left-accordian #main #faq .card .card-header .btn-header-link.collapsed {
background: #fff;
color: #021d54;
box-shadow: none;
}

.article-left-accordian #main #faq .card .card-header .btn-header-link.collapsed:before {
content: "";
display:inline-block;
background: url('../images/homepage/arw-left-blue.png') no-repeat -1px -1px;
width: 8px;
height: 13px;
}

.article-left-accordian #main #faq .card .collapsing {
background: transparent;
line-height: 26px;
}

.article-left-accordian #main #faq .card .collapse {
  border: 0;
}

.article-left-accordian #main #faq .card .collapse.show {
background: transparent;
line-height: 24px;
color: #021d54;
}
.article-left-accordian  .card-body{
padding: 5px 5px;
background-color:transparent;
}
.article-left-accordian .card-header{
 background-color:transparent;
}
.article-left-accordian .card-body ul{
margin-bottom:0px;
list-style:none;
padding:0px;
background-color:transparent;
}
.article-left-accordian .card-body ul li{
display:block;
padding:0px 0px;
background-color:transparent;
}
.article-left-accordian .card-body ul li a{
background-color: transparent;
color: #021d54;
font-size: 13px;
font-weight: 400;
padding: 5px 24px;
display: block;
font-family: 'Meera Inimai', sans-serif;
border-bottom: 1px solid #eaeaea;
}
.article-left-accordian .card-body ul li a:hover, .article-left-accordian .card-body ul li a:focus{
font-weight:500;
text-decoration:underline;
}
/**article-listing-left**/
/**artical-list-right**/
.social-list-right{
margin-top:40px;
font-family: 'Meera Inimai', sans-serif;
position:sticky;
top:120px;
}
.social-list-right ul{
list-style:none;
padding:0px;
}
.social-list-right ul li{
padding:10px 0px;
}
.social-list-right ul li a{

}
.social-list-right img{

}
/**artical-list-right-closed**/
/**articel-center**/
.article-center-div{
margin-top:50px;
font-family: 'Meera Inimai', sans-serif;
}
.main-artical-heading{
margin-bottom: 30px;
}
.main-artical-heading h2{
font-size:20px;
font-weight:700;
color:#000;
font-family: 'Meera Inimai', sans-serif;
}
.main-artical-heading p{
color:#353535;
font-size:15px;
font-weight:400;
line-height:28px;
font-family: 'Meera Inimai', sans-serif;
}
.article-list-div{
padding-top: 10px;
padding-bottom: 10px;
}
.article-list-div h3{
color:#021d54;
font-size:17px;
font-weight:700;
font-family: 'Meera Inimai', sans-serif;
}
.article-list-div ul{
padding:0px;
list-style:none;
}
.article-list-div ul li{
display:block;
padding:0px 0px;
border-bottom: 1px solid #e8e8e8;
}
.article-list-div ul li a{
display: block;
color: #010c2c;
font-size: 15px;
font-weight: 400;
padding: 10px 0px;
text-indent: -50px;
margin-left:50px;
font-family: 'Meera Inimai', sans-serif;
}
.article-list-div ul li a:hover{
text-decoration:underline;
}
.card-img-art{
vertical-align: middle;
padding: 5px 10px 0px 0px;
}
/**articel-center-closed**/
/**article-popup**/
.artical-popup-div{

}
.artical-popup-div .close {
float: right;
font-size: 40px;
font-weight: 400;
line-height: 1;
color: #162540;
text-shadow: 0 0px 0 #fff;
opacity: 2;
position: absolute;
right: 20px;
top: 8px;
}
.header-artical-view{
padding: 15px 40px;
}
.header-artical-view h4{
color: #6f6f6f;
font-weight: 400;
font-size: 24px;
padding-bottom: 0px;
margin-bottom:0px;
}
.artical-popup-div .modal-lg{
  max-width: 860px;
}
.artical-popup-div .modal-body{
padding: 20px 40px;
}
.header-artical-content{
margin-bottom: 30px;
}
.header-artical-content h3{
font-size:24px;
font-weight:400;
color:#000;
margin-bottom: 10px;
}
.header-artical-content p{
font-size:17px;
color:#7e7e7e;
}
.left-pro-art{
float:left;
padding-top:15px;
}
.left-pro-art span{
color: #fff;
background-color: #000;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
padding: 3px;
text-align: center;
font-size: 20px;
font-weight: 500;
}
.right-pro-art{
padding-left: 50px;
padding-top:15px;
}
.right-pro-art p{
color:#838383;
font-size:14px;
font-weight:400;
line-height:23px;
margin-bottom:0px;
}
.article-content-embed{

}
/*.c3{
background-color: #ffffff !important;
max-width: inherit !important;
padding: 25px 0px !important;
}*/
.header-section .navbar-light .navbar-nav .nav-link {
color: #000;
font-size: 14px;
font-weight: 700;
font-family: 'Meera Inimai', sans-serif;
}


/**article-popup-closed**/

@media(max-width:1920px){
.container-flex{
max-width:1600px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:1600px){
.container-flex{
max-width: 1440px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:1440px){
.container-flex{
max-width: 1300px;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
}
@media(max-width:800px){
.artical-popup-div .modal-lg{
max-width: auto;
}
}
@media(max-width:520px){
.header-section .navbar-brand img{
max-width: 174px;
}
.header-section .navbar-light .navbar-brand{
max-width:50%;
}
.header-section .navbar-light .navbar-toggler{
border-color:transparent;
}
.footer-section {
padding: 30px 20px;
background-color: #f7f7f7;
}
.footer-logo {
margin-bottom: 20px;
}
.disclaimer-div {
padding: 10px 15px;
}
.header-login-btn{
margin-top: 10px;
margin-bottom: 15px;
}
.desktop-view{
display:none;
}
.mobile-view{
display:block;
}
.header-login-btn{
margin-bottom:10px;
}
.video-header .navbar-light .navbar-brand{
border-right: 0px solid #e6e6e6;
padding-right: 0px;
}
.header-section .navbar-brand img {
max-width: 35px;
}
.article-left-accordian{
display:none;
}
.mob-pad0{
padding:0px;
}
.article-center-div {
margin-top: 30px;
}
.main-artical-heading{
padding:0px;
}
.social-list-right ul{
 text-align:center;
}
.header-artical-view h4{
font-size:14px;
}
.header-artical-view {
padding: 10px 15px;
}
.artical-popup-div .modal-body {
padding: 15px 15px;
}
.header-artical-content h3 {
font-size: 20px;
}
.header-artical-content p {
font-size: 14px;
margin-bottom:0px;
}
.right-pro-art{
padding-top: 0px;
}
.left-pro-art {
padding-top: 0px;
}
.header-artical-content {
margin-bottom: 10px;
}
.artical-popup-div .close{
right: 10px;
top: 5px;
font-size: 26px;
}
}
