@font-face {
    font-family: 'trx-font';
    src: url('../../../fonts/trx-font.eot?9erw8');
    src: url('../../../fonts/trx-font.eot?9erw8#iefix') format('embedded-opentype'),
    url('../../../fonts/trx-font.ttf?9erw8') format('truetype'),
    url('../../../fonts/trx-font.woff?9erw8') format('woff'),
    url('../../../fonts/trx-font.svg?9erw8#trx-font') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'trx-font' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-help-circle-1:before {
    content: "\e90f";
}

.icon-check:before {
    content: "\e90c";
    color: #d23c24;
}

.icon-menu:before {
    content: "\e90d";
}

.icon-close:before {
    content: "\e90e";
}

.icon-angle-down:before {
    content: "\e900";
}

.icon-angle-up:before {
    content: "\e901";
}

.icon-arrow-down:before {
    content: "\e902";
}

.icon-arrow-up:before {
    content: "\e903";
}

.icon-calendar:before {
    content: "\e904";
}

.icon-clear:before {
    content: "\e905";
}

.icon-clock:before {
    content: "\e906";
}

.icon-delete:before {
    content: "\e907";
}

.icon-error:before {
    content: "\e908";
    color: #cc293f;
}

.icon-map-pin:before {
    content: "\e909";
}

.icon-paperclip:before {
    content: "\e90a";
}

.icon-plus:before {
    content: "\e90b";
}


:focus {
    outline: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #383A3D;
    min-width: 320px;
    overflow-x: hidden;
}

.s-p-t {
    padding-top: 50px;
}

.s-p-b {
    padding-bottom: 50px;
}

.b-r {
    border-right: 1px solid #E1E4EB;
}

.b-b {
    border-bottom: 1px solid #E1E4EB;
}

.wrapper {
    padding-top: 100px;
    min-height: 100vh;
}

.wrapper.fixed-height {
    height: 100vh;
    overflow: auto;
}

.parent-height {
    height: 100%;
}

.sign-up-nav-wrap {
    position: relative;
}


p {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 30px;
}

p.smaller {
    font-size: 14px;
}

a,
a:hover {
    color: #D23C24;
}

a:active,
a:visited {
    color: #7A2618;
}

.section-text h6,
.section-text .h6 {
    font-size: 18px;
    line-height: 1.44;
    color: #383A3D;
    margin: 32px 0 8px 0;
    font-weight: bold;
}

.m-t-15 {
    margin-top: 15px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.btn {
    min-width: 120px;
    border: 1px solid transparent;
    border-radius: 1px;
    font-size: 18px;
    line-height: 1.44;
    font-family: 'Fjalla One', sans-serif;
    padding: 7px 15px;
    text-transform: capitalize;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn-primary {
    background: #E07665;
    border-color: #D23C24;
    color: #fff;
}

.btn-primary:hover {
    background: #D23C24;
    border-color: #D23C24;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 2px rgba(224, 118, 101, 0.72);
    background: #E07665;
    border-color: #D23C24;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):visited {
    background: #B8341F;
    border-color: #B8341F;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled,
.btn-secondary.disabled, .btn-secondary:disabled {
    color: #AAABAD;
    background: #E6E6E6;
    border-color: #E6E6E6;
    opacity: 1;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    background: #FAFAFA;
    border-color: #E1E4EB;
    color: #383A3D;
}

.btn-secondary:hover {
    background: #E1E4EB;
    border-color: #E1E4EB;
    color: #383A3D;
}

.btn-secondary:focus,
.btn-secondary.focus {
    background: #FAFAFA;
    border-color: #E1E4EB;
    color: #383A3D;
    box-shadow: 0 0 0 2px rgba(56, 58, 61, 0.72);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled):visited {
    background: #AAABAD;
    border-color: #AAABAD;
    color: #383A3D;
}

.header {
    background: #222222;
    padding: 19px 0;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
#t{
	background: white;
}

#u{
	color: green;
}

.header .navbar {
    padding: 0;
}

.header .navbar-brand {
    margin-right: 85px;
    padding: 0;
}

.header .navbar-brand img {
    max-width: 180px;
}

.header .navbar-brand .addit-textRev {
    display: block;
    font-size: 14px;
    line-height: 1px;
    color: #E1DDDE;
    padding-left: 6px;
	margin-right: -5px;
	font-weight:bold;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.addit-text1 {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: white;
    margin-top: -8px;
    margin-left: 23px;
    margin-right: -34px;
    font-weight: bold;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.header .navbar-nav {
    flex-grow: 1;
}

.header .navbar-nav .logout {
    margin: 0 0 0 auto;
}

.header .nav-link {
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 20px !important;
    color: #fff;
	display: inline-block;
}

.nav-linkRev {
    font-family: 'Fjalla One', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 20px !important;
    color: green;
}

.header .nav-item:hover .nav-link,
.header .nav-item.active .nav-link {
    background-color: #D23C24;;
}

.header .navbar-toggler {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding: 3px 6px;
    border: none;
    outline: none;
}

.header .navbar-toggler:not(.collapsed) .icon-menu:before {
    content: "\e90e";
}

.page-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 32px;
}

.common-form-style {
    max-width: 550px;
}

.common-form-style.centered {
    margin: 0 auto;
}

.common-form-style .form-group {
    margin-bottom: 15px;
}

.common-form-style label,
.common-form-style .form-group > span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.37;
    margin-bottom: 8px;
    display: block;
}

.common-form-style label .control-helper,
.common-form-style .form-group > span .control-helper{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 24px;
    color: #AAABAD;
}
.common-form-style label .control-helper:hover,
.common-form-style .form-group > span .control-helper:hover {
    color:  #383A3D;
    cursor: pointer;
}

.common-form-style .form-control ::-webkit-input-placeholder,
.common-form-style .form-control ::-moz-placeholder,
.common-form-style .form-control :-moz-placeholder,
.common-form-style .form-control :-webkit-placeholder,
.common-form-style .form-control :placeholder,
.common-form-style .form-control :-moz-placeholder {
    color: #AAABAD;
}

.common-form-style .form-control,
.bootstrap-select .dropdown-toggle {
    border: none;
    background: #F3F3F5;
    border-radius: 1px;
    font-size: 18px;
    line-height: 1.44;
    color: #383A3D;
    padding: 7px 12px;
}

.common-form-style .form-control:hover:not(:disabled),
.bootstrap-select .dropdown-toggle:hover {
    background: #FAF1F0;
}

.common-form-style .form-control:focus,
.bootstrap-select .dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(56, 58, 61, 0.72);
    background: #F3F3F5;
}

.common-form-style .form-control:disabled,
.bootstrap-select.disabled .dropdown-toggle {
    background: #E6E6E6;
}
.common-form-style .form-control.error {
    box-shadow: 0 0 0 2px #CC293F !important;
}
.common-form-style .form-control.error ~ .error {
    color: #CC293F;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding: 3px 0 0 26px;
    margin-top: 5px;
    display: block;
    width: 100%;
}
.common-form-style .form-control.error ~ .error:before {
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: "\e908";
    font-family: 'trx-font';
    position: absolute;
    left: 0;
    top: 0;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-overflow: ellipsis;
}

.common-form-style .group-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    margin: 30px 0 15px 0;
}

.error-message {
    color: red;
    font-size: 14px;
    font-family: monospace;
    padding: 6px 0;
    background-color: #f8d7da;
    border: 0px solid #f5c6cb;
    border-radius: 4px;
    margin-top: 10px;
}


.common-form-style textarea {
    resize: none;
    height: 66px;
}

.common-form-style p.smaller {
    margin: 8px 0 0;
}

.common-form-style .input-group.date,
.common-form-style .input-group.time {
    position: relative;
}

.common-form-style .input-group.date:after,
.common-form-style .input-group.time:after {
    content: "\e904";
    font-family: 'trx-font';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    z-index: 2;
}

.common-form-style .input-group.time:after {
    content: "\e906";
}

.common-form-style .input-group.date .datetimepicker-input,
.common-form-style .input-group.time .datetimepicker-input {
    padding-right: 40px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.common-form-style .form-group.smaller {
    max-width: 357px;
}

.common-form-style .form-group .tab-nav-btn.btn-secondary {
    margin-right: 24px;
}

.common-form-style hr {
    border-top: 1px dashed #E1E4EB;
    margin: 30px 0;
}

.has-custom-radio td {
    padding-right: 15px;
}

.full-width-table.has-custom-checkbox,
.full-width-table.has-custom-radio {
    width: 100%;
}

.full-width-table.has-custom-checkbox td,
.full-width-table.has-custom-radio td {
    padding-bottom: 15px;
}

.custom-checkbox-style [type="checkbox"],
.has-custom-checkbox td [type="checkbox"],
.custom-radio-style [type="radio"],
.has-custom-radio td [type="radio"] {
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    opacity: 0;
}

.custom-checkbox-style [type="checkbox"] + label,
.has-custom-checkbox td [type="checkbox"] + label,
.custom-radio-style [type="radio"] + label,
.has-custom-radio td [type="radio"] + label {
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
}

.custom-checkbox-style [type="checkbox"] + label:before,
.has-custom-checkbox td [type="checkbox"] + label:before,
.custom-radio-style [type="radio"] + label:before,
.has-custom-radio td [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    background: #F3F3F5;
    border-radius: 1px;
}

.custom-radio-style [type="radio"] + label:before,
.has-custom-radio td [type="radio"] + label:before {
    border-radius: 50%;
}

.has-custom-checkbox td [type="checkbox"] + label:after,
.custom-checkbox-style [type="checkbox"] + label:after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 28px;
}

.custom-radio-style [type="radio"] + label:after,
.has-custom-radio td [type="radio"] + label:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 50%;
    top: 6px;
    left: 6px;
}

.custom-checkbox-style [type="checkbox"] + label:hover:before,
.has-custom-checkbox td [type="checkbox"] + label:hover:before,
.custom-radio-style [type="radio"] + label:hover:before,
.has-custom-radio td [type="radio"] + label:hover:before {
    background: #FAF1F0;
}

.custom-checkbox-style [type="checkbox"]:focus + label:before,
.has-custom-checkbox td [type="checkbox"]:focus + label:before,
.custom-radio-style [type="radio"]:focus:not + label:before,
.has-custom-radio td [type="radio"]:focus:not + label:before {
    box-shadow: 0 0 0 2px rgba(56, 58, 61, 0.72);
}

.custom-checkbox-style [type="checkbox"]:disabled + label,
.has-custom-checkbox td [type="checkbox"]:disabled + label,
.custom-radio-style [type="radio"]:disabled + label,
.has-custom-radio td [type="radio"]:disabled + label {
    cursor: default;
}

.custom-checkbox-style [type="checkbox"]:checked + label:before,
.has-custom-checkbox td [type="checkbox"]:checked + label:before,
.custom-radio-style [type="radio"]:checked + label:before,
.has-custom-radio td [type="radio"]:checked + label:before {
    background: #EBDAD8;
}

.custom-checkbox-style [type="checkbox"]:disabled + label:before,
.has-custom-checkbox td [type="checkbox"]:disabled + label:before,
.custom-radio-style [type="radio"]:disabled + label:before,
.has-custom-radio td [type="radio"]:disabled + label:before,
.custom-checkbox-style [type="checkbox"]:checked:disabled + label:before,
.has-custom-checkbox td [type="checkbox"]:checked:disabled + label:before,
.custom-radio-style [type="radio"]:checked:disabled + label:before,
.has-custom-radio td [type="radio"]:checked:disabled + label:before {
    box-shadow: none !important;
    background: #E6E6E6;
}

.custom-checkbox-style [type="checkbox"]:checked + label:after,
.has-custom-checkbox td [type="checkbox"]:checked + label:after {
    content: "\e90c";
    font-family: 'trx-font';
    color: #D23C24;
    font-size: 16px;
}

.custom-radio-style [type="radio"]:checked + label:after,
.has-custom-radio td [type="radio"]:checked + label:after {
    background: #D23C24;
}

.custom-radio-style [type="radio"]:checked:disabled + label:after,
.has-custom-radio td [type="radio"]:checked:disabled + label:after {
    background: #AAABAD;
}

.quantity {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    height: 40px;
    padding-right: 40px !important;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    height: 40px;
    position: absolute;
    right: 8px;
    width: 24px;
    top: 0;
}

.quantity-button {
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up:before,
.quantity-button.quantity-down:before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}

.quantity-button.quantity-up {
    top: 0;
}

.quantity-button.quantity-up:before {
    border-bottom-color: #383A3D;
}

.quantity-button.quantity-down {
    bottom: 0;
}

.quantity-button.quantity-down:before {
    border-top-color: #383A3D;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select:not(.default-selected) .dropdown-menu li:first-child {
    display: none;
}

.bootstrap-select.search .dropdown-menu li:first-child{
    display: block;
}

.bootstrap-select .dropdown-toggle {
    height: 40px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.bootstrap-select.show .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    background: #F3F3F5;
    box-shadow: 0 0 0 2px rgba(56, 58, 61, 0.72);
    color: #383A3D;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    border: none;
}

.bootstrap-select .dropdown-item {
    font-size: 18px;
    line-height: 1.44;
    color: #383A3D;
    padding: 7px 12px;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover,
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #383A3D;
    background-color: #FAF1F0;
}

.bootstrap-select .dropdown-item.disabled {
    opacity: 0.2;
}

.bootstrap-select .dropdown-toggle::after {
    width: 24px;
    height: 24px;
    font-family: 'trx-font';
    content: "\e900";
    border: none;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
}

.bootstrap-select.show .dropdown-toggle::after {
    content: "\e901";
}

.sign-up-steps-form .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    line-height: 1.44;
    color: #383A3D;
    padding: 15px 16px;
    border-radius: 0;
    border: none;
}

.sign-up-steps-form .nav-tabs .nav-item.show .nav-link,
.sign-up-steps-form .nav-tabs .nav-link.active {
    background: #FAF1F0;
    color: #D23C24;
}

.sign-up-steps-form .nav-tabs {
    border: none;
    padding-bottom: 30px;
}

.sign-up-steps-form.reg-view .nav-tabs {
    counter-reset: steps;
}

.sign-up-steps-form.reg-view .nav-tabs .nav-item {
    counter-increment: steps;
}

.sign-up-steps-form.reg-view .nav-tabs .nav-item .nav-link:before {
    content: counter(steps);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    border: 1px solid transparent;
    line-height: 34px;

}

.sign-up-steps-form.reg-view .nav-tabs .nav-item .nav-link {
    padding-left: 52px;
    position: relative;
}

.sign-up-steps-form.reg-view .nav-tabs .nav-item .nav-link.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.sign-up-steps-form.reg-view .nav-tabs .nav-item.show .nav-link:before,
.sign-up-steps-form.reg-view .nav-tabs .nav-link.active:before {
    border-color: #EBCAC5;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 1px;
}

.bootstrap-datetimepicker-widget .table {
    color: #383A3D;
    font-size: 18px;
    line-height: 1.44;
}

.bootstrap-datetimepicker-widget table th {
    height: 40px;
    line-height: 40px;
}

.bootstrap-datetimepicker-widget .table thead th {
    border: none;
}

.bootstrap-datetimepicker-widget table .fa-arrow-up:after,
.bootstrap-datetimepicker-widget table th .fa-chevron-left:after {
    content: "\e903";
    font-family: 'trx-font';
}
.bootstrap-datetimepicker-widget table th .fa-chevron-left:before,
.bootstrap-datetimepicker-widget table th .fa-chevron-right:before{
    display: none!important;
}

.bootstrap-datetimepicker-widget table .fa-arrow-down:after,
.bootstrap-datetimepicker-widget table th .fa-chevron-right:after {
    content: "\e902";
    font-family: 'trx-font';
}

.bootstrap-datetimepicker-widget .table thead th.dow,
.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    display: none;
}

.bootstrap-datetimepicker-widget .table td {
    border: none;
}

.bootstrap-datetimepicker-widget table td {
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 1px;
    border: none;
}

.bootstrap-datetimepicker-widget table td.day:hover:not(.old):not(.new),
.bootstrap-datetimepicker-widget table td.day.active {
    background: #FAF1F0;
    text-shadow: none;
    color: #383A3D;
}

.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td span.active {
    -webkit-box-shadow: 0 0 0 1px rgba(210, 60, 36, 1);
    -moz-box-shadow: 0 0 0 1px rgba(210, 60, 36, 1);
    box-shadow: 0 0 0 1px rgba(210, 60, 36, 1);
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    opacity: 0.4;
    color: #383A3D;
}

.bootstrap-datetimepicker-widget table td span {
    border-radius: 1px;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #FAF1F0;
}

.bootstrap-datetimepicker-widget table td span.active {
    text-shadow: none;
    color: #383A3D;
    background: transparent;
}

.bootstrap-datetimepicker-widget table .btn {
    min-width: 30px;
    border: none;
}

.bootstrap-datetimepicker-widget table .btn.btn-primary {
    width: 54px;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #FAF1F0;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 40px;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
}

.inputfile-box {
    position: relative;
}

.inputfile-box .inputfile {
    display: none;
}

.inputfile-box .file-name {
    padding-right: 40px;
    position: relative;
}

.inputfile-box .file-name:after {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 8px;
    top: 8px;
    content: "\e90a";
    font-family: 'trx-font';
    font-size: 22px;
    line-height: 24px;
}

.common-form-style .form-group .inline-group .group-item:first-child {
    max-width: 356px;
    margin-right: 24px;
    flex-grow: 1;
}

.common-form-style .form-group .inline-group .btn {
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 7px 6px;
    line-height: 24px;
}

.common-form-style .form-group .inline-group .btn .icon {
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: -6px 4px 0 0;
}

.common-form-style .row {
    margin-right: -12px;
    margin-left: -12px;
}

.common-form-style .row [class^="col-"],
.common-form-style .row [class*=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.cards-types-list .custom-checkbox-style [type="checkbox"] + label {
    width: 100%;
    border: 1px solid #E1E4EB;
    padding: 25px 60px 25px 80px;
}

.cards-types-list .custom-checkbox-style [type="checkbox"]:not(:checked) + label {
    color: #AAABAD;
}

.cards-types-list .custom-checkbox-style [type="checkbox"] + label:hover,
.cards-types-list .custom-checkbox-style [type="checkbox"]:checked + label {
    border-color: #E07665;
}

.cards-types-list .custom-checkbox-style [type="checkbox"] + label:before,
.cards-types-list .custom-checkbox-style [type="checkbox"] + label:after {
    left: auto;
    right: 16px;
    top: 50%;
    margin-top: -14px;
}

.cards-types-list .custom-checkbox-style {
    position: relative;
}

.cards-types-list .custom-checkbox-style .card-icon {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -24px;
}

.cards-types-list .custom-checkbox-style .card-icon.visa {
    background: url(../images/visa.svg) center center no-repeat;
    background-size: contain;
}

.cards-types-list .custom-checkbox-style .card-icon.mastercard {
    background: url(../images/mastercard.svg) center center no-repeat;
    background-size: contain;
}

.cards-types-list .custom-checkbox-style .card-icon.discover {
    background: url(../images/discover.svg) center center no-repeat;
    background-size: contain;
}

.cards-types-list .custom-checkbox-style .card-icon.amex {
    background: url(../images/amex.svg) center center no-repeat;
    background-size: contain;
}

.tab-pane#notes textarea.form-control {
    height: 92px;
}

.contact-us-section .touch-list li .title {
    color: #71737A;
    flex: 0 0 102px;
}

.contact-us-section .locations-list {
    padding-top: 32px;
    padding-bottom: 50px;
}

.contact-us-section .locations-list .loc-link {
    display: block;
    position: relative;
    padding: 16px 16px 16px 50px;
    color: #383A3D;
    font-size: 18px;
    line-height: 1.44;
    border: 2px solid transparent;
    border-radius: 2px;
    background: #fff;
}

.contact-us-section .locations-list .loc-link span {
    display: block;
}

.contact-us-section .locations-list .loc-link .loc-name {
    font-weight: 600;
    margin-bottom: 4px;
}

.contact-us-section .locations-list .loc-link:before {
    content: "\e909";
    font-family: 'trx-font';
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: 16px;
    left: 16px;
}

.contact-us-section .locations-list .loc-link:hover,
.contact-us-section .locations-list .loc-link.active {
    border-color: #EBDAD8;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.contact-us-section .locations-list .loc-link:hover:before,
.contact-us-section .locations-list .loc-link.active:before {
    color: #D23C24;
}

.navs-select {
    margin: 10px 0;
}

.changes-confirm-window {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 99;
    display: none;
}

.changes-confirm-window .content-wrap {
    background: #222222;
    padding: 20px 95px;
}

.changes-confirm-window .content-wrap .confirm-text-wrap {
    max-width: 380px;
    padding-right: 15px;
}

.changes-confirm-window .content-wrap .confirm-text {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #E1E4EB;
    margin-bottom: 0;
}

.changes-confirm-window .content-wrap .confirm-btns-wrap {
    width: 246px;
    flex-shrink: 0;
}

.changes-confirm-window .content-wrap .confirm-btns-wrap .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    width: 100px;
    min-width: 100px;
}

.changes-confirm-window .content-wrap .confirm-btns-wrap .btn.btn-primary {
    background: #D23C24;
}

.changes-confirm-window .content-wrap .confirm-btns-wrap .btn.btn-secondary {
    background: #383A3D;
    color: #fff;
    border-color: #383A3D;
}
.tooltip-inner {
    border-radius: 1px;
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer{
    border: none;
}
.modal-dialog .modal-header {
    padding: 24px 24px 12px 24px;
}
.modal-dialog .modal-body {
    padding: 12px 24px;
}
.modal-dialog .modal-body .modalText {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
}
.modal-dialog .modal-footer {
    padding: 12px 24px 24px;
    justify-content: flex-start;
}
.modal-dialog .modal-footer .btn {
    min-width: 160px;
    margin-right: 24px;
}
.dropdown-group {
    display: inline-block;
    margin-bottom: 15px; /* Spacing between form groups */
}

/* Label styling */
.dropdown-group label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-right: 30px; /* Space between the label and dropdown */
    white-space: nowrap; /* Prevent label text from wrapping */
}

.custom-dropdown {
    padding: 5px 10px; /* Inner padding */
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 5px; /* Rounded corners */
    background-color: #fff;
	font-family: 'Open Sans', sans-serif;s
    color: #333;
    outline: none;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-dropdown:hover {
    border-color: #007bff; /* Border color on hover */
}

.custom-dropdown:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Glow effect */
}

/* AM/PM label styling */
.ampm-label {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 550px;
    }
}

@media (min-width: 992px) {
    .sign-up-nav-wrap .nav-wrap {
        padding-right: 9px;
    }

    .tab-pane .common-form-style {
        margin-left: 80px;
    }

    .contact-us-section .right-col {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    .changes-confirm-window .content-wrap {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .s-p-b {
        padding-bottom: 20px;
    }

    .s-p-t {
        padding-top: 20px;
    }
    .common-form-style .group-title {
        font-size: 20px;
    }

    .common-form-style .form-group.smaller {
        max-width: 100%;
    }

    .page-title {
        font-size: 30px;
    }

    .header .navbar-brand img {
        max-width: 116px;
		height:50px;
    }

    .header .navbar-brand .addit-text {
        font-size: 10px;
        padding-left: 32px;
    }

    .header {
        padding: 11px 0;
        height: 72px;
    }

    .wrapper {
        padding-top: 72px;
    }

    .navbar-collapse {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: rgba(34, 34, 34, 0.9);
    }

    .navbar-collapse .navbar-nav {
        max-width: 540px;
        width: 100%;
        padding: 16px 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .navbar-collapse .navbar-nav .logout {
        width: 100%;
        margin: 5px 0 0 0;
        padding-top: 5px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .changes-confirm-window .content-wrap .confirm-text-wrap {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .changes-confirm-window .content-wrap .confirm-btns-wrap .btn {
        margin: 0 10px;
    }
}

@media (max-width: 575px) {
    .common-form-style .form-group.smaller .col-sm-6:first-child .input-group {
        margin-bottom: 15px;
    }
    .common-form-style .form-group .inline-group {
        flex-wrap: wrap;
    }
    .common-form-style .form-group .inline-group .group-item {
        max-width: 100%!important;
        width: 100%;
    }
    .common-form-style .form-group .inline-group .group-item:first-child {
        margin: 0 0 15px 0;
    }
    .custom-checkbox-style [type="checkbox"] + label,
    .has-custom-checkbox td [type="checkbox"] + label,
    .custom-radio-style [type="radio"] + label,
    .has-custom-radio td [type="radio"] + label {
        font-size: 14px;
        line-height: 18px;
        padding-top: 5px;
    }
}


/* ---------------------------- */

.section-text h1,
.section-text h2,
.section-text h3,
.section-text h4,
.section-text h5,
.section-text h6,
.section-text p,
.page-title,
.common-form-style .group-title,
.common-form-style .form-group > label,
.common-form-style .form-group > span {
    overflow: hidden;
}

.common-form-style .btn-primary,
.common-form-style .btn-secondary,
.login-section .btn {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
}

.common-form-style .btn-primary > span,
.common-form-style .btn-secondary > span,
.login-section .btn > span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ---------------------------- */

.contact-us-section .touch-list li.d-flex {
    width: auto;
    margin: 0 -12px;
    position: relative;
}

.contact-us-section .touch-list li.d-flex > .title {
    padding: 0 12px;
    width: 102px;
    max-width: 102px;
}

.contact-us-section .touch-list li.d-flex > .value {
    padding: 0 12px;
    width: calc(100% - 102px);
    max-width: calc(100% - 102px);
}

.contact-us-section .touch-list li.d-flex > div a,
.contact-us-section .touch-list li.d-flex > div span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

.contact-us-section .locations-list a > span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    max-width: 100%;
    overflow: hidden;
}

/* ---------------------------- */

.header .navbar-nav .nav-link > span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* ---------------------------- */

.sign-up-steps-section .nav-tabs,
.sign-up-steps-section .nav-tabs .nav-item,
.sign-up-steps-section .nav-tabs .nav-item a {
    width: 100%;
}

.sign-up-steps-section .nav-tabs .nav-item a > span {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* ---------------------------- */
.modal {
    z-index: 100000;
}

.with-timezone {
    width: calc(100% - 32px);
    display: inline-block;
}