/* Base CSS */

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  color: #1B1B21;
}

body {
  color: #545051;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: RusticLoveTattoo;
  src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a:hover {
  text-decoration: none
}

/* Header bar section start */

.footer-blk {
  background: #1f54a2;
  z-index: 1;
}

.signle-m-blk {
  width: 100%;
}

html, body {
  min-height: 100vh;
  background: #1f54a2;
  color: #fff;
}

.content-left-blk h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 27px;
}

.signle-m-blk h4 {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 0;
}

.signle-m-blk {
  text-align: center;
}

.d-flow-content {
  background: #1c4d96;
  padding: 32px;
  border: 1px solid #5d83bb;
  margin: 50px 0;
}

.d-flow-content p {
  font-size: 12px;
  line-height: 20px;
  color: #bac8e0;
  margin-bottom: 0;
}

.d-flow-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.d-flow-content h3 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #bac8e0;
  margin-top: 6px;
}

.lists-items ul li {
  font-size: 11.5px;
  color: #bac8e0;
  margin-top: 3px;
}

.lists-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lists-items ul li i {
  margin-right: 7px;
}

.wrng input {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-bottom: 1px solid red !important;
}

.wrng span.remv-text {
	position: absolute;
	right: 18px;
	top: 8px;
	font-size: 16px;
	cursor: pointer;
	color: red;
	display: block;
}

.wrng span.remv-chk {
	position: absolute;
	right: 6px;
	top: -2px;
	font-size: 16px;
	cursor: pointer;
	color: red;
	display: block;
}

.wrng span.remv-login {
	position: absolute;
	right: 6px;
	top: 38px;
	font-size: 16px;
	cursor: pointer;
	color: red;
	display: block;
}

.wrng {
	position: relative;
}

.remv-text {
	display: none;
}

.signle-m-blk img {
  height: 84px;
  width: 84px;
  border-radius: 50%;
}

.content-left-blk-wrpp {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -47px;
}

.content-left-blk-wrp {
  height: 100vh;
  position: relative;
}

.footer-blk {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #3b63a2;
  padding: 17px 0;
}

.footer-blk {
  font-size: 12px;
}

.footer-blk p {
  color: #a0b8db;
  margin: 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 28px;
}

.footer-menu ul li a {
  color: #a0b8db;
}

.content-left-blk-wrp {
  padding-top: 30px;
}

.form-blk-main {
  height: 100%;
  background: #edeff3;
  position: relative;
}

.form-blk-main:after {
  position: absolute;
  right: -15px;
  width: 100px;
  height: 100%;
  background: #edeff3;
  content: "";
  top: 0;
}

.form-main-inner {
  max-width: 462px;
  margin: 0 auto;
}

.form-content-inner {}

.form-main-wrp {
  background: #fff;
  padding: 50px;
}

.form-main-wrp input {
  width: 100%;
  height: 42px;
  border: 1px solid #e1e1e6;
  border-radius: 3px;
  padding: 0 15px;
}

.form-main-wrp label {
  font-size: 16px;
  color: #1D232D;
  font-weight: 500;
}

.single-inpt {
  margin-bottom: 28px;
}

.single-inpt.mr-bottom {
  margin-bottom: 0;
}

.cap-img img {
  width: 100%;
  margin: ;
}

.cap-img {
  margin: 15px 0;
}

.form-bottom button {
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  background: #2055a4;
  color: #fff;
  border-radius: 3px;
}

.form-bottom p {
  font-size: 12px;
  color: #374860;
}

.form-bottom p a {
  color: #2055a4;
}

.form-bottom p {
  margin-bottom: 0;
  text-align: center;
  margin-top: 17px;
}

.form-top-blk {
  text-align: center;
}

.form-top-blk h3 {
  font-size: 17px;
  color: #1D232D;
  font-weight: 500;
  margin-top: 3px;
  margin-bottom: 25px;
}

.form-top-blk img {
  width: 67px;
}

.form-blk-main {
  position: relative;
}

.back-sp {
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 1;
  max-width: 506px;
}

.form-main-inner {
  position: relative;
  z-index: 9;
}

.signle-m-blk {
  width: 180px;
  margin-left: 0;
}

/* The container */

.container-ck {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signle-m-blk.center-item {
  margin: 0 auto;
}

.signle-m-blk.rt-item {
  margin-left: auto;
}

/* Hide the browser's default checkbox */

.container-ck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #e1e1e6;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */

.container-ck:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-ck input:checked~.checkmark {
  background-color: #2055a4;
  border-color: #2055a4;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-ck input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.container-ck .checkmark::after {
  left: 7px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ck-blk label {
  font-size: 12px;
  font-weight: 500;
  color: #1D232D;
}

.ck-rt-texts a {
  font-size: 12px;
  color: #2055A4;
  font-weight: 500;
  -webkit-transform: ;
  transform: ;
  display: block;
}

.ck-rt-texts {
  text-align: right;
}

.cap-bottom-info {
  margin-bottom: 21px;
}

.wrng-text {
  background: #ffeae7;
  padding: 15px;
  position: relative;
  margin-bottom: 16px;
  display: none;
}

.wrng-text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  color: #1D232D;
}

.wrng-text img {
  position: absolute;
  left: 20px;
  top: 16px;
}

.wrn-inner-all {
  padding-left: 35px;
}

.footer-menu-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.lan-btn img {
  max-width: 27px;
}

#dropdownMenuButton {
  padding: 0;
  background: transparent !important;
  border: none !important;
}

.lan-btn {
  margin-left: 19px;
}

.lan-btn a img {
  width: 23px;
  margin-right: 5px;
}

.lan-btn a {
  font-size: 12px;
  font-weight: 500;
  color: #1D232D;
  padding: 5px 11px;
}

.dropdown-menu {
  width: 108px !important;
  max-width: 108px !important;
  min-width: 108px;
  padding: 6px 0;
  -webkit-transform: unset !important;
  transform: unset !important;
  top: auto !important;
  bottom: 25px !important;
  right: 0 !important;
  left: auto !important;
}

#dropdownMenuButton:focus {
  outline: none;
}

.lan-btn button::after {
  display: none;
}

.lan-btn {
  cursor: pointer;
}

.footer-menu-wrp {
  width: 100%;
}

/* Header bar section  END */

/*--------------- Modal css ---------------*/

.ptheme-iso .btn {
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ptheme-iso .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
}

.ptheme-iso .col-sm-3 {
  width: 25%;
}

.ptheme-iso {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
}

.required-field-star {
  color: red;
}

.ptheme-iso .control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}

.ptheme-iso .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.modal-body-registration>.form-group {
  margin-bottom: 3px !important;
}

.ptheme-iso .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.ptheme-iso .form-control:-ms-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.ptheme-iso .form-control::placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.ptheme-iso .col-sm-9 {
  width: 75%;
}

.ptheme-iso .form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  color: #666666;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.ptheme-iso select, .ptheme-iso select.form-control {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 0;
  padding-right: 0\9;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-box-shadow: inset 0 -1px 0 #dddddd;
  box-shadow: inset 0 -1px 0 #dddddd;
  font-size: 16px;
  line-height: 1.5;
}

.btn.submit-btn {
  background-color: #2055a4;
}

.btn:hover, .btn:focus, .btn:active {
  background: #f44336;
  text-decoration: none;
  color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #eee;
  text-decoration: none;
  color: initial;
}

.modal-footer {
  display: table;
  text-align: right;
  width: 100%;
}

.modal-header h6 {
  font-size: 17px;
  font-weight: 400;
}

.strength-level-area h6 {
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  color: #444444;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 17px;
  line-height: 1;
}

.password-strength-list ul li {
  list-style: none;
  position: relative;
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: .4px;
  margin-bottom: 8px;
  line-height: 25px;
  color: #444444;
}

.password-strength-list li span {
  font-weight: 600;
  color: #1f54a2;
}

.password-strength-list ul li ::after {
  position: absolute;
  top: 11px;
  left: -2px;
  height: 5px;
  width: 5px;
  background-color: #1f1e1ed6;
  content: '';
  border-radius: 50px;
}

.strength-level {
  height: 20px;
  width: 55px;
  background: #d2cece;
  margin-right: 6px;
  margin-bottom: 6px;
}

.strength-level.level-1 {
  background: #ec1818;
}

.strength-level.level-2 {
  background: orange;
}

.strength-level.level-3 {
  background: #55a420;
}

.strength-level-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.strength-level-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	top: 4px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  position: relative;
}

/*---- .password__strength wrapper from old version -----*/

.password__strength {
  display: none;
  position: absolute;
  top: 0;
  right: 110%;
  padding: 1rem;
  width: 600px;
}

input:focus + .password__strength {
    display: block; 
}

/*--------------- Modal css ---------------*/