body{font-family:'Poppins-Regular';font-size: 14px; color: #333333;}


@font-face {                    /*****change according to web*****/
  font-family:'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                    /*****change according to web*****/
  font-family:'Poppins-Light';
  src: url('../fonts/Poppins-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                    /*****change according to web*****/
  font-family:'Poppins-Medium';
  src: url('../fonts/Poppins-Medium.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                    /*****change according to web*****/
  font-family:'Poppins-SemiBold';
  src: url('../fonts/Poppins-SemiBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                    /*****change according to web*****/
  font-family:'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {                    /*****change according to web*****/
  font-family:'Poppins-SemiBoldItalic';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}



/*--------------/font-family/font-weight/font-style/font-size/--------------*/
.fontfamily-regular{font-family:'Poppins-Regular';}          /*****change according to web*****/
.fontfamily-thin{font-family:'';}
.fontfamily-thinitalic{font-family:'';}
.fontfamily-light{font-family:'Poppins-Light';}
.fontfamily-lightitalic{font-family:'';}
.fontfamily-medium{font-family:'Poppins-Medium';}
.fontfamily-semibold{font-family:'Poppins-SemiBold';}
.fontfamily-semibolditalic{font-family:'Poppins-SemiBoldItalic';}
.fontfamily-bolditalic{font-family:'';}
.fontfamily-bold{font-family:'Poppins-Bold';}

.regfom-wrapper {
    background-image: url(../images/bgimage2.jpg);
    height: 100%;
    background-size: cover;
        padding: 45px 0;
}
.registerform {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}
.registerform a {
    color: #3fa8e4;
    text-decoration: underline;
}
.text-center.form-hdr-txt h2 {
    color: #3f6aab;
    font-size: 30px;
}
.logotext {
    font-size: 34px;
    color: #203d68;
}

.btn.submit-btn {
    background: #3f6aab;
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 16px;
}
.regfom-wrapper .form-control {
    border: 1px solid #cbd8df;
    height: 44px;
}
.registerform p {
    font-size: 14px;
}
 .left-sidebar-cnt{
    width: 26%;
    position: fixed;
    top: auto;
    bottom: 0px;
    right: auto;
    left: 0;
    height: 100%;
}
.login_panel{
    width: 100%;
    text-align: center;
    padding: 25px;
}


/* radio check start*/
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.radio label {
    min-height: 1.25rem;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #D2D7DF;
    border-radius: 0;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 0;
    background: #fff;
    margin-top: 0rem;
    margin-left:0px;
    color: #696969 !important;
}
.radio .cr {
    border-radius: 50%;
        margin-right: 10px; 
}
span.cr:after {
    content: '';
    background: #57B8FF;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.radio label input[type="radio"] {
    display: none;
}

.radio label input[type="radio"]:checked + .cr:after {
   background: #3f6aab;
   transform: scale(1) rotateZ(0deg);
    opacity: 1;
    
}
.radio label input[type="radio"]:checked + .cr
{
  border:2px solid #3f6aab;
}
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.radio label input[type="radio"]:checked ~ .rtext {
    font-weight: 500;
    color: #0D1E3A;
}
/* radio check start*/

/* checkbox start */
input[type="checkbox"] {                                /*****must change to all css according to web*****/
  display: none;
}

.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}
.checkbox label {
    min-height: 1.25rem;
    padding-left: 1.875rem;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox .cr{
  position: relative;
    display: inline-block;
    border: 2px solid #999999;
    border-radius: 0rem;
    width: 20px;
    height:20px;
    float: left;
    margin-right: 0.625rem;
    background: #fff;
    margin-top:0px;
    margin-left: -1.875rem;
    border-radius: 0px;
}
.checkbox .cr .cr-icon {
    position: absolute;
    font-size: 0.625rem;
    line-height: 0;
    top: 7px;
    left: 3px;
}

.checkbox .fa-check:before {
    content: "\f00c";
    color: #fff;
}
.checkbox label input[type="checkbox"]{
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    color: #001E36;
}

.checkbox label input[type="checkbox"]:checked + .cr {
   background:#3f6aab;
   border: 2px solid #3f6aab;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1.3) rotateZ(0deg);
    opacity: 1;
}
.regfom-wrapper.loginpage-bg {
    height: 100vh;
}

.dash-pg-left-col {
    width: 20%;
    background: #28384c;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}
.dash-pg-right-col {
    width: 80%;
    margin-left: auto;
    height: 100%;
}
.ds-sidebar-menu .nav-tabs {
    border-bottom: 0;
}
.ds-sidebar-menu .nav-tabs .nav-item.show .nav-link, .ds-sidebar-menu .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3fa8e4;
    border-color: transparent;
}
.ds-sidebar-menu ul.nav.nav-tabs li.nav-item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.ds-sidebar-menu a.nav-link {
    color: rgb(255 255 255 / 65%);
    border-radius: 0;
}
.ds-sidebar-menu .nav-tabs .nav-link:focus, .ds-sidebar-menu .nav-tabs .nav-link:hover {
    border-color: transparent;
}
img.ds-logo {
    width: 210px;
    display: block;
    margin: 0 auto 20px auto;
}
.dash-pg-left-col {
    padding: 20px 0;
}
.ds-sidebar-menu li.nav-item {
    font-size: 16px;
    text-align: left;
}
.ds-sidebar-menu a.nav-link:hover {
    background: #3fa8e4;
    color: #fff !important;
}
.dash-pg-right-col {
       padding: 0 20px 0 35px;
}
.ds-header-top {
    border-bottom: 1px solid #3f6aab;
    padding: 20px 0 10px 0px;
}
.dash-pg-left-col .navbar.navbar-expand-lg {
    padding: 0;
}
.custab{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5% 0;
    box-shadow: 3px 3px 2px #ccc;
    transition: 0.5s;
}
ul.navbar-nav.hdr-right-menu.hdr-right-sign-menu li.nav-item {
    margin: 0;
}
a.nav-link.smenu.smenu-l {
    margin-right: 10px;
}
.custab:hover{
    box-shadow: 3px 3px 0px transparent;
    transition: 0.5s;
}

button.navbar-toggler.togglerBtn {
    width: 30px;
    height: 30px;
    padding: 0;
}
.tbar {
    height: 1px;
    width: 100%;
    background: #fff;
    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(-5px, 4px);
    transform: rotate(-45deg) translate(-5px, 4px);
}
.change .tbar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -2px);
    transform: rotate(45deg) translate(-2px, -2px);
}
/** color css start **/
.colorwhite{color: #ffffff;}
.colorblack{color: #000000;}
.colorblue{color: #3f6aab;}
/** color  css end**/

/** button css start **/
.btn.btn-bluue-b {
    background: transparent;
    border: 1px solid #3fa8e4 !important;
    color: #3fa8e4 !important;
    font-family: 'Poppins-Medium';
    width: 200px;
}
.btn.btn-bluue-b:hover {
    background: #3fa8e4;
    color: #fff !important;
}
/** button css end **/

.text-underline{
  text-decoration: underline;
}
.left-sidebar-cnt {
    background-image: url(../images/shore-capital1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.sd-text-b
{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
}
.sd-text-b:after{
    content: '';
    background: #fff;
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sidebartext{
    padding: 0 10px;
}
img.left-quotes-sign {
    width: 35px;
    margin-bottom: 20px;
}
.error_message p {
    color: red;
}
.ds-logoutbtnn-block-p a{
    color: #fff !important;
  }
  .ds-logoutbtnn-block-p {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
.my_account{
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}