input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

/* pt-sans-regular - latin */
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/pt-sans-v10-latin-regular.eot"); /* IE9 Compat Modes */
    src: local("PT Sans"), local("PTSans-Regular"),
        url("../fonts/pt-sans-v10-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/pt-sans-v10-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("../fonts/pt-sans-v10-latin-regular.woff") format("woff"),
        /* Modern Browsers */ url("../fonts/pt-sans-v10-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/pt-sans-v10-latin-regular.svg#PTSans") format("svg"); /* Legacy iOS */
}
/* pt-sans-700 - latin */
@font-face {
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/pt-sans-v10-latin-700.eot"); /* IE9 Compat Modes */
    src: local("PT Sans Bold"), local("PTSans-Bold"),
        url("../fonts/pt-sans-v10-latin-700.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */ url("../fonts/pt-sans-v10-latin-700.woff2")
            format("woff2"),
        /* Super Modern Browsers */ url("../fonts/pt-sans-v10-latin-700.woff")
            format("woff"),
        /* Modern Browsers */ url("../fonts/pt-sans-v10-latin-700.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("../fonts/pt-sans-v10-latin-700.svg#PTSans") format("svg"); /* Legacy iOS */
}
body {
    font-family: "PT Sans";
    font-weight: 400;
    padding-top: 66px;
}
button:focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}
a:hover {
    text-decoration: none;
}
.tnav {
    box-shadow: 2px 3.464px 18px 0px rgba(32, 32, 32, 0.1);
}
.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand {
    font-size: 30px;
    font-weight: 700;
    color: #03506c;
}
.navbar-brand:hover {
    color: #fff;
}
.navbar-brand span {
    color: #ffbf31;
}
.tnav .navbar-nav .nav-item > .nav-link {
   //  text-transform: uppercase;
    color: #000000;
    transition: color 0.3s linear;
}
.tnav .navbar-nav .nav-item.active > .nav-link {
    color: #ffbf31;
font-weight: 700;
 }
.tnav .navbar-nav .nav-item > .nav-link:hover {
    color: #fcbc2c;
}
@media (min-width: 768px) {
    .tnav .navbar-nav > .nav-item {
        margin-left: 5px;
    }
    .tnav .navbar-nav > .nav-item:first-child {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .tnav .navbar-nav > .nav-item {
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }
    .tnav .navbar-nav > .nav-item:first-child {
        border-top: none;
    }
}
.footer {
    padding: 20px 0;
    background-color: #2b2b2b;
}
.footer p {
    margin-bottom: 0;
    color: #fff;
}
.footer p a {
    color: #fff;
    transition: color 0.3s linear;
}
.footer p a:hover {
    color: #fcbc2c;
}
.tabs-bg {
    margin-top: 65px;
    border-top: 4px solid #e7e7e7;
    background-color: #ffffff;
}
@media (min-width: 768px) {
    .tabs-bg {
        min-height: calc(100% - 109px);
    }
}
.main-tabs.nav {
    margin-top: -25px;
}
.main-tabs .nav-link {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: 500;
    color: #8c8c8c;
    box-shadow: 0px 0px 5px 0px rgba(35, 31, 32, 0.25);
}
.main-tabs .nav-link.active {
    background-color: #fcbc2c;
    color: #000;
}

.step-num {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.tab-name {
    margin-top: 8px;
    font-weight: 700;
    font-size: 14px;
}
@media (max-width: 991px) {
    .tab-name {
        display: none;
    }
}
.tax-tabs > .tab-content {
    padding: 20px 0 30px 0;
}
.tab-top-row {
    margin-bottom: 15px;
}
.tab-info-btn {
    min-width: 54px;
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
}
.bt-arrow {
    position: relative;
}
.tab-head {
    font-size: 20px;
    font-weight: 700;
}
.tab-top-row .tab-head {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.tax-in-bg {
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.6);
}
.rad-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rad-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.rad-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #949494;
}
.rad-container .checkmark:not(.radio) {
    border-radius: 4px;
}
.rad-container:hover input:not(:checked) ~ .checkmark {
    background-color: #e8e8e8;
}
.rad-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.rad-container input:checked ~ .checkmark::after {
    display: block;
}
.rad-container .checkmark::after {
    left: 2px;
    top: 2px;
    width: 14px;
    height: 14px;
    background-color: #f9a900;
}
.rad-container .checkmark.radio,
.rad-container .checkmark.radio::after {
    border-radius: 50%;
}
.field-icons {
    margin-bottom: 5px;
}
.form-control.custom {
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #949494;
    background-color: transparent;
    padding-left: 10px;
    padding-top: 0;
}
.form-control.custom:focus {
    box-shadow: none;
}
.btn-next,
.btn-prev {
    min-width: 101px;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 700;
}
.btn-next {
    background-color: #f9a900;
    color: #000;
}
.btn-next:hover {
    background-color: #fabf40;
}
.btn-prev {
    background-color: #f9a900;
    color: #000;
}
.btn-prev:hover {
    background-color: #fabf40;
}
.inn-tabs.nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-width: 3px;
    border-bottom-color: #ffd06c;
}
.inn-tabs.nav-tabs .nav-item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0;
}
.inn-tabs.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.inn-tabs.nav-tabs .nav-link {
    background-color: #e2e2e2;
    font-weight: 700;
    color: #000;
}
.inn-tabs.nav-tabs .nav-link.active {
    background-color: #ffd06c;
}
@media (max-width: 991px) {
    .inn-tabs.nav-tabs {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
    .inn-tabs.nav-tabs .nav-item {
        margin-left: 0;
        margin-right: 0;
        border-top: 1px solid #cec6c6;
    }
    .inn-tabs.nav-tabs .nav-item:first-child {
        border-top: none;
    }
    .inn-tabs.nav-tabs .nav-link {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}
.input-group-text.tran {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
    border-width: 0 0 1px 0;
    border-color: #949494;
    border-radius: 0;
}
.clone-btn {
    padding: 0;
    border: none;
    background-color: transparent;
}
.plus-icon-btn,
.icon-btn-stxt {
    float: left;
}
.plus-icon-btn {
    padding: 3px 10px;
    margin-right: 15px;
    background-color: #f9a900;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.icon-btn-stxt {
    margin-top: 3px;
}
.clear {
    display: block;
    clear: both;
}
.ftab-lbl {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.num-spinner {
    width: 150px;
}
.num-spinner .input-group {
    -ms-flex-align: center;
    align-items: center;
}
.num-spinner .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: #949494;
    border-radius: 50% !important;
    border-width: 2px;
    border-color: #949494;
}
.num-spinner .btn,
.num-spinner .btn:hover,
.num-spinner .btn:focus,
.num-spinner .btn:active {
    background-color: transparent !important;
}
.num-spinner .btn:hover,
.num-spinner .btn:focus,
.num-spinner .btn:active {
    border-color: #f9a900 !important;
    color: #f9a900 !important;
}
.num-spinner .form-control {
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: default;
    font-size: 20px;
    font-weight: 700;
}
.num-spinner .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
}
.next-btn-col {
    text-align: right;
}
@media (max-width: 767px) {
    .prev-btn-col,
    .next-btn-col {
        float: left;
        width: 50%;
    }
}
.table th,
.table td {
    vertical-align: middle;
}
.cmp-table thead tr {
    background-color: #f3f3f3 !important;
}
.cmp-table thead th {
    font-size: 16px;
    border-bottom-width: 1px;
    border-top: none;
}
.cmp-table thead th a {
    color: #000;
}
.cmp-table td {
    border-top-color: #f3f3f3;
}
.cmp-table tr {
    background-color: #f3f3f3;
}
.cmp-table-main {
    background-color: #e5e5e5 !important;
}
.cmp-table tr:nth-child(even) {
    /* background-color: #f3f3f3; */
}
.cmp-total-row {
    background-color: #e5e5e5 !important;
}
.cmp-alt-color {
    color: #000000;
}
.cmp-total-row .cmp-alt-color {
    color: #000000;
}

.pl-sub td {
    padding-left: 40px;
    font-size: 14px;
}
.site-bt-banner {
    margin-bottom: 30px;
    border: 1px solid #909090;
    background-color: #fff;
}
.wno-txt {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffd06c;
}
.fw-b {
    font-weight: 700;
}
.btn-w2-rem {
    position: absolute;
    right: 0;
    top: -7px;
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #d45d5d;
    font-size: 13px;
    color: #d45d5d;
    border-radius: 50%;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.btn-rem {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 2px solid #d45d5d;
    font-size: 13px;
    color: #d45d5d;
    border-radius: 50%;
    transition: background-color 0.3s linear, color 0.3s linear;
}
.btn-w2-rem:hover,
.btn-rem:hover {
    background-color: #d45d5d;
    color: #fff;
}
.btn-w2-rem i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-51%);
}
.btn-rem i {
    position: absolute;
    transform: translate(-50%,-51%);
}
.btn-rem-container{
    display: flex;
    align-items: center;
    justify-content: center
}
.form-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIyQTYzQjAzNURCODExRTk5NzY2QjgxQTJGRjE1QjE4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIyQTYzQjA0NURCODExRTk5NzY2QjgxQTJGRjE1QjE4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjJBNjNCMDE1REI4MTFFOTk3NjZCODFBMkZGMTVCMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjJBNjNCMDI1REI4MTFFOTk3NjZCODFBMkZGMTVCMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7u11bHAAAAWUlEQVR42mKcMmUKAxAIMhAH3oMIFiB2AeLdJGgyYQISe4D4LJGaVgPxPSYox5UIjbOAOB3EYEKyFp9GuAZkTfg0omhA14RNI4YGWOgx4NCYBsSd2NwKEGAAr3UVQJZWLecAAAAASUVORK5CYII=");
    background-position: 99.9% 50%;
    background-repeat: no-repeat;
}
.form-select::-ms-expand {
    display: none;
}
.field {
    position: relative;
    width: 95%;
}
.field-label {
    display: block;
    font-size: 13px;
    line-height: 1;
    opacity: 0;
    overflow: hidden;
    padding: 0.5em 1em;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    top: -12px;
    left: -15px;
    text-align: left;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    transition: all 0.2s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}
.field-not-empty .field-label {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.field-input {
    transition: all 0.2s ease-out;
    padding-bottom: 0;
}
::-webkit-input-placeholder {
    font-weight: 400;
}
::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
}
:-moz-placeholder {
    /* Firefox 18- */
    font-weight: 400;
}
:-ms-input-placeholder {
    font-weight: 400;
}
.save-info {
    padding: 10px 20px;
    background-color: #f9a900;
    text-align: center;
}
.save-info-head {
    font-size: 20px;
    font-weight: 700;
}
.save-info-txt {
    font-size: 15px;
    margin-bottom: 10px;
}
.btn-savea {
    margin-bottom: 10px;
    background-color: #ffffff;
    color: #000;
    font-weight: 700;
}
.save-info-link {
    margin-bottom: 0;
    font-size: 14px;
}
.save-info-link a {
    color: #000;
    text-decoration: underline;
}
.modal-header.savea {
    border-bottom: none;
    padding: 5px 16px 0 16px;
}
.modal-footer.text-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.tax-tabs .form-group {
    margin-bottom: 8px;
}
@media (min-width: 992px) {
    .tab-wid li {
        max-width: 172px;
    }
}
.btn-next:disabled {
    cursor: not-allowed;
}
.mandatory{
    font-size: 25px;
}
.main-tabs .previous-active{
        background: #ffe567;
    color: #000;
}


#feedback {
  position: fixed;
  right: 0;
  top: 30%;
  height: 250px;
  margin-left: -3px;
  margin-bottom: 0;
}

#feedback-form {
  float: right;
  width: 300px;
  z-index: 1000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: rgb(237, 116, 8);
  margin-top: 60px;
  margin-right: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#feedback-tab:hover { background-color: rgb(3, 80, 108) }

#feedback-form textarea { resize: none; }

#feedback-form .btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 5px 10px;
    font-size: 12px;
}
#feedback-form .form-control{
    font-size: 13px;
}
.info{
    color: blue;
}
.minHeight{
    min-height: 75vh !important;
}
.maxHeight{
    max-height: 70vh;
    overflow: auto;
}
.quick-result-table{
    font-size: 16px;
}
.navbar-nav a:hover {
    color: #ffbf31 !important;
    background: transparent !important;
}
.navbar-nav a.activelink {
    color: #ffbf31 !important;
    font-weight: 700 !important;
}

.minHei {
	    min-height: 66px;
}

.navbar-light .navbar-brand {
    color: #03506c !important;
}
.fw-500 {
    font-weight: 600 !important;
}
.detailView {
    display: none;
}