/* header-top-area-css-start-here */
.header-top-area {
    background-color: var(--color-85723F);
}

.header-top-content {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 7px 0;
    gap: 40px;
}

.top-cell a {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-fff);
}

.cient a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-B6AA8C);
}

.cient-login a {
    color: var(--color-000);
}

.cient a img {
    width: 18.94px;
    height: 19.5px;
    margin-left: 18px;
}

.cient {
    position: relative;
}

.cient:before,
.cient:after {
    position: absolute;
    left: -20px;
    right: auto;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--color-fff);
    content: "";
}

.cient:after {
    right: -20px;
    left: auto;
}

.language a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-fff);
}

.language {
    display: flex;
    gap: 15px;
}

.language a.active {
    opacity: 61%;
}

/* register-form-area-css-start-here */
.register-form h3 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: var(--font-cinzel);
}

section.register-form-area {
    padding-top: 65px;
}

.register-form form {
    padding-top: 60px;
    max-width: 325px;
}

.register-form input {
    width: 100%;
    border: 1px solid var(--color-030303);
    padding: 10px 0;
    padding-left: 30px;
    margin-bottom: 23px;
    display: block;
    font-weight: 500;
    font-family: var(--font-raleway);
}

.register-form input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-959393);
}

.submit-btn input {
    background-color: var(--color-85723F);
    border-color: var(--color-85723F);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-raleway);
    color: var(--color-fff);
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    padding-left: 0;
}

.submit-btn input:hover {
    background-color: var(--color-fff);
    color: var(--color-85723F);
}

.register-terms-check {
    position: relative;
}

/* The terms-check */
.terms-check {
    display: block;
    position: absolute;
    width: 325px;
    padding-left: 30px;
    left: 390px;
    top: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: var(--color-959393);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.terms-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--color-fff);
    border: 1px solid var(--color-959393);
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.terms-check input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.terms-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid var(--color-959393);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register-form {
    position: relative;
}

a.register-form-close {
    height: 36px;
    width: 36px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}

a.register-form-close img {
    height: 36px;
    width: 36px;
}

/* header-area-css-start-here */
.header-area {
    background-color: var(--color-000);
    padding: 10px 0;
}

.mainmenu {
    text-align: right;
    padding-top: 30px;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color-fff);
    margin-left: 20px;
}

/* main-content-area-css-start-here */

.left-sidebar {
    width: 160px;
    text-align: right;
    border-right: 1px solid var(--color-B6AA8C);
    padding-right: 25px;
    padding-top: 40px;
}

.user-profile-img a {
    height: 93px;
    width: 93px;
    display: inline-block;
}

.user-profile-img a img {
    height: 100%;
    width: 100%;
}

.left-sidebar-menu ul li {
    display: block;
}

.left-sidebar-menu ul li a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    color: var(--color-B6AA8C);
    padding: 20px 0;
    display: block;
    position: relative;
}

.left-sidebar-menu ul>li>ul {
    position: relative;
}

.left-sidebar-menu ul>li>ul::after {
    position: absolute;
    bottom: 0;
    right: -25px;
    height: 1px;
    width: 112px;
    background-color: var(--color-85723F);
    content: "";
}

.left-sidebar-menu ul>li>ul>li>a {
    font-size: 16px;
    font-weight: 500;
}

.left-sidebar-menu ul>li>ul>li>a::after {
    display: none;
}

.left-sidebar-menu ul>li>ul>li>a.active {
    text-decoration: underline;
}

.left-sidebar-menu ul>li>a.active {
    color: var(--color-85723F);
}

.left-sidebar-menu ul>li>a:after {
    position: absolute;
    right: -25px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--color-85723F);
    content: "";
    opacity: 0;
    visibility: hidden;
}

.left-sidebar-menu ul>li>a.active::after {
    opacity: 1;
    visibility: visible;
}

.user-profile-img {
    padding-bottom: 50px;
}


/* right-content-css-start-here */
.main-content {
    display: flex;
    min-height: 755px;
    position: relative;
    z-index: 999;
}

.right-content {
    padding-top: 40px;
    padding-left: 80px;
}

.right-content-title h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    color: var(--color-85723F);
}

.right-content-title h2 b {
    font-weight: 700;
    display: block;
}

.right-content-title-2 h2 b {
    margin-top: 15px;
}

.main-content-area-2 .right-content-title h2 {
    color: var(--color-000);
}

.main-content-area-2 .right-content-title h2 b {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--color-85723F);
}

.welcome-box-content-single span {
    font-size: 30px;
    font-weight: 300;
    display: block;
    color: var(--color-000);
    line-height: 40px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.welcome-box-content-single {
    height: 300px;
    width: 225px;
    border: 1px solid var(--color-B6AA8C);
    padding: 50px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.welcome-box-content-single:hover span {
    color: var(--color-B6AA8C);
}

.welcome-box-content-single:hover img {
    opacity: .5;
}

.welcome-box-content {
    display: flex;
    gap: 40px;
}

.right-content-title {
    margin-bottom: 30px;
    width: 513px;
    position: relative;
}

.right-content-title-2 {
    margin-bottom: 40px;
    margin-top: 20px;
}

a.title-user {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 48px;
    width: 47px;
}

a.title-user img {
    height: 48px;
    width: 47px;
}

section.main-content-area {
    position: relative;
}

a.need-help-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 525px;
    height: 47px;
    background: var(--color-85723F);
    color: var(--color-fff);
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 20px;
    z-index: 1000;
}

a.need-help-btn img {
    height: 20px;
    width: 20px;
}

a.need-help-btn b {
    font-size: 16px;
    font-weight: 600;
}

a.need-help-btn span {
    font-size: 14px;
    font-weight: 300;
}

.msingle-form-group input,
.msingle-form-group-2 .nice-select {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    font-family: var(--font-raleway);
    border: 0;
    border-bottom: 1px solid var(--color-707070);
    display: block;
    padding: 11px 0;
}

.msingle-form-group input::placeholder {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    font-family: var(--font-raleway);
}

.msingle-form-group span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-000);
    opacity: 40%;
    display: block;
    font-family: var(--font-raleway);
}

.msingle-form-group {
    margin-bottom: 30px;
}

.msingle-form-group-btn-control a,
.msingle-form-group-btn-control button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-85723F);
    background-color: var(--color-fff);
    border: 1px solid var(--color-85723F);
    width: 50%;
    text-align: center;
    padding: 12px 0;
    margin-top: 35px;
}

.msingle-form-group-btn-control a:hover,
.msingle-form-group-btn-control button:hover {
    opacity: .5;
}

.msingle-form-group-btn-control .save-btn {
    background-color: var(--color-85723F);
    color: var(--color-fff);
}

.msingle-form-group-btn-control .save-btn:hover {
    color: var(--color-85723F);
    background-color: var(--color-fff);
    opacity: 1;
}

.msingle-form-group-btn-control {
    display: flex;
    gap: 30px;
}

.msingle-form-group-2 {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.msingle-form-group-2 .nice-select {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0;
}

.msingle-form-group-2 .nice-select span {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000) !important;
    opacity: 1;
    padding: 0;
}

.msingle-form-group-2 .nice-select:after {
    height: 10px;
    width: 10px;
    border-color: var(--color-000);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--color-fff);
}

.nice-select .list {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.msingle-form-group-btn-control-2 {
    margin-top: 90px;
}

.right-content-form p {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    line-height: 21px;
}

.msingle-form-group-passport p,
.msingle-form-group-nid p {
    margin-bottom: 10px;
}

.msingle-form-group-passport p b,
.msingle-form-group-nid p b {
    font-weight: 700;
}

.msingle-form-group-passport {
    display: flex;
    justify-content: space-between;
}

.select-file a {
    display: flex;
    gap: 30px;
    align-items: baseline;
}

.select-file a span {
    text-decoration: underline;
    opacity: 1;
    font-size: 16px;
}

.msingle-form-group-passport div,
.msingle-form-group-nid div {
    margin-bottom: 40px;
}

.msingle-form-group-passport,
.msingle-form-group-nid {
    border-bottom: 1px solid var(--color-707070);
    margin-bottom: 50px;
}

.msingle-form-group-passport {
    margin-top: 70px;
}

#upload,
#upload-2 {
    display: none
}



.styled-input-single {
    position: relative;
}

.styled-input-single label {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    font-family: var(--font-raleway);
    padding-left: 35px;
}

.styled-input-single label:before,
.styled-input-single label:after {
    content: "";
    position: absolute;
    top: 50%;
    border-radius: 50%;
}
.styled-input-single.check label:before,
.styled-input-single.check label:after {

    border-radius: 6%;
}

.styled-input-single label:before {
    left: 0;
    width: 22px;
    height: 22px;
    margin: -12px 0 0;
    background: var(--color-fff);
    border: 1px solid var(--color-000);
}

.styled-input-single label:after {
    left: 4px;
    width: 14px;
    height: 14px;
    margin: -8px 0 0;
    opacity: 0;
    background: var(--color-B6AA8C);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.styled-input-single input[type="radio"]:checked+label:after,
.styled-input-single input[type="checkbox"]:checked+label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.msingle-form-group-check-items {
    display: flex;
    gap: 80px;
    padding-top: 15px;
}

.msingle-form-group-check {
    border-bottom: 1px solid;
    padding-bottom: 30px;
    margin-top: 60px;
}

.msingle-form-group-check-2,
.msingle-form-group-check-3 {
    margin-top: 30px;
}

.msingle-form-group-inst {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 50px;
}

.msingle-form-group-inst label {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    line-height: 21px;
    font-family: var(--font-raleway);
}

.msingle-form-group-inst textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-000);
    opacity: 40%;
    display: block;
    font-family: var(--font-raleway);
}

.msingle-form-group-inst textarea {
    height: 180px;
    border: 0;
    border-bottom: 1px solid var(--color-000);
}

.msingle-form-group-btn-control-inst a {
    margin-top: 15px;
}

.my-data {
    padding-top: 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid var(--color-000);
    margin-bottom: 150px;
}

.my-data-content h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: var(--color-000);
}

.my-data-content span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: var(--color-000);
    opacity: 1;
    margin-bottom: 5px;
}

.my-data a.data-editor-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-85723F);
    display: inline-block;
    text-decoration: underline;
    margin-top: 30px;
}

.my-data a.data-editor-btn:hover,
.my-data-content span a:hover {
    opacity: .5;
}

/* table-css-start-here */
.travel-catalog table thead th {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-B6AA8C);
    line-height: 16px;
    font-family: var(--font-raleway);
    border-width: 0;
    padding: 15px;
}

.travel-catalog table thead th:first-child {
    width: 300px;
}

.travel-catalog-2 table thead th:first-child {
    width: 70px;
}

.travel-catalog-2 table thead th:nth-child(2) {
    width: 390px;
}

.travel-catalog table tbody td,
.travel-catalog table tbody th {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: var(--color-000);
    width: 145px;
    padding: 15px;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.travel-catalog-2 table tbody td,
.travel-catalog-2 table tbody th {
    padding: 24px 15px;
}

.travel-catalog table tbody td:last-child {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--color-85723F);
    color: var(--color-fff);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.travel-catalog-2 table tbody td:last-child {
    background-color: #F8F6F2;
}

td.tprogram img:first-child {
    height: 11px;
    width: 17px;
}

td.tprogram img:last-child {
    height: 16px;
    width: 13px;
    margin-left: 20px;
}

.travel-catalog table {
    border-color: var(--color-B6AA8C);
}

.travel-catalog table tbody,
td,
tfoot,
th,
thead,
tr {
    border-top: 0;
    border-left: 0;
}

.travel-catalog table tbody td:nth-child(3) {
    background-color: var(--color-FEFDFB);
}

.travel-catalog table tbody td:nth-child(5) {
    background-color: var(--color-F8F6F2);
}

.travel-catalog table tbody tr:hover {
    background-color: #EBE5D8;
}

.travel-catalog table tbody tr:hover td:nth-child(3),
.travel-catalog table tbody tr:hover td:nth-child(5),
.travel-catalog table tbody tr:hover td:last-child {
    background-color: #EBE5D8;
}

.travel-catalog table tbody tr:hover td:last-child {
    color: var(--color-85723F);
    font-weight: 700;
}

.travel-catalog table tbody tr {
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}

.table-next-prev {
    margin-top: 40px;
    display: flex;
    gap: 60px;
    justify-content: right;
    margin-bottom: 65px;
}

.table-next-prev a img {
    height: 12px;
}

.table-next-prev a:hover {
    opacity: .5;
}

a.title-user-2 {
    height: 42px;
    width: 75px;
}

a.title-user-2 img {
    height: 42px;
    width: 75px;
}

/* off-canvas-menu-area-css-start-here */
.off-canvas-menu {
    background: var(--color-fff);
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100%;
    padding: 25px 0;
    padding-left: 85px;
    padding-right: 35px;
    margin-left: -100%;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
}


.off-canvas-menu.active {
    margin-left: 0;
}

.off-canvas-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 50px;
}

.off-canvas-menu ul li {
    border-bottom: 1px solid var(--color-85723F);
    padding: 16px 0;
}

.off-canvas-menu li a {
    display: block;
    color: var(--color-000);
    font-size: 21px;
    font-weight: 500;
}

.off-canvas-menu li ul li a {
    font-size: 16px;
}

.off-canvas-menu li ul {
    padding-top: 10px;
    padding-left: 30px;
}

.off-canvas-menu li ul li:last-child {
    border: 0;
}

.menu-close {
    color: #fff;
    right: 0;
    top: 0;
    position: absolute;
    padding: 25px;
    cursor: pointer
}

a.menu-trigger {
    display: none;
}

a.menu-trigger img {
    width: 23px;
    height: 17px !important;
}

a.mobile-user-profile-img {
    height: 65px;
    width: 65px;
    position: relative;
    z-index: 9;
}

a.mobile-user-profile-img img {
    height: 100%;
    width: 100%;
    display: none;
    object-fit: contain;
}

.mobile-travel-catalog {
    display: none;
}

/* mobile-table-css-start-here */
.mobile-travel-catalog-single-table h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: var(--color-000);
    margin-bottom: 15px;
}

.mobile-travel-single-table-colum-item p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--color-B6AA8C);
}

.mobile-travel-single-table-colum {
    display: flex;
    border-top: 1px solid var(--color-B6AA8C);
    border-bottom: 1px solid var(--color-B6AA8C);
    padding: 13px 0;
}

.mobile-travel-catalog-2 .mobile-travel-single-table-colum {
    border-top: 0;
}

.mobile-travel-catalog-2 .mobile-travel-single-table-colum-2 {
    border-bottom-color: var(--color-000);
}

.mobile-travel-catalog-2 .mobile-travel-catalog-single-table {
    border-bottom: 0;
}

.mobile-travel-single-table-colum-2 {
    border-top: 0;
}

.mobile-travel-single-table-colum-item {
    width: 33.33%;
    border-right: 1px solid var(--color-B6AA8C);
    padding-left: 15px;
}

.mobile-travel-single-table-colum .mobile-travel-single-table-colum-item:first-child {
    padding-left: 0;
}

.mobile-travel-single-table-colum .mobile-travel-single-table-colum-item:last-child {
    border-right: 0;
}

.mobile-travel-single-table-colum-item span img:first-child {
    height: 11px;
    margin-right: 20px;
}

.mobile-travel-single-table-colum-item span img:last-child {
    height: 16px;
}

.mobile-travel-catalog-single-table>a {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    color: var(--color-fff);
    background-color: var(--color-85723F);
    padding: 13px 0;
}

.mobile-travel-single-table-colum-item span {
    font-size: 14px;
    font-weight: 400;
    color: var(--color-000);
    font-family: 'Roboto', sans-serif;
}

.mobile-travel-catalog-single-table {
    padding-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid var(--color-B6AA8C);
}

.mobile-travel-catalog .table-next-prev {
    justify-content: center;
    gap: 150px;
}

.mobile-travel-catalog-2 .mobile-travel-catalog-single-table h5 {
    font-weight: 700;
}

.mobile-travel-catalog-2 .mobile-travel-single-table-colum-2 .mobile-travel-single-table-colum-item:first-child span {
    font-weight: 700;
}

/* mobile-mm-select-menu-css-start-here */
.mobile-title-content {
    width: calc(100% - 86px);
}

.mobile-mm-select-menu .nice-select {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #999999;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-raleway);
    text-transform: uppercase;
}

.mobile-mm-select-menu .nice-select .option {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: var(--color-85723F);
    padding: 10px 0;
    border-bottom: 1px solid var(--color-85723F);
    text-transform: capitalize;
}

.mobile-mm-select-menu .nice-select .list {
    box-shadow: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 50px;
    box-shadow: 0 5px 5px -5px #ddd;
}

.mobile-mm-select-menu .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    font-weight: 600;
}

.mobile-mm-select-menu .nice-select:after {
    height: 10px;
    width: 10px;
    border-color: var(--color-85723F);
    margin-top: -8px;
}

.mm-select-2 input,
.mobile-mm-select-menu-2 .nice-select {
    width: 100%;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    font-family: var(--font-raleway);
    border-bottom: 1px solid var(--color-85723F);
    padding-bottom: 15px;
    padding-left: 35px;
    position: relative;
    background-image: url(../img/icons/tcal.png);
    background-size: 19px 17px;
    background-position: left 0px top 2px;
    background-repeat: no-repeat;
}

.mm-select-2 input::placeholder,
.mobile-mm-select-menu-2 .nice-select span.current {
    font-size: 16px;
    font-weight: 500;
    color: #999;
    font-family: var(--font-raleway);

}

.mobile-mm-select-menu-2 .nice-select {
    text-transform: capitalize;
    margin-bottom: 20px;
    background-image: url(../img/icons/tbar.png);
    background-position: left 0px top 12px;
}

.mobile-mm-select-menu.mobile-mm-select-menu-2 {
    padding-top: 25px;
}

.mobile-mm-select-menu {
    display: none;
}



/* multipule-select-dropdawn-css-start-here */
.chosen-container-multi .chosen-choices {
    border: 0;
    background-image: none;
    border-bottom: 1px solid var(--color-000);
    padding: 12px 0;
    position: relative;
}

.chosen-container-multi .chosen-choices:after {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    content: url(../img/icons/angle-dawn.png);
}

.chosen-container-active .chosen-choices:after {
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
}

.chosen-container-active .chosen-choices {
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: var(--color-000) !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    font-size: 18px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: var(--color-000);
    background-color: var(--color-fff);
    background-image: none;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    margin-top: 6px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    opacity: 1 !important;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-000);
    opacity: 40%;
    display: block;
    font-family: var(--font-raleway);
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url(../img/icons/chosen-sprite.png) no-repeat;
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results li {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-raleway);
    color: var(--color-000);
    padding: 10px 18px;
}

.chosen-container .chosen-drop {
    border: 0;
}

.chosen-container-multi .chosen-results li.active-result.highlighted {
    background-color: var(--color-fff);
    background-image: none;
    color: var(--color-000);
}

.chosen-container {
    width: 100% !important;
}

.hide-icons a {
    display: none;
}


h3.subtitle {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 25px;
    color: var(--color-85723F);
    margin-bottom: 20px;
}

.border-gold {
    padding-top: 30px;
    margin-top: 60px;
    border-top: solid 2px var(--color-85723F);

}
@media (max-width: 991px){
    .msingle-form-group-check-items{
     display: block;
    }
.msingle-form-group-check-items .styled-input-single{
width: 100%;
}
}
:root {
  scroll-behavior: auto !important;
}
