/*body {
    padding-top: 8rem;
}*/


/* Screen reader text */
.screen-reader-text {
	top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
	position: absolute!important;
	word-wrap: normal!important;
}


.activeclose {
    display: none !important;
}

/* Animation */
@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
    z-index: 100;
    background: white;
    box-shadow: #000 0px 8px 24px;
    transition: all .3s ease;
}

.header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(17% - 20px);
    flex: 0 0 calc(17% - 20px);
}

.header-item-left .logo-img {
    width: 100%;
    transition: all .3s ease;
}

.header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 263px;
}

.header-item-right .menu-icon {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    color: black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu-section .menu-item-has-children {
    line-height: 3.125rem;
    margin-left: 2rem;
}

.header .menu-section .menu-item-has-children .dot-img {
    border: none;
}

.header .menu>ul>li>a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1rem;
    color: black;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border: none;
    outline: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    letter-spacing: -0.2px;
}

.header .menu>ul>li>a:hover {
    color: black;
}

.header .menu>ul>li .menu-subs {
    position: absolute;
    width: 100%;
    top: 100%;
    height: auto;
    padding: 1rem 2rem;
    z-index: 109;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    background: white;
    -webkit-transition: all 0.8s ease;
}

.header .menu>ul>li .menu-subs>ul>li {
    line-height: 1;
}

.header .menu>ul>li .menu-subs>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: black;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu>ul>li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
}

.header .menu>ul>li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li {
    display: block;
    line-height: 1;
}

.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
    display: inline-block;
    font-family: inherit;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: black;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100rem;
    width: 100%;
    padding: 2.25rem 7rem;
    height: 620px;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 1rem;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title {
    font-family: inherit;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.header .menu-mobile-header,
.header .menu-mobile-toggle {
    display: none;
}

.header-right {
    display: flex;
    align-items: center;
    position: relative;
}

.header-right .search-icon {
    display: block;
    margin: 0 2rem !important;
    cursor: pointer;
}

.header-right .search-box {
    display: none;
    position: absolute;
    background-color: white;
    padding: 0.8rem 1rem;
    border-radius: 1rem;
    top: 7.3rem;
    right: 10%;
}

.header-right .search-box .search-img {
    margin-right: 1rem;
    cursor: pointer;
    max-width: 1.5rem;
}

.header-right .search-box input {
    border: none;
    background-color: grey;
    padding: 1rem;
}

.header-right .activesearch {
    display: flex;
}

.header-right .btn-right .btn-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.5rem 3rem 0.5rem 3rem;
    background-color: #e05206;
    font-weight: 700;
    border-radius: 5px;
    transition: unset;
    display: block;
}

.t-line {
    margin-top: 0 !important;
}

.header-right .btn-right .btn-link:hover {
    background-color: black;
}

.tab-item {
    width: 100%;
}

.tab-item .tabs {
    display: flex;
    flex-wrap: wrap;
    height: 550px;
    flex-direction: column;
}

.tabs label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    font-weight: 800;
    transition: background ease 0.3s;
}

.tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 70%;
    display: none;
    padding: 1rem;
    background: white;
}

.tabs .tab .bolck-outer {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.tabs .tab .bolck-outer .block-item {
    width: 47%;
}

.tabs .tab .bolck-outer .block-item .business-title {
    color: #e05206;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.7;
}

.tabs .tab .bolck-outer .block-item .business-txt {
    font-size: 14px;
    line-height: 1.4;
    color: black;
    line-height: 1.7;
    opacity: 0.8;
}

.tabs .tab .bolck-outer .block-item .right-menu-outer .right-menu-item {
    padding: 1rem 0;
}

.tabs .tab .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list {
    color: black !important;
    font-weight: 500;
}

.tabs .tab .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list .caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    margin-left: 10px;
}

.tabs .tab .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list .caret.right {
    border-left-color: black;
}

.tabs .tab .bolck-outer .block-item .but-outer {
    width: 100%;
}

.tabs .tab .bolck-outer .block-item .but-outer .primary-btn {
    margin: 1rem 0;
    padding: 1.5rem 2rem;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    line-height: 1.7;
}

.tabs .tab .bolck-outer .block-item .but-outer .guide {
    background-color: #e05206;
}

.tabs .tab .bolck-outer .block-item .menu-img {
    width: 90%;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: white;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

.txt-last {
    display: none !important;
}

/*tab*/
.tab {
    width: 100%;
    display: flex;
    position: relative;
}

.tab .tab-data {
    padding: 0;
}

/* Hamburguer menu */
#hb_btn>* {
    transition: 0.4s;
    width: 20px !important;
    height: 3px;
    border-radius: 3px;
}

.active .t-line {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.active .b-line {
    -webkit-transform: rotate(45deg) translate(-3px, -3px);
    transform: rotate(45deg) translate(-3px, -3px);
}

.active .m-line {
    opacity: 0;
}

/* Inner buttons */
.but-outer a:hover {
    background-color: black !important;
}

.tab .right .bolck-outer .block-item .but-outer a {
    font-weight: 500 !important;
}

/* Inner links */
.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list:hover {
    color: var(--e-global-color-primary) !important;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list:hover .caret.right {
    border-left-color: var(--e-global-color-primary) !important;
}

.tab .inner-menu-list {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
    border-radius: 10px;
    margin-bottom: 1rem;
    background-color: white;
    color: black;
    height: 6rem;
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab .inner-menu-list:hover {
    background-color: #e05206;
    color: white;
}

.tab .inner-menu-list:hover .inner-menu-icon {
    border: 8px solid #e05206;
}

.tab .inner-menu-list .inner-menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    position: absolute;
    left: -3rem;
    box-shadow: 0px 0px 92px #00000029;
    border-radius: 5rem;
    border: 8px solid #fff;
    background-color: #f5f5f5;
}

.tab .inner-menu-list .icon-txt {
    font-size: 14px;
    font-weight: 500;
    padding: 0 4rem;
    line-height: 1.5;
}

.tab .mob-submenu-set {
    width: 100%;
    padding: 1rem 0;
}

.tab .right-acco {
    width: 70%;
    margin-left: 3rem;
}

.tab .right {
    display: none;
}

.tab .right .right-menu-outer .right-menu-item {
    padding: 1rem 0;
}

.tab .right .right-menu-outer .right-menu-item .txt-list {
    color: black !important;
    font-size: 14px;
    font-weight: 800;
}

.tab .right .bolck-outer {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.tab .right .bolck-outer .block-item {
    width: 50%;
}

.tab .right .bolck-outer .block-item .business-title {
    color: #e05206;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 1.7;
}

.tab .right .bolck-outer .block-item .business-txt {
    font-size: 14px;
    line-height: 1.4;
    color: black;
    line-height: 1.7;
    opacity: 0.8;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item {
    padding: 0.5rem 0;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list {
    color: black !important;
    font-weight: 500;
    font-size: 13px;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list .caret {
    width: 0;
    height: 0;
    display: inline-block;
    border: 5px solid transparent;
    margin-left: 10px;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list .caret.right {
    border-left-color: black;
}

.tab .right .bolck-outer .block-item .but-outer {
    width: 100%;
}

.tab .right .bolck-outer .block-item .but-outer .primary-btn {
    margin: 1rem 0;
    padding: 1.5rem 2rem;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    line-height: 1.7;
    transition: none !important;
}

.tab .right .bolck-outer .block-item .but-outer .guide {
    background-color: #e05206;
}

.tab .right .bolck-outer .menu-img {
    width: 100%;
}

.tab .right.active {
    display: block;
}

.activeheader {
    background-color: #e05206 !important;
    color: white !important;
}

.activeheader .inner-menu-icon {
    border: 5px solid #e05206 !important;
}

.closeMenu {
    display: none !important;
}

body,
.mat-body,
.mat-body-1,
.mat-typography {
    /* @include set-dafault-font($family, 14px); */
    height: 100%;
    margin: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

.container {
    max-width: 1142px;
    display: block;
    margin: auto;
}

body {
    font-size: 1.6rem;
    color: black;
    font-family: "Montserrat", sans-serif !important;
}

.header ul {
    list-style: none;
    padding-left: 0;
}

.header a {
    text-decoration: none;
}

.header h1 {
    font-size: 5rem;
    margin-bottom: 2rem;
}

.header h2 {
    font-size: 4rem;
}

.header h3 {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 0;
}

.toastr-alert-danger {
    max-width: 30rem;
    width: 100%;
    background-color: red;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0.5rem;
    z-index: 5;
    margin: 0 auto;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 7rem;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.toastr-alert-danger:before {
    content: "\1F5D9";
    position: absolute;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 1rem;
    color: #e05206;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    line-height: 3rem;
}

.toastr-alert-success {
    max-width: 30rem;
    width: 100%;
    background-color: green;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0.5rem;
    z-index: 5;
    margin: 0 auto;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 7rem;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.toastr-alert-success:before {
    content: "✓";
    position: absolute;
    left: 1rem;
    width: 3rem;
    height: 3rem;
    background-color: white;
    border-radius: 1rem;
    color: #e05206;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

/* LATEST UPDATES */
.more-sec {
    bottom: -10% !important;
}

.header-item-left .logo {
    display: flex !important;
}

.header {
    position: fixed !important;
    /* 	height: 85px !important; */
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    animation: none !important;
}

/* resource menu updates */
ul.tab-data {
    width: 284px;
    height: 540px;
    overflow: auto;
    padding-left: 3rem !important;
    padding-right: 0.6rem !important;
}

.tab .inner-menu-list:hover {
    background-color: #f68137 !important;
    color: white;
}

.tab .inner-menu-list:hover .inner-menu-icon {
    border: 8px solid #f68137;
}

.tab-data.scroll::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f6f6f6;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 10px;
}

.more-sec {
    position: absolute;
    bottom: -7%;
    left: 13%;
    transform: translate(-50%, -50%);
    display: none !important;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    height: 490px;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    padding: 2.25rem 4rem;
}

/*Added missing styles*/
.icon-txt {
    font-family: "Montserrat" !important;
    color: #000;
}

.activeheader .icon-txt,
.inner-menu-list:hover .icon-txt {
    color: #fff;
}

.header .menu-mobile-toggle:hover,
.header .menu-mobile-toggle:active,
.header .menu-mobile-toggle:focus {
    background: transparent;
}

/* header */
.header {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    height: 93px;
}

.header .wrapper {
    padding-left: 0;
    padding-right: 0;
}

.header-right .search-icon {
    margin: 0 3rem;
}

.header-right .search-box input {
    border: none;
    background-color: #f5f5f5;
    padding: 1rem;
}

.header .menu>ul>li>a {
    font-weight: 600;
}

.header .menu-section .menu-item-has-children {
    margin-left: 2.1rem;
}

.tab .inner-menu-list {
    box-shadow: 0px 2px 40px #bbb5b529;
}

.tab .right .bolck-outer .block-item {
    list-style: none;
}

.tab .right .bolck-outer .block-item .but-outer .primary-btn {
    text-decoration: none;
    align-content
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item {
    list-style: none;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list {
    text-decoration: none;
}

.tab .right .bolck-outer .block-item .but-outer .guide {
    text-decoration: none;
}

.tab .right .bolck-outer .block-item .but-outer .guide {
    text-decoration: none;
}

img.menu-btn {
    max-width: fit-content;
}

/* header download button style */
.tab .right .bolck-outer .block-item .but-outer .primary-btn {
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.2rem;
    color: #fff;
    background-color: #e05206;
	text-transform: uppercase;
}

/* header color issue  */
.activeheader {
    background-color: #F68137 !important;
    color: white !important;
}

.activeheader .inner-menu-icon {
    border: 5px solid #F68137 !important;
}

.tab .right .bolck-outer .block-item .but-outer .primary-btn.guide {
    background-color: #F68137;
	text-transform: uppercase;
}

.tab .right .bolck-outer .block-item .business-title {
    font-weight: 700;
}

.tab .right .bolck-outer .block-item .business-txt {
    color: #6C6F70;
}

.tab .inner-menu-list .icon-txt {
    font-weight: 600;
}

.tab .inner-menu-list {
    justify-content: unset;
}

.tab .right .bolck-outer .block-item .right-menu-outer .right-menu-item .txt-list {
    font-weight: 600;
}

.header .menu>ul>li .menu-subs.menu-column-4 {
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    background-color: #f6f6f6;
}

.header .menu>ul>li .menu-subs {
    -webkit-transition: none;
}

/* 2023 changes */
.header nav>ul {
    padding-inline-start: 0px !important;
    padding-left: 0 !important;
}

.btn-vensure {
    font-size: 14px !important;
    line-height: 26px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 0.75px !important;
    text-align: center;
    padding: 8px 15px;
    border: 2px solid var(--e-global-color-text);
    border-radius: 5px;
    color: var(--e-global-color-text) !important;
}

.btn-vensure.btn-primary {
    border-color: #D13B00 /*var(--e-global-color-primary)*/;
    background: #D13B00/*var(--e-global-color-primary)*/;
    color: #fff /*#ffffff*/ !important;
    margin-left: 5px;
}

.btn-vensure.btn-primary:hover {
    border-color: var(--e-global-color-3a64fe7);
    background: var(--e-global-color-3a64fe7);
    color: #ffffff !important;
    margin-left: 5px;
}

.btn-vensure.btn-secondary {
    padding: 8px 15px;
	color: #555960 !important;
	border-color: #6c6f70;
}

.btn-vensure.btn-secondary:hover {
    border-color: var(--e-global-color-3a64fe7);
    background: var(--e-global-color-3a64fe7);
    color: #ffffff !important;
}



.menu-section li:nth-child(2) .header_content_3 li.right-menu-item {
    padding: 0 !important;
    margin-bottom: 0px !important;
}

.menu-section>li:nth-child(1) .header_content_6 img.menu-img {
    max-width: 70%;
}

.menu-section>li:nth-child(1) .header_content_6 .block-item:nth-child(2) {
    text-align: center;
}

.tab .right .bolck-outer .menu-img {
    max-height: 200px;
    object-fit: contain;
}

.tab .right .bolck-outer .block-item .but-outer .primary-btn {
    width: 100%;
}

#menu > ul > li:nth-child(2) .menu-mega .header_content_2 .block-item:nth-child(2) a.guide {
    background: var(--e-global-color-ac96757);
}



/* Responsive */
@media screen and (max-width: 1240px) and (min-width: 768px) {

    .header-item-left .logo-img {
        width: 200px !important;
    }

    .header {
        height: 83px !important;
    }

    .header .menu {
        height: calc(100% - 10.9rem) !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header {
        padding: 2rem 30px !important;
    }
}

@media screen and (max-width: 1240px) and (min-width: 1025px) {
    .header {
        padding: 2rem 50px !important;
    }
}

@media screen and (min-width: 993px) {
    .header .menu>ul>li.menu-item-has-children:hover .menu-subs {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 1150px) {
    .header .menu-section .menu-item-has-children {
        line-height: 3.125rem;
        margin: 0 6px;
        display: block;
    }
}

@media screen and (min-width: 1241px) {
    .header .menu-icon {
        max-width: 40px;
        max-height: 40px;
    }

    .header .menu-section .menu-item-has-children {
        height: 35px;
        display: inline-block;
    }

    .tab .mob-submenu-set {
        padding: 0;
    }

    .header .menu-section .menu-item-has-children:hover {
        border-bottom: 5px solid #e05206;
    }

    .header .menu-section .menu-item-has-children:hover .sub-link-arrow {
        position: relative;
    }

    .header .menu-section .menu-item-has-children:hover .sub-link-arrow::before {
        content: " ";
        width: 100%;
        position: absolute;
        top: 1.7rem;
        left: 0;
        height: 10rem;
    }

    .header .menu-section .menu-item-has-children:hover .sub-link-arrow ::after {
        content: "";
        position: absolute;
        top: 5rem;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 5rem;
        width: 6px;
        background-color: #e05206;
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-column-4 {
        border-top: 6px solid #e05206;
    }

    .header {
        padding: 2rem 50px !important;
    }

    .header .menu-section .menu-item-has-children {
        height: 31px;
    }
}

@media screen and (max-width: 360px) {
    .header-right {
        margin-right: 1.5rem;
    }

    .header-right .search-icon {
        margin: 0 1.5rem;
    }
}

@media (max-width: 465px) {

    .tabs .tab,
    .tabs label {
        order: initial;
    }

    .tabs label {
        width: 100%;
        margin-left: 50px;
    }
}

@media (max-width: 612px) {
    .btn-vensure {
        display: none;
    }

}

@media screen and (max-width: 1000px) {
    .header .menu>ul>li .menu-subs.menu-column-4 {
        height: 100% !important;
        padding: none !important;
    }
}

@media screen and (max-width: 1240px) {
    .btn-vensure {
        padding: 5px 16px;
        font-size: 10px !important;
        line-height: 24px !important;
    }

    .btn-vensure.btn-secondary {
        padding: 5px 15px;
    }

    .nestedmenu {
        margin-bottom: 0 !important;
    }

    .more-sec {
        display: none !important;
    }

    .tab .mob-submenu-set {
        padding: 0;
    }

    .tab .inner-menu-list {
        margin-bottom: 15px !important;
    }

    .activeheader .icon-txt::after {
        border-left-color: white !important;
    }

    .active_sumenu .icon-txt::after {
        transform: translate(-50%, -20%) rotate(90deg) !important;
        margin-left: 0 !important;
    }

    .right.active {
        padding: 1rem 0;
    }

    .header-item-left .logo-img {
        width: 60%;
    }

    .header-right {
        margin-top: 0px !important;
        margin-right: -2rem !important;
        margin-left: auto;
    }

    .header-item-left {
        flex: 0 0 auto;
        width: 25%;
    }

    .header-item-right {
        width: 100% !important;
        min-width: 285px !important;
    }

    .header-item-center {
        justify-content: end;
        width: calc(75% - 285px);
    }

    

    

    .wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0.5rem 0;
    }

    .header .menu-mobile-toggle {
        position: relative;
        display: block;
        cursor: pointer;
        width: 4rem;
        height: 3rem;
        border: none;
        outline: none;
        background: none;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .header .menu-mobile-toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        border: none;
        outline: none;
        opacity: 1;
        border-radius: 0.25rem;
        background: black;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    .header .menu-mobile-toggle span:nth-child(1) {
        top: 0;
    }

    .header .menu-mobile-toggle span:nth-child(2),
    .header .menu-mobile-toggle span:nth-child(3) {
        top: 0.5rem;
    }

    .header .menu-mobile-toggle span:nth-child(4) {
        top: 1rem;
    }

    .header-item-right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header .menu {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 8rem);
        z-index: 111;
        overflow: hidden;
        background: gray;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header .menu.active {
        -webkit-transform: translate(0%);
        transform: translate(0%);
    }

    .header .menu>ul>li {
        display: block;
        background-color: white;
        border-radius: 4.2rem 0.5rem 0.5rem 4.2rem;
        margin: 0;
    }

    .header .menu>ul>li>a {
        display: block;
        padding: 3rem 1rem;
        margin-left: 2rem;
        margin-bottom: 1rem;
        font-size: 20px;
        font-weight: 500;
    }

    .header .menu>ul>li>a i.ion {
        position: absolute;
        font-size: 12px;
        top: 0;
        right: 0;
        text-align: center;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .header .menu .menu-mobile-header {
        width: 70%;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        top: 8%;
        right: 17%;
        height: 3.125rem;
        z-index: 110;
        transform: translate(0%, -59%);
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow {
        display: none;
        font-size: 12px;
        line-height: 3.125rem;
        cursor: pointer;
        text-align: center;
        border: none;
        background-color: transparent;
    }

    .header .menu .menu-mobile-header .menu-mobile-arrow img {
        transform: rotate(271deg);
        margin-right: 10px;
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        display: flex;
        align-items: center;
        outline: none !important;
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-family: inherit;
        font-size: 20px;
        font-weight: 500;
        line-height: inherit;
        color: black;
        text-transform: capitalize;
        outline: none !important;
        letter-spacing: 0;
    }

    .header .menu .menu-mobile-header .menu-mobile-close {
        font-size: 22px;
        line-height: 3.125rem;
        cursor: pointer;
        width: 3.125rem;
        height: 3.125rem;
        text-align: center;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        color: black;
    }

    .header .menu .menu-section {
        width: 75%;
        margin: 9rem auto;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .header .menu>ul>li .menu-subs {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .menu>ul>li .menu-subs.menu-mega {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: hidden;
        visibility: visible;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .tab {
        overflow: hidden;
    }

    .header .menu>ul>li .menu-subs.active {
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0rem;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title {
        margin-bottom: 1.25rem;
    }

    .header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0rem;
    }

    .header .menu>ul>li .menu-subs>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul {
        margin-bottom: 1rem;
    }

    .header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a {
        display: block;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        background: black;
        -webkit-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
    }

    .overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .header-right {
        margin-left: auto;
    }

    .menu-item-has-children .sub-link-arrow::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 2rem;
        width: 0;
        height: 0;
        border-top: 1rem solid transparent;
        border-bottom: 1rem solid transparent;
        border-left: 1rem solid black;
    }

    .menu-bottom {
        text-align: center;
        display: block;
        border-top-style: dotted;
        border-color: black;
        border-width: 4px;
        margin-top: 5rem;
        padding: 3rem 0;
    }

    .menu-bottom .txt {
        color: black;
        margin: 0;
        font-size: 14px;
    }

    .menu-bottom .color {
        color: #e05206;
        font-weight: 800;
    }

    .txt-last {
        display: block !important;
        background-color: transparent !important;
    }

    .tab .tab-data {
        margin: 10rem auto;
        border-top: dotted;
        border-color: black;
        border-width: 4px;
        padding: 5rem 2.9rem;
        height: calc(100vh - 145px);
        overflow: auto;
    }

    .tab .inner-menu-list {
        height: 8rem;
    }

    .tab .inner-menu-list {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .tab .inner-menu-list .inner-menu-icon {
        width: 8rem;
        height: 8rem;
        position: absolute;
        left: -2rem;
        box-shadow: #000 0px 8px 24px;
        border-radius: 6rem;
        border: 5px solid white;
    }

    .tab .inner-menu-list .inner-menu-icon .menu-icon {
        width: 3rem;
    }

    .tab .inner-menu-list .icon-txt {
        padding-left: 6rem;
        width: 100%;
        position: relative;
    }

    .tab .inner-menu-list .icon-txt::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        display: inline-block;
        border: 5px solid transparent;
        margin-left: 10px;
        border-left-color: black;
        transform: translateY(-50%);
        transition: all .3s ease;
    }

    .tab .right-acco {
        display: none;
    }

    .tab .right .block-main {
        display: none;
    }

    html {
        font-size: 7px !important;
    }

    .header .menu>ul>li .menu-subs.menu-column-4 {
        background-color: #fff !important;
    }

    .header-right {
        margin-top: 0px !important;
        margin-right: 0rem !important;
    }

    .tab .inner-menu-list .icon-txt {
        font-size: 14px !important;
    }

    .tab .tab-data {
        padding-right: 25px !important;
    }

    .header .menu .menu-mobile-header .menu-mobile-title {
        font-size: 2rem !important;
        padding-top: 2px;
    }

    .header {
        position: fixed !important;
    }

    .header .menu>ul>li .menu-subs.menu-column-4 {
        padding: 0 !important;
    }

    .header .menu .menu-mobile-header {
        top: 50px !important;
    }

    .tab .right .right-menu-outer .right-menu-item .txt-list {
        font-weight: 700 !important;
    }

    .tab .tab-data {
        border-color: #6c6f70 !important;
    }

    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
        padding: 0.5rem 1rem !important;
    }

    .header .container {
        padding: 0px;
    }

    .header .menu-mobile-toggle {
        padding-right: 0;
        margin-left: 30px;
        padding-left: 0 !important;
    }

    .tab .tab-data {
        width: 75%;
    }

    .header .menu-section .menu-item-has-children {
        margin-left: 0 !important;
    }

    .header .menu {
        background: #f6f6f6;
    }

    .header {
        height: 78px;
    }

    .header .menu>ul>li>a {
        margin-bottom: 1rem;
    }

    .header .menu-mobile-toggle {
        width: auto;
        height: auto;
    }

    .menu-mobile-toggle div {
        position: relative;
        width: 18px;
        height: 3px;
        border-radius: 3px;
        background-color: #000;
        margin-top: 3px;
    }

    .header .menu .menu-section {
        padding: 0px !important;
    }

    .header {
        height: 58px;
    }

    .header-item-left .logo-img {
        width: 140px;
    }

    .header-right .btn-right .btn-link {
        font-size: 12px;
        line-height: 22px;
    }

    .header-right .btn-right {
        font-size: 12px;
        line-height: 22px;
    }

    .header .menu>ul>li>a,
    .header .menu>ul>li>a:hover {
        font-size: 14px;
        line-height: 25px;
        color: black;
    }

    .header .menu>ul>li>a {
        font-size: 14px !important;
    }

    img.search-icon-img {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .header {
        padding: 6px 20px 6px 20px;
    }

    .tab .tab-data {
        height: calc(100vh - 245px) !important;
        width: calc(100% - 40px) !important;
    }

    .header .menu .menu-mobile-header {
        width: calc(100% - 40px) !important;
        right: 20px !important;
    }

    .header .menu .menu-section {
        width: calc(100% - 40px) !important;
    }

    .tab .inner-menu-list {
        border-radius: 10px !important;
    }

    .header-item-center {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

}

@media screen and (max-width: 610px) {

    .header-item-left,
    .header-item-right {
        flex: 0 0 auto !important;
        width: 50% !important;
        min-width: unset !important;
    }


}