/* @import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i"); */

.container-fluid *, .container-fluid ::after, .container-fluid ::before {
    box-sizing: border-box;
}

.container-fluid {
    max-width: 1200px;
    min-width: 300px;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    word-break: break-word;
}

.container-fluid a {
    text-decoration: none;
    outline: none;
}

.container-fluid a:hover, .container-fluid a:focus, .container-fluid a:active {
    text-decoration: none;
}

.container-fluid button, .container-fluid input {
    overflow: visible;
}

.container-fluid nav {
    display: block;
}

.container-fluid .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-bottom: -1px;
}

.container-fluid .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.container-fluid .nav-link:focus, .container-fluid .nav-link:hover {
    text-decoration: none;
}

.container-fluid .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.container-fluid .nav-tabs {
    border-bottom: 1px solid #e9ecef;
}

.container-fluid .nav-tabs .nav-item {
    margin-bottom: -1px;
}

.container-fluid .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.container-fluid .nav-tabs .nav-link:focus, .container-fluid .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #e9ecef;
}

.container-fluid .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.container-fluid .nav-tabs .nav-item.show .nav-link, .container-fluid .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #e9ecef;
    border-color: #e9ecef #e9ecef #fff;
}

.container-fluid .nav-pills .nav-link.active, .container-fluid .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border: 1px solid #007bff;
}

.container-fluid .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.container-fluid .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    margin-right: -1px;
}

.container-fluid .nav-link.btn-outline-secondary {
    border: 1px solid #6c757d;
}

.container-fluid .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .25rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bfc1c3;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 2px;
}
.form-control option{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-control[readonly] {
    background-color: #ffffff;
}

.form-control-readonly[readonly] {
    background-color: #e9ecef;
    cursor: no-drop;
}

.form-control:disabled {
    background-color: #e9ecef !important;
    cursor: no-drop;
    opacity: 1;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder {
    color: #b1b0b0;
}

textarea.form-control {
    height: 200px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block !important;
    margin: 0px;
    padding-top: 0px;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
}

.form-control-label {
    font-weight: 600;
}

.form-control-normal {
    font-weight: 400;
}
.form-group a{
    color: #00b3a7;
}
label.ck.ck-label.ck-voice-label {
    display: none !important;
}

button:focus, .form-control:focus, .btn:focus {
    outline: 0;
}

.calender-icon, .search-calender-icon {
    background: #ffffff url('../images/calender.png') 20px 12px no-repeat;
    background-position: right;
    background-origin: content-box;
    cursor: pointer;
    background-size: 17px;
}

/*.page-fade {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    display: none;
}
  
.page-loading {
    padding: 13px 15px 10px 15px;
    font-size: 20px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 50px;
    display: none;
    height: auto;
    text-align: center;
}
  
.pageLoading i {
    margin-right: 5px;
}*/

.ui-autocomplete-loading {
    background: white url("../images/ajax-loader.gif") right center no-repeat;
    background-size: 20px;
}

label.error, div.error {
    color: #f30e23;
    display: block;
	font-size: 15px;
}

.cursor-pointer{
    cursor: pointer;
}

.ck.ck-editor__editable {
    height: 250px;
}

.img-thumbnail-size {
    max-width: 100px;
    max-height: 100px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-bottom: .25rem;
    cursor: pointer;
    /*text-transform: capitalize;*/
    font-family: inherit;
    font-size: inherit;
}

.btn-primary {
    color: #fff;
    background-color: #18568d;   
    padding: 7px 20px !important;
   font: normal 16px/22px 'Outfit' !important;
}

.btn-primary:hover {
    color: #fff;
   background-color: #1c209f;
    border-color: #1c209f;
}

.btn-secondary {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;   
    padding: 6px 20px !important;
     font: normal 16px/22px 'Outfit' !important;
}
.btn-secondary a{
   color: #fff !important; 
}
.btn-secondary:hover {
    color: #fff;
    background-color: #1c209f;
    border-color: #1c209f;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-outline-secondary {
    color: #fff !important;
    border-color: #00b3a7;
    background: #00b3a7;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    font: normal 16px/22px 'Poppins' !important;
}

.btn-outline-secondary:hover {
    color: #fff !important;
   background-color: #06887F;
    border-color: #06887F;
}
.btn-outline-secondary:hover a{
    color: #fff !important;
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #1c209f;
    border-color: #1c209f
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-width {
    min-width: 100px;
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.d-inline-block {
    display: inline-block!important;
}

.rounded-lg {
    border-radius: .3rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important;
}

.text-black{
	color:#000;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-label {
    margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    /*margin: -1px 5px 0px 0px;*/
}

.login-box .form-control {
    height: calc(1.75em + 1rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.forgot-password-box .form-control {
    height: calc(1.75em + 1rem + 2px);
    padding: .5rem 1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
	font-size: 15px;
	line-height: 20px;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.btn-success{
	background:#198754;
	color:#fff;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.justify-content-center, .justify-content-md-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}



.p-0 {
    padding: 0px;
}

.p-5 {
    padding: 3rem!important;
}

.p-2 {
    padding: 0.5rem!important;
}

.p-3 {
    padding: 1rem!important;
}

.pt-2 {
    padding-top: 0.5!important;
}

.pt-3 {
    padding-top: 1rem!important;
}

.pr-0 {
    padding-right: 0!important;
}

.text-small {
    font-size: 85%;
    line-height: 16px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify!important
}

.text-break {
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute!important;
}

.member_profile_photo {
    float: right;
    max-width: 200px;
    max-height: 100%;
}

.member_profile_content {
    float: left;
    width: 82.8%;
    padding-right: 10px;
}

.member_profile_content_inner {
    float: left;
    width: 76%;
    padding-right: 10px;
}

.password_eye {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.bg-primary {
    background: #007bff !important;
    color: #ffffff !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

.bg-default {
    background-color: #fafafa !important;
}

.bg-secondary {
    color: #fff;
    background-color: #6c757d;
}

.text-mutted {
    color: #908f8f;
    display: block;
    font-size: 80%;
}

.text-primary {
    color: #007bff!important
}

.text-info {
    color: #17a2b8!important
}

.text-success {
    color: #28a745!important
}

.text-dark {
    color: #343a40;
}

.text-danger {
    color: #dc3545!important
}

.text-secondary {
    color: #6c757d!important;
}

.align-middle {
    vertical-align: middle!important;
}

.align-top {
    vertical-align: top!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.w-100 {
    width: 100% !important;
}

.d-block {
    display: block!important;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h1 {
    font-size: 2.5rem
}

.h2 {
    font-size: 2rem;
}

.h3 {
    font-size: 1.75rem;
}

.h4 {
    font-size: 1.5rem;
}

.h5 {
    font-size: 1.25rem;
}

.h6 {
    font-size: 1.1rem;
}

.m-0 {
    margin: 0!important;
}

.m-2 {
    margin: .5rem!important
}

.mt-0 {
    margin-top: 0!important;
}

.mt-1 {
    margin-top: .25rem!important;
}

.mt-2 {
    margin-top: .5rem!important;
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important;
}

.mr-2 {
    margin-right: .5rem!important;
}

.ml-2 {
    margin-left: .5rem!important;
}

.ml-3 {
    margin-left: 1rem!important
}

.mb-0 {
    margin-bottom: 0rem!important;
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.pl-4 {
    padding-left: 1.5rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;    
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-deck {
    /*display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-wrap: wrap;*/
    display: grid;
    height: 100%;
    width: 100%;
}

.card-deck .card-img {
    width: 150px;
    height: 150px;
    margin: 0px auto;
    margin-top: 20px;
}

.card-deck .card-img-top {
    max-width: 100%;
    max-height: 100%;
}

.card-deck .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem .5rem;
    
}

.card-deck .card-title {
    margin-bottom: .75rem;
}

.card-deck .card-text {
    margin-top: 0px;
}

.dashbord-button {
    border-color: #1c209f;
    color: #1c209f;
}

.dashboard-link {
    padding-top: 37px;
    padding-bottom: 36px;
}

.dashbord-button a {
    color: #1c209f !important;
}

.dashbord-button a:focus, .dashbord-button a:hover {
    color: #00b3a7 !important;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label {
    padding-top: 0px;
    padding-bottom: calc(.5rem + 1px);
}

.img-thumbnail-size {
    max-width: 100px;
    max-height: 100px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; 
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
/*.page-item {
	float: left;
	padding: 7px;
	list-style: none;
}*/
.list-group-item-max-width {
    max-width: 290px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1c209f;
    border-color: #1c209f
}

.list-group-item-primary {
    color: #fff !important;
    background-color: #4c849d;
}

.list-group-height-100 {
    display: grid;
    height: 100%;
    width: 100%;
}

.list-group-height-100 .list-group-item {
    border: 0px;
    margin-left: 20px;
    display: list-item;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 0px;
}

.fa-width {
    width: 20px;
}

.font-weight-bold {
    font-weight: 700!important;
}

.font-weight-normal {
    font-weight: 500;
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group>.btn:hover {
    z-index: 1
}

.btn-group>.btn-group:not(:first-child), .btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2px;
}

.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

span.input-group-text {
    min-width: 45px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #bfc1c3;
    border-radius: .25rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.d-none {
    display: none !important;
}

.bg-information {
    background: #fbf9f9;
    position: relative;
    border: 1px solid #dddddd;
    border-radius: 2px;
    position: relative;
    margin-right: -10px;
    margin-left: -10px;
}
.bg-information .form-group{
    margin-left: 0;
}
.bg-information .form-group label.region{
    margin: 0 8px 0 0;
}
.bg-information .form-group .col-md-8 {
    -ms-flex: 0 0 65.1%;
    flex: 0 0 65.6%;
    max-width: 65.6%;
    /* margin: 0 0 0 9px; */
}
.workInformationList .form-group .col-md-8.pr-1 {
    -ms-flex: 0 0 66.5%;
    flex: 0 0 66.9%;
    max-width: 66.9%;
    margin: 0 0 0 0px;
}

.bg-information .form-group .col-md-6 {
    -ms-flex: 0 0 49.8%;
    flex: 0 0 49.8%;
    max-width: 49.8%;
    margin: 0 0 1px 0;
}
.remove_information {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: auto;
    z-index: 10;
}

.text-white {
    color: #fff!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

::-webkit-file-upload-button {
    margin-top: 2px;
    -webkit-appearance: button
}

.border {
    border: 1px solid #dee2e6!important;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075) !important;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(0 0 0 / 1%);
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    text-align: left;
    vertical-align: top;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-sm td, .table-sm th {
    padding: .3rem;
}

.text-uppercase {
    text-transform: uppercase!important;
    letter-spacing: 1px;
}

.text-capitalize {
    text-transform: capitalize!important;
}

.action-links a {
    margin-left: 5px;
    vertical-align: middle;
    text-align: center;
}

.presentation-file-height {
    height: 100px;
    word-break: break-all;
}

.div-error{
    color: #f30e23;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    cursor: default;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

span.more-text {
    display: none;
}

.text-with-image img {
    border-radius: 50%;
    max-height: 50px;
    max-width: 50px;
    float: left;
    margin-right: 20px;
    border: 1px solid #dee2e6;
}

.textMain #frm_member_login ul li,.textMain #category-tree ul li{
    background: none;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    min-width: 380px;
}
.textMain #frm_member_login ul li:first-child{
    display: block;
}

.list-group-height-100 .list-group-item{
    list-style-type: none;
    padding-left: 0;
    margin-left: 10px;
}

.private-info-txt{
    margin: 5px 0 5px 0px;
}
.rgster-btn{
    font: 500 18px/24px 'Poppins';
}
.textMain ul.vdo-listing-fst-sectn {
    padding: 5px 10px 10px 10px;
    background: #f9f8f8;
    border-radius: 5px;
        box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0 15px 0;
}
ul.vdo-listing-fst-sectn li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    background: none;
    margin: 0 20px 0 0;
    width: 31%;
}
ul.vdo-listing-fst-sectn li:nth-child(4){
    margin: 5px 30px 0 0;
}
ul.vdo-listing-fst-sectn li p{
    padding: 5px 0 5px 0;
    margin: 0;
    font: 600 16px/22px 'Poppins';
}
ul.vdo-listing-fst-sectn li p span{
    display: block;
    font: 300 16px/26px 'Poppins';
}

ul.vdo-listing-fst-sectn li .vdo-listing-pg-btn,ul.vdo-listing-fst-sectn li #clearBtn{
   background: #1c209f;
    border: 0px; 
}
ul.vdo-listing-fst-sectn li .vdo-listing-pg-btn:hover,ul.vdo-listing-fst-sectn li #clearBtn:hover{
        background: #00b3a7;
}
.textMain ul.video-list {
    margin: 40px 0 0 0;
}

.textMain ul.video-list li {
    margin: 0px 10px 30px 10px;
    padding: 0px 0 10px 0;
    list-style: none;
    display: inline-block;
   width: 100%;
    border: 1px solid #1c209f;
    background: #fff;
    position: relative;
    vertical-align: top;
}
.textMain ul.video-list li::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    background: rgb(42, 199, 211);
    background: linear-gradient(90deg, rgba(42, 199, 211, 1) 0%, rgba(64, 101, 230, 0.9810049019607843) 99%);
}
.textMain ul.vdo-listing-fst-sectn .checkbox-inline,.textMain ul.vdo-listing-fst-sectn .radio-inline {
    padding-right: 15px;
}

.textMain ul.video-list li a{
    display: inline-block;
    font: normal 14px/20px 'Poppins';
    color: #1c209f;
    margin: 0 0 0 0;
    font-size: 14px;
}
.textMain ul.video-list li h2{
    padding: 0px 0px 5px 0px;
    margin: 0;
}
.textMain ul.video-list li h2 a{
   font: 600 18px/24px 'Poppins';
    color: #1c209f;
    margin: 0;
}
.textMain ul.video-list li iframe{
    width: 100%;
    height: 100%;
}
.textMain ul.video-list li p{
    margin: 0;
    padding: 0;
}
.textMain ul.video-list li p.duration{
    margin: 5px 0 0 0 !important;
}
.textMain ul.video-list li .table-div{
    padding: 10px 0 0 10px;
}
.listing-pg-vdo{
    width: 295px;
}
.listing-pg-vdo img{
    border: 2px solid #333 !important;
}
.listing-pg-vdo-txt{
    padding: 0 10px 0 25px;
    font-size: 14px;
}
.vdo-detail-page{
    background: none;
    padding: 0;
}
.vdo-detail-page h2 {
    padding: 5px 0px 5px 0px;
    margin: 0;
    font: 600 24px/30px 'Poppins';
    color: #1c209f;
}
.vdo-detail-page p.submitted-by{
    font: normal 16px/22px 'Poppins';
    color: #000;
    padding: 5px 0 5px 0;
}
.vdo-detail-page iframe{
    width: 100%;
    height: 100%;
}
.vdo-detail-page h3 {
    padding: 0px 0px 5px 0px;
    margin: 0;
    font: 500 24px/30px 'Poppins';
    color: #1c209f;
}
.vdo-detail-page .dwnld-brchur a {
    margin: 0 0 10px 0px;
    display: inline-block;
    font-size: 16px;
    color: #00b3a7;
}
.add-fav-ref-surgn {
    margin: 10px 0 15px 0;
    text-align: center;
}
.add-fav-ref-surgn .modal{
    text-align: left;
}
.related_content {
    border: solid 1px #00b3a7;
    padding: 10px 10px;
}
.related_content h3 {
    background: #00b3a7;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font: normal 18px/24px 'Poppins';
    margin: 0 0 10px 0;
}
.related_content ul{
    padding: 0;
}
.related_content ul li {
    margin: 2px 0px;
    padding: 8px 0px;
    border-bottom: 1px dotted #ccc;
    font: normal 15px/21px 'Poppins';
    background: none;
}
.related_content ul li a{
    color: #00b3a7;
    position: relative;
    display: block;
    min-height: 38px;
   padding: 0 50px 0 0px;
}
.related_content ul li a::after{
    position: absolute;
    content: '';
    width: 38px;
    height: 33px;   
    right: 0;
    top: 4px;
}
.vdo-detail-feedback {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px;
    background: #f9f8f8;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    padding: 0 0 18px 0px;
}
.vdo-detail-feedback h3,.more-info h3{
    padding: 15px 0 5px 18px !important;
}
.vdo-detail-feedback .col-md-9{
    padding-left: 0;
}
.vdo-detail-feedback .form-group{
    padding: 0px 18px 0 18px;
}
.more-info{
  background: #f9f8f8;
    border-radius: 5px;
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);  
    padding: 0 0 18px 0px;
    margin: 30px 0 30px 0;
}
.more-info div{
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 18px;
}
.addToFav .btn-primary,.have-rep-contact-me{
    background-color: #1c209f !important;
    border-color: #1c209f !important;
    font: normal 16px/22px 'Poppins' !important;
    color: #fff !important;
}
.addToFav .btn-primary:hover,.have-rep-contact-me:hover {
    background-color: #06887F !important;
    border-color: #06887F !important;
    text-decoration: none !important;
}
.refer-a-surgeon,.sbmt-fedbck,.dwnld-brchur a{
    background-color: #00b3a7 !important;
    border-color: #00b3a7 !important;
    color: #fff !important;
    font: normal 16px/22px 'Poppins' !important;
}
.dwnld-brchur a{
    display: inline-block;
    background-color: #00b3a7 !important;
    border-color: #00b3a7 !important;
    color: #fff !important;
    font: normal 16px/22px 'Poppins' !important;
    padding: 12px 20px;
    border-radius: 30px;
    margin: 0 5px 0 0 !important;
}
.sbmt-fedbck{
    margin: 0 0 0px 18px;
}
.refer-a-surgeon:hover,.sbmt-fedbck:hover,.dwnld-brchur a:hover{
    background-color: #06887F !important;
    border-color: #06887F !important;
    text-decoration: none !important;
}
.evnts-sign-up-btn{
     text-align: center;
    margin: 30px 5px 0 5px;
    display: inline-block;
}
.evnts-sign-up-btn a {
    display: inline-block;
    background-color: #00b3a7 !important;
    border-color: #00b3a7 !important;
    color: #fff !important;
    font: normal 16px/22px 'Poppins' !important;
    padding: 12px 20px;
    border-radius: 30px;
    margin: 15px 0px 0 0px !important;
}
.evnts-sign-up-btn a:hover{
     background-color: #1c209f !important;
    border-color: #1c209f !important;
    text-decoration: none !important;
}
.accept-terms-check-bx{
    width: 100%;
} 
.email-verify-login a,.email-verify-login a:hover{
    color: #fff !important;
}
.chosen-container-multi .chosen-choices li{
    background: none !important;
}
.medical-membership-dropdown ul li{
    background: none;
    list-style-type: none !important;
}
p.vido-main{
   position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px; 
    box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 9px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.1);
    border: 4px solid #333;
}
.vdo-detail-page iframe {
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#repForm{
    text-align: left;
}
.video_description p{
    margin: 0;
    padding: 10px 0px 5px 0px;
}

.testimonial-pg h2 {
    font: bold 20px/26px 'Poppins' !important;
    padding: 5px 0px 10px 0px !important;
    color: #1c209f !important;
}

.vdo-detail-page #frm_member{
    margin: 25px 0 0 0;
}
#searchForm .w-25 a {
	text-align: right !important;
	display: block;
	padding-left: 0;
}
.eduPdf a::before {
	display: inline-block;
	vertical-align: top;
	content: '\f1c1';
	font-family: 'fontello';
	font-size: 15px;
	color: red;
	margin-right: 6px;
}
.eduImg img {
	padding: 2px;
	border: 2px solid #ccc;
}
.eduVideo iframe {
	border: 2px solid #ccc;
}
@media (min-width:576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
   
}

@media (min-width:768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
#searchForm .w-25 a {
	text-align: left !important;
	display: block;
	padding-left: 25px;
}
}
.bg-grey{
	background:#eaeaea !important;
}

.font20{
font-size: 20px !important;
}

.dashboard .card {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	height: 126px;
}

.dashboard .card-body h5 {
	font-size: 17px;
	font-weight: 600;
	color: #333333;
	margin: 10px 0 0 0;
	font-family: "Roboto", Sans-serif;
}

.dashboard .card {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	height: 126px;
	
}

.dashboard .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dashboard .card:active {
	transform: scale(0.95);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Icon Bounce Effect */
.dashboard .card i {
	font-size: 32px;
	color: #007bff;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}

.dashboard .card:hover i {
	animation: bounce 0.6s;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-10px);
	}
	60% {
		transform: translateY(-5px);
	}
}

.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: #f9fafb;
}

/*Forum css starts*/
.textMain .forumTable {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #ccc;
}
.textMain .forumTable ul {
	display: table-row;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
.textMain .forumTable li {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	font: normal 16px/22px 'Outfit', sans-serif;
	background: none;
	margin: 0px;
}
.textMain .forumTable ul:nth-child(odd) {
	background: #eee;
}
.textMain .forumTable ul.forumHead {
	background: #1890b2;
}
.textMain .forumTable .forumHead li {
	padding:10px;
	font: normal 16px/22px 'Outfit', sans-serif !important;
	color: #fff;
}
.textMain .forumTable li:not(:first-child) {
	width: 25%;
	min-width: 200px;
}
.forgot-password-box-body .alert-danger {
	text-align: left;
}
.topic-details .btn-primary {
	min-width: 134px !important;
}
.topic-details {	
	margin-bottom: 20px;
}

/*forum css ends*/

.shadow {
	box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1) !important;
}

.page-loading {
      position: fixed;
      z-index: 1031;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      z-index: 99999;
	  padding: 15px;
}

.page-fade {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: #ccc;
      opacity: 0.5;
      display: none;
      z-index: 99998;
}

#Locations-Container,#Map-Container{
	display:none;
}
.hide-menu-mobile{
	display:block;
	text-align: left;
}
.show-menu-mobile{
	display:none;
	
}
.forum_txt{
	color: #4d4545;
  font-size: 17px;
  text-align: justify;
  background:#f4f4f4 !important;
  font-weight: 400;
  line-height: 25px;
}

.edu_head{
	font-size: 20px !important;
    line-height: 23px !important;
	padding-top:0px !important;
}
.textMain .post-meta ul li{
	background:none !important;
	padding:0 !important;
}

/*education css*/

.no-padd-bottom {
    padding-bottom: 0px !important;
}
.no-padd-top {
    padding-top: 0px !important;
}
.news-section {
    position: relative;
    padding: 100px 0px;
}
.list-view .edu-style-one {
    margin-bottom: 50px;
}
.edu-style-one .inner-box {
    position: relative;
    display: block;
}
.edu-style-one .image-column {
    position: relative;
}
.edu-style-one .image-box {
    position: relative;
    overflow: hidden;
}
.edu-style-one .image-box img {
	display: block;
	width: 100%;
	padding: 2px;
	border: 2px solid #ccc;
}
.edu-style-one .content h3 {
    font-size: 20px;
    color: #272727;
    margin: -5px 0px 5px;
    font-weight: 600;
}
.edu-style-one .content .post-meta {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.edu-style-one .content .post-meta li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
	font-style: normal;
	padding: 0;
	background: none;
	color: #666565;
	font-weight: 400;
}
.edu-style-one .content .post-meta li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-style: italic;
    color: #9e9e9e;
	padding:0;
}
.edu-style-one .content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    color: #000;
    font-style: normal;
}
.edu-style-one .content .text {
    position: relative;
    margin-bottom: 20px;
    color: #000000;
    line-height: 22px;
    font-size: 16px;
}
.large-image-view .edu-style-one .inner-box {
    padding: 20px 20px 25px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}
.large-image-view .edu-style-one .image-box {
    margin-bottom: 25px;
}
.col-md-8.eduDetails {
	-ms-flex: 0 0 100.00%;
	flex: 0 0 100.00%;
	max-width: 100.00%;
}

@media screen and (max-width: 1048px) {
 
    #searchForm .w-100 {
	width: 79% !important;
}
}
@media (max-width: 1100px) {
.show-menu-mobile{
	display:none;
	
}
}
@media (min-width: 768px) and (max-width: 810px) {
  #searchForm .col-md-6 {
	-ms-flex: 0 0 56% !important;
	flex: 0 0 56% !important;
	max-width: 56% !important;
}
    #searchForm .col-md-2 {
	-ms-flex: 0 0 21.667%;
	flex: 0 0 21.667%;
	max-width: 21.667%;
}
}	


@media (max-width: 576px) {
	.forgot-pwd-txt,.form-group label{
		font-size:15px;
	}
	
	.table-wrapper{    
		.scrollable{
		  overflow: scroll;
		  overflow-y: hidden;
		  table{
			th, td{
			  white-space: nowrap;
			}
		  }
		}
   
	}
	.hide-menu-mobile{
	display:none;
	}
	.show-menu-mobile{
		display:block;
		
	}
	
	.menu-list {
	position: absolute;
	top: 28px;
	left: 38px;
	width: 100%;

	border-radius: 5px;
	z-index: 1000;
	display: none;
}
.grey-border{
	width:100%;
	border-bottom:1px solid #ccc;
}
	
.colon{
	display:none;
}	
    
    .form-check{
        padding-left: 0;
    }
    .w-100 {
	width: 130% !important;
}
    
    
    
    
    
    

}
@media (max-width: 480px) {
  #searchForm .w-100 {
	width: 70% !important;
}
#searchForm .w-25 {
	width: 30% !important;
}
    #searchForm .col-md-2.text-right .btn-secondary {
	width: 100%;
}
       #searchForm .col-md-2.text-right {
	padding-top: 10px;
}
     #frm_member .form-group {
    margin-bottom: .5rem;
}
    #frm_member .col-12.col-sm-4.col-md-3.col-form-label{
        display: none;
    }
}
@media (max-width: 370px) {
	.forgot-pwd-txt{
		font-size:13px;
	}
    	#searchForm .w-100 {
	width: 68% !important;
}
    #searchForm .w-25 {
	width: 32% !important;
}

}

@media (max-width: 360px) {
	.forgot-pwd-txt{
		font-size:13px;
	}
}
@media (max-width: 340px) {
	.forgot-pwd-txt{
		font-size:13px;
	}
}