@import url("https://fonts.cdnfonts.com/css/proxima-nova-2");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    scroll-behavior: smooth;
    font-display: swap;
    color: #212529;
}

textarea::-webkit-input-placeholder, textarea::placeholder {
    line-height: 1.5 !important;
}

    html *,
    body * {
        box-sizing: inherit;
    }

button:focus {
    outline: none;
}

.w-250 {
    width: 250px;
}

.mw-75 {
    max-width: 75%;
}

.li-1 {
    line-height: 1;
}
/*#region btn css*/
/*.main-section {
    position: relative;
}
*/
.right-content .img_icon {
    object-fit: cover;
    border-radius: 5px;
    min-width: 80px;
    min-height: 80px;
    background-color: #efefef;
    border: none;
    outline: none;
    overflow: hidden;
}

/*#endregion*/
/*#region pagination css*/
/*
.pagination li {
    min-width: auto;
    margin: 0px 5px;
}

.pagination-lg .page-item .page-link:focus {
    box-shadow: none !important;
}

.pagination > li > a, .pagination > li > span {
    color: #000000;
}*/

/*.pagination-lg .page-item .page-link {
    min-width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-lg .page-item:not(.active) .page-link:hover {
    background-color: rgba(249, 181, 31, 0.22);
    border: 1px solid rgba(249, 181, 31, 0.22);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f3bb1c;
    border-color: #f3bb1c;
}

.pagination .page-link {
    padding: 0px 10px;
    font-weight: 500;
    color: #455560;
}*/

/*#endregion*/
/*#region common background image with content css*/
.info-oncanvas-container {
    position: relative;
}

    .info-oncanvas-container img {
        width: 100%;
    }

/*#endregion*/
/*#region reports card css*/
.card {
    border-radius: 9px !important;
    box-shadow: 0px 2px 9px 0px #cccccc;
    transition: all 0.3s ease;
}

    .card:hover {
        box-shadow: none;
        border: 1px solid #cccccc;
    }

    .card .card-img-top {
        min-height: 216px;
        height: 216px;
        max-height: 216px;
        background-color: #efefef;
        z-index: 0;
        border-radius: 9px 9px 0 0;
        object-fit: cover;
    }

.p_text {
    color: #b9b7b7;
}

.page-link {
    margin-right: 10px;
}

.pd_1 {
    padding: 5px 10px;
}

.card-title {
    font-size: calc(26px + 15 * ((100vw - 668px) / (2000 - 414)));
    line-height: 1;
}

.img_icon {
    display: block;
    height: 80px;
    width: 80px;
}

.text {
    margin-left: 10px;
}

.tab-list {
    height: 80px;
}

.card-name {
    font-size: 14px;
}

.button-cb.gmr-theme-cb:hover + label, .button-cb.gmr-theme-cb:focus + label {
    background-color: #dc8419;
    border-color: #dc8419;
    color: white;
}

a:-webkit-any-link:focus-visible {
    outline: none;
}

.card-text {
    font-size: calc(13px + 5 * ((100vw - 414px) / (2000 - 414)));
}

.right-header-title {
    text-align: left !important;
    /*font-size: 16px;*/
}

.country span {
    font-size: 16px;
    color: #4d4d4d;
}

.right-content .hw-100-150 .img_icon {
    object-fit: contain;
    border-radius: 5px;
    min-width: 150px;
    min-height: 100px;
    background-color: transparent;
}

.report-section-main .report-section .date-text {
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(18px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    font-weight: 600;
    margin-bottom: 5px;
}

.report-section-main .report-section .report-disc {
    font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (2000 - 320)));
    line-height: calc(15px + (15 - 13) * ((100vw - 320px) / (2000 - 320)));
    font-weight: 400;
    color: #777777;
}

.report-section-main .report-section {
    margin-left: 15px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}

.report-section-main:last-child .report-section {
    border-bottom: none;
}

.categories-mobile-section {
    display: flex;
    flex-wrap: wrap;
}

.date-icon {
    color: #f9b51f;
    font-size: 16px;
    line-height: 1.2;
}

.country:after {
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #4d4d4d;
    font-family: 'FontAwesome';
    left: 10px;
    transition-delay: 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-size: 0;
    z-index: -1;
}

.country:hover {
    background-color: rgba(249, 181, 31, 0.22);
}

.country.searchsubcat:after {
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #4d4d4d;
    font-family: 'FontAwesome';
    left: 10px;
    transition-delay: 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    z-index: 1;
}

.country {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    line-height: 1.5;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    padding: 5px 10px 5px 15px;
    background-color: #f1f1f1;
    border-radius: 50px;
}

    .country.searchsubcat span:not(.filter-count) {
        color: white;
    }

    .country.searchsubcat {
        background-color: rgba(249, 181, 31,0.6);
        padding-left: 30px;
    }

    .country .filter-count {
        border: 1px dashed #ccc;
        border-radius: 50px;
        background-color: white;
        height: 24px;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*.country.searchsubcat {
    position: relative;
    color: #f9b51f;
    width: 100%;
}
.country:not(.searchsubcat):hover:after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    background-color: #cccccc;
    border-radius: 25px;
}
.country.searchsubcat::after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    background-color: orange;
    border-radius: 25px;
}*/

.card-date {
    font-size: calc(12px + 4 * ((100vw - 320px) / (2000 - 320)));
    line-height: 1.5;
}

.tag_title:hover {
    background-color: rgba(249, 181, 31, 0.22);
    border: 1px solid rgba(249, 181, 31, 0.22);
}

.tag_title.showList {
    background: rgba(249, 181, 31,0.6);
    border: 1px solid rgba(249, 181, 31,0.6);
    transition: all 0.3s;
    padding-left: 25px;
}

    .tag_title.showList:after {
        content: "\f00c";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #4d4d4d;
        font-family: 'FontAwesome';
        left: 5px;
        transition-delay: 0.3s;
        transition: all 0.3s;
        font-size: 14px;
        z-index: 1;
    }

.tag_title:after {
    content: "\f00c";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #4d4d4d;
    font-family: 'FontAwesome';
    left: 5px;
    transition: all 0.3s;
    font-size: 0px;
    z-index: -1;
}

.tag_title {
    padding: 5px 20px;
    border-radius: 5px;
    color: #4d4d4d;
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    margin: 5px 20px 5px 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.card:hover {
    box-shadow: none;
    border: 1px solid #cccccc;
}

.pdfitemlistblock .nav-item {
    min-width: initial;
}

    .pdfitemlistblock .nav-item .nav-link.active {
        font-weight: 700;
        color: #000000;
        border-bottom: 3px solid #f3bb1c;
        font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: 1.2;
        letter-spacing: 0.7px;
        padding: 0px;
        display: inline;
        margin-right: 30px;
    }

    .pdfitemlistblock .nav-item .nav-link:not(.active) {
        border-bottom: 3px solid transparent;
        font-weight: 500;
        font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: 1.2;
        letter-spacing: 0.7px;
        display: inline;
        padding: 0px;
        margin-right: 30px;
    }

/*#endregion*/

@media screen and (max-width: 1025px) {
    .dropdown-active a:after {
        display: none;
    }
    /*
    .dropdown-active .dropdown a:after {
        display: block !important;
    }*/

    .dropdown-active .dropdown .dropdown-active a:after {
        display: none !important;
    }
}

@media screen and (max-width: 769px) {
    .mt-25 {
        margin-top: 25px;
    }

    .mobile-hide {
        display: none;
    }

    .left-section input {
        float: right;
    }

    .logo-section {
        margin-top: 20px;
    }

    .logo-line {
        left: 60%;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .component-tbb-img-box .d-flex {
        display: block !important;
    }

    /*.dropdown a:after {
        content: "\25bc";
    }*/

    .dropdown-active a:after {
        display: none;
    }

    .dropdown-active .dropdown a:after {
        display: block !important;
    }

    .dropdown-active .dropdown .dropdown-active a:after {
        display: none !important;
    }

    .navbar-mobile .dropdown ul {
        position: absolute;
        height: fit-content;
        top: 50px;
        left: 0px;
    }
}

@media screen and (max-width: 769px) {
    .titlebodybutton-content .btn, .titlebodybutton-content a.btn {
        margin-top: 0px;
    }

    .right-content {
        margin-top: 30px !important;
    }

    .mobile-categories {
        display: flex;
        justify-content: space-between;
    }

    /*.dropdown a:after {
        content: "\25bc";
    }*/

    .m-text-center {
        text-align: center !important;
    }
}

/*#region container css*/
.con-nw-750 {
    max-width: 750px;
    margin: 0 auto;
}

/*.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    width: 100%;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}*/

@media (max-width: 539px) {
    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

/*@media (min-width: 540px) {
    .container {
        max-width: 447px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}*/


@media (min-width: 768px) {
    .common-component-content-img .flex-50-50 .titlebody-content {
        flex: 100%;
    }

    .common-box-component-img {
        flex-wrap: wrap;
    }

    /*.container {
        max-width: 720px;
    }*/
}

/*@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}*/

/*@media (min-width: 1100px) {
    .container {
        max-width: 1034px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1060px;
    }
}



@media (min-width: 1500px) {
    .container {
        max-width: 1120px;
    }
}

@media (min-width: 2000px) {
    .container {
        max-width: 1160px;
    }
}*/
/*#endregion*/
.h-200 {
    min-height: 200px;
}
/*#region common cards  css*/
.paragraph-typo .medium-body {
    font-size: calc(15px + 3 * ((100vw - 414px) / (2000 - 414)));
    line-height: calc(20px + 5 * ((100vw - 414px) / (2000 - 414)));
}

.content-sec {
    padding: 15px 35px;
}

    .content-sec .typo-category {
        margin-bottom: 30px;
        font-style: normal;
        font-weight: 500;
    }

    .content-sec .paragraph-typo {
        color: #777777;
        line-height: 1.2;
        font-size: calc(14px + 5 * ((100vw - 414px) / (2000 - 414)));
    }

.typo-category {
    font-weight: normal;
    line-height: 26px;
    font-size: calc(13px + 3 * ((100vw - 414px) / (2000 - 414)));
    /*letter-spacing: 5px;*/
}

.paragraph-typo {
    color: #455560;
    font-style: normal;
    font-weight: normal;
}

    .paragraph-typo .small-body {
        font-size: calc(13px + 3 * ((100vw - 414px) / (2000 - 414)));
        line-height: calc(17px + 5 * ((100vw - 414px) / (2000 - 414)));
    }

/*#endregion*/
/*#region btn css*/
.btn-border {
    display: inline-block;
    background: #ffffff;
    box-sizing: border-box;
    color: #455560;
    border: 2px solid #45556052;
    position: relative;
    /*  font-weight: $fw500 !important;*/
    padding: 11px 45px;
    transition: all 0.2s;
}

/*.btn {
    font-style: normal;
    font-size: calc(18px + 2 * ((100vw - 414px) / (2000 - 414)));
    line-height: 24px;
    border-radius: 100px !important;
    box-shadow: none !important;
    padding: 12px 45px;*/
/* width:100%;*/
/*}*/

/*button {
    position: relative;
    margin: 0.75em;
    border-radius: var(--btn-border-radius, 0);*/
/* width:100%;*/
/*border: var(--btn-border-width, 0.125em) var(--btn-border-style, solid) var(--btn-bordercolor, black);
    border-radius: var(--btn-border-radius, 0);*/
/*padding: 8px;*/
/*padding: 10px 40px;
    font-family: "Proxima Nova";
    font-size: calc(var(--font-scale) * 1rem);
    color: var(--btn-textcolor, black);
    text-shadow: 0 0 0.5em var(--btn-textshadow, none);
    text-decoration: none;
    overflow: visible;
    cursor: pointer;
    outline: none;
}*/

.round {
    --btn-border-radius: 50vh;
}

.ph-btn {
    border: none;
    transition: 0.5s;
    position: absolute;
    width: auto;
    top: 5%;
    left: 5%;
    background-color: #ffffff !important;
    padding: 5px 20px;
    margin: 0;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.22);
    z-index: 5;
}

    .ph-btn .fa-calendar:before {
        content: "\f073" !important;
        line-height: 1.5;
    }

/*#endregion*/
/*#region typo css*/
.paragraph-typo strong {
    font-weight: 600;
}

.paragraph-typo .typo-title {
    font-weight: 400;
}

.padding-bt {
    padding-bottom: 100px !important;
}

.titlebody-content .typo-subheader, .titlebody-content .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-subheader p, .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-subheader .titlebody-content p, .titlebody-content .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-subheader p, .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-subheader .titlebody-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.common-box-component-img .text-left.titlebody-content .typo-headline p {
    margin-bottom: 0;
}

.content-sec .paragraph-typo h5 {
    color: #333333;
    font-size: calc(14px + 5 * ((100vw - 414px) / (2000 - 414)));
    line-height: 1.2;
}

.typo-headline {
    font-weight: bold;
    line-height: calc(35px + (40 - 35) * ((100vw - 320px) / (2000 - 320)));
    font-size: calc(35px + (40 - 35) * ((100vw - 320px) / (2000 - 320)));
}

.common-component-content .typo-body .typo-sub-body {
    line-height: calc(8px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    font-size: calc(8px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    color: black !important;
}

.body-footer {
    position: absolute;
    color: #000000;
    bottom: 20px;
    line-height: calc(8px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    font-size: calc(8px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
}

@media (max-width: 767px) {
    .typo-headline {
        line-height: 35px;
    }
}

.typo-subheadline {
    padding-top: 24px;
    font-weight: bold;
    line-height: 1.2;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
}

.typo-title {
    font-weight: bold;
    /* line-height: $lhtitle;*/
    font-size: calc(16px + 4 * ((100vw - 414px) / (2000 - 414)));
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .typo-title {
        line-height: 23px;
    }
}

.typo-title a {
    color: #455560 !important;
}

    .typo-title a :hover {
        color: #455560 !important;
    }

.typo-subheader, .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-subheader p, .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-subheader p {
    font-weight: normal;
    line-height: 160%;
    font-size: calc(16px + 4 * ((100vw - 414px) / (2000 - 414)));
}

@media (max-width: 767px) {
    .typo-subheader, .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-subheader p, .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-subheader p {
        line-height: 160%;
    }
}

.typo-body, .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-body p, .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-body p {
    font-weight: normal;
    line-height: 1.3;
    font-size: calc(18px + (18 - 18) * ((100vw - 320px) / (2000 - 320))) !important;
    margin-top: 10px;
}

.common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-body p {
    font-size: calc(18px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(18px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    display: inline;
}

.common-box-component-img .text-left.titlebody-content .typo-body {
    color: #455560;
    letter-spacing: 0.5px;
    font-size: calc(18px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: 1.3;
}

.common-section-space .titlebody-content, .common-section-space .typo-subheadline {
    margin-bottom: 30px;
}

.common-box-component-img .text-left.titlebody-content .typo-headline {
    font-size: calc(35px + 7 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(35px + 7 * ((100vw - 320px) / (2000 - 320))) !important;
    margin-bottom: 30px;
}

.banner-componnent .typo-subheadline {
    font-size: calc(25px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
    line-height: calc(25px + 5 * ((100vw - 320px) / (2000 - 320))) !important;
}

.common-box-component-img .text-right.titlebody-content .typo-body {
    color: #000000;
}

@media (max-width: 767px) {
    .typo-body, .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content .typo-body p, .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content .typo-body p {
        line-height: 20px;
    }
}

/*#endregion*/
/*#region section css*/
.common-section-space {
    position: relative;
    padding: 0;
    margin: 0;
}

    .common-section-space.pading-section {
        padding: calc(30px + 15 * ((100vw - 414px) / (2000 - 414)));
        padding-left: 0;
        padding-right: 0;
    }



/*#endregion*/
/*#region common component left right  css*/
.common-component-content-img.common-component-img-left .common-box-component-img {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.common-component-content-img.common-component-img-box {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.common-component-content-img.common-component-img-box {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .common-component-content-img.common-component-img-box .img-content {
        text-align: center;
        /* border-radius: 15px;*/
        overflow: hidden;
    }

@media screen and (max-width: 768px) {
    .common-component-content-img.common-component-img-box {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .common-component-content-img.common-component-img-box .common-box-component-img .common-component-content {
        margin-left: 0;
    }
}

.common-component-content-img.Component-tbb-img-fullbox.common-component-img-right .titlebody-content {
    position: relative;
}

    .common-component-content-img.Component-tbb-img-fullbox.common-component-img-right .titlebody-content .common-component-content {
        position: absolute;
        right: -1%;
        max-width: 715px;
        margin-left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .common-component-content-img.Component-tbb-img-fullbox.common-component-img-right .titlebody-content .common-component-content {
        position: static;
        max-width: 100%;
        margin: 0 15px;
        transform: none;
    }
}

.common-component-content-img.Component-tbb-img-fullbox.component-img-left .titlebody-content .common-component-content {
    margin-right: 15px;
    max-width: 715px;
}

@media (max-width: 767px) {
    .common-component-content-img.Component-tbb-img-fullbox.component-img-left .titlebody-content .common-component-content {
        max-width: 100%;
        margin: 0 15px;
    }
}

.common-component-content-img .flex-50-50 .titlebody-content {
    flex: 50%;
    align-self: self-start;
}

.common-component-content-img .flex-60-40 .titlebody-content {
    flex: 60%;
}

.common-component-content-img .flex-60-40 .common-component-img-content {
    flex: 40%;
}


.common-component-content-img .flex-50-50 .common-component-img-content {
    flex: 50%;
}

.common-component-content-img .flex-40-60 .titlebody-content {
    flex: 40%;
}

.common-component-content-img .flex-40-60 .common-component-img-content {
    flex: 60%;
}

.common-component-content-img .flex-30-70 .titlebody-content {
    flex: 30%;
}

.common-component-content-img .flex-30-70 .common-component-img-content {
    flex: 70%;
}

.common-component-img-height {
    height: 400px;
}

@media (max-width: 767px) {
    .common-component-content-img.common-component-img-left .common-box-component-img {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

.common-component-content-img.common-component-img-left .common-component-content {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .common-component-content-img.common-component-img-left .common-component-content {
        margin-left: 0px;
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .common-component-content-img.common-component-img-right .common-box-component-img {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}
/*
.common-component-content-img.common-component-img-right .common-component-content {
    margin-right: 50px;
}*/

@media (max-width: 767px) {
    .common-component-content-img.common-component-img-right .common-component-content {
        margin-right: 0px;
        margin-top: 30px !important;
    }
}

/*#endregion*/
/*#region Component Image TBB Box*/
.commmon-component-tbb-img.component-tbb-img-box {
    margin: 0 auto;
    /*   padding-left: 15px;
  padding-right: 15px;*/
    width: 100%;
}

.commmon-component-tbb-img.component-tbb-img-box {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

    .commmon-component-tbb-img.component-tbb-img-box .img-content {
        text-align: center;
        border-radius: 15px;
        overflow: hidden;
    }

@media screen and (max-width: 768px) {
    .commmon-component-tbb-img.component-tbb-img-box {
        padding: 20px !important;
    }
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.component-tbb-img-box .box-component-tbb-img .component-tbb-content {
        margin-left: 0;
    }
}

.commmon-component-tbb-img.Component-tbb-img-fullbox.component-img-right .titlebodybutton-content {
    position: relative;
}

    .commmon-component-tbb-img.Component-tbb-img-fullbox.component-img-right .titlebodybutton-content .component-tbb-content {
        position: absolute;
        right: -1%;
        max-width: 715px;
        margin-left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }

@media (max-width: 767px) {
    .commmon-component-tbb-img.Component-tbb-img-fullbox.component-img-right .titlebodybutton-content .component-tbb-content {
        position: static;
        max-width: 100%;
        margin: 0 15px;
        transform: none;
    }
}

.commmon-component-tbb-img.Component-tbb-img-fullbox.component-img-left .titlebodybutton-content .component-tbb-content {
    margin-right: 15px;
    max-width: 715px;
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.Component-tbb-img-fullbox.component-img-left .titlebodybutton-content .component-tbb-content {
        max-width: 100%;
        margin: 0 15px;
    }
}

.commmon-component-tbb-img .flex-50-50 .titlebodybutton-content {
    flex: 50%;
}

.commmon-component-tbb-img .flex-50-50 .component-img-content {
    flex: 50%;
}

.commmon-component-tbb-img .flex-40-60 .titlebodybutton-content {
    flex: 40%;
}

.commmon-component-tbb-img .flex-40-60 .component-img-content {
    flex: 60%;
}

.commmon-component-tbb-img .flex-30-70 .titlebodybutton-content {
    flex: 30%;
}

.commmon-component-tbb-img .flex-30-70 .component-img-content {
    flex: 70%;
}

.commmon-component-tbb-img.component-img-left .box-component-tbb-img {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.component-img-left .box-component-tbb-img {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

.commmon-component-tbb-img.component-img-left .component-tbb-content {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.component-img-left .component-tbb-content {
        margin-left: 0px;
        margin-top: 30px !important;
    }
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.component-img-right .box-component-tbb-img {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}

.commmon-component-tbb-img.component-img-right .component-tbb-content {
    margin-right: 50px;
}

@media (max-width: 767px) {
    .commmon-component-tbb-img.component-img-right .component-tbb-content {
        margin-right: 0px;
        margin-top: 30px !important;
    }
}

.fullwidth-box {
    margin-left: 15%;
}
/*#endregion*/
/*#region card-rectangle long css*/
.card-rectangle-long {
    padding: 25px 20px;
    border-radius: 8px;
    margin-top: 0;
    margin-bottom: 30px;
    background-color: #ffffff;
}

    .card-rectangle-long .dropdown-menu.show {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        min-width: 300px;
    }

.filter-dropdown-box {
    border-radius: 10px !important;
    background-color: #ffffff !important;
    border: 1px solid #000000;
}

/*#endregion*/
/*#region slider css*/
.banner_slider .slick-dots {
    position: absolute;
    left: 7%;
    bottom: 5%;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

    .banner_slider .slick-dots li {
        margin: 0 0.25rem;
        width: auto !important;
        transition: all 0.3s;
        margin: 0 0.25rem;
        width: auto !important;
        transition: all 0.3s;
    }

        .banner_slider .slick-dots li button {
            display: block;
            height: 15px;
            width: 15px;
            display: block !important;
            padding: 0;
            border: 2px solid #ccc;
            border-radius: 100%;
            text-indent: -9999px;
            background: white;
            margin: 0px 5px;
        }

        .banner_slider .slick-dots li.slick-active button {
            border-radius: 25px;
            background-color: #ccc;
        }

.slick-slider .prev-arrow button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: -40px;
    z-index: 5;
    background-color: transparent;
    font-size: 40px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.slick-slider .next-arrow button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -40px;
    z-index: 5;
    background-color: transparent;
    font-size: 40px;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}

.slide-arrow.slick-disabled {
    opacity: 0.3;
    cursor: no-drop;
}

    .slide-arrow.slick-disabled button {
        cursor: no-drop;
    }

.btn-arrow-left-white i:before {
    font-weight: 600;
    color: gray;
    font-size: 40px;
}

.btn-arrow-right-white i:before {
    font-weight: 600;
    color: gray;
    font-size: 40px;
}

.btn-arrows {
    height: 50px;
    width: 50px;
    border-radius: 15px;
    position: relative;
    vertical-align: middle;
    border: none;
    outline: none;
    font-family: FontAwesome;
}

@media (max-width: 768px) {
    .banner_slider .slick-dots {
        left: 50% !important;
        top: 100% !important;
    }
}
/*#endregion*/
/*#region drag and drop css*/
.AttrButtonSection {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.AttrButton {
    background: #ffffff;
    font-size: 12px;
    border-radius: 5px;
}

.attr-close-btn {
    margin: 0;
    font-size: 14px;
    top: 0px;
}

.btn-attr {
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    margin: 10px 20px;
    width: 123px;
    border: 1px solid #cccccc;
}

.main-container {
    padding: 30px;
}

#cardPile .attr-close-btn {
    display: none;
}

/*#endregion*/
/*#region qick card css*/
.quick_card_main {
    align-items: center;
    justify-content: space-between;
}

    .quick_card_main .quick_card .quick_card__img {
        margin-bottom: 20px;
    }

        .quick_card_main .quick_card .quick_card__img img {
            width: 100%;
            vertical-align: top;
            border: 2px solid #cccccc;
        }

    .quick_card_main .quick_card .quick_card__title {
        font-size: 20px;
        margin-top: 0;
    }

@media (max-width: 768px) {
    .quick_card {
        margin-bottom: 20px;
    }
}
/*.resource-details {
    p {
        font-size: 20px !important;
        line-height: 25px !important;
    }
}*/
/*#endregion*/
/*#region categorey growth css*/
header {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffd500;
}

#pdf_slider.slider {
    min-height: 800px !important;
}

.slider {
    display: block;
    /* width: 800px;*/
    min-height: 600px;
    position: relative;
    overflow: hidden;
    border: 40px solid #000000;
}

.slide {
    /* width: 100%;
    height: 100%;*/
    /* position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;*/
}

/*  .slide:nth-child(1) {
        background-color: pink;
        background-image: url("../Img/sheep-cows.jpg");
    }

    .slide:nth-child(2) {
        background-color: yellow;
        background-image: url("../Img/natural.png");
    }

    .slide:nth-child(3) {
        background-color: green;
        background-image: url("../Img/raising-sheep-for-profit-1.jpg");
    }*/

.prev,
.next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    border-radius: 2rem;
    /*background-color: white;*/
    z-index: 100;
    top: 50%;
    transform: translatey(-50%);
    transition: transform 0.2s, background 0.5s;
}

    .prev:hover,
    .next:hover {
        transform: translatey(-50%) scale(1.2);
        background: #ffd500;
    }

.prev {
    left: 2%;
}

.next {
    right: 2%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*.ui-draggable-container {
    background: #888;
    padding: 10px;
}*/
.ui-draggable-container li {
    cursor: move;
    display: inline-block;
}

    /*#cardSlots {
    li {
        width: 100%;
        border: 1px solid black;
        z-index: 9999;
    }
}*/
    .ui-draggable-container li.disabled {
        /*background-color: #eee;*/
        color: lightgrey;
        cursor: no-drop;
        display: none;
    }

#cardSlots {
    /*display: flex;*/
    justify-content: center;
}

.textToImageLeftPanel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cardSlots .ui-droppable {
    margin: 25px;
    background: #eee;
    width: 230px;
    min-height: 175px;
    border-radius: 10px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 250px;
}

    #cardSlots .ui-droppable li.ui-draggable {
        /* padding: 10px;
  background: #fff;
  margin-right: 0px;
  display: inline-block;*/
        cursor: move;
    }

.highcharts-data-label {
    letter-spacing: 1px;
}

.highcharts-figure,
.highcharts-data-table table {
    /*  min-width: 310px;
  max-width: 800px;
  margin: 1em auto;*/
    width: 800px;
}

.highcharts-tooltip h3 {
    margin: 0.3em 0;
}

.highcharts-data-table table {
    font-family: "Proxima Nova";
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-yaxis .highcharts-axis-line {
    fill: none;
    stroke: #8cc63f;
    stroke-width: 3px;
}

.highcharts-grid.highcharts-yaxis-grid {
    display: none;
}

.highcharts-axis .highcharts-tick {
    display: none;
}

.highcharts-xaxis .highcharts-axis-line {
    fill: none;
    stroke: #009fe3;
    stroke-width: 3px;
}

.globalmarketchart .highcharts-container {
    position: relative;
}

.highcharts-xaxis .highcharts-axis-title {
    fill: #009fe3 !important;
    color: #009fe3 !important;
    font-weight: 600 !important;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 5px !important;
    display: none !important;
}

.selectpicker-in-card {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

.table-container {
    flex-direction: column;
    display: flex;
}

    .table-container .table-row {
        display: flex;
    }

    .table-container .left_side {
        font-weight: 700;
        width: 50%;
        padding: 10px;
        white-space: nowrap;
    }

    .table-container .right_side {
        width: 50%;
        padding: 10px;
    }

    .table-container .table-head .right_side {
        white-space: nowrap;
    }


@media screen and (max-width: 1024px) {
    .left_side {
        font-weight: 700;
        width: 50% !important;
        padding: 10px;
        font-size: calc(10px + 5 * (100vw - 414px) / 1536);
        white-space: nowrap;
    }
}

body.pdf-loader {
    position: relative;
}

    body.pdf-loader:after {
        position: fixed;
        content: "Downloading PDF. Please wait...";
        font-size: 18px;
        color: #777;
        background-color: white;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1054;
        display: grid;
        place-content: center;
    }

.common-rectangle-card {
    align-items: center;
    flex-wrap: wrap;
}

.card-rectangle-long.op_Inprocess {
    background-position: center !important;
    overflow: hidden;
    pointer-events: none;
    cursor: no-drop;
    user-select: none;
    background-size: 26px;
}

.common-loader.op_Inprocess {
    background-position: center !important;
    overflow: hidden;
    pointer-events: none;
    cursor: no-drop;
    user-select: none;
    background-size: 26px;
}

.GMRlistresource.op_Inprocess {
    background-position: top !important;
    overflow: hidden;
    pointer-events: none;
    cursor: no-drop;
    user-select: none;
    background-size: 26px;
}

.disabled {
    opacity: 0.5 !important;
    pointer-events: none;
    user-select: none;
}

.GMRlistresource.op_Inprocess > * {
    opacity: 0;
}

.common-loader.op_Inprocess > * {
    opacity: 0;
}

.card-rectangle-long.op_Inprocess > * {
    opacity: 0;
}

.op_Inprocess {
    background-image: url("/Site.Resource/MLAHUB/img/op_Inprocess.gif");
    background-size: 16px;
    background-position: 99% center;
    background-repeat: no-repeat;
    z-index: 9999 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px !important;
    /* padding: 7px; */
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container {
    min-width: 172px;
}

.section-padding {
    padding-bottom: 160px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
    padding: 6px 12px !important;
}

    .select2-results__option:before {
        content: "";
        display: inline-block !important;
        position: relative;
        height: 19px;
        width: 19px;
        border-radius: 4px;
        background-color: #fff;
        margin-right: 10px;
        vertical-align: middle;
        border: 1px solid #a7acb3 !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 80% !important;
    width: 0;
}

.global-market-selectpicker .select2-selection__rendered {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/*.select2-search--dropdown {
    display: none !important;
}*/
/*.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome, sans-serif;
    content: "\f00c";
    color: #5897fb;*/
/* background-color: #f77750;*/
/*border: 0;
    display: inline-block;
    padding-left: 3px;
}*/
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

/*.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}*/

/*.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}*/

/*.select2-container--open .select2-dropdown--below {
        border-radius: 6px;*/
/* box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
/*width: max-content !important;
    }*/

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

.global-market-selectpicker .select2-container {
    width: 250px !important;
}

.highcharts-figure {
    margin: 20px 20px 15px 20px;
    position: relative;
    width: auto;
    overflow: hidden;
}

.grapth-top-left {
    position: absolute;
    top: 7px;
    left: 7%;
    z-index: 5;
    font-weight: bold;
}

.grapth-top-right {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 5;
    font-weight: bold;
}

.grapth-bottom-left {
    z-index: 5;
    position: absolute;
    bottom: 60px!important;
    left: 7%;
    font-weight: bold;
}

.grapth-bottom-right {
    position: absolute;
    right: 10px;
    bottom: 40px;
    z-index: 1;
    font-weight: bold;
}

@media (max-width: 425px) {
    .grapth-top-left {
        left: 13%!important;
    }
    .grapth-bottom-left {
        bottom: 60px!important;
        left: 15%!important;
    }
}

    .global-market-selectpicker .select2-results {
        width: 248px !important;
    }
    /*.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: none;
}*/
    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .common-rectangle-card .select2-hidden-accessible {
        position: relative !important;
        margin-right: 7px !important;
    }

    .select2-container .select2-selection--single .select2-selection__clear {
        display: none !important;
    }

    /*.select2-results__option[aria-selected=true]:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #ffffff !important;
    background-color: #0a5135 !important;
    border: 0;
    display: inline-grid !important;
    place-content: center;
    font-size: 14px;
}*/

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        display: none !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: transparent !important;
        border: none !important;
        border-radius: 0px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 89%;
    }

    .card-rectangle-display-width .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent !important;
        border: none !important;
        border-right: 1px solid #aaa !important;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        color: #999 !important;
        cursor: pointer !important;
        font-size: 1em !important;
        font-weight: 700 !important;
        padding: 5px 4px !important;
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        z-index: 55;
        transform: translateY(-50%);
    }

    ul.select2-results__options li[role='group']:before {
        display: none !important;
    }

    .select2-container--default .select2-results__option[aria-disabled=true] {
        background-color: #dddddd59 !important;
        color: #000000 !important;
        font-size: 13px;
        display: none;
    }

    .padding {
        padding: 13px 78px;
    }

    .padding-remove {
        padding-left: 12px;
        padding-right: 0px;
    }

    .select2-container--open .select2-dropdown--below {
        border: 1px solid #dddddd !important;
        min-width: 177px !important;
    }

    .select2-container {
        font-family: "Proxima Nova" !important;
        font-size: 12px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li input.select2-search__field {
        padding-left: 10px !important;
    }

    .highcharts-yaxis .highcharts-axis-title {
        color: #8cc63f !important;
        fill: #8cc63f !important;
        font-weight: 600;
    }

    .highcharts-plot-border {
        stroke: none;
    }

    .highcharts-figure {
        margin: 20px 20px 15px 20px;
        position: relative;
        width: auto;
        overflow: hidden;
    }

    .globalmarketchart {
        padding: 27px 20px 10px 20px !important;
    }

    @media screen and (max-width: 512px) {
        .highcharts-figure {
            overflow: scroll;
        }
    }

    .pdfdownloadcolor {
        color: #3c3c3b !important;
        border-radius: 30px;
        background-color: #efefef;
        font-weight: bold;
    }

    .pdfslider.op_Inprocess {
        background-position: center !important;
        overflow: hidden;
        pointer-events: none;
        cursor: no-drop;
        user-select: none;
        background-size: 26px;
    }

        .pdfslider.op_Inprocess > * {
            opacity: 0;
        }

    #upload-button {
        width: 150px;
        display: block;
        margin: 20px auto;
    }

    #file-to-upload {
        display: none;
    }

    #pdf-main-container {
        width: 100%;
        margin: auto;
    }

    #pdf-loader {
        display: none;
        text-align: center;
        color: #999999;
        font-size: 13px;
        line-height: 100px;
        height: 100px;
    }

    #pdf-contents {
        display: none;
    }

    #pdf-meta {
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    #pdf-buttons {
        float: left;
    }

    #page-count-container {
        float: right;
    }

    #pdf-current-page {
        display: inline;
    }

    #pdf-total-pages {
        display: inline;
    }

    #pdf-canvas {
        /* border: 1px solid rgba(0,0,0,0.2);*/
        box-sizing: border-box;
    }

    #page-loader {
        height: 100px;
        line-height: 100px;
        text-align: center;
        display: none;
        color: #999999;
        font-size: 13px;
    }

    #download-image {
        width: 150px;
        display: block;
        margin: 20px auto 0 auto;
        font-size: 13px;
        text-align: center;
    }

    #pdf-next {
        background: transparent;
        border: none;
    }

    #pdf-prev {
        background: transparent;
        border: none;
    }

    #pdf-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 5%;
        z-index: 5;
        margin-right: -57px;
        font-family: FontAwesome;
        background-color: transparent;
        font-size: 40px;
    }

    #pdf-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -5%;
        z-index: 5;
        margin-right: -57px;
        background-color: transparent;
        font-size: 40px;
    }

    #pdf-next i:before {
        font-weight: 600;
        color: gray;
        font-size: 40px;
    }

    #pdf-prev i:before {
        font-weight: 600;
        color: gray;
        font-size: 40px;
    }

    #pdf-meta {
        position: absolute;
        left: 5%;
        bottom: -2%;
        font-size: 13px;
        white-space: nowrap;
        color: #ffffff;
        font-size: 17px;
    }

    #pdf-contents {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .d-none {
        display: none;
    }

    .pdfnotfound {
        width: 100%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 20px;
    }

    .textToImageLeftPanel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    /*#region - assesment tool drag and drop css */
    .ui-draggable-container {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 50px;
    }

        .ui-draggable-container .slick-active .btn-attr {
            background: #ffffff;
            border-radius: 5px;
            text-align: center;
            margin: 10px 5px;
            border: 1px solid #cccccc;
            padding: 10px;
            font-weight: bold;
            white-space: normal;
            word-break: break-word;
            min-width: 200px;
            max-width: 200px;
            position: relative;
        }

    .cursor-pointer {
        cursor: pointer;
    }

    #cardPile .ui-draggable-container li .btn-attr {
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
        margin: 10px 5px;
        border: 1px solid #cccccc;
        padding: 10px;
        font-weight: bold;
        white-space: normal;
        word-break: break-word;
        min-width: 200px;
        max-width: 200px;
        position: relative;
    }

    #cardSlots .ui-droppable .ui-draggable .btn-attr {
        background: #ffffff;
        border-radius: 5px;
        text-align: center;
        margin: 10px 5px;
        border: 1px solid #cccccc;
        padding: 10px;
        font-weight: bold;
        white-space: normal;
        word-break: break-word;
        min-width: 200px;
        max-width: 200px;
        position: relative;
    }

    .ui-droppable .ui-draggable .btn-attr .close.attr-close-btn {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: 5px;
        font-size: 20px;
        background-color: #455560;
        border-radius: 50px;
        height: 20px;
        width: 20px;
        display: grid;
        place-content: center;
        color: white;
        font-weight: normal;
    }

    /*#endregion */
    /*button[disabled] {
    background: #ccc !important;
    cursor: no-drop;
    border-color: transparent !important;
}*/

    input[disabled] {
        background: #e9ecef !important;
        cursor: no-drop !important;
        border-color: transparent !important;
    }

    .search_dec {
        margin-bottom: 10px;
        position: relative;
        max-width: 300px;
    }

        .search_dec .icon-input__text-field {
            width: 100%;
            padding: 5px 30px 5px 5px;
            border: 1px solid #cccccc;
            width: 100%;
            padding: 10px 20px;
            border-radius: 9px;
            background-color: #ffffff;
        }

        .search_dec .icon-input__icon {
            color: #00000078;
            position: absolute;
            top: 50%;
            right: 5%;
            transform: translateY(-50%);
        }

    /*table thead {
    border-bottom: 3px solid #ffffff !important;
}

    table thead tr th {
        border: 2px solid #ffffff !important;
    }

table tbody tr td {
    border: 2px solid #ffffff !important;
}

    table tbody tr td:first-child {
        border-left: none !important;
    }

table tbody tr:last-child td {
    border-bottom: none !important;
}

table tbody tr td:last-child {
    border-right: none !important;
}

table thead tr th:first-child {
    border-left: none !important;
}

table thead tr th {
    border-top: none !important;
    vertical-align: middle !important;
}

    table thead tr th:last-child {
        border-right: none !important;
    }*/

    .highcharts-tooltip table tbody tr th h5 {
        font-size: 13px;
    }


    .highcharts-point-hover {
        border: none;
        box-shadow: none;
    }
    /*# sourceMappingURL=Main.css.map */
    .liststyleVisible li {
        list-style: inside;
        padding: 5px;
    }

        .liststyleVisible li p {
            font-weight: 600;
        }

    .p_text {
        color: #b9b7b7;
    }

    .pd_1 {
        padding: 5px 10px;
    }

    .title-body h1 {
        font-weight: 800;
        color: white;
        text-align: center;
    }

    .search_deck {
        text-align: center;
        margin-top: 50px;
        position: relative;
    }

    .searchTerm {
        width: 57%;
        height: 50px;
    }

    .fa-search {
        position: absolute;
        top: 24%;
        left: 71%;
        color: lightgrey;
        font-size: 25px;
    }

    .bottom_headline p {
        text-align: center;
        margin-top: 40px;
        font-size: 20px;
        color: #fff;
    }

    .btn_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .btn_container li {
            border: 1px solid white;
            margin: 10px 8px;
            color: #fff;
            white-space: nowrap;
            font-size: 14px;
            text-align: center;
            padding: 10px;
        }

    .mobView {
        display: none;
    }
    /*start css of form inputs*/
    .topButton {
        border-radius: 30px;
        color: white;
        background-color: maroon;
        border: none;
        font-size: 30px;
        font-weight: bolder;
        margin-bottom: 0px;
    }

    .goBack {
        color: maroon;
    }

        .goBack .topIcon {
            font-size: 33px;
            opacity: 0.5;
        }

    .bottomButton {
        background-color: #b7afaf;
        border-radius: 30px;
        color: white;
        border: none;
        padding: 5px 40px;
        position: absolute;
        top: 96%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    /*end of form input css section*/
    /*CSS*/
    .growth_driver_carousel .videodescriptionrepeaterblock {
        width: 100% !important;
        height: 100% !important;
    }
    /*main content*/
    .mainarea .about {
        font-size: 13px;
        width: 234px;
        display: grid;
        margin-top: 10px;
    }

    .mainarea .card-text {
        font-size: 13px;
    }

    .mainarea .card-title {
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px solid lightgrey;
    }

    .card-checkbox {
        top: 0;
        position: absolute;
        left: -27px;
    }

    .card-img .img {
        text-align: center;
        padding: 20px;
    }

    .button1 .button {
        border-radius: 30px;
        color: white;
        background-color: maroon;
        border: none;
        width: 27%;
    }

    /*pagination part*/
    /*.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid lightgrey;
        margin: 0 4px;
        border-radius: 3px;
    }

        .pagination a.active {
            background-color: maroon;
            color: white;
            border: 1px solid #4CAF50;
        }*/

    ul li {
        min-width: 55px;
    }

    .borderbottom-2solidlightgray {
        border-bottom: 2px solid lightgray;
    }

    .borderleft-2solidlightgray {
        border-left: 2px solid lightgray;
    }

    .letterspacing-1 {
        letter-spacing: 1px;
    }

    .boxshadow-none {
        box-shadow: none !important;
    }

    .lineheight-30 {
        line-height: 30px;
    }

    .bbottom-lightgrey {
        border-bottom: 1px solid lightgrey;
        font-weight: 600;
    }

    .font-weight-text {
        font-weight: 300;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .pb-30 {
        padding-bottom: 30px;
    }

    .whitespace-nowrap {
        white-space: nowrap;
    }

    .height-55 {
        height: 55px;
    }

    .height-50 {
        height: 50px;
    }

    .textcolor-yellowgreen {
        color: #696969;
    }

    .borderbottom-1soliddarkgrey {
        border-bottom: 1px solid darkgrey;
    }

    .border1solid-darkgrey {
        border: 1px solid darkgrey;
    }

    .mr-20 {
        margin-right: 20px;
    }

    .bg-lightmaroon {
        background-color: #fae1dd;
    }

    .d-webkitinlinebox {
        display: -webkit-inline-box;
    }

    .lineheight {
        line-height: 1.5;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .borderbottom-3solidmaroon {
        border-bottom: 3px solid maroon;
    }

    .borderbottom-2solidlightgrey {
        border-bottom: 2px solid lightgrey;
    }

    .letterspacing-1 {
        letter-spacing: 1px;
    }

    .bradius-40 {
        border-radius: 40px;
    }

    .slick-slider-cmn .slick-images img {
        display: block;
        height: 400px;
    }
    /*# sourceMappingURL=Main.css.map */


    /*wizard forms css*/
    /*.wizardform {
            position:relative;
}*/
    .contact-details .card input::placeholder {
        color: #8b8c89;
    }

    .sales-enquiries .card input::placeholder {
        color: #8b8c89;
    }

    .wiz-checkbox .card ul {
        flex-wrap: wrap;
    }

        .wiz-checkbox .card ul li {
            /* width:33.33%;*/
            text-align: left;
            /*  color:#6c584c;*/
            font-weight: bold;
            margin-bottom: 20px;
        }

    .export-checkbox .card ul li {
        color: #6c584c;
        font-weight: bold;
        margin-bottom: 20px;
    }

    /*4 step wizard*/
    .wizardform .wizard_Content:not(:first-of-type) {
        display: none;
    }

    select .list-dt {
        border: none;
        outline: 0;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px 3px 5px;
        margin: 2px;
    }

        select .list-dt:focus {
            border-bottom: 2px solid skyblue;
        }

    .progressbar {
        overflow: hidden;
    }

        .progressbar .active {
            color: #000000;
        }

        .progressbar li {
            list-style-type: none;
            width: 25%;
            float: left;
            position: relative;
        }

        .progressbar .wiz-contact:before {
            content: "1";
        }

        .progressbar .wiz-sales:before {
            content: "2";
        }

        .progressbar .wiz-account:before {
            content: "3";
        }

        .progressbar .wiz-terms:before {
            content: "4";
        }

        .progressbar li:before {
            width: 50px;
            height: 50px;
            line-height: 45px;
            display: block;
            font-size: 30px;
            color: #ccc;
            border: 3px solid lightgrey;
            background: white;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            text-align: center;
        }

        .progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            left: 60%;
        }

        .progressbar li:last-child:after {
            left: -50%;
        }


    .radio-group {
        position: relative;
        margin-bottom: 25px;
    }

    .radio {
        display: inline-block;
        width: 204;
        height: 104;
        border-radius: 0;
        background: lightblue;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        cursor: pointer;
        margin: 8px 2px;
    }

    .page-btn {
        margin-top: -33px;
    }

    /*end of region*/

    .no-rec-found {
        padding: 50px 15px;
        background-color: #f2f2f2;
        border-radius: 5px;
        border: 2px dashed #ccc;
        width: 95%;
        max-width: 95%;
        margin: 0 auto;
        text-align: center;
    }

        .no-rec-found h2 {
            font-size: calc(20px + (25 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
            margin-bottom: 0;
            color: #777777;
        }

    .liststyleVisible li {
        list-style: inside;
        padding: 5px;
    }

    .p_text {
        color: #b9b7b7;
    }

    .pd_1 {
        padding: 5px 10px;
    }

    .title-body h1 {
        font-weight: 800;
        color: white;
        text-align: center;
    }

    .search_deck {
        text-align: center;
        margin-top: 50px;
        position: relative;
    }

    .searchTerm {
        width: 57%;
        height: 50px;
    }

    .fa-search {
        position: absolute;
        top: 24%;
        left: 71%;
        color: lightgrey;
        font-size: 25px;
    }

    .bottom_headline p {
        text-align: center;
        margin-top: 40px;
        font-size: 20px;
        color: #fff;
    }

    .btn_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .btn_container li {
            border: 1px solid white;
            margin: 10px 8px;
            color: #fff;
            white-space: nowrap;
            font-size: 14px;
            text-align: center;
            padding: 10px;
        }

    /*start css of form inputs*/
    .topButton {
        border-radius: 30px;
        color: white;
        background-color: maroon;
        border: none;
        font-size: 30px;
        font-weight: bolder;
        margin-bottom: 0px;
    }

    .goBack {
        color: maroon;
    }

        .goBack .topIcon {
            font-size: 33px;
            opacity: 0.5;
        }

    .bottomButton {
        background-color: #b7afaf;
        border-radius: 30px;
        color: white;
        border: none;
        padding: 5px 40px;
        position: absolute;
        top: 96%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    /*end of form input css section*/
    /*CSS*/
    /*main content*/
    .mainarea .about {
        font-size: 13px;
        width: 234px;
        display: grid;
        margin-top: 10px;
    }

    .mainarea .card-text {
        font-size: 13px;
    }

    .mainarea .card-title {
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px solid lightgrey;
    }

    .card-checkbox {
        top: 0;
        position: absolute;
        left: -27px;
    }

    .card-img .img {
        text-align: center;
        padding: 20px;
    }

    .button1 .button {
        border-radius: 30px;
        color: white;
        background-color: maroon;
        border: none;
        width: 27%;
    }

    .grapth-top-left {
        position: absolute;
        top: 7px;
        left: 7%;
        z-index: 5;
        font-weight: bold;
    }

    .grapth-top-right {
        position: absolute;
        top: 7px;
        right: 10px;
        z-index: 5;
        font-weight: bold;
    }

    .grapth-bottom-left {
        z-index: 5;
        position: absolute;
        bottom: 40px;
        left: 7%;
        font-weight: bold;
    }

    .grapth-bottom-right {
        position: absolute;
        right: 10px;
        bottom: 40px;
        z-index: 1;
        font-weight: bold;
    }

    .tab {
        overflow: hidden;
        /* border: 1px solid #aaa;*/
    }

    /*.tab button {
        margin-top: 0;
        margin-bottom: 0;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 2px;
        font-size: calc(20px + (22 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: 1.2;
        margin-left: 0;
        margin-right: 30px;
        letter-spacing: 0.7px;
    }*/


    /*.tab .tablinks.active {
        border-bottom: 3px solid #fcb615;
        font-weight: 700;
    }

    .tab .tablinks {
        font-weight: 500;
    }*/

    .tabcontent {
        display: none;
        padding: 5px 0px 5px 0px;
        /*border: 1px solid #aaa;*/
        border-top: none;
    }

    .highcharts-plot-line {
        color: #000000;
        stroke: #000000;
    }

    .time-of-year .tooltip {
        background: #e6e6e6;
        border: 1px solid #d1d1d1;
        border-radius: 3px;
        bottom: 100%;
        font-size: 12px;
        display: block;
        left: -50px;
        opacity: 0;
        padding: 5px;
        pointer-events: none;
        position: absolute;
        width: 250px;
        white-space: pre-wrap;
        z-index: 1102;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .7s ease-out;
        -moz-transition: all .7s ease-out;
        -ms-transition: all .7s ease-out;
        -o-transition: all .7s ease-out;
        transition: all .7s ease-out;
    }

    /* This is the grey triangle behind the yellow one that makes the border continuous */
    /*.time-of-year .tooltip:before {
            bottom: -42px;
            content: " ";
            display: block;
            height: 20px;
            left: 161px;
            position: absolute;
            border-color: #a9a9a9 transparent transparent transparent;
            border-style: solid;
            border-width: 11px;
        }*/


    /* Yellow triangle */
    /*.time-of-year .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #ffffe0 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }*/


    .time-of-year:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    /* IE can just show/hide with no transition */
    .lte8 .time-of-year .tooltip {
        display: none;
    }

    .lte8 .time-of-year:hover .tooltip {
        display: block;
    }


    .radio-group {
        position: relative;
        margin-bottom: 25px;
    }

    .radio {
        display: inline-block;
        width: 204;
        height: 104;
        border-radius: 0;
        background: lightblue;
        box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        cursor: pointer;
        margin: 8px 2px;
    }

    .page-btn {
        margin-top: -33px;
    }

    /*end of region*/
    .liststyleVisible li {
        margin-left: 15px;
        display: list-item;
        list-style: inherit;
        padding: 5px;
        font-weight: 600;
    }

    .p_text {
        color: #b9b7b7;
    }

    .pd_1 {
        padding: 5px 10px;
    }

    .title-body h1 {
        font-weight: 800;
        color: white;
        text-align: center;
    }

    .search_deck {
        text-align: center;
        margin-top: 50px;
        position: relative;
    }

    .searchTerm {
        width: 57%;
        height: 50px;
    }

    .fa-search {
        position: absolute;
        top: 24%;
        left: 71%;
        color: lightgrey;
        font-size: 25px;
    }

    .bottom_headline p {
        text-align: center;
        margin-top: 40px;
        font-size: 20px;
        color: #fff;
    }

    .btn_container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .btn_container li {
            border: 1px solid white;
            margin: 10px 8px;
            color: #fff;
            white-space: nowrap;
            font-size: 14px;
            text-align: center;
            padding: 10px;
        }

    /*start css of form inputs*/
    .topButton {
        border-radius: 30px;
        color: white;
        background-color: #7a121c;
        border: none;
        font-size: 30px;
        font-weight: bolder;
        margin-bottom: 0px;
    }

    .goBack {
        color: #7a121c;
    }

        .goBack .topIcon {
            font-size: 33px;
            opacity: 0.5;
        }

    .bottomButton {
        background-color: #b7afaf;
        border-radius: 30px;
        color: white;
        border: none;
        padding: 5px 40px;
        position: absolute;
        top: 96%;
        left: 47%;
        transform: translate(-50%, -50%);
    }

    /*end of form input css section*/
    /*CSS*/
    /*main content*/
    .mainarea .about {
        font-size: 13px;
        width: 234px;
        display: grid;
        margin-top: 10px;
    }

    .mainarea .card-text {
        font-size: 13px;
    }

    .mainarea .card-title {
        font-size: 22px;
        font-weight: 700;
        border-bottom: 1px solid lightgrey;
    }

    .card-checkbox {
        top: 0;
        position: absolute;
        left: -27px;
    }

    .card-img .img {
        text-align: center;
        padding: 20px;
    }

    /*.button1 .button {
    border-radius: 30px;
    color: white;
    background-color: #7a121c;
    border: none;
    width: 27%;
}
*/
    /*.button2 .button {
    border-radius: 30px;
    color: white;
    background-color: #7a121c;
    border: none;
}*/

    a.tablinks.opentab:active {
        color: darkred;
    }

    /*pagination part*/
    /*  .pagination {
        display: inline-block;
    }

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid lightgrey;
        margin: 0 4px;
        border-radius: 3px;
    }


    .pagination a.active {
        background-color: maroon;
        color: white;
        border: 1px solid #4CAF50;
    }

    ul {
        li {
            min-width: 55px;
        }
    }*/
    /*input[type="checkbox"]:before {*/
    /*content: "";*/
    /*  background: #ffffff;*/
    /*color: maroon;*/
    /*  border: 1px solid maroon;*/
    /*background-color: transparent;
    border: 2px solid #0079bf;
    cursor: pointer;
}*/
    /*input[type="checkbox"]:after {
    content: "";
    background: #ffffff;
    color: maroon;
    border: 1px solid maroon;
}*/
    .tabings .tablinks.active {
        color: darkred;
    }

    .tabings .tablink.active {
        color: darkred;
    }

    li:has(> a.active) {
        border-bottom: 2px solid #000000;
    }

    /*sales enquiry*/


    .check ul li {
        color: #455560;
        font-weight: 600;
        border: 2px solid #ccc;
        padding: 10px;
        border-radius: 10px;
        background-color: white;
        margin: 0px 20px 20px 0px;
    }

    .back-button .back {
        color: #455560;
        border-color: #455560;
        border-radius: 20px;
        padding: 10px 45px;
    }

    .back-button .cont {
        color: white;
        border: none;
        background-color: darkgray;
        border-radius: 20px;
        padding: 10px 60px;
    }

    .pdf-section {
        border: 5px solid #ccc;
        background: white;
    }
    /*end of sales enquiry*/
    /* .wizard-checkbox-parent {
        padding: 10px 15px;
        border: 2px solid #cccccc;
        border-radius: 9px;
        background: #ffffff;
        margin: 0px 20px 20px 0px;
        display: flex;
        line-height: 1.2;
        align-items: center;
        justify-content: start;
    }*/

    .wizard-product-img {
        width: 50px;
        height: 50px;
    }

    li {
        display: block;
        position: relative;
    }

    /*# sourceMappingURL=Main.css.map */


    input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        z-index: 12;
        width: 19px;
        height: 19px;
        margin-top: -4px;
    }

        input[type="checkbox"]:checked,
        input[type="radio"]:checked,
        input[type="checkbox"]:focus,
        input[type="radio"]:focus {
            outline: none !important;
        }

        input[type="checkbox"] + .lbl {
            position: relative;
            z-index: 11;
            display: inline-block;
            margin: 0;
            font-weight: normal;
            vertical-align: middle;
            font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
            line-height: calc(18px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
            display: inline-flex !important;
            align-items: center;
            color: #222222;
        }

            input[type="checkbox"] + .lbl.padding-16::before,
            input[type="radio"] + .lbl.padding-16::before {
                margin-right: 16px;
            }

            input[type="checkbox"] + .lbl.padding-12::before,
            input[type="radio"] + .lbl.padding-12::before {
                margin-right: 12px;
            }

            input[type="checkbox"] + .lbl.padding-8::before,
            input[type="radio"] + .lbl.padding-8::before {
                margin-right: 8px;
            }

            input[type="checkbox"] + .lbl.padding-4::before,
            input[type="radio"] + .lbl.padding-4::before {
                margin-right: 4px;
            }

            input[type="checkbox"] + .lbl.padding-0::before,
            input[type="radio"] + .lbl.padding-0::before {
                margin-right: 0px;
            }

            input[type="checkbox"] + .lbl::before {
                font-family: fontAwesome;
                font-weight: normal;
                font-size: 14px;
                color: #CC3727;
                content: "\a0";
                background-color: #fafafa;
                border: 1px solid #ccc;
                box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
                border-radius: 4px;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                height: 19px;
                line-height: 19px;
                min-width: 19px;
                margin-right: 10px;
            }

    .Assesmentcheckbox input[type="checkbox"]:checked + .lbl::before {
        border-color: #01774a;
    }

    .Assesmentcheckbox input[type="checkbox"] + .lbl::before {
        color: #01774a;
    }

    /*input[type="checkbox"]:checked + .lbl::before,
input[type="radio"]:checked::before {
    display: inline-block;
    content: "\f00c";
    background-color: #ffffff;
    border-color: #adb8c0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    border-color: #CC3727;
}*/

    /* input[type="checkbox"]:active + .lbl::before,
    input[type="radio"]:active + .lbl::before,
    input[type="checkbox"]:checked:active + .lbl::before,
    input[type="radio"]:checked:active + .lbl::before {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    input[type="checkbox"]:disabled + .lbl::before,
    input[type="radio"]:disabled + .lbl::before,
    input[type="checkbox"][disabled] + .lbl::before,
    input[type="radio"][disabled] + .lbl::before,
    input[type="checkbox"].disabled + .lbl::before,
    input[type="radio"].disabled + .lbl::before {
        background-color: #ffffff !important;
        border-color: #777777 !important;
        box-shadow: none !important;
        color: #777777;
        border-color: #1c7aad;
    }*/


    input[type="radio"]:checked::before {
        content: "\2022";
    }

    /*# sourceMappingURL=Main.css.map */

    .wizard-form-error {
        display: none;
        background-color: #d70b0b;
        position: absolute;
        left: 14px;
        right: 0;
        bottom: 0;
        height: 2px;
        width: 94%;
        top: 61%;
    }

    .error-border {
        border: 1px solid #d70b0b;
    }

    .wizard-message {
        color: red !important;
        margin-top: 10px;
        line-height: 1.3;
        font-size: 15px;
    }

    /*.modal-open .modal {
    overflow-y: hidden !important;
}*/

    /*.highcharts-data-label, .highcharts-data-label > text {
    text-shadow: 0px 0px 0px black !important;
}
*/
    .disable {
        opacity: 0.6;
        pointer-events: none;
    }

    .categoreyscrollable {
        overflow-x: hidden;
        max-height: calc(100vh - 155px);
        overflow-y: auto;
    }

    .categoreyscrollable-small {
        overflow-x: hidden;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }

#summaryTable tbody tr:nth-child(1), #summaryTable tbody tr:nth-child(3), #summaryTable tbody tr:nth-child(5), #summaryTable tbody tr:nth-child(7) {
    background-color: #EDEDED;
}

#summaryTable tbody tr:nth-child(2), #summaryTable tbody tr:nth-child(4), #summaryTable tbody tr:nth-child(6) {
    background-color: #DADADA;
}

#summaryTable tbody tr:nth-child(1):hover, #summaryTable tbody tr:nth-child(3):hover, #summaryTable tbody tr:nth-child(5):hover, #summaryTable tbody tr:nth-child(7):hover {
    background-color: #EDEDED !important;
}

#summaryTable tbody tr:nth-child(2):hover, #summaryTable tbody tr:nth-child(4):hover, #summaryTable tbody tr:nth-child(6):hover {
    background-color: #DADADA !important;
}

    .modal-header .close {
        padding: 0px !important;
    }

    .modal-close {
        border-radius: 50% !important;
        border: 2px solid #ffffff !important;
        margin: initial !important;
        font-size: 25px !important;
        width: 100% !important;
        opacity: 1 !important;
    }

        .modal-close span {
            color: #ffffff !important;
            opacity: 1 !important;
            z-index: 999999 !important;
            font-size: 23px !important;
            padding: 7px !important;
        }

        .modal-close:hover {
            border-radius: 50% !important;
            border: 2px solid #ffffff !important;
            margin: initial !important;
            font-size: 25px !important;
            width: 100% !important;
            opacity: 1 !important;
        }

            .modal-close:hover span {
                color: #ffffff !important;
                opacity: 1 !important;
                z-index: 999999 !important;
                font-size: 23px !important;
                padding: 7px !important;
            }

    #summaryTable {
        word-break: initial;
    }

    .popovericon {
        cursor: pointer;
    }

    .popoverspan {
        font-weight: 500;
        word-break: inherit;
        word-spacing: inherit;
        word-wrap: inherit;
        white-space: nowrap;
    }

    .overflow-inherit {
        overflow: inherit !important;
    }

    .popoverspan.wraptext {
        white-space: pre-line;
    }

    .popover-content {
        padding: 3px 8px;
        font-weight: 500;
    }

        .popover-content p {
            word-break: break-word;
            white-space: normal;
        }

        .popover-content p {
            word-break: break-word;
            white-space: normal;
            font-weight: 500;
            word-spacing: inherit;
            word-wrap: inherit;
            font-size: 12px;
        }

    .popover-title {
        padding: 0px 3px !important;
        font-weight: 500;
    }

    .popover {
        z-index: 1095 !important;
        font-size: 24px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        font-family: "Proxima Nova";
        border-radius: 11px;
        border: none !important;
    }

    .popover-title:empty {
        display: none;
    }

    .popover-content:empty {
        display: none;
    }

    .popover-body {
        display: none !important;
    }

    .popover-header {
        background: #ffffff !important;
        border-radius: 11px !important;
        border: none !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .videoperent.singlevideo {
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .videoperent.singlevideo .videodescriptionrepeaterblock, .videoperent.singlevideo .videodescriptionrepeaterblock .video-thumb {
            width: 600px !important;
        }

        .videoperent.singlevideo .video-hw {
            width: 600px !important;
        }

    .videodescriptionrepeaterblock .video-thumb {
        height: 230px;
        cursor: pointer;
        margin: 0 auto;
    }

    .singlevideo .videodescriptionrepeaterblock .video-thumb {
        height: 340px;
    }

    .videodescriptionrepeaterblock .video-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .card-component-box.d-flex .videodescriptionrepeaterblock {
        margin: 0px 10px;
    }



    .card-component-box.d-flex .videoperent > div:first-child {
        display: flex;
    }

    .card-component-box.d-flex .videoperent .videodescriptionrepeaterblock:first-child {
        margin-left: 0px !important;
    }

    .card-component-box .videoperent > div:first-child {
        margin: auto;
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    @media screen and (max-width: 768px) {
        .card-component-box.d-flex .videoperent > div:first-child {
            flex-wrap: wrap;
        }

        .mobile-wrap {
            flex-wrap: wrap;
        }
    }

    .statics-parent div:first-child {
        width: 100%;
    }

    .excelfilesblock:last-child .static-file {
        border-bottom: 0;
    }

    .static-file {
        border-bottom: 1px solid #45556052;
    }

    .checkbox-green input[type="checkbox"]:checked + .lbl::before {
        display: inline-block;
        content: "\f00c";
        background-color: #ffffff;
        border-color: #adb8c0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        border-color: #01774a;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #f3eded00 !important;
        color: #51626f !important;
    }

    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #fff !important;
    }

    .checkbox-green input[type="checkbox"] + .lbl::before {
        font-family: fontAwesome;
        font-weight: normal;
        font-size: 17px;
        color: #01774a;
        content: "\a0";
        background-color: #fafafa;
        border: 1px solid #ccc;
        box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        height: 23px;
        line-height: 20px;
        min-width: 23px;
        margin-right: 1px;
        margin-top: -5px;
    }

    .checkbox-green {
        min-width: 22%;
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2000 - 320))) !important;
    }

    .vid {
        display: inline-block;
        vertical-align: top;
        position: relative;
        /*  border: 1px solid;*/
        padding: 2px;
        cursor: pointer;
    }

        .vid::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
    /* Video Popup */
    .video-popup {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 998;
        background: rgba(0, 0, 0, .7);
        cursor: pointer;
        display: none !important;
    }

        .video-popup.show-video {
            display: flex !important;
        }

    .iframe-wrapper {
        position: relative;
    }

    .select2-selection__rendered li {
        min-width: 0px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 10px !important;
        padding: 0 5px;
    }

    .iframe-wrapper .close-video {
        border-radius: 50% !important;
        border: 2px solid #ffffff !important;
        margin: initial !important;
        font-size: 25px !important;
        opacity: 1 !important;
        position: absolute;
        right: 0;
    }

        .iframe-wrapper .close-video:hover {
            border-radius: 50% !important;
            border: 2px solid #ffffff !important;
            margin: initial !important;
            font-size: 25px !important;
            opacity: 1 !important;
            position: absolute;
            right: 0;
        }

    .video-hw {
        width: 338px;
        height: 300px;
    }

    .banner-content-height {
        min-height: 500px;
    }

    /* Video Modal
-----------------------------------------*/
    .video-modal,
    .video-modal .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3000;
    }

    .video-modal {
        overflow: hidden;
        position: fixed;
        opacity: 0.0;
        -webkit-transform: translate(500%,0%);
        transform: translate(500%,0%);
        -webkit-transition: -webkit-transform 0s linear 0s;
        transition: transform 0s linear 0s;
        /* using flexbox for vertical centering */
        /* Flexbox display */
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        /* Vertical alignment */
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .video-modal .overlay {
            z-index: 0;
            background: rgb(4 2 10 / 82%);
            opacity: 0.0;
            -webkit-transition: opacity 0.2s ease-out 0.05s;
            transition: opacity 0.2s ease-out 0.05s;
        }


    .video-modal-content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        z-index: 1;
        margin: 0 auto;
        overflow-y: visible;
        background: #000;
        width: calc(100% - 12em);
        height: 0;
        padding-top: calc((100% - 12em) * 0.5625);
    }

        .video-modal-content .close-video-modal {
            background-color: white;
        }

    @media (min-aspect-ratio: 16/9) {
        .video-modal-content {
            width: 0;
            height: calc(100vh - 10em);
            padding-top: 0;
            padding-left: calc((100vh - 10em) * 1.7778);
        }
    }

    /* Mobile Layout Tweaks - side margins reduced */
    @media (max-width: 640px) {
        .video-modal-content {
            width: calc(100% - 1em);
            padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
        }
    }


    @media (max-width: 1024px) {
        .logo_container {
            flex-wrap: wrap;
            justify-content: center;
        }
    }

    /* modal close button */
    .close-video-modal {
        display: block;
        position: absolute;
        /* left: 0;*/
        top: -30px;
        text-decoration: none;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
    }

    /* set the iframe element to stretch to fit its parent element */
    iframe#youtube {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #000;
        box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
    }

    /* show the modal: 
   add class to the body to reveal */
    .show-video-modal .video-modal {
        opacity: 1.0;
        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
    }

        .show-video-modal .video-modal .overlay {
            opacity: 1.0;
        }

    .show-video-modal .video-modal-content {
        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
    }
    /*
.videodescriptionrepeaterblock {
    width: 340px;
}*/

    .close-video-modal {
        border-radius: 50% !important;
        border: 2px solid #ffffff !important;
        margin: initial !important;
        font-size: 25px !important;
        opacity: 1 !important;
        position: absolute;
        right: -6px;
        background-color: #ffffff;
        color: #000000;
    }

        .close-video-modal:hover {
            border-radius: 50% !important;
            border: 2px solid #ffffff !important;
            margin: initial !important;
            font-size: 25px !important;
            opacity: 1 !important;
            position: absolute;
            right: -6px;
            background-color: #ffffff;
            color: #000000;
        }

    @media screen and (min-width: 768px) {
        #market_classification {
            min-height: 454px;
            margin-bottom: 0;
        }
    }

    .highcharts-label text {
        color: #333333 !important;
        fill: #333333 !important;
    }

    .highcharts-label text {
        stroke-width: 0px !important;
    }

        .highcharts-label text tspan {
            stroke-width: 0px !important;
            fill: #333333;
        }

    #vimeoPlayer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    #market_classification ul li a:hover {
        color: inherit;
        border-bottom: 1px solid #ccc;
    }

    #market_classification ul li a {
        color: inherit;
    }

    .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown {
        width: calc(100vw / 1.3) !important;
        left: 46% !important;
        transform: translateX(-60.5%) !important;
        max-width: 1034px !important;
    }

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown ul {
            display: grid;
            grid-template-columns: auto auto auto auto;
        }

    .select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
        min-width: 215px !important;
    }

    .select2-selection {
        font-family: font-awesome;
    }

    .CG-dd .select2-selection[aria-expanded="false"] .select2-selection__rendered:after {
        content: "";
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #888;
        margin-top: -5px;
        top: 50%;
        position: absolute;
        right: 10px;
        transform: translateY(-50%) rotate(90deg);
        transform-origin: center;
    }

    .CG-dd .select2-selection[aria-expanded="true"] .select2-selection__rendered:after {
        content: "";
        border-style: solid;
        border-width: 4px 0 4px 5px;
        border-color: transparent transparent transparent #888;
        margin-top: -5px;
        top: 50%;
        right: 10px;
        position: absolute;
        transform: translateY(-50%) rotate(-90deg);
        transform-origin: center;
    }

    .select2-selection__rendered {
        font-family: 'Proxima Nova';
        font-weight: 700;
        font-size: 15px;
    }

    .select2-results__options .select2-results__option {
        font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: calc(18px + (16 - 14) * ((100vw - 320px) / (2000 - 320)));
    }

    .link-css {
        color: inherit;
    }

        .link-css:hover {
            color: inherit;
            border-bottom: 1px solid #ccc;
        }

    .banner-bottom-info .two-two-list {
        justify-content: space-between;
        list-style: disc !important;
        display: inline-grid;
        grid-template-columns: auto auto;
        grid-column-gap: 30px;
        grid-row-gap: 10px;
    }

        .banner-bottom-info .two-two-list li {
            position: relative;
            padding-left: 10px;
            border-bottom: 1px solid #ccc;
            font-size: calc(12px + 6 * ((100vw - 320px) / (2000 - 320)));
            line-height: calc(14px + 6 * ((100vw - 320px) / (2000 - 320)));
        }

            .banner-bottom-info .two-two-list li:after {
                position: absolute;
                content: "";
                height: 5px;
                width: 5px;
                border-radius: 50px;
                background-color: #333;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

    .quick_card_mai > div {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    .quick_card_mai .titleimageurlrepeater {
        width: calc(100% / 4.3);
    }

    .f-header {
        font-size: calc(20px + 7 * ((100vw - 320px) / (2000 - 320))) !important;
        line-height: calc(20px + 7 * ((100vw - 320px) / (2000 - 320))) !important;
    }

    .img-550 {
        max-height: 350px;
        min-height: 350px;
        object-fit: cover;
        height: 350px;
        overflow: hidden;
        background-color: #efefef;
    }

    .filter-loader {
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }

        .filter-loader.loading:after {
            position: absolute;
            content: "Loading...";
            font-size: 20px;
            letter-spacing: 1px;
            color: #777777;
            background-color: #f2f2f2;
            border-radius: 5px;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding-top: 50px;
            z-index: 5;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-height: 96%;
        }

    .quick_card__img {
        margin-bottom: 20px;
        border: 1px solid #b7b6b6;
        border-radius: 8px;
        overflow: hidden;
    }

        .quick_card__img img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            object-position: center;
        }

    .quick_card_link {
        font-size: 16px;
        line-height: 1.3;
        color: #4d4d4d;
        font-weight: 600;
        display: block;
    }

    .quick_card_mai .quick_card:hover .quick_card_link {
        text-decoration: underline;
    }


    .bi-x:before {
        font-size: 40px;
    }

    .singlevideo .videodescriptionrepeaterblock {
        height: auto;
    }

    .btn-border:hover:not(:disabled) {
        color: #777;
    }

    /*#region media*/

    /*GMR update slider*/

    #mla-whatsnew-slider .bg-green, #mla-whatsnew-slider-home .bg-green {
        background-color: #01774a;
    }

    #mla-whatsnew-slider .bg-greengray, #mla-whatsnew-slider-home .bg-greengray {
        background-color: #e2eae5;
    }

    #mla-whatsnew-slider .slick-dots li.slick-active button, #mla-whatsnew-slider-home .slick-dots li.slick-active button {
        background: #01774a !important;
    }

    #mla-whatsnew-slider .slick-dots li button, #mla-whatsnew-slider-home .slick-dots li button {
        width: 15px;
        height: 15px;
        margin: 30px auto;
    }

    .btn-border-white {
        border: 2px solid white;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
        text-align: center;
        color: white;
        cursor: pointer;
        background-color: #01774a;
    }

        .btn-border-white:hover {
            color: white;
        }

    .btn-border-gray {
        border: 2px solid #01774a;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
        text-align: center;
        color: #01774a;
        cursor: pointer;
        background-color: #e2eae5;
    }

        .btn-border-gray:hover {
            color: #01774a;
        }

    @media screen and (max-width: 768px) {
        .pagination {
            margin-top: 0px !important;
            margin-bottom: 0px;
        }

        .navbar-mobile {
            top: 0px !important;
        }

        .pdfitemlistblock .common-section-mobile-section {
            margin-bottom: 0px !important;
            padding-bottom: 0px !important;
        }

        /*.pagination {
        margin-top: 40px;
    }*/

        .slick-dots {
            display: none !important;
        }

        .button-show {
            width: 100%;
        }

        .common-section-space {
            padding: 0 0 50px 0;
        }

        .common-component-content-img.common-component-img-right .common-box-component-img .titlebody-content {
            -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
        }

        .common-component-content-img .flex-50-50 .titlebody-content {
            flex: 100%;
            align-self: self-start;
        }

        .select2-container {
            box-sizing: border-box;
            display: inline-block;
            margin: 0;
            position: relative;
            vertical-align: middle;
            width: 100% !important;
        }

        .content-sec .typo-category {
            margin-bottom: 10px;
        }

        .videodescriptionrepeaterblock .paragraph-typo p {
            text-align: left;
        }

        .card-rectangle-display {
            display: block !important;
            width: 100% !important;
        }

        #Drivers-categories {
            width: 100%;
        }

        .select2-results {
            display: block;
        }

        .select2-container {
            width: 100% !important;
        }

        .card-rectangle-display-width {
            vertical-align: middle;
            display: flex !important;
            width: 100%;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

        .common-component-content-img .flex-60-40 .titlebody-content {
            flex: 100%;
        }
    }

    .details-resource {
        max-height: 350px;
        display: initial;
    }

        .details-resource .details-resource-img {
            object-fit: cover;
            max-height: 350px;
        }

    .select2-container--default.select2-container--open.large-dd-width {
        left: 0 !important;
        right: 0 !important;
        max-width: calc(100vw - 15vw);
        margin: 0 auto;
    }

    .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown ul[role='tree'] {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown ul[role='tree'] li ul {
            display: grid;
            grid-template-columns: 1fr;
        }

    .select2-container--default.large-dd-width .select2-results__group {
        padding: 5px 11px !important;
    }

    .select2-container--default.large-dd-width .select2-results > .select2-results__options {
        max-height: 100%;
        box-shadow: 0 10px 15px 5px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    }

    @media screen and (max-width: 767px) {
        .pagination {
            margin-top: 0px;
        }

        .navbar-mobile {
            position: fixed;
            overflow: hidden;
            top: 0px !important;
            right: 0;
            left: 0;
            bottom: 0;
            background: #01774a;
            transition: 0.3s;
            z-index: 999;
        }

        .actives a:after {
            content: "\25bc";
            position: absolute;
            right: 10%;
            transform: rotate(60deg);
        }

        .afters a:after {
            content: "\25bc";
            position: absolute;
            right: 10%;
        }

        /*.dropdown a:after {
            content: "\25bc";
            position: absolute;*/
        /*  top: 12%;*/
        /*right: 10%;
        }*/

        .titlevideodescriptionblock
        .banner-content-height {
            min-height: 393px;
        }

        #populartagList {
            margin-left: 0px !important;
        }

        .quick_card_mai .titleimageurlrepeater {
            width: calc(100%);
        }

        /*.videodescriptionrepeaterblock {
            height: 330px;
            width: calc(100%);
            margin: 0 10px;
        }*/

        .card-component-box .videoperent > div:first-child {
            margin: auto;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap !important;
        }

        .common-section-space {
            padding-bottom: 30px !important;
        }

        .body-footer {
            bottom: 0px;
            line-height: calc(14px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
            font-size: calc(14px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
        }

        /*.videodescriptionrepeaterblock .content-sec {
        margin-top: -48px !important;
        margin-left:35px;
    }*/

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown ul {
            display: grid;
            grid-template-columns: auto !important;
        }

        .common-component-content-img.common-component-img-box {
            padding: 20px !important;
            padding-bottom: 51px !important;
        }

        .foote_bottom_ul_amrc li a {
            font-size: calc(13px + (25 - 20) * ((100vw - 320px) / (2000 - 320))) !important;
            line-height: 1.5;
        }

        .videodescriptionrepeaterblock .video-thumb img {
            height: 160px;
            width: 100%;
        }

        .videoperent.singlevideo img {
            width: 100% !important;
            background-repeat: no-repeat;
            background-size: contain;
        }

        .videoperent.singlevideo .videodescriptionrepeaterblock, .videoperent.singlevideo .videodescriptionrepeaterblock .video-thumb {
            width: 282px !important;
        }

        .singlevideo .videodescriptionrepeaterblock .video-thumb {
            height: 217px;
        }

        .wizard-checkbox-parent {
            padding: 10px 15px;
            border: 2px solid #cccccc;
            border-radius: 9px;
            background: #ffffff;
            margin: 14px 0;
            width: 100%;
            line-height: 1.2;
        }

        .checkbox-green {
            min-width: 100%;
        }
    }

    @media screen and (min-width:768px) {

        .navbar-mobile {
            top: 160px !important;
        }

        /*.dropdown a:after {
        right: 5%;
    }*/

        .quick_card_mai .titleimageurlrepeater {
            width: calc(100% /2.1);
        }

        .body-footer {
            bottom: 30px;
            line-height: calc(10px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
            font-size: calc(10px + 6 * ((100vw - 320px) / (2000 - 320))) !important;
        }
        /*
        .videodescriptionrepeaterblock {
            height: 330px;
            width: calc(100%/2.2);
            margin: 0 10px;
        }
*/
        .card-component-box .videoperent > div:first-child {
            margin: auto;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap !important;
        }

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown ul {
            display: grid;
            grid-template-columns: auto auto auto;
        }

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown {
            width: calc(100vw) !important;
            left: 0% !important;
            transform: translateX(0%) !important;
            max-width: 680px !important;
        }
    }

    @media screen and (min-width:1024px) {

        .navbar-mobile ul {
            display: block;
            position: absolute;
            top: 54px;
            right: 15px !important;
            bottom: 15px;
            /* left: 15px; */
            padding: 10px 0;
            background-color: #01774a;
            overflow-y: auto;
            transition: 0.3s;
        }

        .navbar-mobile ul {
            display: block;
            position: absolute;
            top: 54px;
            right: -12px;
            bottom: 15px;
            left: 15px;
            padding: 10px 0;
            background-color: #01774a;
            overflow-y: auto;
            transition: 0.3s;
        }

        .navbar-mobile {
            top: 147px;
        }

        .quick_card_mai .titleimageurlrepeater {
            width: calc(100% / 4.3);
        }

        .checkbox-green {
            min-width: 21%;
        }

        /*  .videodescriptionrepeaterblock {
        height: 330px;
        width: 300px;
        margin: 0 0px;
    }*/

        .card-component-box .videoperent > div:first-child {
            margin: auto;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .select2-container {
            min-width: 151px;
        }

        .card-rectangle-display {
            align-items: center;
            justify-content: space-between;
        }

        .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown {
            width: calc(100vw / 1.3) !important;
            left: 0 !important;
            transform: translateX(-66%) !important;
            max-width: 1034px !important;
        }
    }

    @media screen and (min-width:1366px) {
        .quick_card_mai .titleimageurlrepeater {
            width: calc(100% / 4.3);
        }

        /* .videodescriptionrepeaterblock {
        height: 330px;
        width: 340px !important;
        margin: 0 0px;
    }*/

        .card-component-box .videoperent > div:first-child {
            margin: auto;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap !important;
        }

        .select2-container {
            min-width: 177px;
        }

            .select2-container.select2-container--default.select2-container--open.large-dd-width .select2-dropdown {
                width: calc(100vw / 1.3) !important;
                left: 36% !important;
                transform: translateX(-60.5%) !important;
                max-width: 1034px !important;
            }
    }

    @media screen and (min-width:2000px) {
        .quick_card_mai .titleimageurlrepeater {
            width: calc(100% / 4.3);
        }

        /* .videodescriptionrepeaterblock {
            height: 330px;
            width: 340px !important;
            margin: 0 0px;
        }*/

        .card-component-box .videoperent > div:first-child {
            margin: auto;
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap !important;
        }

        .select2-container {
            min-width: 181px !important;
        }
    }
    /*#endregion*/
    .form-control:focus:not([disabled]) {
        outline: none !important;
        border: 1px solid;
        box-shadow: none;
    }

    input[type="checkbox"]:focus + .checkmark:before, input[type="checkbox"]:hover + .checkmark:before {
        border: 1px solid #777777;
        background-color: #efefef;
    }

    /*new css*/
    .border-bottom-color {
        border-bottom: 1px solid darkgray;
    }

    .products .accordion {
        border: 1px solid darkgray;
    }

    .products .panel {
        padding: 8px 18px;
    }


    /*new css*/

    .img-sec img {
        width: 120px;
    }

    .content-sec .card-link {
        float: right;
    }

    .card-rectangle-padding .img-sec {
        padding: 24px 10px;
        border-right: 2px solid gray;
    }

    .content-sec .card-title {
        color: #7A121C;
        display: flex;
        align-items: center;
    }

    .content-sec .card-link a {
        color: #7A121C;
    }

    .card-rectangle-long .content-sec {
        padding: 15px 18px;
    }

    .card-title .enquir-btn {
        padding: 6px 9px;
        border-radius: 7px;
        text-align: center;
        color: #FFFFFF;
        background-color: #7A121C;
        font-size: 16px;
        margin: 0;
    }

    .card-title a {
        font-size: 22px;
        font-weight: 700;
    }

    .content-sec .card-text {
        font-size: 16px;
    }


    .button-checkbox-parent label {
        padding: 10px 15px;
        border: 2px solid #cccccc;
        border-radius: 9px;
        background: #ffffff;
        margin: 0px 20px 20px 0px;
        /* display: flex;*/
        line-height: 1.2;
        align-items: center;
        justify-content: start;
        text-align: center;
    }

    .max-height-content {
        max-height: fit-content;
    }
    /*
    .button-checkbox-parent {
        margin: 10px;
    }
*/
    /*.button-cb:hover + label, .button-cb:focus + label {
        background-color: #efefef;
    }

    .button-cb + label {
        -webkit-transition: all 500ms ease;
        -moz-user-select: -moz-none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

    .button-cb:disabled + label {
        opacity: 0.5;
        cursor: no-drop;
    }*/
    /*
    .button-cb:checked:not(:disabled) + label {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        background-color: #007549;
        color: white;
        border-color: #007549;
    }*/

    .growth-link-hover:hover {
        border-bottom: 1px solid #748b36;
    }

    .scroll-text {
        color: #c6c6c6;
        letter-spacing: 5px;
        font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320)));
        line-height: calc(20px + (24 - 20) * ((100vw - 320px) / (2000 - 320)));
    }

    .scroll-arrow .fa-arrow-down {
        color: #bcb8b8;
        font-size: 45px;
    }

    .scroll-section {
        min-height: 450px;
    }

    .scroll-text:hover {
        color: #bcb8b8;
    }

    .container-large {
        max-width: 100%;
        width: calc(100vw - 15vw);
        margin: 0 auto;
    }

    /*   .select2-results__option[aria-selected=true]:before {
        font-family: fontAwesome;
        content: "\f00c";
        color: #ffffff !important;
        background-color: #01774a !important;
        border: 0;
        display: inline-grid !important;
        place-content: center;
        font-size: 12px;
    }*/

    .grap-header {
        /*padding: 20px 20px;*/
        /*height: 100px;*/
        /*border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        align-items: center;*/
    }

    .beef-summary {
        border: 2px solid #8ab7a6;
        padding: 5px;
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
        width: fit-content;
    }

    .pdf-contents .slick-prev, .pdf-contents .slick-next {
        width: 45%;
    }

    .gmr-scroll-text {
        font-size: 15pt;
        color: #455560;
    }

    .video-text-color {
        color: #d6d6d6;
    }

    .banner-componnent {
        position: absolute;
        width: 50%;
        transform: translate(-50px, -50%);
        top: 50%;
        left: 26%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .banner-componnent .typo-headline {
            color: #007549;
        }

        .banner-componnent p {
            font-weight: 600 !important;
        }

    .button-bordered {
        border: 2px solid #007549;
        background-color: white;
        color: #007549;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
    }

        .button-bordered.hover-green:hover {
            background-color: #007549;
            color: #007549 !important;
        }

        .button-bordered:hover {
            background-color: #007549;
            color: white;
        }

    .button-bordered {
        border: 2px solid #007549;
        background-color: #F6F6F6;
        color: #007549;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
    }

    .icon-title-des > div {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .icon-title-wh {
        width: auto;
        height: 65px;
        margin-bottom: 15px;
    }

    .block.gmrtitledescriptionbuttonblock {
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 10px 10px;
    }

    .p-100-40 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    /*.select2-selection__arrow {
        box-sizing: border-box;
        height: 7px !important;
        width: 7px !important;
        border-style: solid;
        border-color: #000000;
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
        position: absolute;
        top: 16px !important;
        right: 14px !important;
        border-bottom-width: 2px !important;
        border-right-width: 2px !important;
    }*/

    .modal.modal-fullscreen .modal-dialog {
        width: 100%;
        max-width: 85%;
        margin: 0 auto;
    }

    .modal.modal-fullscreen .modal-dialog, .modal.modal-fullscreen .modal-content {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0 auto !important;
    }

    .select2-container .select2-search--inline {
        float: none !important;
    }

    .select2-search--inline:after {
        content: "";
        box-sizing: border-box;
        height: 7px !important;
        width: 7px !important;
        border-style: solid;
        border-color: #000000;
        border-width: 0px 1px 1px 0px;
        transform: rotate(45deg);
        transition: border-width 150ms ease-in-out;
        position: absolute;
        top: 16px !important;
        right: 5px !important;
        border-bottom-width: 2px !important;
        border-right-width: 2px !important;
    }

    .card-rectangle-display-width .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4 !important;
        border: 1px solid #aaa !important;
        border-radius: 4px !important;
        box-sizing: border-box !important;
        display: inline-block !important;
        position: relative !important;
        max-width: 100% !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        vertical-align: bottom !important;
        white-space: nowrap !important;
        margin: 3px 5px !important;
        padding: 2px 10px 2px 25px !important;
        font-size: 13px !important;
    }

    /*.select2-selection__arrow b {
        display: none;
    }*/

    button:focus {
        outline: none;
    }

    .pdf-title {
        color: #b2b2b2;
    }

    .pdf-img-download {
        width: 120px;
        height: 150px;
    }

    .full-width-box {
        width: 100%;
        z-index: 1;
    }

    .global-img-height {
        width: 60px;
        height: 60px;
    }

    .growth-link-hover:hover {
        color: lightslategrey !important;
    }

    .responsive-tabs .main-tab-title {
        height: 150px !important;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        margin-top: 20px;
        padding: 20px;
        background-color: #F5F5F5;
        margin-right: 10px;
        color: #000000;
        display: flex;
        align-items: center;
        border-color: transparent;
    }

        .responsive-tabs .main-tab-title .tab-sub-title {
            font-weight: 400 !important;
            font-size: 20px !important;
            line-height: 24px !important;
        }

        .responsive-tabs .main-tab-title .tab-head-title {
            font-weight: 700 !important;
            font-size: 24px !important;
        }

        .responsive-tabs .main-tab-title a {
            color: black;
        }

        .responsive-tabs .main-tab-title.active {
            background-color: #00774B !important;
            color: white !important;
            cursor: pointer;
            height: 150px !important;
            transition: all 0.3s ease-in-out;
            margin-right: 10px;
            font-weight: 700;
            pointer-events: none !important;
            display: flex;
            align-items: center;
            border-color: transparent;
        }

        .responsive-tabs .main-tab-title:last-child {
            margin-right: 0;
        }

        .responsive-tabs .main-tab-title.active .tab-sub-title {
            font-size: calc(18px + 2* ((100vw - 320px) / (2000 - 320))) !important;
            line-height: calc(18px + 2* ((100vw - 320px) / (2000 - 320)));
        }

        .responsive-tabs .main-tab-title.active .tab-head-title {
            font-size: calc(25px + (30 - 25) * ((100vw - 320px) / (2000 - 320))) !important;
            line-height: calc(25px + (30 - 25) * ((100vw - 320px) / (2000 - 320)));
        }

        .responsive-tabs .main-tab-title.active a {
            color: white !important;
        }

    .responsive-tabs .nav-pills {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .responsive-tabs a.active > .main-tab-title {
        background-color: #ffffff;
        color: #01774a;
    }


    #exTab1 .tab-content {
        color: white;
        background-color: #428bca;
        padding: 5px 15px;
    }

    #exTab2 h3 {
        color: white;
        background-color: #428bca;
        padding: 5px 15px;
    }

    /* remove border radius for the tab */

    #exTab1 .nav-pills > li > a {
        border-radius: 0;
        letter-spacing: normal;
    }

    /* change border radius for the tab , apply corners on top*/

    #exTab3 .nav-pills > li > a {
        border-radius: 4px 4px 0 0;
    }

    #exTab3 .tab-content {
        color: white;
        background-color: #428bca;
        padding: 5px 15px;
    }


    @media only screen and (min-width: 768px) {


        /*  .main-tab-title {
        width: 25%;
    }*/
        .responsive-tabs {
        }

            .responsive-tabs .main-tab-title {
                float: left;
                border-top: 0;
            }

            .responsive-tabs .active + .main-description-parent {
                display: none;
            }

        .responsive-tabs-placeholder {
            clear: both;
            display: block;
            padding: 1em;
        }
    }

    .lh-1-5 {
        line-height: 1.5;
    }

    .tabbing-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 10px;
        column-gap: 50px;
    }

    .deskView .tabbing-content.tab-content-top-border {
        border-top: 1px solid #fab623 !important;
        min-height: 40px;
        padding-top: 10px;
    }

    .mobView .tabbing-content.tab-content-top-border {
        border-top: 1px solid black !important;
        min-height: 40px;
    }

    /*.tabbing-content .tab-content-top-border:nth-child(2) {
            border-top: 1px solid rgba(255, 255, 255, 0.33) !important;
            min-height: 40px;
        }

        .tabbing-content .tab-content-top-border:nth-child(3) {
            border-top: 1px solid rgba(255, 255, 255, 0.33) !important;
            min-height: 40px;
        }*/

    .tab-content-top-border .fa-angle-right {
        float: right;
        font-size: 25px;
        font-weight: 600;
        color: #fab700;
        -webkit-text-stroke: 0.5px white;
    }

    .main-description-parent {
        animation-duration: 0.5s;
        animation-fill-mode: both;
    }

    .fadeInBottom {
        animation-name: fadeInBottom;
    }

    @keyframes fadeInBottom {
        from {
            opacity: 0;
            transform: translateY(15%);
        }

        to {
            opacity: 1;
        }
    }


    .lock-icon {
        margin-right: 10px;
        font-size: 13px;
        width: 30px;
    }

    .right {
        /* position: absolute;
        top: 170px;*/
        width: 95%;
        border-radius: 20px;
        left: 0;
    }

        .right .content {
            padding: 25px 30px;
        }

    .left {
        width: 80%;
        display: flex;
        align-items: flex-start;
        padding: 45px 30px;
        border-radius: 20px;
        color: white;
        /* float: right; */
        min-height: 350px;
        position: absolute;
        max-width: 80%;
        right: 0;
    }

    .overlap-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
        row-gap: 7px;
    }

    .overlap-content-bottom-border {
        border-bottom: 1px solid #dddedf;
        /*   min-height: 90px;*/
    }

    .right .content .fa-angle-right {
        color: #4b4f54;
        float: right;
        font-size: 25px;
        font-weight: 600;
        -webkit-text-stroke: 0.5px white;
    }

    .bi-chevron-right {
        font-size: 22px;
        font-weight: 600;
    }

    .banner-home-content-height {
        min-height: 365px;
    }

    .home-hover-color {
        color: #4b4f59 !important
    }

        .home-hover-color:hover {
            color: #4b4f59 !important
        }

    .common-section-space.h-200 {
        min-height: 250px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*#region gmr theme css starts*/
    /*
    main color : #DC8419
    main color 15% : #faeddcs
*/
    .bg-gmr-theme {
        background-color: #DC8419;
    }

    .textcolor-gmr-theme {
        color: #DC8419 !important;
    }

    .bg-button-gmr-theme {
        background-color: #DC8419 !important;
    }

    .gmr-theme .titlebody-content > div {
        color: #DC8419;
    }

    .button-cb.gmr-theme-cb:checked:not(:disabled) + label {
        background-color: #DC8419;
        border-color: #DC8419;
    }

    .gmr-theme #mla-whatsnew-slider .bg-green {
        background-color: #DC8419;
    }

    .gmr-solid-button {
        border: 2px solid #DC8419;
        color: #DC8419;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
        background-color: #DC8419;
    }

        .gmr-solid-button:hover, .gmr-bordered-button:hover {
            opacity: 0.8;
        }

    .gmr-bordered-button {
        border: 2px solid #DC8419;
        color: #DC8419;
        border-radius: 6px;
        transition: all 0.3s;
        padding: 5px 20px;
    }

    .gmr-theme #mla-whatsnew-slider .btn-border-white {
        background-color: #DC8419;
    }

    .gmr-theme #mla-whatsnew-slider .btn-border-gray {
        border-color: #DC8419;
        color: #DC8419;
        background-color: #faeddc;
    }

    .gmr-theme #mla-whatsnew-slider .bg-greengray {
        background-color: rgba(220, 132, 25, 0.15);
    }

    .gmr-theme #mla-whatsnew-slider .details-right .typo-category {
        color: #DC8419;
    }

    .gmr-theme #mla-whatsnew-slider .slick-dots li.slick-active button {
        background: #DC8419 !important;
        border-color: #DC8419;
    }

    .gmr-theme .nav-item .nav-link.active {
        background: #DC8419 !important;
    }

    .gmr-theme .date-icon {
        color: #DC8419;
    }

    .gmr-theme .tag_title.showList {
        border-color: #DC8419;
        background-color: #DC8419;
        color: white;
    }

        .gmr-theme .tag_title.showList:after {
            color: white;
        }

    .gmr-theme .tag_title:not(.showList):hover {
        background-color: rgba(220, 132, 25, 0.15);
    }

    .button-bordered.gmr-theme {
        border-color: #DC8419;
        color: #DC8419;
        background-color: transparent;
    }

    .gmr-theme #market_classification .beef-summary {
        border-color: #faeddc !important;
    }

    .gmr-theme .select2-results__option[aria-selected=true]:before {
        background-color: #DC8419 !important;
    }

    .border-bottom-gmr-theme-1 {
        border-bottom: 1px solid #DC8419;
    }

        .border-bottom-gmr-theme-1:hover {
            border-bottom: 1px solid #DC8419;
        }

    .gmr-theme .tab .tablinks.active {
        border-bottom: 3px solid #DC8419;
    }

    .bg-darkyellow {
        background-color: #DC8419 !important;
    }

    /*  .select2-results__option[aria-selected=true]:before {
        background-color: #DC8419 !important;
        border-color: #DC8419 !important;
    }*/

    .navbar .dropdown.gmr-theme ul a:hover {
        background-color: #DC8419;
    }
    /*#endregion*/

    @media screen and (max-width: 1120px) {
        .quick_card_mai .titleimageurlrepeater {
            width: calc(100% /4.3);
        }

        .downloadCategoryDriversSummaryResultBtn {
            display: block !important;
        }

            .downloadCategoryDriversSummaryResultBtn button {
                margin-top: 15px;
                font-size: 11px;
            }

            .downloadCategoryDriversSummaryResultBtn p {
                text-align: center;
            }
    }

    @media screen and (max-width: 930px) {
        #embedContainer {
            height: auto;
            min-height: 300px !important;
        }

            #embedContainer iframe {
                height: auto !important;
                min-height: 300px !important;
            }
    }

    @media screen and (max-width: 990px) {
        #showPdf .prev {
            left: 43%;
        }
    }

    @media screen and (max-width: 768px) {
        .tabbing-content {
            grid-template-columns: 1fr;
        }
    }

    @media screen and (max-width: 760px) {
        .mobView {
            display: block;
        }
    }

    @media only screen and (max-width: 768px) {
        .banner h1 {
            text-align: center !important;
        }

        .banner p {
            text-align: center !important;
        }

        .mobView {
            display: block;
        }

        .quick_card_mai .titleimageurlrepeater {
            margin: 12px;
        }
    }

    @media screen and (max-width: 658px) {

        #showPdf .next {
            right: 36%;
        }
    }

    @media only screen and (max-width: 450px) {
        .accordion, .accordion:focus {
            padding: 12px 10px;
        }
    }

    @media screen and (max-width: 600px) {
        .mobView {
            display: block;
        }
    }

    @media screen and (max-width: 544px) {
        #showPdf .prev {
            left: 39%;
        }
    }

    @media screen and (max-width: 400px) {
        #showPdf .prev {
            left: 34%;
        }
    }

    .looseContainer .banner_card .banner_card_content h4 {
        min-height: 60px;
    }

    select.goog-te-combo {
        font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
        line-height: calc(14px + (14 - 12) * ((100vw - 320px) / (2000 - 320)));
        display: block;
        width: 100%;
        padding: 10px 15px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        cursor: pointer;
    }

    .radio-btn input:hover:not(:disabled) + .radio-control-label {
        opacity: 0.8 !important;
    }

    .radio-btn input:not(:checked) + .radio-control-label {
        position: relative;
        padding: 10px 15px;
        border: 2px solid #cccccc;
        border-radius: 10px;
        background: #ffffff;
        max-width: 250px;
        cursor: pointer;
        text-align: center;
        transition: all 0.3s;
        color: #455560;
    }

.custom-aut-form .radio-btn input:not(:checked) + .radio-control-label {
    position: relative;
    padding: 10px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background: #ffffff;
    max-width: 250px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
    color: #455560;
    font-size: 14px;
}

.custom-aut-form .radio-btn input:checked + .radio-control-label {
    background-color: #01774a;
    text-align: center;
    box-shadow: none;
    border: 1px solid #01774a;
    padding: 10px 15px;
    max-width: 250px;
    border-radius: 4px;
    align-items: center;
    color: #ffffff !important;
    transition: all 0.3s;
    cursor: pointer;
    font-size: 14px;
}

.radio-btn input:checked + .radio-control-label {
    background-color: #01774a;
    text-align: center;
    box-shadow: none;
    border: 2px solid #01774a;
    padding: 10px 15px;
    max-width: 250px;
    border-radius: 10px;
    align-items: center;
    color: #ffffff !important;
    transition: all 0.3s;
    cursor: pointer;
}

/* EPI Quick Navigator */
#epi-quickNavigator-logo {
    vertical-align: middle;
    border: 0;
}