/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/

/* oswald-200 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/oswald-v49-latin-200.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-200.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/oswald-v49-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v49-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/oswald-v49-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/oswald-v49-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v49-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/oswald-v49-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oswald-v49-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oswald-v49-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-v49-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-v49-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}


:root {
    --theme__color1: #87B740;
    --theme__color2: #FECC2F;
    --theme__color3: #CC6D1B;
    --theme__color4: #CD1719;
    --theme__color5: #8b0000;
    --text__color1: #707070;
    --text__color2: #484848;
    --text__red: #074D9D;
    --font1: 'Oswald', sans-serif;
    --font2: 'Gothic A1', sans-serif;
}
*,::before,::after {
  box-sizing: border-box;
}


body {
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font1);
}
a, a:active, a:focus, a:active, a:hover {
  text-decoration:none !important;
  color: inherit;
}
input{
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}
::placeholder {
  opacity: 1;
}
:focus::placeholder {
  opacity: 0;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
iframe {
  width: 100%;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: 700;
}

.h6, h6 {
font-size: 1.4rem;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
p{
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}
p:last-child{
  margin: 0;
}
.main-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}




/* header */
.header-section {
  padding: 40px 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-section-inner {
  display: flex;
  justify-content: space-between;
}
.header-logo-side {
  display: flex;
  align-items: center;
}
.header-logo-side .logo-rect {
  margin: 0 23px 0 0;
  width: 94px;
  height: 148px;
  background: #CC6D1B;
}
.header-logo {

}
.header-logo h2 {
  margin: 0 0 6px;
  font-size: 37px;
  font-weight: 300;
  color: #898888;
}
.header-logo h3 {
  font-size: 25px;
  font-weight: 300;
  color: #898888;
  margin: 0;
}
.header-right-side {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-grow: 1;
}


.header-user {
  margin: 38px 0 0;
 display: flex;
 align-items: center;
}

.header-user .txtlogin {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
height: 30px;
}

.header-user .txt {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.header-user .txt h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #575656;
}
.header-user .txt .p-box {
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 400;
  color: #cdcdcd;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
}
.header-user .u-icon {
  margin: 3px 0 0 10px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.header-user .u-icon .icon {
  height: 41px;
  width: 41px;
  background: #C7C7C7;
  border-radius: 50%;
}
.header-user .u-icon .icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.header-user .u-icon .chevron {
  margin: 0 0 0 10px;
  color: #C7C7C7;
}


.chevron_user_right_rotate {
    transform: rotate(90deg);
}

.user-dropdown-menu {
  min-width: 170px;
  padding: 18px 20px 15px;
  border-radius: 7px;
  border: 1px solid #9D9D9D;
  inset: 8px auto auto 0px !important;
}
.user-dropdown-menu ul li {
  margin-bottom: 15px;
} 
.user-dropdown-menu ul li:last-child {
  margin-bottom: 0;
}
.user-dropdown-menu ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #414141;
  display: flex;
  justify-content: space-between;
}
.user-dropdown-menu ul li a .chevron {
  font-size: 11px;
  color: #C7C7C7;
}
    .user-dropdown-menu .b-logout {
        margin: 15px 0 0;
        display: flex;
        justify-content: flex-end;
        float: right;
        font-size: 13px;
        font-weight: 500;
        color: #9D9D9D;
        border: none;
        outline: none;
        background: none;
        background-image: url(../images/logout.svg);
        background-position: right; /* Center the image */
        background-repeat: no-repeat;
        background-size: 18px 18px;
    }
.user-dropdown-menu .b-logout img {
  margin: 0 0 0 6px;
}


.header-menu {
  margin: 50px 0 0;
  width: 100%;
  position: relative;
}
.header-menu::before {
  content: '';
  height: 1px;
  width: calc(100% + 275px);
  display: block;
  position: absolute;
  top: -8px;
  right: 0;
  background: #9D9D9D;
}
.header-menu ul {
  display: flex;
  justify-content: flex-end;
}
.header-menu ul li {
  margin-right: 22px;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  color: #898888;
  display: flex;
  align-items: center;
}
.header-menu ul li a .icon {
  margin: 0 5px 0 0;
}

.header-menu ul li a .icon3 {
  margin: 0 5px 0 0;
}
/* header-end */




/* --preloader-- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #73469B;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
/* --preloader-end-- */



/* ---block-section1--- */
.block-section1 {
  padding: 10px 0;
}

.block-section2 {
  padding: 0px 0;
}

.block-section3 {
  padding: 10px 0;
}


.block-section1-inner {

}
.block-wrapper1 {
  grid-gap: 10px;
  grid-template-columns: repeat(5,1fr);
  display: grid;
}

.block-box0 {
  height: 225px;
  padding: 20px;
  background: #064D9D;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.block-box0.block-active::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(to right,rgba(135, 183, 64, 1),transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.block-box0 .corner-badge-lt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  height: 51px;
  width: 51px;
  background: var(--theme__color1);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.block-box1 {
  height: 225px;
  padding: 20px;
  background: #064D9D;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}
.block-box1.block-active::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  background: linear-gradient(to right,rgba(128, 178, 69, 1),transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.block-box1 .corner-badge-lt {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  height: 51px;
  width: 51px;
  background: var(--theme__color1);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.block-box1:hover {
  transform: scale(1.03);
}
.block-box1 .corner-badge-lt.green {
  background: #70A720;
}
.block-box1 .corner-badge-lt.yellow {
  background: #FECC2F;
  color: black;
}
.block-box1 .corner-badge-lt.orange {
  background: #CC6D1B;
}
.block-box1 .corner-badge-lt.red {
  background: #CD1719;
}
    .block-box1 .corner-badge-lt.red_lite {
        background: #8b0000;
    }

.block-box0 .corner-badge-lt.white {
  background: #fff;
  top: -1px;
  left: -1px;
}

.block-box1 .corner-badge-lt.white {
  background: #fff;
  top: -2px;
  left: -2px;
}

.block-box0 .corner-b-rt {
  position: absolute;
  top: 8px;
  right: 9px;
  display: flex;
} 

.block-box1 .corner-b-rt {
  position: absolute;
  top: 8px;
  right: 9px;
  display: flex;
}

.block-box1 .corner-back {
  position: absolute;
  top: 2px;
  left: 2px;
  display: flex;
}

.block-box0 .cont-t {
  padding: 0 0 3px;
  width: 100%;
  margin-top: auto;
}
.block-box1 .cont-t {
  padding: 0 0 3px;
  width: 100%;
  margin-top: auto;
}
.block-box0 h2 {
  padding: 0 0 8px;
  margin: 0 0 23px;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  width: max-content;
}
.block-box1 h2 {
  padding: 0 0 8px;
  margin: 0 0 23px;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  width: max-content;
}

.block-box0 h2::after {
  content: '';
  height: 6px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
} 
.block-box1 h2::after {
  content: '';
  height: 6px;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.block-box1 h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}
.block-box1 h4.t {
  margin: 0 0 7px;
  color: var(--theme__color1);
}

.block-box1 h4.h {
  margin: 10px 0px 10px;
}

.block-box1 h4 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.block-box1 p {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.block-box1 .cont-m {
  padding-top: 0px;
  padding-right: 6px;
  padding-bottom: 0px;
  padding-left: 20px;
  width: 100%;
  position: absolute;
  top: 90px;
}

.block-box1a {
    height: 225px;
    padding: 20px;
    background: #064D9D;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-box1a .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 90px;
    }

    .block-box1a h4.t {
        margin: 0 0 7px;
        color: var(--theme__color1);
    }

    .block-box1a h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-box1a p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

    .block-box-merge2:hover {
        transform: scale(1) !important;
    }

    .block-box1-type4:hover {
        transform: scale(1) !important;
    }


/* ---block-section1---end */

/* ---form-fill-section--- */
.form-fill-section {
  padding: 60px 0;
}
.form-fill-section-inner {
  display: flex;
  flex-direction: column;
}
.form-fill {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.form-fill-inner {

}
.form-fill .form-title {
  margin: 0 0 27px;
}
.form-fill .form-title .row1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-fill .form-title .row1 .icon {
	margin: 0 10px 0 0px;
    max-width: 22px;
}
.form-fill .form-title .row1 h2 {
  font-size: 16px;
  font-weight: 500;
  color: #575656;
  margin: 0;
}

.error h2 {
  font-size: 16px;
  font-weight: 300;
  color: #CD1719;
  margin: 0;
  text-align: center;
}

.econ {

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 19px;
    padding-bottom: 5px;

}
/* ---form-fill-section---end */


/* ---single-input-x--- */
.single-input-x {
  width: 100%;
  margin: 0 0 16px;
}
.single-input-x-input {
    padding: 8px 12px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #9D9D9D;
    width: 100%;
    border: 1px solid #707070;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cecece;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cecece;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cecece;
}

.single-input-x-button0 {
  display: block;
  background: #e3f1d6 !important;
  color: #fff;
  text-align: center;
  border-color: transparent;
}

.single-input-x-button {
  display: block;
  background: #87B740;
  color: #fff;
  text-align: center;
  border-color: transparent;
}

.single-input-x-button0 {
  display: block;
  background: #87B740;
  color: #fff;
  text-align: center;
  border-color: transparent;
}
.single-input-x-button:hover {
  color: #fff;
}
.single-input-x-button.theme-ass {
  background: #666666;
}

.remain-check {
  display: flex;
  align-items: center;
  justify-content: center;
    font-weight: 300;
    padding-bottom: 10px;
}
/* ---single-input-x---end */

/* ---footer-section--- */
.footer-section  {
  margin: 50px 0 0;
  padding: 30px 0;
  background: #87B740;
}
.footer-section p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  font-family: var(--font1);
}

sup {
top: -.3em;
}
/* ---footer-section---end */



.nice-select1 {
  padding: 5px 10px 7px;
  font-size: 12px;
  font-weight: 300;
  color: #9D9D9D;
  width: 100%;
  border-radius: 0;
  margin-top: -160px;
}
.nice-select1::after {
  content: '';
  height: 7px;
  width: 7px;
  border-color: #9D9D9D;
  border-width: 1px;
  margin-top: -5px;
}
.nice-select1 .option {
  padding: 4px 10px !important;
  font-size: inherit !important;
}


/* ---square ---start */

.block-box-merge2 {
  grid-column: span 2;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2,1fr);
  transition: 0.3s;
}
.block-box-merge2:hover {
  transform: scale(1.03);
}
.block-box-merge2 .block-box1:hover {
  transform: none;
}

.block-box1-type2 {
  background: #EDEDED;
}

.block-box1-type3 {
  background: #EDEDED;
transform: scale(1) !important;
}

.block-box1-type2 .cont-t2 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-box1-type2 .cont-t2 h5 {
  font-size: 14px;
}
.block-box1-type2 .cont-t2 h4 {
  font-size: 17px;
  margin: 0 0 5px;
  line-height: 1.1;
}

.block-box1-type3 {
  background: #EDEDED;
}
.block-box1-type3 .cont-t3 {
  width: 100%;
}
.block-box1-type3 .cont-t3 h4 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: 300;

}
.block-box1-type3 .cont-t3 h3 {
  font-size: 50px;
  margin: 0;
}


.block-box1-type4 {
  background: #EDEDED;
}
.block-box1-type4 .cont-t4 {
  text-align: center;
}
.block-box1-type4 .cont-t4 h3 {
  margin: 0 0 8px;
  font-size: 50px;
}
.block-box1-type4 .cont-t4 h4 {
  margin: 0 0 4px;
}


.fw-300 {
width: 190px;
    
}

.fw-300a {
    font-weight: 300 !important;
    margin-top: 19px !important;
    width: 190px;
}

.fw-300b {
    font-weight: 300 !important;
    margin-top: -22px !important;
    width: 190px;
}

.fw-300c {
    font-weight: 300 !important;
    margin-top: -66px !important;
    width: 190px;
}

/* ---block-section1---end */

/* ---section-af--- */
.section-af {
  padding: 4px 0 20px;
}
.section-af-inner {
  
}
.af-item-wrapper {
  
}
.single-af-item {
  margin: 0 0 10px;
}
.single-af-item .collapse-header {
  padding: 15px 20px 15px 30px;
  background: #004D9D;
  display: flex;
  align-items: center;
}
.single-af-item .collapse-header .right-side {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.single-af-item .collapse-header .right-side .txt {
  padding: 0 20px 0 0;
  flex-grow: 1;
}
.single-af-item .collapse-header .right-side .txt h4 {
  font-size: 20px;
  margin: 0 0 8px;
  font-weight: 500;
  color: #87B740;
}
.single-af-item .collapse-header .right-side .txt h3 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.single-af-item .collapse-header .right-side .txt h3:last-child {
  margin: 0;
}
.single-af-item .collapse-header .right-side .check {
  margin: 0 20px 0 0;
}

.check {
  min-width: 40px;
}

.single-af-item .collapse-header .right-side .check img {
  
}
.single-af-item .collapse-header .chevron-side {
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
}
.single-af-item .collapse-header .chevron-side {
  transform: rotate(0deg);
}
.single-af-item .collapse-header .chevron-side-rotated {
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    transform: rotate(180deg);
}

.cont-af-l1 {
  background: #EDEDED;
}
.cont-af-l1-inner {
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
}
.cont-af-l1-inner .column {
  width: 45%;
}
.cont-af-l1-inner .column .s-item {
  display: flex;

}
.cont-af-l1-inner .column .s-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #707070;
  line-height: 1.5;
  margin: 0 7px 0 0;
}
.cont-af-l1-inner .column .s-item p {
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  line-height: 1.5;
  margin: 0;
}
.cont-af-l1 .bt-row {
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font1);
    padding: 10px 30px;
    background: #F9F9FB;
    color: #707070;
}
.cont-af-l1 .bt-row img {
  margin: 0 6px 0 0;
}

.cont-af-ssd {
  margin: 10px 0 0;
  display: flex;
}
.cont-af-ssd .left-column {
  width: 60%;
  margin: 0 10px 0 0;
  flex-shrink: 0;
}
    .cont-af-ssd .right-column {
        width: 39%;
    }
.title-ssd {
  background: #EDEDED;
}
.title-ssd .row1 {
  padding: 17px 23px;
  display: flex;
  justify-content: space-between;
}
.title-ssd .row1 .left {

}
.title-ssd .row1 .left h3 {
  font-size: 24px;
  font-weight: 500;
  color: #004D9D;
  margin: 0;
}
.title-ssd .row1 .right {
color: #707070;
}
.title-ssd .row1 .right h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.title-ssd .row1 .right h3 .big {
  font-size: 20px;
  font-weight: 400;
  color: #484848;
}
.title-ssd .row2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title-ssd .row2 h3 {
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  margin: 0;
}

    .title-ssd .row2 .g-box {
        margin: 0 0px 0 10px;
        font-size: 20px;
        height: 60px;
        width: 57px;
        font-weight: 500;
        align-items: center;
        justify-content: center;
        display: flex;
    }

        .title-ssd .row2 .g-box.green {
            background: #87B740;
            color: #ffffff;
        }

    .title-ssd .row2 .g-box.yellow {
        background: #FECC2F;
        color: #484848;
    }

    .title-ssd .row2 .g-box.orange {
        background: #CC6D1B;
        color: #ffffff;
    }

    .title-ssd .row2 .g-box.red {
        background: #CD1719;
        color: #ffffff;
    }

        .title-ssd .row2 .g-box.red_lite {
            background: #8b0000;
            color: #ffffff;
        }


.ssd-l-cont-wrap {

}
.ssd-l-cont-single {
  display: flex;
  border-bottom: 1px solid #C6C6C6;
  cursor: pointer;
}
.ssd-l-cont-single:last-child {
  border-bottom: none;
}
.ssd-l-cont-single .radio-model {
  margin: 15px 20px 0 20px;
}
.ssd-l-cont-single .txt {
	padding: 12px 10px 12px 0px;
	font-size: 18px;
	font-weight: 300;
	color: #484848;
	line-height: 1.4;
    /*min-width: 87.6%;*/
}
    .ssd-l-cont-single .side-badge {
        width: 25px;
        flex-shrink: 0;
        background: #87B740;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }
.ssd-l-cont-single .side-badge.yellow {
  background: #FECC2F;
color: #484848;
}
.ssd-l-cont-single .side-badge.orange {
  background: #CC6D1B;
}
.ssd-l-cont-single .side-badge.red {
  background: #CD1719;
}
    .ssd-l-cont-single .side-badge.red_lite {
        background: #8b0000;
    }


.cont-pg-dd {
  padding: 17px 20px;
  margin: 10px 0 0;
  background: #EDEDED;
}
.cont-pg-dd .title {
  margin: 0 0 23px;
  display: flex;
  align-items: center;
}
.cont-pg-dd .title img {
  margin: 0 20px 0 0;
}
.cont-pg-dd .title h2 {
  font-size: 24px;
  font-weight: 500;
  color: #004D9D;
  margin: 0;
}
.cont-pg-wrap {

}
.cont-pg-wrap .single-cont {
	margin: 0 0 23px;
	display: flex;
}
.cont-pg-wrap .single-cont:last-child {
}

.cont-pg-wrap .single-cont .check-icon {
  flex-shrink: 0;
  margin: 0 10px 0 0;
  width: 20px;
}

.cont-pg-wrap .single-cont .up-icon {
  flex-shrink: 0;
  margin: 0 21px 0 0;
}
.cont-pg-wrap .single-cont.disabled {
  opacity: 0.7;
}
.cont-pg-wrap .single-cont .txt-cont {

}
.cont-pg-wrap .single-cont .txt-cont p {
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  margin: 0;
  line-height: 1.4;
}

.content-eirmod {

}
.content-eirmod-inner {
  padding: 17px 20px 65px 20px;
  margin: 10px 0 0;
  background: #EAEAEB;
}
.content-eirmod .title {
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: 1px solid #fff;
}
.content-eirmod .title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #707070;
}
.eirmod-list {

}
.eirmod-list .single {
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  margin-top: 10px;
}
.eirmod-list .single:first-child {
  
}
.eirmod-list .single i {
  font-size: 13px;
  margin: 0 2px 0 0;
}
.button-bottom-jd {
  margin: 10px 0 0;
  padding: 10px 20px 11px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(to right, #004D9D,#87B740);
  text-transform: uppercase;
} 

.block-box1-type3 .cont-t3 h4 {
margin: 0 0 2px;
font-size: 18px !important;
font-weight: 300;
color: #707070 !important;
}

.block-box1-type3 .cont-t3 h3 {
font-size: 50px;
margin: 0;
color: #484848 !Important;
}

/* ---square ---end */

/* ---Authorize-users ---start */
.title-row-top {
padding: 34px 0 50px;
display: flex;
justify-content: center;
}

.title-row-top {
padding: 34px 0 25px;
display: flex;
justify-content: center;
}

.title-row-top-inner {
display: flex;
align-items: center;
}

.title-row-top-inner h4 {
font-size: 16px;
font-weight: 500;
color: #575656;
margin: 0;
}

.title-row-top-inner .icon {
margin: 0 5px 0 0;
}

/* ---eye icon--- */
.icon-div {
    position: relative;
}

    .icon-div i {
        position: absolute;
        right: 15px;
        top: 15px;
        color: #cccccc;
    }


/* ---eye icon---end */

/* ---change user icon--- */
.form-fill .form-title .row1 .icon-lock {
    margin: -4px 10px 0 0px;
    max-width: 22px;
}

/* ---change user icon---end */

.single-input-y-button.theme-lightred {
    background: #F4CFD0;
}

.single-input-y-button.theme-red {
    background: #CD1719;
}

.single-input-y-button.theme-grey {
    background: #707070;
}


/* ---delete-users ---end */

.single-input-y-button.theme-lightred {
    background: #F4CFD0;
}

.single-input-y-button.theme-red {
    background: #CD1719;
}

.single-input-y-button.theme-grey {
    background: #707070;
}

/* ---single-input-y--- */
.single-input-y {
    width: 100%;
    margin: 0 0 16px;
    position: relative;
}

    .single-input-y .single-input-status {
        position: absolute;
        top: 50%;
        left: -28px;
        transform: translate(0,-50%);
    }

        .single-input-y .single-input-status i {
            color: #FECC2F;
        }

            .single-input-y .single-input-status i.success {
                color: #87B740;
            }

.single-input-y-input {
    padding: 8px 12px;
    min-height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #9D9D9D;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 0;
    display: flex;
    align-items: center;
}

    .single-input-y-input.nice-select::after {
        border-width: 1px;
        height: 7px;
        width: 7px;
        margin-top: -5px;
        border-color: #657281;
        right: 20px;
    }

    .single-input-y-input.nice-select .list {
        padding: 5px 0 10px;
        margin-top: 0;
        border: 1px solid #707070;
        border-top: none;
        box-shadow: none;
        width: calc(100% + 2px);
        margin-left: -1px;
    }

    .single-input-y-input.nice-select .option {
        padding: 6px 12px !important;
        min-height: 40px;
        font-size: 16px;
        font-weight: 300;
        color: #9D9D9D;
        width: 100%;
        border-radius: 0;
        display: flex;
        align-items: center;
    }

.single-input-y-button {
    display: block;
    background: #87B740;
    color: #fff;
    text-align: center;
    border-color: transparent;
    font-weight: 500;
}

    .single-input-y-button:hover {
        color: #fff;
    }

    .single-input-y-button.theme-ass {
        background: #666666;
    }

    .single-input-y-button.theme-red {
        background: #CD1719;
    }

.succes h2 {
    font-size: 16px;
    font-weight: 300;
    color: #87B740;
    margin: 0;
    text-align: center;
}

.single-input-y-button.theme-lightred {
}


.single-input-y-button.confirm {
    background: #FFFFFF;
    color: #9D9D9D;
    font-weight: 300;
    text-decoration: underline;
}

/* ---delete-user---end */

/* ---add user --- */
.single-input-y-button.theme-lightgreen {
    background: #e3f1d6;
}

/* ---add user ---end */

/* ---source --- */
.row-source {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .row-source h2 {
        font-size: 16px;
        font-weight: 300;
        color: #575656;
        margin-top: -20px;
        padding-bottom: 30px;
    }




form-fill-source .form-title-source .row1 h2 {
    font-size: 16px;
    font-weight: 500;
    color: #575656;
    margin: 0;
}

.form-upload-main {
    padding-top: 20px;
}

.upload {
    border: 2px dashed #707070;
    border-radius: 18px;
    background-color: #EAEAEA;
    padding: 20px;
    width: 100%;
    text-align: center;
}

    .upload h4 {
        font-size: 27px;
        color: #707070;
        padding-top: 15px;
    }

    .upload p {
        font-size: 12px;
        font-weight: 300;
        color: #707070;
        margin-top: -10px;
    }

.single-input-x-button-upload {
    background: #C2C2C2;
    color: #fff;
    text-align: center;
    border-color: transparent;
    width: 200px;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    cursor: pointer;
}

.version-single-head-source {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #EDEDED;
    margin-top: 50px;
}

    .version-single-head-source .column {
        width: 100%;
        font-size: 17px;
        font-weight: 100;
        color: #484848;
        display: flex;
    }

    .version-single-head-source .col1 {
        width: 7%;
    }

    .version-single-head-source .col2 {
        width: 26%;
    }

    .version-single-head-source .col3 {
        width: 13%;
    }

    .version-single-head-source .col4 {
        width: 14%;
    }

    .version-single-head-source .col5 {
        width: 14%;
    }

    .version-single-head-source .col6 {
        width: 14%;
    }

    .version-single-head-source .col7 {
        width: 8%;
    }

    .version-single-head-source .col8 {
        width: 4%;
    }

.version-single-source {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #EDEDED;
}

    .version-single-source .column {
        width: 100%;
        font-size: 17px;
        font-weight: 300;
        color: #484848;
        display: flex;
    }

    .version-single-source .col1 {
        width: 7%;
    }

    .version-single-source .col2 {
        width: 26%;
    }

    .version-single-source .col3 {
        width: 13%;
    }

    .version-single-source .col4 {
        width: 14%;
    }

    .version-single-source .col5 {
        width: 14%;
    }

    .version-single-source .col6 {
        width: 14%;
    }

    .version-single-source .col7 {
        width: 8%;
    }

    .version-single-source .col8 {
        width: 4%;
    }

.source-check {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    padding-left: 20%;
}


.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/* ---source ---end */

/* ---menu-dropdown--- */

.dropdown-menu {
    height: 200px;
}

.user-dropdown-menu {
    min-width: 170px;
    border-radius: 7px;
    border: 1px solid #9D9D9D;
    inset: 8px auto auto 0px !important;
    padding: 0;
    overflow: hidden;
    transition: height 0.3s;
}

    .user-dropdown-menu .sub-menu-lavel1 {
        padding: 18px 20px 15px;
        position: relative;
        transition: 0.3s;
    }

    .user-dropdown-menu .sub-menu-level2 {
        width: 100%;
        padding: 18px 20px 15px;
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        display: none;
    }

        .user-dropdown-menu .sub-menu-level2.active {
            display: block;
        }


.level2-submenu-opened .sub-menu-lavel1 {
    transform: translate(-100%,0);
}

.user-dropdown-menu ul li {
    margin-bottom: 15px;
}

    .user-dropdown-menu ul li:last-child {
        margin-bottom: 0;
    }

    .user-dropdown-menu ul li a {
        font-size: 14px;
        font-weight: 500;
        color: #575656;
        display: flex;
        justify-content: space-between;
    }

        .user-dropdown-menu ul li a .chevron {
            font-size: 11px;
            color: #C7C7C7;
        }

.user-dropdown-menu .b-logout {
    margin: 2px 18px 0px 0px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    font-weight: 500;
    color: #9D9D9D;
}

    .user-dropdown-menu .b-logout img {
        margin: 0 0 0 6px;
    }

.user-dropdown-menu .c-back {
    margin: 22px 0 0;
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 500;
    color: #9D9D9D;
}


/* ---menu-dropdown ---end */


/* ---Question-Output--- */

.single-li-item .print-header {
    padding: 10px 20px 10px 20px;
    background: #9D9D9D;
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}



.info-print {
    min-width: 30px;
}



.single-li-item .print-header h4 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
}



.print-header .print {
    margin: 0 10px 0 0;
    padding-left: 870px;
}



.ssd-l-cont-single .txt-report {
    padding: 40px 10px 40px 22px;
    font-size: 18px;
    font-weight: 300;
    color: #484848;
    line-height: 1.4;
    min-width: 87.6%;
}



.title-ssd .row2 .left h3 {
    font-size: 24px;
    font-weight: 500;
    color: #004D9D;
    margin-left: -250px;
}



.cont-pg-er {
    padding: 0px 0px 0px 0px;
    margin: 10px 0 0;
    background: #EDEDED;
}



.ssd-l-cont-single .txt-recom {
    padding: 12px 15px 12px 15px;
    font-size: 16px;
    font-weight: 300;
    color: #484848;
    line-height: 1.4;
    min-width: 87.6%;
}



.ssd-l-cont-single .side-badge.grey-a {
    background: #C6C6C6;
}



.ssd-l-cont-single .side-badge.grey-b {
    background: #9D9D9D;
}



.badge-frame {
    width: 25px;
}



.side-badge-output {
    width: 25px;
    min-height: 34%;
    flex-shrink: 0;
    background: #87B740;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: solid 1px;
    border-bottom-color: white;
}



.corner-badge-td-green {
    position: absolute;
    bottom: 57px;
    height: 51px;
    width: 51px;
    background: var(--theme__color1);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}



.corner-badge-td-orange {
    position: absolute;
    bottom: -399px;
    height: 51px;
    width: 51px;
    background: var(--theme__color3);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}



.corner-badge-td-txt {
    padding: 0px 10px 0px 22px
}



.table-header {
    margin-top: 15px;
    margin-bottom: 10px;
}



/* ---Question-Output---end */




/* ---final-report--- */



.version-list-r {
    padding: 0 0 5px;
    margin-top: -65px;
}



.version-single-head-data-r {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #ffffff;
    margin-top: 50px;
    margin-bottom: -18px;
}



    .version-single-head-data-r .col1a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col2a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col3a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col4a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col5a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col6a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col7a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col8a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col9a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col10a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col11a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-head-data-r .col12a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



.version-single-data-r {
    display: flex;
    padding: 9px 0px;
}



    .version-single-data-r .col1a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col2a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col3a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col4a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col5a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col6a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col7a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col8a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col9a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col10a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col11a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



    .version-single-data-r .col12a {
        width: calc(100%/12);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }



.version-single-head-data-sum {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #ffffff;
    margin-top: 50px;
    margin-bottom: -10px;
}



    .version-single-head-data-sum .col1a {
        width: calc(100%/3);
        font-size: 24px;
        font-weight: 500;
        color: #004D9D;
        background-color: #EDEDED;
        padding-left: 15px;
    }



    .version-single-head-data-sum .col2a {
        width: calc(100%/3);
        font-size: 24px;
        font-weight: 500;
        color: #004D9D;
        background-color: #EDEDED;
        padding-left: 15px;
    }



    .version-single-head-data-sum .col3a {
        width: calc(100%/3);
        font-size: 24px;
        font-weight: 500;
        color: #004D9D;
        background-color: #EDEDED;
        padding-left: 15px;
    }



.version-single-data-sum {
    display: flex;
    padding: 0px 0px;
}



    .version-single-data-sum .col1a {
        width: calc(100%/3);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-right: 1px solid #C6C6C6;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
        page-break-inside: avoid;
    }



    .version-single-data-sum .col2a {
        width: calc(100%/3);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-right: 1px solid #C6C6C6;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
        page-break-inside: avoid;
    }



    .version-single-data-sum .col3a {
        width: calc(100%/3);
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
        page-break-inside: avoid;
    }



.single-li-item .sum-header {
    padding: 10px 20px 10px 20px;
    background: #EDEDED;
    display: flex;
    align-items: center;
    margin-bottom: -25px;
}



    .single-li-item .sum-header h3 {
        font-size: 24px;
        font-weight: 500;
        color: #004D9D;
        margin: 0;
    }



.single-li-item .sum-txt {
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}



    .single-li-item .sum-txt p {
        font-size: 18px;
        font-weight: 300;
        color: #484848;
        margin: 0;
        page-break-inside: avoid;
    }


/* ---final-report-light--- */

.version-list-lite {
    padding: 0 0 5px;
    margin-top: -65px;
}

.version-single-head-data-lite {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #ffffff;
    margin-top: 50px;
    margin-bottom: -18px;
}

    .version-single-head-data-lite .col1lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-head-data-lite .col2lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-head-data-lite .col3lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-head-data-lite .col4lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #8b0000;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-head-data-lite .col5lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

.version-single-data-lite {
    display: flex;
    padding: 9px 0px;
}

    .version-single-data-lite .col1lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #87B740;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-data-lite .col2lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        background: #FECC2F;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-data-lite .col3lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CC6D1B;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-data-lite .col4lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #8b0000;
        border-right: 1px solid #ffffff;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

    .version-single-data-lite .col5lite {
        width: calc(100%/5);
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        background: #CD1719;
        padding: 15px 0px 15px 0px;
        text-align: center;
    }

.block-box1-type3b {
    background: #EDEDED;
    transform: scale(1) !important;
}

    .block-box1-type3b .cont-t2 {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .block-box1-type3b .cont-t2 {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .block-box1-type3b .cont-t2 h4 {
            font-size: 17px;
            margin: 0 0 5px;
            line-height: 1.1;
        }

.block-box9 {
    height: 225px;
    padding: 20px;
    background: #064D9D;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-box9.focus-class {
        z-index: 5;
    }

/* ---final-report---end */

/* --h4-nice-select-- */
.h4-nice-select {
    font-size: 17px;
    padding: 0;
    font-weight: 600;
}

    .h4-nice-select::after {
        border-width: 1px;
        height: 7px;
        width: 7px;
        margin-top: -5px;
        border-color: #454e58;
        right: 5px;
    }

    .h4-nice-select .list {
        left: -10px;
        width: calc(100% + 21px);
    }

    .h4-nice-select .list {
        padding: 5px 0;
    }

        .h4-nice-select .list .option {
            padding: 0px 9px !important;
            line-height: 1;
        }

/* --h4-nice-select--end */

/* --ModuleA2-Naster-- */

.block-boxA21 {
    height: 225px;
    padding: 20px;
    background: #064D9D;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxA21 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 90px;
    }

    .block-boxA21 h4.t {
        margin: 0 0 7px;
        color: var(--theme__color1);
    }

    .block-boxA21 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxA21 p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

.block-boxA22 {
    height: 225px;
    padding: 20px;
    background: #2768A8;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}
    .block-boxA22:hover {
        transform: scale(1.03);
    }


    .block-boxA22 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 40px;
    }

    .block-boxA22 h4.t {
        margin-top: 5px;
        color: var(--theme__color1);
    }

    .block-boxA22 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxA22 p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }
/* -- End of ModuleA2 Naster-- */

/* --Module A2 Sub-- */

.block-boxS1 {
    height: 225px;
    padding: 20px;
    background: #2768A8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxS1:hover {
        transform: scale(1.03);
    }

    .block-boxS1 .corner-badge-lt.white {
        background: #fff;
        top: -2px;
        left: -2px;
    }

    .block-boxS1 .corner-back {
        position: absolute;
        top: 2px;
        left: 2px;
        display: flex;
    }

    .block-boxS1 .corner-badge-lt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 7px 10px;
        height: 51px;
        width: 51px;
        background: var(--theme__color1);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .block-boxS1 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }


    .block-boxS1 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxS1 p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }

.block-boxS2 {
    height: 225px;
    padding: 20px;
    background: #BECEDD;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxS2 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }


    .block-boxS2 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxS2 p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }


.block-boxS3 {
    height: 225px;
    padding: 20px;
    background: #EDEDED;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}



    .block-boxS3 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }

    .block-boxS3 .cont-l {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0px;
        height: 170px;
    }


    .block-boxS3 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

/* -- End of Module A2 Sub-- */

/* --SUSTAINABILITY REPORT-- */

.block-wrapperSUS {
    grid-gap: 10px;
    grid-template-columns: fit-content(227px) fit-content(227px) fit-content(227px) auto;
    display: grid;
    grid-auto-flow: dense;
}

.block-box1SUS {
    height: 225px;
    width: 227px;
    padding: 20px;
    background: #064D9D;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}



    .block-box1SUS.block-active::after {
        content: '';
        height: 100%;
        width: 100%;
        display: block;
        background: linear-gradient(to right,rgba(128, 178, 69, 1),transparent);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .block-box1SUS .corner-badge-lt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 7px 10px;
        height: 51px;
        width: 51px;
        background: var(--theme__color1);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .block-box1SUS:hover {
        transform: scale(1.03);
    }

    .block-box1SUS .corner-badge-lt.white {
        background: #fff;
        top: -2px;
        left: -2px;
    }

    .block-box1SUS .corner-b-rt {
        position: absolute;
        top: 8px;
        right: 9px;
        display: flex;
    }

    .block-box1SUS .corner-back {
        position: absolute;
        top: 2px;
        left: 2px;
        display: flex;
    }

    .block-box1SUS .cont-t {
        padding: 0 0 3px;
        width: 100%;
        margin-top: auto;
    }

    .block-box1SUS h2 {
        padding: 0 0 8px;
        margin: 0 0 23px;
        font-size: 50px;
        font-weight: 500;
        position: relative;
        width: max-content;
    }

        .block-box1SUS h2::after {
            content: '';
            height: 6px;
            width: 100%;
            display: flex;
            position: absolute;
            bottom: 0;
            left: 0;
            background: #fff;
        }

    .block-box1SUS h3 {
        font-size: 28px;
        font-weight: 500;
        margin: 0;
    }

.block-boxS1SUS {
    height: 225px;
    width: 227px;
    padding: 20px;
    background: #2768A8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxS1SUS:hover {
        transform: scale(1.03);
    }

    .block-boxS1SUS .corner-badge-lt.white {
        background: #fff;
        top: -2px;
        left: -2px;
    }

    .block-boxS1SUS .corner-back {
        position: absolute;
        top: 2px;
        left: 2px;
        display: flex;
    }

    .block-boxS1SUS .corner-badge-lt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 7px 10px;
        height: 51px;
        width: 51px;
        background: var(--theme__color1);
        clip-path: polygon(0 0, 100% 0, 0 100%);
    }

    .block-boxS1SUS .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }


    .block-boxS1SUS h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxS1SUS p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }

.block-boxR2SUS {
    height: 225px;
    width: 227px;
    padding: 20px;
    background: #BECEDD;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

.block-boxR4 {
    height: 225px;
    padding: 20px;
    background: #EDEDED;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxR4 .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }

    .block-boxR4 h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-boxR4 p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }



.block-boxR2SUS .cont-m {
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 0px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    top: 60px;
}

.block-boxR2SUS h4 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.block-boxR2SUS p {
    font-size: 16px;
    font-weight: 300;
    margin-top: 30px;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.block-boxR2SUS:hover {
    transform: scale(1.03);
}

.block-boxR2SUS .corner-badge-lt.white {
    background: #fff;
    top: -2px;
    left: -2px;
}

.block-boxR2SUS .corner-back {
    position: absolute;
    top: 2px;
    left: 2px;
    display: flex;
}

.block-boxR2SUS .corner-badge-lt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 10px;
    height: 51px;
    width: 51px;
    background: var(--theme__color1);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}




.cont-af-ssd .left-column-report {
    width: 50%;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}



.cont-af-ssd .right-column-text {
    width: 50%;
}



.title-report {
    background: #004D9D;
}



    .title-report .row1 {
        padding: 17px 23px;
        display: flex;
        justify-content: space-between;
    }



        .title-report .row1 .left {
            width: 90%;
        }



            .title-report .row1 .left h3 {
                font-size: 24px;
                font-weight: 500;
                color: #ffffff;
                margin: 0;
            }



.title-text {
    background: #004D9D;
}



    .title-text .row2 {
        padding: 17px 23px;
        display: flex;
        justify-content: space-between;
    }



.title-left .row1 .left {
    width: 90%;
}



.title-text .row2 .left h3 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}



.title-report-cont {
    background: #EDEDED;
    height: 693px;
}



    .title-report-cont .row1 .left p {
        padding: 23px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        color: #707070;
        margin: 0;
    }



.title-text-cont {
    background: #EDEDED;
}



.cont-af-ssd .left-column-center {
    width: 100%;
    margin: 0 10px 0 0;
    flex-shrink: 0;
}



.title-center {
    background: #004D9D;
}



    .title-center .row1 {
        padding: 17px 23px;
        display: flex;
        justify-content: space-between;
    }



        .title-center .row1 .left {
            width: 100%;
        }



            .title-center .row1 .left h3 {
                font-size: 24px;
                font-weight: 500;
                color: #ffffff;
                text-align: center;
                margin-bottom: .1rem
            }



.block-wrapperSR {
    margin-top: 10px;
    grid-gap: 10px;
    grid-template-columns: repeat(5,1fr);
    display: grid;
    grid-auto-flow: dense;
}




.block-boxSR {
    height: 170px;
    padding: 20px;
    background: #EDEDED;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-boxSR h3 {
        font-size: 24px !important;
        font-weight: 500;
        color: #004D9D;
        text-align: center;
        margin-bottom: 20px !important;
    }


/* -- End of SUSTAINABILITY REPORT-- */

/* ---content-tab-section--- */

.block-section-t {
    padding: 10px 0px 0px 0px;
}

.content-tab-section {
}

.content-tab-section-inner {
}


.content-tabs {
    padding: 0px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.radio-for-tab-nav {
    display: none;
}

#content-tab-nav1 {
    bottom: 0;
}

.content-tabs .content-tab-nav {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 4px solid #064D9D;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}


    .content-tabs .content-tab-nav p {
        color: #ffffff;
    }

.content-tabs .radio-for-tab-nav:checked + .content-tab-nav {
    background: #EDEDED;
    color: #064D9D;
}

    .content-tabs .radio-for-tab-nav:checked + .content-tab-nav p {
        color: #707070;
    }

.content-tabs .content-tab-nav h3 {
    font-size: 24px;
    margin: 0 0 16px;
    font-weight: 500;
}

.content-tabs .content-tab-nav p {
    font-size: 18px;
    font-weight: 300;
    font-weight: 300;
}


.content-tabs .content-tab-nav h6 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 200;
    font-weight: 200;
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.content-tabs .radio-for-tab-nav:checked + .content-tab-nav h6 {
    color: #707070;
    font-size: 12px;
    font-weight: 200;
    font-weight: 200;
    position:absolute;
    bottom:5px;
    right:10px;
}

.content-tab-single {
    padding: 32px 20px 30px;
    background: #EDEDED;
    display: none;
    width: 100%;
}

.content-tab-heading {
    margin: 0 0 28px;
}

    .content-tab-heading h3 {
        font-size: 24px;
        margin: 0 0 16px;
        font-weight: 500;
        color: #484848;
    }

    .content-tab-heading p {
        font-size: 18px;
        font-weight: 300;
        color: #707070;
    }

.content-tab-list {
}

    .content-tab-list label {
        padding: 10px 3px;
        color: #707070;
        width: 100%;
        border-bottom: 1px solid #ADAAAA;
        display: flex;
        font-weight: 300;
        font-size: 18px;
    }

        .content-tab-list label:last-child {
            border-bottom: none;
        }

        .content-tab-list label .checkbox {
            margin: 0 13px 0 0;
        }

#content-tab-nav1:checked ~ #content-tab1,
#content-tab-nav2:checked ~ #content-tab2,
#content-tab-nav3:checked ~ #content-tab3,
#content-tab-nav4:checked ~ #content-tab4,
#content-tab-nav5:checked ~ #content-tab5 {
    display: block;
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.block-box-t {
    height: 225px;
    padding: 20px;
    background: #2768A8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}

    .block-box-t .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 60px;
    }

    .block-box-t h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .block-box-t p {
        font-size: 16px;
        font-weight: 300;
        margin-top: 30px;
        letter-spacing: -0.3px;
        text-transform: uppercase;
    }

.title-report .row1 .left-t {
    width: 30%;
}

.version-single-head-data-tab {
    display: flex;
}

.row1 .col1a {
    width: calc(80%/4);
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #ffffff;
}

.row1 .col2a {
    width: calc(100%/4);
    font-size: 24px !important;
    font-weight: 500 !important;
    background-color: #EDEDED;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.row1 .col3a {
    width: calc(100%/4);
    font-size: 24px !important;
    font-weight: 500 !important;
}

.row1 .col4a {
    width: calc(100%/4);
    font-size: 24px !important;
    font-weight: 500 !important;
}

.cont-indicator {
    padding-bottom: 25px;
}

.content-tabs .content-tab-nav-inaktiv {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #ffffff;
    margin-top: var(--gap);
    transition: 0.3s;
}


/* ---content-tab-section---end */

/* --Benchmarking-- */

.content-tabs .content-tab-nav.blue {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 5px solid #51bbfe;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}

.content-tabs .content-tab-nav.green {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 5px solid #8ff7a7;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}

.content-tabs .content-tab-nav.yellow {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 5px solid #f4e76e;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}

.content-tabs .content-tab-nav.purple {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 5px solid #8470ff;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}

.content-tabs .content-tab-nav.brown {
    --colN: 5;
    --col: 5px;
    --gap: 10px;
    --gapN: 10;
    padding: 20px 20px 30px;
    width: calc((100% / var(--colN)) - ((var(--col) - 1px) * var(--gapN)) / var(--colN));
    background: #064D9D;
    border-top: 5px solid #d2691e;
    color: #80B244;
    margin-top: var(--gap);
    transition: 0.3s;
    cursor: pointer;
}




.block-box-bench {
    padding: 20px;
    background: #EDEDED;
    color: #484848;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
}





.version-list-bench {
    padding: 0 0 5px;
    margin-top: 5px;
}

.version-single-data-bench {
    display: flex;
    padding: 0px 0px;
}

    .version-single-data-bench .col1 {
        width: 3%;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
    }

    .version-single-data-bench .col2 {
        width: 47%;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-right: 1px solid #C6C6C6;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
    }

    .version-single-data-bench .col3 {
        width: 3%;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
    }

    .version-single-data-bench .col4 {
        width: 47%;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        color: #484848;
        border-bottom: 1px solid #C6C6C6;
        padding: 15px;
    }
/* --Benchmarking--end */

/* --Starboard-Industry-Metrics-- */

.version-single-head-data-im {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #c9c8c8;
    margin-top: 10px;
}

    .version-single-head-data-im .col1 {
        width: 40%;
        padding-right: 20px;
    }

    .version-single-head-data-im .col2 {
        width: 10%;
        text-align: center;
    }

    .version-single-head-data-im .col3 {
        width: 10%;
        text-align: center;
    }

    .version-single-head-data-im .col4 {
        width: 10%;
        text-align: center;
    }

    .version-single-head-data-im .col5 {
        width: 10%;
        text-align: center;
    }

    .version-single-head-data-im .col6 {
        width: 10%;
        text-align: center;
    }

    .version-single-head-data-im .col7 {
        width: 10%;
        text-align: center;
    }

.version-single-data-im {
    display: flex;
    padding: 9px 0px;
    border-bottom: 1px solid #c9c8c8;
}

    .version-single-data-im .col1 {
        width: 40%;
    }

    .version-single-data-im .col2 {
        width: 10%;
        text-align: center;
    }

    .version-single-data-im .col3 {
        width: 10%;
        text-align: center;
    }

    .version-single-data-im .col4 {
        width: 10%;
        text-align: center;
    }

    .version-single-data-im .col5 {
        width: 10%;
        text-align: center;
    }

    .version-single-data-im .col6 {
        width: 10%;
        text-align: center;
    }

    .version-single-data-im .col7 {
        width: 10%;
        text-align: center;
    }

.cont-af-l1-inner .title h2 {
    font-size: 24px;
    font-weight: 500;
    color: #004D9D;
    margin: 0;
}

/* ---Starboard-Industry-Metrics---end */

/* ---siegel-section--- */
.ywe-section {
    display: none;
    min-height: 500px;
}

.ywe-section-inner {
}

.ywe-badge-wrapper {
}

.ywe-badge {
    min-height: 216px;
    margin: 0 0 100px;
    position: relative;
    background: #EDEDED;
}

    .ywe-badge .bdg-img {
        position: absolute;
        top: 0;
        left: 25px;
    }

    .ywe-badge .text-content {
        padding: 28px 30px 20px 390px;
    }

        .ywe-badge .text-content h3 {
            font-size: 37px;
            margin: 0 0 5px;
            font-weight: 300;
            color: #898888;
        }

        .ywe-badge .text-content p {
            font-size: 22px;
            font-weight: 300;
            color: #898888;
        }
/* ---siegel-section---end */


/* ---gates-section--- */
.coffee-section {
    padding-top: 10px;
}

.coffee-section-inner {
}

.title-cx {
    padding: 17px 20px;
    background: #004D9D;
    color: #fff;
    margin: 0 0 10px;
}

    .title-cx h3 {
        font-size: 24px;
        font-weight: 500;
    }

.coffee-flow-row {
    --inner-space: 0px;
    --bt-space: var(--inner-space);
    --item: 5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1 );
    margin-bottom: 10px;
}

.single-fc {
    padding: 20px 20px 20px 37px !important;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: var(--theme-color);
    color: #fff;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    transition: 0.3s;
    cursor: pointer;
    margin-top: -30px;
}

    .single-fc:hover {
        --theme-color: #CB1719 !important;
    }

    .single-fc.active {
        --theme-color: #CB1719 !important;
    }

.coffee-flow-row .single-fc:nth-child(1) {
    z-index: 5;
    padding-left: 20px;
}

.coffee-flow-row .single-fc:nth-child(2) {
    z-index: 4;
}

.coffee-flow-row .single-fc:nth-child(3) {
    z-index: 3;
}

.coffee-flow-row .single-fc:nth-child(4) {
    z-index: 2;
}

.coffee-flow-row .single-fc:nth-child(5) {
    z-index: 1;
}

.coffee-flow-row .single-fc:last-child::after {
    display: none;
}

.single-fc::after {
    content: '';
    height: 100%;
    width: 25px;
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    background: var(--theme-color);
    display: block;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: 0.3s;
}

.single-fc.single-fc-r-shade1 {
    --theme-color: #80B244;
}

.single-fc.single-fc-r-shade2 {
    --theme-color: #46846C;
}

.single-fc.single-fc-r-shade3 {
    --theme-color: #286D82;
}

.single-fc.single-fc-r-shade4 {
    --theme-color: #18608D;
}

.single-fc.single-fc-r-shade5 {
    --theme-color: #014E9D;
}

.single-fc::after {
}

.single-fc h3 {
    font-size: 24px;
    margin: 0 0 13px;
    font-weight: 500;
    color: #ffffff;
}

.single-fc p {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
}

.coffee-ssd-row {
    --inner-space: 10px;
    --bt-space: var(--inner-space);
    --item: 2;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1 );
    justify-content: center;
}

.coffee-ssd-single {
    padding: 60px 20px 80px;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .coffee-ssd-single .in-btn {
        padding: 8px 70px;
        font-size: 24px;
        font-weight: 500;
        background: #F5C532;
        color: #fff;
    }

    .coffee-ssd-single .button-bottom-jd3 {
        padding: 10px 20px 11px;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        background: #87B740 !important;
        text-transform: uppercase;
        margin: 0 auto;
        margin-top: 10px;
    }
/* ---gates-section---end */



.back-to-top {
    background: #87B740;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 1em;
    z-index: 100;
}


.print-block {
    display: none;
}

/* --Multilanguage */

.lang {
    display: flex;
}

.flag {
    flex: 20%;
    cursor: pointer;
    cursor: hand;
}

.de {
    width: 20px !important;
}

/* --Multilanguage--end */
/* --Steps-Menu */
.single-fc.single-fc-r-shade1 {
    --theme-color: #2F9893;
}

.single-fc.single-fc-r-shade2 {
    --theme-color: #28827D;
}

.single-fc.single-fc-r-shade3 {
    --theme-color: #286D82;
}

.single-fc.single-fc-r-shade4 {
    --theme-color: #18608D;
}

.single-fc.single-fc-r-shade5 {
    --theme-color: #014E9D;
}

.single-fc.single-fc-r-shade1-maked {
    --theme-color: #79B039;
}

.single-fc.single-fc-r-shade2-maked {
    --theme-color: #649331;
}

.single-fc.single-fc-r-shade3-maked {
    --theme-color: #4E7427;
}

.single-fc.single-fc-r-shade4-maked {
    --theme-color: #38551D;
}

.single-fc.single-fc-r-shade5-maked {
    --theme-color: #1E340D;
}

.version-single-head-data-must {
    margin-top: 30px;
    display: flex;
    padding: 0px;
}

    .version-single-head-data-must .col1 {
        width: 6%;
        padding-right: 20px;
    }

    .version-single-head-data-must .col2 {
        width: 94%;
    }

.corner-home {
    height: 59px;
    width: 100%;
    background-color: var(--theme__color1);
    margin-top: 30px;
}

.back-start {
    height: 100%;
    width: 100%;
    padding: 15px;
}

.coffee-flow-row {
    --inner-space: 0px;
    --bt-space: var(--inner-space);
    --item: 5;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1 );
    /* margin-bottom: 10px; */
    margin-top: 30px;
    width: 100%;
}

/*--disabled menu item--*/
.single-fc-disabled {
    padding: 20px 20px 20px 37px !important;
    width: calc((100% / var(--item)) - var(--inner-space));
    margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
    background: var(--theme-color);
    color: #fff;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    transition: 0.3s;
    cursor: not-allowed;
    margin-top: -30px;
}

.coffee-flow-row .single-fc-disabled:nth-child(1) {
    z-index: 5;
    padding-left: 20px;
    margin-top: 0px;
}

.coffee-flow-row .single-fc-disabled:nth-child(2) {
    z-index: 4;
    margin-top: 0px;
}

.coffee-flow-row .single-fc-disabled:nth-child(3) {
    z-index: 3;
    margin-top: 0px;
}

.coffee-flow-row .single-fc-disabled:nth-child(4) {
    z-index: 2;
    margin-top: 0px;
}

.coffee-flow-row .single-fc-disabled:nth-child(5) {
    z-index: 1;
    margin-top: 0px;
}

.coffee-flow-row .single-fc-disabled:last-child::after {
    display: none;
}

.single-fc-disabled::after {
    content: '';
    height: 100%;
    width: 25px;
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    background: var(--theme-color);
    display: block;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    transition: 0.3s;
}

.single-fc-disabled.single-fc-r-shade1 {
    --theme-color: #80B244;
}

.single-fc-disabled.single-fc-r-shade2 {
    --theme-color: #46846C;
}

.single-fc-disabled.single-fc-r-shade3 {
    --theme-color: #286D82;
}

.single-fc-disabled.single-fc-r-shade4 {
    --theme-color: #18608D;
}

.single-fc-disabled.single-fc-r-shade5 {
    --theme-color: #014E9D;
}

.single-fc-disabled::after {
}

.single-fc-disabled h3 {
    font-size: 24px;
    margin: 0 0 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.3) !important;
}

.single-fc-disabled p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3) !important;
}


.block-box1a-disabled {
    height: 225px;
    padding: 20px;
    background: #064D9D;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    cursor: not-allowed;
}

    .block-box1a-disabled .cont-m {
        padding-top: 0px;
        padding-right: 6px;
        padding-bottom: 0px;
        padding-left: 20px;
        width: 100%;
        position: absolute;
        top: 90px;
    }

    .block-box1a-disabled h4.t {
        margin: 0 0 7px;
        color: rgba(135, 183, 64, 0.3) !important;
    }

    .block-box1a-disabled h4 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.3) !important;
    }

    .block-box1a-disabled p {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        text-transform: uppercase;
    }

/* --Steps-Menu--end */