body, html {
  height: 100% !important;
}

body {
  font-family: 'Montserrat';
  /*overflow-y: hidden;*/
}

button:focus {
  outline: none;
}

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

.login-wrapper {
  background-image: url(../img/login-bg.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.login-wrap {
  /*background: #fff;*/
  padding: 40px 20px;  
  /*box-shadow: 0 0 10px #555;*/
  width: 100%;
}
.w-b{
  background: #fff;
  padding: 25px;
}

.toggle-password,
.field_icon {
  float: right;
  margin: -30px 40px 0 0;
  font-size: 20px;
  color: #b1b4be;
  position: absolute;
  right: 0;
}
.login-formBox h1 {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 700;
    color: #373737;
}
.login-formBox .form-group {
  position: relative;
}

.login-formBox .form-group > label {
  font-family: 'Montserrat';
  font-size: 15px;
  color: #282828;
  margin-left: 0px;
  margin-bottom: 0px;
}

.login-formBox .form-control {
    height: 40px;
    border-color: transparent;
    border-radius: 0px;
    color: #aaaaaa;
    font-size: 20px;
    border-bottom: #575757 solid 1px;
    padding-left: 0px;
}
.main-header {
    border-bottom: 0px solid #dee2e6;
    background: #eef2f8;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}
.content-wrapper {
    background: #fff;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #4e4e4e;
  font-weight: 300 !important;
}

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

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #4e4e4e;
}

.check-radio .checkmark{
  border-radius: 50%; 
}

.check-container:hover input ~ .checkmark {
  border-color: #0157ae;
}

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

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

.check-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid #018ccf;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-checked {
  padding: 0 13px;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

.form-checked a {
  color: #282828;
  text-decoration: underline;
}

.bubmit-btn {
  width: 100%;
  border-radius: 26px;
  background: #d62839;
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
  border:0px solid #018ccf;
  font-family: 'Montserrat';
  font-weight: 700;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  padding-top: 12px;
  padding-bottom: 12px;
}
.bubmit-btn:hover {
  background: transparent;
  color: #575757;
}
.bubmit-btn-grey {
  width: 100%;
  border-radius: 26px;
  background: #5f6062;
  color: #fff;
  font-size: 16px;
  margin-top: 35px;
  border:0px solid #018ccf;
  font-family: 'Montserrat';
  font-weight: 700;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  padding-top: 12px;
  padding-bottom: 12px;
}
.bubmit-btn-grey:hover {
  background: transparent;
  color: #575757;
}

.bubmit-btn1 {
  width: 100%;
  border-radius: 20px;
  background: none;
  color: #575757;
  font-size: 16px;
  margin-top: 35px;
  border:0px solid #018ccf;
  font-family: 'Montserrat';
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}
.bubmit-btn1:hover {
  background: transparent;
}

.click-h{
    font-family: 'Montserrat';
    color: #031873;
    text-decoration: underline;
}

.login-heading {
  text-align: center;
  margin-bottom: 35px;
}

.login-heading h1 {
  color: #0e0e0e;
  font-size: 32px;
  font-family: 'Gotham-Medium';
}

.login-heading p {
  color: #4e4e4e;
  font-size: 20px;
  line-height: 24px;
}

.login-link {
  text-align: center;
  font-size: 20px;
  color: #018ccf;
  display: block;
}

.login-link:hover {
  color: #2c2c2c;
}

/* Dashboard Styling */

.main-navbar {
  padding: 0rem 5.5rem 0rem 2.3rem;
}

.setting_link {
  /*background: #018ccf;
  border-radius: 50%;
  height: 60px;
  width: 60px;*/
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.setting_link i {
  font-size: 34px;
  color: #031873;
  margin-top: -32px;
  margin-left: 8px;
  margin-right: 20px;
}

.main_heading {
  color: #031873;
  font-size: 38px;
  margin: 0;
  margin-left: 20px;
  font-family: 'Montserrat';
  font-weight: 300;
}

.toggleArrow {
  font-size: 25px;
  padding: 0 10px;
  color: #1e1e1e;
}

.sidebar-collapse .toggleArrow .fa-arrow-to-left {
  transform: rotate(180deg);
}

.main-sidebar {
  background-color: #018ccf; 
  background: url(../img/slide-bar.png);
}

.main-sidebar .brand-link {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #5a7dbc;
}
.nav-sidebar .nav-item>.nav-link {
    position: relative;
    margin-bottom: 0px;
}
.main-sidebar .nav-sidebar li {
  margin-bottom: 0px;
  border-bottom: 1px solid #5a7dbc;
  /*transition: all 0.3s;*/
}

.main-sidebar .nav-sidebar li a {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 300;
  padding: 10px 10px 10px 20px;
  border-radius: 0px;
  position: relative;
  margin-bottom: 0px;
  /*transition: all 0.3s;*/
}
.main-sidebar .nav-sidebar li a:hover {
  background: #eff2f9;
  color: #031873;
  font-weight: 400;
  margin-bottom: 0px;
  /*transition: all 0.5s;*/
}
.main-sidebar .nav-sidebar li a svg {
  margin-right: 10px;
}
/*.main-sidebar .nav-sidebar li:nth-child(2) {
  background: url(../img/icon2.png) no-repeat left center;  
}
.main-sidebar .nav-sidebar li:hover:nth-child(2) {
  background: url(../img/icon2_h.png) no-repeat left center;
  
}

.main-sidebar .sidebar .nav-sidebar li a svg:hover{
  fill: #000;
}*/

.main-sidebar .nav-sidebar>.nav-item .nav-icon {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  padding: 17px 0px;
  width: 55px;
  top: 0;
  /*border-radius: 30px;*/
  transition: all 0.3s;
}

.main-sidebar .nav-sidebar>.nav-item:hover .nav-icon,
.main-sidebar .nav-sidebar>.nav-item.active .nav-icon {
  background: #fff;
  color: #031873;
  transition: all 0.3s;
}

.main-sidebar .nav-sidebar>.nav-item:hover a,
.main-sidebar .nav-sidebar>.nav-item.active a {
  padding-left: 30px;
  background-color: rgba(239,242,249,1);
  color: #031873;
}
.main-sidebar .nav-sidebar>.nav-item.active a:nth-child(1) {
  padding-left: 20px;  
}
.main-sidebar .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] 
.nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255,255,255,1);
    color: #031873;
}

.main-sidebar .sidebar {
  padding-left: 0rem;
  padding-right: 0rem;
  margin-top: 0px;
  transition: all 0.5s;
}

.content-wrapper>.content {
  padding: 0px 104px 0px 52px;
}

.main-heading {
  color: #1e1e1e;
  font-size: 45px;
  font-family: 'Gotham-Medium'; 
}

.main-heading small{
  font-size: 26px;
}

.main-heading p {
  color: #595959;
  font-size: 19px;
  font-family: 'Gotham-Book';
}

.page-card {
  padding: 30px;
  border-radius: 10px;
}

.profile-details {
  margin-top: 40px;
  border-radius: 10px;
}

.user-details li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 15px;
  font-size: 19px;
  color: #4e4e4e
}

.user-details li .list-icon {
  position: absolute;
  left: 0;
  top: 6px;
  color: #018ccf;
}

.main-footer {
  background: #4e4e4e;
  color: #fff;
}

.arrow-icon {
  float: right;
  display: none;
  margin-right: 10px;
}

.sidebar-collapse .brand-link img {
  margin-left: -150px;
  transition: all 0.3s;
  height: 51px;
}

.sidebar-collapse .arrow-icon {
  display: inline-block;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link img {
  margin-left: 0;
  transition: all 0.3s;
}

.main-sidebar:hover .arrow-icon {
  display: none;
}

.sidebar-mini.sidebar-collapse .main-sidebar .sidebar {
  padding-left: 0.5rem;
  transition: all 0.5s;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .brand-link img {
  margin-left: 0;
  transition: all 0.3s;
}

.brand-link .brand-image {
    min-height: 101px;
}

.brand-link .brand-image {
    float: none;
    margin: 0;
    display: inline-block;
}

.sidebar-collapse .brand-image {
    display: none;
}

.main-sidebar:hover .brand-image {
    display: inline-block;
}

.settings_list .dropdown-menu:before,
.settings_list .dropdown-menu:after {position: absolute;content: "";top: -23px;right: 18px;width: 0;height: 0;border-left: 13px solid transparent;border-right: 13px solid transparent;border-bottom: 20px solid white;border-style: dashed dashed solid dashed;border-color: transparent transparent #bbbbbb transparent;}

.settings_list .dropdown-menu:after {
  border-color: transparent transparent #fff transparent;
  top: -22px;
}

.settings_list .dropdown-menu-lg {
  max-width: 250px;
  min-width: 200px;
  padding: 10px;
  margin-top: -10px;
  border-radius: 10px;
}

.settings_list .dropdown-menu-lg li:not(:last-child) {
  margin-bottom: 8px;
}

.settings_list .dropdown-menu-lg li .dropdown-item {
  background: #f5f6f7;
  color: #4e4e4e;
  font-size: 16px;
}

.settings_list .dropdown-menu-lg li .dropdown-item:hover {
  color: #fff;
  background: #031873;
}
.user-name{
  text-align: left;
    line-height: 20px;
    padding-left: 10px;
    font-size: 22px;
    color: #031873;
    font-family: 'Montserrat';
    font-weight: 400;
}
.user-name-b{
  font-weight: 600;
}
.edit-ico{
    position: relative;
    background: #031873;
    color: #fff;
    padding: 6px;
    border-radius: 50px;
    margin-left: 45px;
    top: -22px;
}

.pro-image {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 10px solid #dddcdc;
  position: relative;
}

.profile-form .form-group {
  margin-bottom: 40px;
}

.profile-form .form-group label {
  font-size: 18px;
  color: #3b3a3a;
  font-family: 'Gotham-Medium';
  font-weight: 500;
  margin: 0;
  margin-left: 0rem;
}

.profile-form .form-control {
  height: calc(2.5rem + 2px);
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-bottom: 1px solid #444;
  border-radius: 0;
  padding-left: 5px;
  padding-right:5px;
}

.profile-form h3 {
  margin-bottom: 49px;
  font-size: 28px;
  color: #595959;
  font-family: 'Gotham-Medium';
}

.create-profile .border-right {
  border-color: #595959 !important;
}

.main-button {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  background: #d62839;
  border-radius: 30px;
  padding: 7px 40px;
  border:2px solid #d62839;
  font-weight: bold;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
}

.main-button:hover {
  color: #d62839;
  background: transparent;
}

.position-btn {
  position: absolute;
  right: 40px;
  top: 40px;
}

.profile_img {
  /*height: 190px;
  width: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #dddcdc;*/
}

.image_wrap {
  height: 170px;
  width: 190px;
  position: relative;
}

.profile_btn_group {
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 50px;
  height: 140px;
  width: 190px;
}

.btnLink {
  position: absolute;
  height: 34px;
  bottom: 12px;
  right: 8px;
  width: 35px;
  background: #000000;
  display: block;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  border: 0px solid #ececec;
  box-shadow: 0px 0px 13px #888888;
  transition: all 0.5s;
}

.btnLink i {
  color: #fff;
  font-size: 17px;
  margin: 9px 0 0;
}

.edit-btn {
  height: 55px;
  width: 55px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.9rem;
  text-align: center;
  color: #898989;
  font-size: 20px;
  right: 8px;
  border: 0;
  background: transparent;
}

.has-search .form-control-feedback:hover {
  color: #018ccf;
}

.has-search .form-control {
  border-color: #898989;
  height: calc(2.7rem + 2px);
  border-radius: 10px;
}

.line {
 background-color: #898989; 
}

table.table td h2.table-avatar,
.chatbox__title h2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar-sm {
  width: 70px;
  height: 70px;
}

.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

table.table td h2 a {
  font-size: 22px;
  color: #1e1e1e;
}

table.table td h2 span,
.chatbox__title .table-avatar span {
  color: #595959;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.patients-history .table.table-center td {
  vertical-align: middle;
  padding: 1.2rem .75rem;
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
}

.patients-history .table.table-center tr:last-child td {
  border-bottom: 0;
}

table.table td h2 a:hover {
  color: #018ccf;
}

.patients-history {
  height: 70vh;
  overflow: auto;
  padding-right: 30px;
}

/* width */
.patients-history::-webkit-scrollbar,
.chatbox__body::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.patients-history::-webkit-scrollbar-track,
.chatbox__body::-webkit-scrollbar-track {
  background: #d7d7d7;

}

/* Handle */
.patients-history::-webkit-scrollbar-thumb,
.chatbox__body::-webkit-scrollbar-thumb {
  background: #018ccf;
}


/* Chat Box Style */

.chatbox {
  box-shadow: 0 0 10px #bfbfbf;
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 370px;
  height: 400px;
  background-color: #fff;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.chatbox--tray {
  bottom: -350px;
}

.chatbox--closed {
  bottom: -400px;
}

.chatbox .form-control:focus {
  border-color: #1f2836;
}

.chatbox__title,
.chatbox__body {
  border-bottom: none;
}

.chatbox__title {
  border: 2px solid #ddd;
  min-height: 70px;
  padding-right: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.chatbox__title h2 {
  height: 50px;
  margin: 0;
  line-height: 50px;
  position: relative;
  padding-left: 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.chatbox__title .avatar-sm {
  width: 50px;
  height: 50px;
}

.chatbox__title__tray,
.chatbox__title__close {
  width: 28px;
  height: 24px;
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.chatbox__title__tray:hover,
.chatbox__title__close:hover {
  opacity: 1;
}

.chatbox__title__tray span {
  width: 17px;
  height: 17px;
  display: inline-block;
  border-bottom: 2px solid #018ccf;
}

.chatbox__title__close svg {
  vertical-align: middle;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2px;
}

.chatbox__body,
.chatbox__credentials {
  padding: 15px;
  border-top: 0;
  background-color: #f5f5f5;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.chatbox__body {
  overflow-y: auto;
}

.chatbox__body__message {
  position: relative;
}

.chatbox__body__message p {
  padding: 15px;
  border-radius: 4px;
  font-size: 14px;
  color: #646464;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
  box-shadow: 1px 1px rgba(100, 100, 100, 0.1);
}

.chatbox__body__message img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 2px solid #fcfcfc;
  position: absolute;
  top: 15px;
}

.chatbox__body__message--left p {
  margin-left: 0;
  padding-left: 15px;
  text-align: left;
}

.chatbox__body__message--left p strong,
.chatbox__body__message--right p strong {
  display: block;
  color: #1e1e1e;
}

.chatbox__body__message--right p {
  margin-right: 0;
  padding-right: 15px;
  text-align: right;
}

.chatbox__message {
  padding: 15px;
  max-height: 50px;
  outline: 0;
  resize: none;
  border: none;
  font-size: 12px;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #fefefe;
  width: 100%;
}

.chatbox--empty {
  height: 470px;
}

.chatbox--empty.chatbox--tray {
  bottom: -400px;
}

.chatbox--empty.chatbox--closed {
  bottom: -262px;
}

.chatbox__title .table-avatar a {
  line-height: 20px;
  color: #1e1e1e;
  font-size: 20px;
}

.chatbox__title .table-avatar a span {
  font-size: 11px;
  margin: 0;
}

.button_group {
  position: relative;
}

.send-btn {
  background-color: #018ccf;
  color: #fff;
  font-size: 12px;
  padding: 1px 10px 0;
  border-radius: 30px;
  text-transform: uppercase;
  position: absolute;
  right: 10px;
  top: 16px;
  border:1px solid transparent;
}

.send-btn:hover {
  border:1px solid #018ccf; 
  background-color: transparent;
  color: #018ccf;
}

.password-box .form-group label {
  font-weight: 400;
  font-size: 22px;
  color: #2c2c2c;
  margin-left: 1rem;
}

.password-box .form-group {
  margin-bottom: 2rem;
}

.password-box .form-control {
  height: calc(3.25rem + 2px);
  border-color: #898989;
  border-radius: 8px;
  padding: .375rem 1rem;
}

.terms-box {
  height: 65vh;
}

.terms-box p {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 35px;
}
.terms-box ul{
  font-size: 18px;
      list-style: inside;
}

.logout-dialog .modal-footer {
  border: 0;
}

.logout-dialog .modal-content{
  padding: 50px;
  border-radius: 15px;
}

.logout-dialog .modal-body p {
  font-size: 18px;
  color: #231f20;
  font-weight: 500;
}

.buttons-group .btn {
    background-color: #031873;
    font-family: 'Montserrat';
    color: #fff;
    padding: 5px 50px;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 700;
}

.buttons-group .btn.flat-btn {
  background-color: #e2e2e2;
  color: #1e1e1e;
} 

{
  display: flex;
  flex-direction: column;
}

table.table td h2 .sp-btn-group a {
  color: #fff;
  background-color: #ff0000;
  font-size: 11px;
  margin: 3px 0;
  border-radius: 30px;
  padding: 3px 10px;
  line-height: 15px;
  font-family: 'Gotham-Medium';
}

table.table td h2 .sp-btn-group {
  display: flex;
  margin-left: 50px;
  flex-direction: column;
}

table.table td h2 .sp-btn-group a.spBlack {
  background-color: #343434
}

table.table td h2 .sp-btn-group a:hover {
  background-color: #018ccf;
}

.call-action {
  text-align: right;
}

.call-action .call-btn {
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}

.call-action i {
  display: flex;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 25px;
  background-color: #ccc;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.call-action .call-btn:nth-child(1) {
  color: #19b9aa;
}

.call-action .call-btn:nth-child(1) i {
  background-color: #e0f6f6;
}

.call-action .call-btn:nth-child(2) {
  color: #e63334;
}

.call-action .call-btn:nth-child(2) i {
  background-color: #fde2e7;
}

.call-action .call-btn:nth-child(3) {
  color: #1cae42;
}

.call-action .call-btn:nth-child(3) i {
  background-color: #e2f6ed;
}

.call-action .call-btn:nth-child(4) {
  color: #008ccd;
}

.call-action .call-btn:nth-child(4) i {
  background-color: #008ccd;
  color: #fff;
}

.call-action .call-btn:hover {
  color: #343434 !important;
}

.call-action .call-btn:hover i {
  color: #fff !important;
  background-color: #343434;
}

.crown-icon {
  position: absolute;
  font-size: 14px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -3px;
  right: -8px;
  border: 1px solid #8c8c8c;
  color: #ffc400;
}

.response-modal .modal-content {
  border-radius: 0px;
  padding: 25px;
  border: 0px;
}

.response-modal .reasonGroup label {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 25px;
}
.col-gre{
  font-size: 30px;
  color: #4e4e4e;
}
.reasonGroup .form-control {
  border:3px solid #807f7f;
  height: 150px;
  border-radius: 10px;
  color: #1e1e1e;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

#videoModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%;
  border:0;
}

#videoModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border:0;
  border-radius: 0;
  box-shadow: none;
  background-image: url(../img/video-img.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
}

.call-action-button {
  bottom: 50px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}
.box-1{
  border: 1px solid #031565;
    border-bottom: 5px solid #031565;
    border-radius: 10px;
    box-shadow: 0px 2px 5.64px 0.36px rgba(0, 0, 0, 0.16);
    padding: 30px;
    padding-bottom: 15px;
}
.content-icon-1{
  background: #031873;
    text-align: center;
    font-size: 52px;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 9px 31.04px 0.96px rgba(0, 0, 0, 0.18);
        position: relative;
    margin-top: -75px;
}
.content-text-r h2 {
    font-family: 'Montserrat';
    color: #031873;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}
.content-text-r h3 {
    font-family: 'Montserrat';
    color: #737373;
    font-size: 55px;
    font-weight: 300;
    padding-bottom: 20px;
    text-align: right;
}
.grey-border-b{
  border-bottom: #d4d2d2 solid 1px;
}
.box-1 a {
    font-size: 20px;
    font-weight: 300;
    color: #031873;
    padding-left: 0;
    padding-bottom: 0px;
}
.box-1 a:hover {
  color: #737373;
  text-decoration: underline;
}

.sli-l-p{
  padding-left: 40px
}

/* slider */

.bx-default-pager, .bx-controls-direction{
  display: none;
}

.slider .slider-inner {
  padding: 40px 60px;
  padding-bottom: 20px;
}
.slider .slider-inner h1 {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  text-transform: uppercase;
}
.slider .slider-inner h2 {
  color: #fff;
  font-size: 57px;
  font-weight: 100;
  text-transform: uppercase;
}
.dots{
  width: 50px;
  position: absolute;
  top: 34px;
  left: 20px;
}
.dots1{
  width: 50px;
  position: absolute;
  right: -10px;
  top: 110px;
}
.form-top{
  margin-top: 150px;
}
.main-to-m{
  margin-top: 3%;
}
.login-main{
    position: relative;
    top: 0px;
}
.signup-modal-form .modal-content{
    border-radius: 0px; 
}
.sign-up-form .modal-dialog{
    max-width: 92%;
}
.sign-up-form .sign-inner{
    padding-left: 15%;
    padding-right: 15%;
    border-right: #575757 solid 5px;
}
.signup-modal-form .sign-inner h2{
    color: #373737;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}
.signup-modal-form .sign-inner h3{
    color: #373737;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}
.signup-modal-form .sign-inner .form-group{
  width: 100%;
  margin-right: 26px;
}
.signup-modal-form .sign-inner label{
    width: 100%;
    color: #282828;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    padding-bottom:0px;
}
.signup-modal-form .sign-inner .form-group input{
    border: 0px solid #000;
    border-bottom: #575757 solid 1px;
    border-radius: 0px;
    padding-left: 5px;
    padding-right:5px;
    color: #aaaaaa;
}
.signup-modal-form .sign-inner .toggle-password, .field_icon {
    right: 88px;
}
.signup-modal-form .sign-inner .check-btn label{
  /*border-color: rgb(3, 24, 115);
  border-style: solid;*/
  border-radius: 3px;
  background-color: rgb(242, 242, 242);
  box-shadow: 0px 3px 3.96px 0.04px rgba(0, 0, 0, 0.1);
    color: #4e4e4e;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 75%;
}
.signup-modal-form .sign-inner .check-btn label:hover{
  border-radius: 3px;
    background-color: rgb(3, 24, 115);
    box-shadow: 0px 3px 3.96px 0.04px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.signup-modal-form .sign-inner .check-btn label:focus{
  border-radius: 3px;
    background-color: rgb(3, 24, 115);
    box-shadow: 0px 3px 3.96px 0.04px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.signup-modal-form .sign-inner .check-btn label.active{
  border-radius: 3px;
    background-color: rgb(3, 24, 115);
    box-shadow: 0px 3px 3.96px 0.04px rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 75%;
}
.signup-modal-form .sign-inner .check-btn label span{
  font-weight: 100;
  font-size: 19px;
}
.signup-modal-form .sign-inner .form-check-radio{
    margin-left: -50px;
}
.signup-modal-form .sign-inner .form-check-radio1{
    margin-left: -62px;
}
.pay-color{
  color: #4e4e4e;
  font-size: 25px;
}
.card {
    box-shadow: 0 0 0px rgba(0,0,0,.125), 0 0px 0px rgba(0,0,0,.2);
    margin-bottom: 0rem;
}
.card-box {
     border-width: 1px;
     border-color: rgb(213, 213, 213);
     border-style: solid;
     border-radius: 3px;
     background-color: rgb(255, 255, 255);
     box-shadow: 0px 0px 6.02px 0.98px rgba(0, 0, 0, 0.1);
     /*padding: 20px 30px;*/
}
.card-box h2{
  color: #031873;
  font-size: 20px;
  font-weight: 400;
}
.card-box p{
  color: #656565;
  font-size: 12px;
  font-weight: 400;
}
.card-box .card-box-first-row{
  padding-bottom: 58px;
  padding: 20px 18px;
}
.card-box .card-box-second-row{
  border-top: #d5d5d5 solid 1px;
  padding: 10px 18px;
}
.card-box .card-box-second-row a{
   background: transparent;
   font-size: 14px;
   font-weight: 500;
   color: #50b430;
   border:0px; 
}
.card-box .card-box-second-row a:hover{
   text-decoration: underline;
}
.card-box .card-box-second-row a:nth-child(2){
   color: #d62839;
}
.display-none{
  display: none;
}
.sin-che{
  position: absolute;
  left: 20px;
}
/*input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -5px;
        left: 0px;
        position: relative;
        background-color: #fff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #464646;
        padding: 8px;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -30px;
        left: 2px;
        position: relative;
        background-color: #031873;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 3px solid #fff;
        padding: 2px;
    }
    input[type='radio']:checked:before {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -5px;
        left: 0px;
        position: relative;
        background-color: #031873;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 1px solid #031873;
        padding: 9px;
        
    }*/
    .car-p{
      font-size: 22px !important;
      color: #031873 !important;
      font-weight: 300 !important;
    }
    .bor-dash{
      border: dashed #9e9d9d 1px;
      padding: 45px 18px;
      border-width: 2px;
  border-color: rgb(158, 157, 157);
  border-style: dashed;
  background-color: rgb(255, 255, 255);

    }
.add-lo{
  color: #4e4e4e;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  bottom: -19px;
}
.sear-bt{
  background: #031873;
  border-radius: 0px;
  border:solid 2px #031873;
  position: relative;
  bottom: -2px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.24);
  padding: 7px 20px;
}
.sear-bt:hover{
  color: #031873;
  transition: all 0.5s;
}
.close-bt{
  background: #f5f5f5;
  color: #242424;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  border: transparent;
}
.close-bt:hover{
  background: #031873;
  color: #fff;
  transition: all 0.5s;
}
.sh-list{
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: -15px;
}
.position-relative{
  position: relative;
}
.em-crea-user-search{
    position: absolute;
    right: 32px;
    top: 6px;
    font-size: 24px;
    font-weight: 400;
    color:#031873;
}
.page-link {
    position: relative;
    display: block;
    padding: .1rem .55rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #031873;
    background-color: #ededed;
    border: 0px solid #dee2e6;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #031873;
    border-color: #031873;
    transition: all 0.5s;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #031873;
    border-color: #031873;
}
.page-item-dots{
  padding: 0px 0 0 0;
  background: none;
  font-size: 23px;
  font-weight: 700;
  pointer-events: none;
}
.page-item-dots:hover{
  background: none;
  color: #031873;
}
.page-item.disabled .page-link {
    color: #f5f5f5;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
    font-size: 56px;
    position: relative;
    top: -29px;
    font-weight: 300;
}
.acti-arr {
    color: #2c3d8a;
    cursor: auto;
    background-color: transparent;
    border-color: #dee2e6;
    font-size: 56px;
    position: relative;
    top: -29px;
    font-weight: 300;
}
.acti-arr:hover {
  background-color: transparent !important;
  color: #2c3d8a;
  cursor: pointer;
  outline: 0;
}
.table-row-1{
      padding-left: 60px !important;
}
.table-row-2{
      padding-right: 20px;
      padding-left: 40px !important;
}
.table-nav thead {
    background: #5a7dbc;
    color: #fff;
    padding-left:36px; 
}
.table-nav .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
    font-weight: 400;
    border-bottom: 0px solid #dee2e6;
}

.table-nav select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: #a4a3a3 solid 2px !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
.table-nav select::-ms-expand {
  display: none;
}
/* Custom Select */
.table-nav .select {
  position: relative;
  display: flex;
  width: 100%;
  height: 2.9em;
  line-height: 3;
  background: #fff;
  overflow: hidden;
  border-radius: .25em;  
  border-radius:0px;
}
.table-nav select {
  flex: 1;
  padding: 0 3em;
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
/* Arrow */
.table-nav .select::after {
  content: '\25BC';
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0 1em;
  background: #031873;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  color: #fff;
}
/* Transition */
.table-nav .select:hover::after {
  color: #fff;
}

.files input {
    outline: 7px dashed #e8edf6;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 150px 2px 115px 40.2%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
    border: 0px;
    vertical-align: middle;
    left: 0;
    right: 0;
    background: #fcfcfc;
}
.files input:focus{     outline: 7px dashed #e8edf6;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:0px solid #92b0b3;
 }
.files{ position:relative}
/*.files:after {  pointer-events: none;
    position: absolute;
    top: 100px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "or";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #abaaaa;
    font-weight: 500;
    font-size: 30px;
}*/
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    top: 50px;
    left: 0;  
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Drop files here";
    display: block;
    margin: 0 auto;
    color: #abaaaa;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
}
.map-ico{
    position: absolute;
    left: 10px;
    bottom: -3px;
}
.main-custom  .custom-file-input {
  opacity: 10;
  outline: 0;
  color: transparent;
  overflow: hidden;
}
.main-custom .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.main-custom .custom-file-input::before {
  content: 'Upload';
  display: inline-block;
  background: #031873;
  border: 0px solid #999;
  color: #fff;
  border-radius: 0px;
  padding: 3px 36px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 0px 0px #fff;
  font-weight: 500;
  font-size: 18pt;
  width: 100%;
  text-align: center;
}
.main-custom .custom-file-input:hover::before {
  border-color: black;
}
.main-custom .custom-file-input:active::before {
  background: #031873;
}


.main-custom1  .custom-file-input {
  opacity: 1;
  /*outline: 0;*/
  color: transparent;
  overflow: hidden;
}
.main-custom1 .custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.main-custom1 .custom-file-input::after {
    position: absolute;
    top: 50px;
    left: 0;  
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "";
    display: block;
    background: url(../img/upload.png) no-repeat center;
    height: 90px;
    margin: 0 auto;
    color: #abaaaa;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    /*width: 30%;*/
}
/*.main-custom1 .custom-file-input::after::before {
    position: absolute;
    top: 50px;
    left: 0;  
    pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: "Drop files here";
    display: block;
    margin: 0 auto;
    color: #abaaaa;
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    width: 30%;
}*/
.main-custom1 .custom-file-input::before {
  content: 'Drop files here, or click to update';
  display: inline-block;
  /*background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 1.14px 1.86px rgba(215, 231, 255, 0.83);*/
  border: 0px solid #999;
  color: #939393;
  border-radius: 0px;
  padding: 3px 0px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 14pt;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  width: 50%;
  margin: 0px auto;
  
}
.pdf-on{
  font-weight: 500;
  font-size: 12pt;
  color: #939393;
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
  width: 16%;
  margin: 0px auto;  
  margin-top: -90px;
}


.pub{
  color: #031873;
}
.table-nav2 thead {
    background: transparent;
    color: #000;
    font-weight: 500;
    padding-left: 36px;
    border: solid #d5d5d5 1px;
    border-bottom: solid #d5d5d5 0px;
    text-align: center;
}
.table-nav2 tbody {
    border: solid #d5d5d5 1px;
    border-top: solid #d5d5d5 0px;
    text-align: center;
}
.table-nav2 .table th {
  border-right: 1px solid #d5d5d5;
  text-align: center;
      font-size: 18px;
}
.table-nav2 .table td {
    border-right: 1px solid #d5d5d5;
    text-align: center;
}
.table-nav2 .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2.5rem;
    pointer-events: all;
    border-radius: .5rem;
}
.table-nav2 .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #9ea6c9;
    border: #adb5bd solid 0px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,.1);
}
.table-nav2 .custom-switch .custom-control-label::after {
    top: calc(.38rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.2rem - 4px);
    height: calc(1.2rem - 4px);
    background-color: #000568;
    }
.table-nav2 .custom-control-input:checked~.custom-control-label::before {
    color: #9ea6c9;
    border-color: #9ea6c9;
    background-color: #9ea6c9;
    box-shadow: none;
}   
.table-nav2 .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #000568;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
} 

.table-nav3 .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 2.5rem;
    pointer-events: all;
    border-radius: .5rem;
}
.table-nav3 .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1.5rem;
    pointer-events: none;
    content: "";
    background-color: #cccccc;
    border: #adb5bd solid 0px;
    box-shadow: inset 0 0.25rem 0.25rem rgba(0,0,0,.1);
}
.table-nav3 .custom-switch .custom-control-label::after {
    top: calc(.38rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.2rem - 4px);
    height: calc(1.2rem - 4px);
    background-color: #333333;
    }
.table-nav3 .custom-control-input:checked~.custom-control-label::before {
    color: #cccccc;
    border-color: #cccccc;
    background-color: #cccccc;
    box-shadow: none;
}   
.table-nav3 .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #333333;
    -webkit-transform: translateX(1.25rem);
    transform: translateX(1.25rem);
} 
.add-lo2 h1{
    color: #4e4e4e;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}
.add-lo2 p{
    color: #4e4e4e;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.add-lo2 p span{
    color: #031873;
  }

 .sign-inner-get {
     border-right: #575757 solid 2px;
}

.pack-nav{
    background: #e6e4e4;
    border: #d6d8e3 solid 1px;
    /*padding: 33p x 20px;*/
    color: #4e4e4e !important;
    height:500px;
}
.pack-nav h2{  
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.pack-nav h2 span{
  font-size: 40px;
  font-weight: 300;
  text-align: center;

}
.pack-nav p{
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 0px; 
}
.pack-nav:hover{
    background: #031873 !important;
    border: #d6d8e3 solid 1px;
    transition: all 0.5s;
    color: #fff !important;
}
.pack-nav:hover:before {
   content: '';
    display: block;
    background: url(../img/check1.png);
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 65px;
}
.pack-nav:hover p {
    color: #fff;
}
.pack-nav1{
   position: relative;
    background: #031873 !important;
    border: #031873 solid 1px;
    /*padding: 33px 20px;*/
    box-shadow: 0px 9px 31.04px 0.96px rgba(0, 0, 0, 0.18);
}
.pack-nav1 h2, .pack-nav1 h2 span, .pack-nav1 p{
  color: #fff;
}
.cir-check{
   position: absolute;
   left: -24px;
   top: 16px;
}
.pack-inner{
  padding-top: 30px;
  padding-left: 10px;
}
.pack-inner p{
  color: #4e4e4e;
  font-size: 18px;
  font-weight: 400;
  clear: both;
  margin-bottom: 0px;
}
.pack-btn1{
  background: #031873;
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 15px;
  box-shadow: 1px 1px 5px #000;
  margin-left: 5px;
  margin-right: 14px;
}
.pack-btn2{
  font-size: 20px;
  color: #031873 !important;
  font-weight: 500;
}
.m-s-can{
   /*margin-left: -8.5px !important;*/
}
.m-s-can1{
  margin-left: -9.5px;
  padding-top: 85px !important;
  padding-bottom: 85px!important;
}
.reset-pass{
  border-radius: 25px;
  background: #d62839;
  color: #fff !important;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  padding: 8px 25px;
}
.reset-pass:hover{
  background: transparent;
  color: #231f20 !important;
  transition: all 0.5s;
 } 
 .reset-pass-yes{
  border-radius: 25px;
  background: #f2f2f2;
  color: #231f20 !important;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 700;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.24);
  padding: 8px 25px;
}
.reset-pass-yes:hover{
  background: transparent;
  color: #231f20 !important;
  transition: all 0.5s;
 } 

.b-t-s{
  font-size: 11px;
  font-weight: 600;
  color: #231f20;
}
.b-t-s:hover{
  color: #231f20;
}
.f-g-e-m{
    border: 0px solid #000;
    border-bottom: #918f8f solid 1px;
    border-radius: 0px;
    padding-left: 0px;
    color: #231f20;
}
.forgot-pass1 .modal-dialog {
    max-width: 370px;
    margin: 1.75rem auto;
}
.forgot-pass1 .modal-dialog h2 {
  color: #231f20;
  font-size: 14px;
  font-weight: 700;
}
.forgot-pass1 .modal-dialog p {
  color: #231f20;
  font-size: 16px;
  font-weight: 500;
}
.forgot-pass1 .modal-dialog label {
  color: #282828;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0px;
}
.forgot-pass1 .modal-dialog .f-g-e-m {
    border: 0px solid #000;
    border-bottom: #918f8f solid 1px;
    border-radius: 0px;
    padding-left: 0px;
    color: #8a8a8a;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.forgot-pass1 .modal-dialog .msg-for{
    position: relative;
    top: -31px;
}
.pp{
  color: #fff !important;
}
.get-man{
   max-width: 60% !important;
}
.get-man-inner{
   padding-left: 5% !important;
   padding-right: 5% !important;
}
.top_userDetail{
  padding-top: 8px;
}
.sec-1{
    border: #a4a3a3 solid 1px;
    background: none;
    height: 28px;
    width: 62px;
    text-align: center;
    text-align-last: center;
    vertical-align: middle;
}
.su-b-l{
  padding-bottom: 81px !important
}
.su-b-2{
  padding-bottom: 38px !important
}
.main-footer{
  padding-top: 5px;
  padding-bottom: 5px;
}
.text2{
  background: rgb(3, 24, 115);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 3px;
}
.text3{
  background: rgb(242, 242, 242);
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 3px;
}
.main-footer1{
   background: rgba(0,0,0,0.6);
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.main-footer1 a{
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
}
.main-footer1 a:hover{
  text-decoration: underline;
}
.main-footer a{
  font-size: 14px;
  color: #fff;
  padding-right: 15px;
}
.main-footer a:hover{
  text-decoration: underline;
}
.main-con-login{
  padding-left: 5%;padding-right: 5%
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.display-flex{
  display: flex !important;
}



/* section */
section {
  /*width: 50%;
  min-height: inherit;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  position: relative;*/
}

section::before,
section::after {
  /*content: "";
  display: none;

  border-radius: 100%;

  position: absolute;*/
}

section::before {
  /*width: 30px;
  height: 30px;

  background: var(--primary);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);

  top: 18px;
  left: 18px;*/
}

section::after {
  width: 42px;
  height: 42px;

  border: 1px solid #031873;

  top: 11px;
  left: 11px;
}

.light {
  /*--primary: hsl(250, 100%, 44%);*/
  --other: hsl(229, 97%, 45%);

  /*background: hsl(0, 0%, 98%);*/
}



/* label */
label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;

  /*margin: 12px 0;*/

  cursor: pointer;
  position: relative;
}


/* input */
input {
  /*opacity: 0;*/
 /* position: absolute;
  left: 50%;
  top: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*z-index: -1;*/
}


/* .design */
.design {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 10px;

  position: relative;
}

.design::before,
.design::after {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  position: absolute;
  transform: scale(0);
  transform-origin: center center;
}

.design:before {
  background: #031873;
  opacity: 0;
  transition: .3s;
  top: -1px;
    left: -1px;
}

.design::after {
  background: #031873;
  opacity: .4;
  transition: .6s;
}


/* .text */
.text {
  color: #000;
  font-weight: normal;
  margin-right: 25px;
}


/* checked state */
input:checked+.design::before {
  opacity: 1;
  transform: scale(.6);
}


/* other states */
input:hover+.design,
input:focus+.design {
  border: 1px solid #031873;
}

input:hover+.design:before,
input:focus+.design:before {
  background: #031873;
}

input:hover~.text {
  color: #031873;
}

input:focus+.design::after,
input:active+.design::after {
  /*opacity: .1;*/
  /*transform: scale(2.6);*/
}





/* Media Query */

@media only screen and (max-device-width: 1366px) and (max-device-height: 768px){
  .content-icon-1 {
    font-size: 40px;
    padding: 18px;
    width: 92%;
    margin-left: 3px;
    margin-top: -65px;
}
.content-icon-1 svg {
    width: 50px;
    height: 50px;
    position: relative;
    top: -5px;
}
.content-icon-1 svg image {
    width: 50px;
    height: 50px;
  }
.box-1 {
    border-bottom: 5px solid #031565;
    padding: 20px;
    padding-bottom: 2px;
    margin-right: 10px;
}
.content-text-r h3 {
    font-size: 38px;
    padding-left: 0px;
    padding-bottom: 0px;
    text-align: center;
}
.check-btn .form-check-radio{
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.8rem;
}
.main-custom .custom-file-input::before {
    padding: 3px 0px;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    font-weight: 400;
}
.main-custom .custom-file-input {
    height: 50px;
}
.table-nav2 .table td {
    font-size: 14px !important;
}
}


@media only screen and (min-width: 0px) and (max-width: 767px) {
    .swip{
        display: flex;
        flex-direction: column-reverse;
    }
    .login-wrapper {
        padding: 0;
        padding-top: 0%;
}
.logo-im img{
  width: 80%;
}
    .pr-5, .pr-4{
      padding-right: 0px !important;
}
.h1-1{
  font-size: 26px;
  padding-top: 25px !important;
}
.login-wrap {
    padding: 0px 10px;
    width: 100%;
}
.bubmit-btn1 {
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
}
.app-ico{
  display: none;
}
.pt-4{
  padding-top: 10px !important;
}
.w-b {
  padding: 15px 20px;
}
.d-blo{
  display: block !important;
}
.mb-4{
  margin-bottom: 10px !important; 
}
.bubmit-btn {    
    margin-top: 10px;  
    padding-top: 5px;
    padding-bottom: 5px;  
}
.main-con-login {
    padding-left: 0%;
    padding-right: 0%;
}
.main-footer1 a {
    font-size: 10px;
    padding-right: 10px;
}
.h1-2{
  padding-top: 30px;
}


.app-ico img{
  width: 40%;
}
.text-right {
    text-align: center!important;
    margin-bottom: 0px;
    padding-top: 5px;
}
.bx-wrapper {
    margin-left: 15px;
    margin-top: 25px;
    margin-right: 8px;
    margin-bottom: 25px !important;
    display: none;
}
.dots, .dots1{
    display: none;
}
.slider .slider-inner {
    padding: 20px 20px;
    padding-bottom: 0px;
}
.slider .slider-inner h2 {
    font-size: 30px;
}
.forgot-pass1 .modal-dialog {
    max-width: 350px;
 }
.m-s-can1 {
    margin-left: 0px;
    padding-top: 70px !important;
    padding-bottom: 70px!important;
}
.pl-5{
  padding-left: 20px !important;
}
.pr-5{
  padding-right: 0px !important;
}
.reset-pass {
    width: 90%;
}
.sign-up-form .sign-inner {
    padding-left: 0%;
    padding-right: 0%;
    border-right: #575758 solid 0px;
}
.signup-modal-form .modal-content {
    margin-left: 10px;
}
.d-sin {
    display: block !important;
}
.form-check {
    padding-left: 0rem;
}
.content-wrapper>.content {
    padding: 1rem;
}
.box-1 {
    margin-bottom: 20px;
}
.content-icon-1 {
    width: 65%;
    height: 64px;
    margin: 0px auto;
    margin-top: -60px;
}
.content-icon-1 i {
    font-size: 36px;
    padding-top: 0px;
    position: relative;
    top: -50px;
}
.content-icon-1 svg {
    width: 36px;
    height: 36px;
    position: relative;
    top: -45px;
}
.content-icon-1 svg image {
    width: 36px;
    height: 36px;
  }
.content-text-r h2 {
    font-size: 16px;
    text-align: center;
    padding-top: 16px;
}
.content-text-r h3 {
    font-weight: 300;
    padding-left: 0px;
    text-align: center;
    padding-bottom: 0px;
    font-size: 35px;
}
.elevation-4 {
    box-shadow: none !important;
}
.box-1 a {
    padding-left: 15px;
  }
 .main-navbar {
    padding: 1.3rem 0rem 1.0rem 0rem;
}
.main_heading {
    font-size: 20px;
    margin-left: 10px;
    font-weight: 700;
    padding-right: 15px;
    width: 180px;
    /*height: 50px;*/
    overflow: hidden;
}
.img1,.edit-ico{
  display: none;
}
.user-name {
    font-size: 18px;
    font-weight: 500;
}
.page-card {
    padding: 0px;
 }
 .card-body {
    padding: 0rem;
    padding-top: 25px;
}
.pack-nav {
    margin-bottom: 30px;
}
.cir-check {
    left: -10px;
    }
.pack-inner p {
    font-size: 22px;
    line-height: 40px;
}   
.buttons-group .btn {
    padding: 5px 44px;
  } 
 .pl-4{
  padding-left: 0px !important;
 } 
 .form-check-input {
    position: absolute;
    margin-top: .6rem;
    margin-left: -0.2rem;
}
.vis1-l{
  padding-left: 0px;
}
.vis1-r{
  padding-right: 0px;
}
.reset-pass-yes {
    width: 90%;
    margin-top: 15px;
}
.lod-m-l{
  padding-left: 20px !important;
}
.table-nav{
  /*overflow-y: scroll;
  margin-right: 10px;*/
  margin-left: 10px;
}
.table-nav2{
  overflow-y: scroll;
  margin-right: 0px;
  margin-left: 0px;
}
.table-row-1 {
    padding-left: 20px !important;
}
.sear-bt {
    bottom: 15px;
    padding: 7px 5px;
    font-size: 12px;
}
.profile-form{
  padding-top: 10px;
}
.table-nav .table td, .table th {
    padding-bottom: 0px;
    padding: 0.4rem;
}
.pl-2{
  padding-left: 0px !important;
}
.pl-3{
  padding-left: 0px !important;
}
.pr-3{
  padding-right: 0px !important;
}
.files input {
    padding: 108px 2px 80px 20.2%;
    margin-top: 20px;
  }
  .main-custom1{
    display: none;
  }
.main-custom{
  margin-top: 20px;
} 
.content-icon-1 {
    padding: 38px 0px;
    margin-top: -70px;
} 
.mo-da-1{
  padding: 0rem;
}
.sign-inner-get{
  padding-left: 0px;
}
.mo-con-1-p{
  padding: 10px 10px !important;
}
.su-b-l {
    padding-bottom: 30px !important;
}
.get-man {
    max-width: 100% !important;
}
.sin-che {
    left: 0px;
    top: -4px;
}
.ter-p-o-p{
  padding-left: 20px;
  font-size: 12px !important;
  padding-top: 5px;
}
.table-nav .table td, .table th {
    font-size: 9px;
}
.mr-3{
    margin-right: 0rem!important;
}
.table-sc-ol{
  height: 350px; 
  overflow-y: scroll;
  padding-right: 11px;
}
.text-center-mob{
  text-align: center;
}
section {
    margin: 0px auto;
    margin-top: 15px;
}
.sh-list {
    text-align-last: center;
}
.em-crea-user-search {
    right: 4px;    
}
.table-nav .select {
    margin-left: -7px;
}

}



