/** start header section  **/
.header{
    position: fixed;
    height:auto;
    z-index: 1040;
    width: 100%;
    padding-top: 0rem;
    background:transparent;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    top: 0px;
    /*box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);*/
}
header.relative.header.header_top {
    background: #10061e;
}
.top-contact-header{
  -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

header.header.header-shadow {
    box-shadow: 0px 2px 6px 0 rgb(101 101 101 / 16%);
}
.top-contact-header {
    background: rgb(217 245 255 / 50%);
        padding: 4px 0;
}
nav.navbar.navbar-expand-lg.header-top2 {
        padding: 15px 0;
}

button.navbar-toggler.togglerBtn {
    width: 30px;
    height: 30px;
    padding: 0;
    position: fixed;
    right: 15px;
    top: 28px;
    z-index: 99;

}
button.navbar-toggler.togglerBtn:focus{
    outline: none;
        box-shadow:none;
}
.tbar {
    height: 1px;
    width: 100%;
    background: #4ea749;
    margin: 6px auto;
    display: block;
}
button.navbar-toggler.togglerBtn:focus{
    outline: none;
}
.change .tbar2{
    opacity: 0;
}
.tbar1, .tbar3
{
    transition: 0.4s;
}
.change .tbar1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 4px);
    transform: rotate(-45deg) translate(-8px, 4px);
}
.change .tbar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -2px);
    transform: rotate(45deg) translate(-5px, -2px);
}

.header-top-memu .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-top-memu .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    color: #fff;
    font-family:'Roboto-Regular';
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-transform: capitalize;
    position: relative;
}
.ml-auto{
    margin-left: auto;
}
.logo-image {
    width: 120px;
}
body{
    background:#10061E; 
}
.hdr-getstartedbtn {
    background: #4EA749;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 6px;
    padding: 0 15px !important;
    height: 36px;
    line-height: 36px;
    font-family:'Roboto-Medium';
}
.hdr-getstartedbtn-block {
    margin-left: 15px;
}
/* mid content css */
img.hm-bnr-right-image {
    position: absolute;
    top: 2px;
    right: 0;
    width: 1107px;
}
section.home-sec1.home-banner {
    height: 628px;
}
.hm-bnr-rgt-img-bg-block {
    width: 250px;
    height: 250px;
    background: #FC4754;
    filter: blur(50px);
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
}
.hm-bnr-lft-shadow-bg {
    background: #FC4754;
    filter: blur(61px);
    width: 100px;
    height: 100px;
    position: absolute;
    left: -69px;
    top: 72px;
}
.hd-with-arr-block div {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.hd-arrow-img {
    position: absolute;
    right: -30px;
    top: 3px;
    height: 75px;
}
img.h-t-c-img {
    width: 120px;
    position: absolute;
    top: -58px;
    background: #291B3D;
    border: 15px solid #10061E;
}
.hm-h-t-c-block {
    padding-top: 95px;
}
img.h-t-c-img {
    position: absolute;
    top: -58px;
    background: #291B3D;
    border: 10px solid #10061E;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    height: 112px;
    width: 112px;
}
.hm-h-t-c-block {
    padding-top: 85px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 20px;
    height: 200px;
    box-shadow: 0px 14px 60px rgb(41 27 61 / 60%);
}
ul.pl-0.hm-reg-seps-ul li {
    position: relative;
    padding-left: 200px;
    min-height: 72px;
    margin-bottom: 40px;
}
ul.pl-0.hm-reg-seps-ul li span {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #291B3D;
    border: 10px solid #10061E;
    border-radius: 100px;
    color: #4EA749;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    font-family:'Roboto-Bold';
}
/*ul.pl-0.hm-reg-seps-ul li span:after
{
    content: '';
}
*/
img.dashed-border-img {
    position: absolute;
    left: 93px;
    width: 110px;
    top: 42px;
}
.hm-reg-step-main-block {
    width: 1050px;
    margin-left: auto;
    padding: 30px;
}
.rgt-image-hm-sec3 {
    position: absolute;
    left: -338px;
    width: 750px;
}

ul.pl-0.hm-reg-seps-ul li:last-child {
    margin-bottom: 20px;
}
.footermenu a{
    display: inline-block;
}
.dots{
    background: rgba(255, 130, 139, 0.62);
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 100px;
}
.hm-bnr-dot1 {
    top: -24px;
    left: 0;
    right: 95px;
    margin: 0 auto;
}
.hm-bnr-dot2 {
    filter: blur(3px);
    width: 20px;
    height: 19px;
    bottom: -113px;
    left: -15px;
}
span.dots.hm-sec4-dot1 {
    right: 90px;
    background: rgba(255, 130, 139, 0.62);
    filter: blur(3px);
    width: 16px;
    height: 15px;
    top: 38px;
}
span.dots.hm-sec4-dot2 {
    right: 350px;
    top: 55px;
}
span.dots.hm-sec4-dot3 {
    right: 60px;
    bottom: 105px;
}
span.dots.hm-sec4-dot4 {
    right: 200px;
    bottom: 77px;
}
span.dots.hm-sec4-dot5 {
    right: 450px;
    background: rgba(255, 130, 139, 0.62);
    filter: blur(3px);
    width: 16px;
    height: 15px;
    bottom: 38px;
}
.footerlogo {
    width: 180px;
}
.home-sec2 .col-xxl-4 {
    padding: 0 15px;
}
.loginform
{
    background: #1E132F;
    border-radius: 31px;
    padding: 30px 40px;
}
.loginform-shadow {
    background: #FC4754;
    filter: blur(44px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.form-check-input{
    position: relative;
}
.form-check-input:checked {
    background-color: transparent;
    border-color: #C5CCD8;
}
.form-check-input:checked[type=checkbox] {
    background-image: url(../images/structure/check.svg);
    background-size:16px auto;
    background-color: #4EA749;
    border: 1px solid #4EA749;
}
.form-check-rw .form-check-input:checked ~ .form-check-label{
  background-color: #fff;
  color: #00365A !important;
}
.form-check .form-check-input {
    margin-left: 0;
    z-index: 1;
    background-color: #C0C1C2;
}
.form-check{
    position: relative;
        padding-left: 0;
}
.form-check-input {
    position: absolute;
    left: 0;
    top: -3px;
    width: 20px;
    height: 20px;
}
label.form-check-label {
    font-size: 16px;
    color: #FFFFFF;
    font-family:'Roboto-Medium';
    margin-bottom: 0;
}

.password-eye-blocl {
    width: 50px;
    height: 48px;
    background: #B5B5B5;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
a.navbar-brand.login-pg-logo {
    margin-top: 30px;
    display: block;
    margin-bottom: 40px;
}
.loginsection{
    padding-bottom: 30px;
}
input.form-control::placeholder {
    color: #828282;
}
img.pub-bnr-right-image {
    width: 100%;
    position: relative;
    z-index: 1;
}
section.publisher-sec1 {
    height: 628px;
}
section.publisher-sec1 .hm-bnr-rgt-img-bg-block {
    width: 175px;
    height: 175px;
    top: 95px;
}
section.publisher-sec1 .hm-bnr-dot2 {
    bottom: 0;
    left: 0;
}
.publisher-sec2 .hm-h-t-c-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    height: 220px;
}
img.resource-img {
    width: 72px;
}
img.pub-dashed-border-img {
    width: 94px;
    position: relative;
    left: -13px;
}
.res-img-blocks {
    position: absolute;
    left: 0;
}
.pub-resource-seps-ul li.relative {
    padding-left: 140px;
    height: 50px;
    display: flex;
    align-items: center;
        margin-bottom: 20px;
}
.pub-resource-seps-ul li:last-child{
    margin-bottom: 0;
}
.contact-sec2 .loginform {
    padding: 50px 40px;
}
.col-12.contact-left-col {
    padding-right: 50px;
}
.btn.fill-green:hover {
    color: #fff;
}
.footermenu a:hover {
    color: #4ea749;
}
.header-top-memu .nav-link:hover {
    color: #4ea749;
}
a.nav-link.hdr-getstartedbtn:hover {
    color: #fff;
}