@font-face {
    font-family: Roboto;
    font-weight: Regular;
    src: url("../Assets/fonts/Roboto-Regular.ttf") format("opentype");
}

@font-face {
    font-family: Roboto;
    font-weight: Bold;
    src: url("../Assets/fonts/Roboto-Bold.ttf") format("opentype");
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
}

body,html {
    font-family: Arial !important; /* Roboto */
}
body{
    margin-top: 0px !important;
}

a {
    text-decoration: none;
}

hr{
    margin-top: 0px !important;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
} 
.row_two{
    padding-right: 0px;
}
.spanForExponent{
    display: inline-block;
    padding-right: 4px;
    transform: translateY(-5px);
}
#download-pdf{
    cursor: pointer;
}

/* anchor for product protection link */
a.pprod {
    text-decoration: none;
}
a.pprod:link {
    color: #0e347b;
}
a.pprod:visited {
    color: #0e347b;
    border-bottom: 1px solid #0e347b;
}
a.pprod:hover {
    color: #0e347b;
    border-bottom: 1px solid #0e347b;
}

/* anchor for news links */
a.pnews {
    text-decoration: none;
}
a.pnews:link {
	text-decoration: none;
    color: #0e347b;
}
a.pnews:visited {
	text-decoration: none;
    color: #0e347b;
    border-bottom: 2px solid #0e347b;
}
a.pnews:hover {
	text-decoration: none;
    color: #0e347b;
    border-bottom: 2px solid #0e347b;
}

/* anchor for smart insights link */
a.smlink {
    text-decoration: none;
	line-height: 1.5;
}
a.smlink:link {
	text-decoration: none;
    color: #212529;
}
a.smlink:visited {
    color: #212529;
	text-decoration: none;
    border-bottom: 2px solid #212529;
}
a.smlink:hover {
    color: #212529;
	text-decoration: none;
    border-bottom: 2px solid #212529;
}

/* anchor for privacy policy */
a.privacy {
	color: black;
    text-decoration: none;
	line-height: 1.5;
	border-bottom: 1px solid black;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.privacy:link {
	text-decoration: none;
    color: #black;
	border-bottom: 1px solid black;
}
a.privacy:visited {
    text-decoration: none;
    color: #black;
	border-bottom: 1px solid black;
}
a.privacy:hover {
	font-weight: bold;
    color: #0E347B;
	text-decoration: none;
	border-bottom: 2px solid #0E347B;
}

/* hover for calculator */
#calculator:hover {
	cursor: pointer;
}

/* ancors ------------------------- */
.for-ancor{
    height: 80px;

    position: absolute;
    left: 0;
    top: -80px;
}
#expertise-ancor{
    top: -105px;
}
#news-ancor{
    top: -78px;
}
#insights-ancor{
    top: -100px;
}
/* chat ----------------------------- */
.chat, .chat-in-steps{
    width: 324px;

    box-shadow: 0 0 5px 1px rgba(20, 20, 20, 0.233);

    position: fixed;
    top: 48%;
    right: 28px;

    z-index: 10000;

    transition: all .4s;
    transform: translateX(400px);
}
.chat__header{
    height: 40px;

    background-image: url("../Assets/imgs/background-chat.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.chat__close{
    position: absolute;

    right: 9px;
    top: 8%;

    padding-top: 9px;

    cursor: pointer;

    height: 20px;

    z-index: 2;
}

.chat__logo{
    height: 20px;
    width: 30px;

    position: absolute;

    top: 6px;
    left: 9px;
}
.chat__close div{
    width: 20px;
    height: 1px;

    background-color: #fff;
}
.chat__close div:first-child{
    transform: rotate(45deg);
}
.chat__close div:last-child{
    transform: rotate(-45deg);
    margin-top: -1px;
}

.chat__main{
    padding: 15px;

    background-color: #fff;
}

/* sidebar----------------------------- */
#sidebar{
    height: 100vh;
    width: 300px;

    background-color: #fff;

    z-index: 8000;

    position: fixed;
    top: 0;
    left: 0;

    box-shadow: 0 0 5px 2px rgba(58, 58, 58, 0.274);

    padding-left: 27px;
    margin-left: -300px;
    transition: margin-left .4s;
}
.sidebar-close{
    height: 20px;
    width: 20px;

    position: absolute;

    top: 10px;
    right: 13px;

    padding-top: 10px;

    cursor: pointer;
}
.sidebar-close div{
    height: 1px;
    width: 100%;

    background-color: rgb(31, 31, 31);
}
.sidebar-close div:first-child{
    transform: rotate(45deg);
    margin-bottom: -1px;
}
.sidebar-close div:last-child{
    transform: rotate(-45deg);
}

#sidebar ul{
    height: 40vh;

    margin-top: 3vh;

    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#sidebar ul>li{
    list-style-type: disc;

    align-items: center;
}
#sidebar ul>li>a{
    cursor: pointer;

    font-size: 16px;
    color: rgba(33, 37, 41, 0.966);

    display: block;
}
#sidebar ul>li>a:hover{
    text-decoration: none;
}
/* slider----------------------- */
#slide1{
    transform: translateX(0%);
    margin-top: -10px;
    transition: all .6s;
}
#slide2{
    transform: translateX(120%);
    transition: all .6s;
    margin-top: -10px;
}

#slide3{
    transform: translateX(220%);
    transition: all .6s;
    margin-top: -10px;
}
  /*  */
  #calculate-cost{
    z-index: 1999 !important;
  }
  .slider{
      display: none;

      padding-top: 85px !important;
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
  }
  .slider_viewport{
    position: fixed;

    width: 100%;

    z-index: 500;

    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .slide{
      position: fixed;

      width: 100%;

      z-index: 1000;
  }
  #slide3{
      padding-right: 10px !important;
  }

  .go1-back, .go2-back{
      left: -64px;
  }
  .go2, .go3{
    right: -64px;
}
  @media(max-width: 1366px){
    .go2, .go3{
        right: -53px;
    }
}

/* ----------------------------- */
.title3{
    border: 2px dashed rgb(161, 161, 161);

    padding-bottom: 60px;
    padding-top: 10px;
}
li {
    list-style-type: none;
    flex: 1;
}
.nav-wrraper{
        width: 100%;
        max-width: 1718px !important;

        margin-left: auto;
        margin-right: auto;

        display: flex;
        align-items: center;
        justify-content: space-between;
}
#login-section{
    max-width: 1718px;
    overflow: visible !important;
    height: auto !important;

    margin-top: -50px;
}

#mainnav {
   position: fixed; 
   top: 0; /* Hide the navbar 50 px outside of the top view */
   width: 100%; /* Full width */
   height: 100px;
  
   z-index: 1000;

   padding: 7px 30px !important;

   border-bottom: 1px solid #ECEFF1;
} 

nav {
    background: #ffffff !important;
    margin: 0;
    display: block;
}
.nav-item{
    display: flex;
    align-items: center;
}

.navbar-brand:nth-child(2) {
    margin: 0;
}
.navbar-toggler {
    color: #000000;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 2rem !important;
}

.navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link{
     color: #223F83 !important;

     position: relative;
}

.navbar-nav .nav-link div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;

    border: 1px solid transparent !important;
    transition: all .2s;
}
.navbar-nav .nav-link div:hover {
    border-bottom: 1px solid #223F83 !important;
}
.navbar-nav .nav-link .burger:hover{
    border-bottom: 1px solid transparent !important;
}

.navbar-nav .nav-link span {
    max-height: 2px !important;
    text-align: right;
    display: block;
    margin-bottom: 5px;
    background: #C5C5C4;
    width: 23px;
    margin-right: 7px;

    border-bottom: 2px solid #223F83;
}
.navbar-nav .nav-link:hover>div.no-hover {
    text-decoration: none !important;
    border: 1px solid transparent  !important;
}
#firstNavElemInSidebar{
    color: #223F83 !important;
    
    display: flex;
    align-items: center;

    padding-bottom: 3px !important;
    margin-top: 34px;

    transform: translateX(6px);

    width: 86px;
}
/* burger icon */
.burger::after{
    content: '';
    position: absolute;

    top:0;
    left: 0;

    height: 100%;
    width: 100%;

    background-color: transparent;
}
#firstNavElemInSidebar .burger::after{
    width: 35%;
}
#firstNavElemInSidebar .burger{
    margin-right: 5px;
    margin-bottom: -6px;
}
#firstNavElem .burger, #firstNavElem2 .burger{
    padding-right: 4px;
    transform: translateY(2px);
}
.burger svg{
    width: 24px;
    height: 27px;

    position: relative;
}


#firstNavElemInSidebar span{
    max-height: 2px !important;
    text-align: right;
    display: block;
    margin-bottom: 5px;
    background: #C5C5C4;
    width: 23px;
    margin-right: 7px;

    border-bottom: 2px solid #223F83;
}
#firstNavElem{
    max-height: 27px;
}
#firstNavElem, #firstNavElem2, #firstNavElemInSidebar{
    border: 1px solid transparent;

    margin-left: 2rem;

    padding: 0 !important;

    cursor: pointer !important;
    position: relative;
}
#firstNavElem2{
    max-height: 30px;
}
#firstNavElem2, #firstNavElemInSidebar{
    border-top: 3px solid transparent;
}
#firstNavElem:hover, #firstNavElem2:hover, #firstNavElemInSidebar:hover{
    border-bottom: 1px solid #223F83;
    transition: all .2s;
}
/* #firstNavElem:hover>div>span {
    background-color: rgb(126, 171, 207);
    -webkit-transition: all .2s;
    transition: all .2s;
} */

#backToHomePage{
    display: none;
}
.backToHomePage__img{
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
}
.lastNavElem2__img{
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
}

.navbar-nav .nav-link span:last-child{
   margin-bottom: 0px;
}

#lastNavElem, #lastNavElem2{
    display: flex;
    cursor: pointer;
}
#lastNavElem img, #lastNavElem2 img{
    min-height:  26px !important;
    max-height: 26px !important;
}
#login2 strong, #login strong, #lastNavElem strong, #lastNavElem2 strong{
    height: 24px;
    font-weight: normal;

    padding-left: 1px;
    padding-right: 3px;

    border: 1px solid transparent;

    transition: all .2s;
}
#login2 strong:hover, #login strong:hover, #lastNavElem strong:hover, #lastNavElem2 strong:hover{
    border-bottom: 1px solid #223F83;
}
/* #login2:hover>div, #login:hover>div, #lastNavElem:hover>div{
    
} */



#scrolled {
    top: 0; /* Hide the navbar 50 px outside of the top view */
   width: 100%; /* Full width */

   z-index: 1;
   position: fixed;
   padding: 12px 30px !important;
    display: none;

    background-color: #cad2e2 !important;
}
#scrolled .navbar-brand img{
    width: 230px !important;
}

.main_img {
    height: 470px;
    background-image: url('../Assets/imgs/main_img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 73px;
}

.hero-section {
    position: absolute;
    /* width: calc(100% - 200px); */
/* margin-left: 200px; */
    width: 100%;
    height: 100vh;
    /* background: url('../Assets/imgs/main_img.jpg') no-repeat center; 
    background-position: center;
    background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto; */
    margin-bottom: 90px;
    margin-top: 0;
    padding-top: 0;
    padding-left: 2cm;
}

.hero-section h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 60px;
    width: 92%;
    padding-top: 112px;
    padding-left: 50%;
}

@media(min-width: 2000px){
    .hero-section h2 {
        width: 79%;
    }
}

.hero-section button {
    margin-top: 34px;
    margin-left: 50%;
    padding: 8px 10px;
    color: #003b81;
    cursor: pointer;
}

.hero-section button img{
    margin-left: 10px;
}

.hero-section button:hover{
 box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
}

#scroll_top {
    display: none; 
    position: fixed; 
    bottom: 20px; 
    right: 9px; 
    z-index: 3; 
    border: none; 
    cursor: pointer; 
  }

#scroll_top img {
   width: 55px;
  }

#overlay {
    display: none;
    color: transparent;
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    height: 200%;
    background-color: #0E347B;
    opacity: 0.22;
}
.steps{
    margin-right: -5px;
}
#step_one, #step_two, #step_three {
    display: none;
    width: 100%;
    height: calc(100vh - 64px);
    color: #000000;
    background: white;
    position: static;
    top: 13%;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    z-index: 5;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-bottom: 10px;
}
#step_two{
    height: calc(100vh - 75px);
}
#step_three{
    height: calc(100vh - 66px);
}
#step_one{
    background: url(../img/steps_backgroundV2.png);
  background-position:  100% 15% !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#step_two{
    background: url(../img/steps_backgroundV2.png);
  background-position:  100% 15% !important;
  background-size: cover;
  background-repeat: no-repeat;
}
#step_three{
    background: url(../img/steps_backgroundV2.png);
  background-position:  100% 15% !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.close-btn{
    margin-right:20px;width: 20px;cursor:pointer;margin-bottom: auto;
}

.close-login {
   margin:20px;float: right;width: 17px;cursor:pointer
}
.back-btn {
    margin-right:20px;cursor:pointer;
}

.back-btn img {
    width: 20px;
}

.close-btn img{
    width: 20px;
}
.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    margin-top: -15px;
}

#step_one .title, #step_two .title2{
    font-weight: bold; font-size: 20px;margin-right: auto;margin-left: 0;
}

#step_three .title3 {
    font-size: 16px;margin-right: auto;margin-left: 0;
}

#step_three .title3 p{
    margin-bottom: 0.5rem;
}


#step_three .title3 span{
    font-weight: bold;
}

#step_two .title2 {
    margin-top: 0;
}

.steps {
    display: flex;
    font-size: 14px;
    z-index: 3000;
}

.steps div {
    border-bottom: 3px solid #E4E4E4;
    margin-bottom: 0.5rem !important;
    cursor: pointer;
    padding: 2px 0;
    transition: all .1s ease-in-out;
}

.steps div.active {
    color: #0E347B;
    border-color: #0E347B;
}
.steps div:hover{
    color: white;
    border: 1px solid #fff;

    background: radial-gradient(circle, #5572af, #1d3e79);
}

.steps div.disabled {
	color: #E4E4E4;
    border-bottom: 3px solid #E4E4E4;
    margin-bottom: 0.5rem !important;
    cursor: default;
    padding: 2px 0;
    transition: all .3s ease-in-out;
}

.steps div.disabled:hover{
    color: #E4E4E4;
    border-color: #E4E4E4;
}

.active hr {
    background-color: #0E347B;
}

#step_one .content {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
    padding: 0 20px 0 20px;
}
.application {
    width: 370px;
    margin-right: 7px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    overflow: hidden !important;
}
.formula {
    flex: 2;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

#mCSB_2_container{
display: flex !important;
}

.content h5 {
    font-weight: 500;
    color: #0E347B;
}

.application h5,.formula h5  {
    margin-bottom: 7px !important;
    font-size: 20px;
    font-weight: bold;
    /* margin-bottom: 10px; */
}

.application .checkboxes, .formula .checkboxes {
    display: flex;
    justify-content: space-around;
    font-size: 0.95em;
}


label {
    margin-bottom: 0 !important;
    cursor: pointer;
}

label:hover{
    color: rgb(11, 83, 240);
}

.ckformu label.disabled{
	color: #A3A3A3;
	cursor: default;
}

.application .checkboxes .row_one, .formula .checkboxes .row_one {
    padding-right: 0;
    margin-right: 0;
} 
#applicol1{
    min-width: 312px;
}
#mCSB_3{
    
}
.application .checkboxes div, .formula .checkboxes div {
    padding-bottom: 7px;
}

.application .checkboxes div:last-child, .formula .checkboxes div:last-child{
    padding-bottom: 0;
}
#formucol2{
    margin-left: 0px;  
}
.checkboxes input[type="checkbox"] {
    transform : scale(1.2);
    margin-right: 5px
}


input[type=checkbox]::-ms-check {
    /* background: #0E347B !important; ANTON */
    /* color: #0E347B; ANTON */
    cursor: pointer;
}

.tooltip-wrapper:hover::after{
    content: attr(data-title);

    width: 70px;
      padding-left: 3px;
      padding-right: 3px;
      padding-bottom: 5px;
      padding-top: 5px;

      color: rgb(63, 63, 63);
      text-align: center;

      background-color: white;
      
      box-shadow: 0 0 3px 1px rgba(151, 151, 151, 0.322);
      border-radius: 5px;

      position: absolute;

      bottom: 10px;
      right: -65px;
      font-size: 14px;

      transition: all .4s;
}

.imgOfLibrary-wrapper{
    position: relative;
     z-index: 6000;
}
.imgOfLibrary-wrapper:hover::after{
    content: attr(data-title);

    width: 70px;
      padding-left: 3px;
      padding-right: 3px;
      padding-bottom: 5px;
      padding-top: 5px;

      color: rgb(63, 63, 63);
      text-align: center;

      background-color: white;
      
      box-shadow: 0 0 3px 1px rgba(151, 151, 151, 0.322);
      border-radius: 5px;

      position: absolute;

      bottom: 10px;
      right: -65px;
      font-size: 14px;

      transition: all .4s;
}

.results-btn input{
    background: url("../Assets/icons/Polygon\ 1.png") no-repeat;
    background-position: 85% center;
    background-size: 8px;
    background-color: #0E347B;
    color: #ffffff;
    margin-top: 7px;
    padding: 15px 65px 15px 30px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 8;
}

.results-btn input:hover{
    background-color: rgb(10, 39, 92);
}

.results-btn p{
   font-size: 12px;
   color: #A3A3A3;
   margin: 0;
   padding: 0;
}

.results-btn.disabled input{
    background: url("../Assets/icons/Polygon\ 1.png") no-repeat;
    background-position: 85% center;
    background-size: 8px;
    background-color: #A3A3A3;
    color: #ffffff;
    margin-top: 7px;
    padding: 15px 65px 15px 30px;
    cursor: default;
    transition: all .3s ease-in-out;
    z-index: 8;
}


#step_two .content {
    display: flex;
}

#step_two  .selectors {
    display: flex;
    padding: 0;
    /* margin-top: auto; */
    margin-bottom: auto;
    margin-right: auto;
    font-size: 16px;
}

#step_two  .selectors div {
    margin-bottom: auto;
    margin-right: 30px;
}


#step_two  .selectors div select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    line-height: 1;
    padding: 10px 60px 10px 5px;
    border: 1px solid #000000;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ffffff;
    background-size: 12px;
    background-position-x: 90%;
    background-position-y: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px; 
}

#step_two  .selectors div select::-ms-expand { /* Anton 16/04/2020 */
    display: none;
}

#step_two .content h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #000000;
    margin-top: 15px !important;
    padding-bottom: 20px;
}

#step_two .content .solutions_filter {
    display: flex;
    align-items: flex-start;
}

#step_two .content .solutions_filter .line {
    height: 60vh;
    width: 1px;
    padding-left: 1px;
    background: #A3A3A3;
    margin: 0 30px 0 0;
  }

  #step_two .content .solutions_filter .filter .filter_content {
     height: 100vh;
      overflow-y: scroll;
      overflow-x: hidden;
      padding-right: 20px;
        font-size: 15px;
  }

  #step_two .content .solutions_filter .filter {
      margin-right: 20px;
      text-align: center;
      padding-left: 25px;

  }


#step_two .content .solutions_filter .filter .filter_header {
    display: flex;
    justify-content: flex-start;
}

#step_two .content .solutions_filter .filter .filter_header .filter_btn{
  margin-right: 20px;
  color: #0E347B;
}

#step_two .filter_btn{
	cursor: pointer;
}

#step_two .content .solutions_filter .filter .filter_header .reset{
    position: relative;
    color: #707070;
    cursor: pointer;
    display: inline-block
  }

  #step_two .content .solutions_filter .filter .filter_header .reset .tooltiptext{
    width: 120px;
    color: #fff;
    text-align: center;
    visibility: hidden;
    color: #707070;
    cursor: pointer;
    display: inline-block;
     /* Position the tooltip */
  position: absolute;
  z-index: 1;
  }

  .reset:hover .tooltiptext {
    visibility: visible !important;
  }

  #step_two .content .solutions_filter .filter .filter_header .reset svg{
    vertical-align: text-top
  }

.filter_content {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.filter_content .ph .filter_subcontent,.filter_content .compliance .filter_subcontent,.filter_content .symrise .filter_subcontent {
    display: flex;
    justify-content: space-between;

}
.filter_content g{
    max-width: 100% !important;
}
.plus_minus {
    width: 25px;
    height: 25px;
    border: 0;
    font-size: 1em;
    font-weight: 100;
    cursor: pointer;

    position: relative;

    padding-left: 11px;
    display: inline-block;
  }

  .plus_minus .ph_span1, .plus_minus .compliance_span1, .plus_minus .symrise_span1, .plus_minus .multifunctionals_span1, .plus_minus .preservatives_span1 , .plus_minus .without_span1 {
    cursor: pointer;

    /* border-bottom: 2px solid white; */
  }
 
  .plus_minus .span2 ,  .plus_minus .ph_span1, .plus_minus .compliance_span1, .plus_minus .symrise_span1, .plus_minus .multifunctionals_span1, .plus_minus .preservatives_span1 , .plus_minus .without_span1{      
    transition: .3s;
    width: 2px;
    height: 100%;
    display: block;

    position: absolute;

    transform: rotate(0deg) scaleY(0.7);
  }
  
  .plus_minus .span2 {
    /* border-bottom: 2px solid white; */
    cursor: pointer;
    transform: rotate(90deg) scaleY(0.7);
  }
 

  .ph_content .row, .compliance_content .row, .multifunctionals_content .row, .preservatives_content .row {
    display: flex;
    align-items: center;
    text-align: center;

  }

  .ph_span1.active, .compliance_span1.active, .without_span1.active, .symrise_span1.active, .multifunctionals_span1.active, .preservatives_span1.active {
    transform: rotate(90deg) scale(0.7);
  }

.ph_content,.without_content, .compliance_content, .symrise_content,.multifunctionals_content,.preservatives_content {
    display: none;
    margin-top: 5px;
}
.ph_content.active, .compliance_content.active, .without_content.active, .multifunctionals_content.active, .preservatives_content.active  {
    display: inherit;
    flex-wrap: wrap;
}

.symrise_content.active {
    display: block;
}
.row {
    margin-left: 0 !important;
}
.filter_content .ph .ph_content p,.filter_content .compliance .compliance_content p, .filter_content .multifunctionals .multifunctionals_content p
, .filter_content .preservatives .preservatives_content p, .without p{
    padding: 10px 13px;
    font-size: 0.8em;
    color: #000000;
    width: 154px;
    min-width: 154px !important;
    height: auto;
    background: #f3eae5;
    margin-right: 10px;
    text-align: center;
    line-height: normal;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    cursor: pointer;
}

.filter_content .ph .ph_content p:hover,.filter_content .compliance .compliance_content p:hover, .filter_content .multifunctionals .multifunctionals_content p:hover,
.filter_content .preservatives .preservatives_content p:hover, .without p:hover{
    background-color: #003b81;
    color: #ffffff;
}

.row .active {
    background-color: #0E347B !important;
    color: #ffffff !important;
}
.filters .row .active{
    font-weight: bold;
    padding: 10px 10px !important;
}
.multifunctionals, .preservatives {
    display: inherit;
    flex-wrap: wrap;
}

.solutions {
    display: flex;
    flex-wrap: wrap;
}

.solutions .solution {
    width: 50%;
}
.ressol0, .ressol1, .ressol2, .ressol3{
    margin-top: 0px;
}
.solutions .solution b {
    color: #0E347B;
}

.solutions .solution .solution_detail {
  margin-top: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #0E347B;
  font-size: 0.9em
}

.solutions .solution .solution_detail .solution_row {
    display: flex;
    padding-bottom: 5px;
}

.solutions .solution .solution_detail .solution_row div:first-child {
  flex: 1;
}

.solutions .solution .solution_detail .solution_row div {
    flex: 3;
  }

.solution a {
    cursor: pointer;
}
.pagination {
    margin-top: 0px;
    padding-bottom: 4px;

    padding-top: 0px;
    display: flex;
    float: right;
    margin-right: 10px;
    align-items: center;
}

.pagination .numbers div.active{
    background: #003a81;
    color: #ffffff;
  }

.pagination .numbers div {
  margin-right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.85;
  background-color: #b4b7d6;
  color: white;
  cursor: pointer;
}

.pagination .numbers div:hover {
    background: #003a81;
    color: #fff;
}
.pagination .previous {
    margin-right: 10px;
    color: #A3A3A3;
}
.pagination .next {
	margin-right: 10px;
    color: #0E347B;
    cursor: pointer;
}
.pagination .previous, .pagination .next{
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   height: auto;
  }

  .pagination .numbers{
    display: flex;
   }

#other-solutions {
    display: none;
}

#step_three .content h5 {
    margin-left: 20px;
    font-weight: bold;
}

#step_three .header .title {
    flex:1;font-size: inherit;
    margin-left: 5px;
}

#step_three .header .title span {
    font-weight: bold;
}

#step_three .header .title p {
   margin: 0;
   padding: 0;
   font-size: 15px;
}

#step_three .content table {
    border:none;
    border-collapse: collapse;
    margin-left: 20px;
}


#step_three .content table td, #step_three .content table th{
    border-left: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    padding: 10px;
}

#step_three .content table td:first-child,  #step_three .content table th:first-child{
    border-left: none;
}

#step_three .content table td:last-child,  #step_three .content table th:last-child{
    border-right: none;
}

#step_three .content .table-btns {
    display: flex;
    margin-top: 20px;
    margin-left: 25px;
}

#step_three .content .table-btns div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 20px;
}


 #step_three .content .table-btns div button{
    color: #0E347B;
    border: 1px solid #0E347B;
    background-color: #ffffff;
    cursor: pointer;
    padding: 7px 20px;

 }

 #step_three .content .table-btns div button:hover{
    color: #ffffff;
    background-color: #0E347B;
 }

 #step_three .content .table-btns div .calculate{
    background: #0E347B;
    color: #ffffff;
 }
 #step_three .content .table-btns div .calculate:hover{
    background-color: rgb(10, 39, 92);
 }

 .solution-separator {
     height: 1px;
     width: 80%;
     display: block;
     padding: 0;
     margin-left: 25px;
     color: #A3A3A3;
 }

 #step_three .content .challenge-test h5,  #step_three .content .multifunctional-solutions h5,#step_three .content .other-applications h5,#step_three .content .disclaimer h5{
     color: #000000;
     margin-bottom: 10px;
 }

 #step_three .content .challenge-test img{
     margin-left:20px;
    width: 350px;
    height: auto;
}

#step_three .content .multifunctional-solutions p span{
   font-weight: bold;
}


#step_three .content .multifunctional-solutions p, #step_three .content .disclaimer p{
    margin-left:25px;
  font-size: 15px;
  padding: 0;
  margin-bottom: 5px;
}

#step_three .content .other-applications .other-applications-content {
    display: flex;
    margin-left: 25px;
}


#step_three .content .other-applications .other-applications-content img{
    width: 400px;
    margin-left: 50px;
}

#step_three .content .other-applications .other-applications-content div{
    vertical-align: middle;
}


.navbar-explore-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}
/* login */
#login-section {
    z-index: 9001 !important;
    display: none;
    width: 70%;
    height: 370px;
    color: #000000;
    background: #ffffff;
    position: fixed;
    top: 28vh;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    z-index: 5;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    padding: 20px;
    padding-top: 0px;

    max-width: 1000px;
}
#login-separator{
    position: absolute;

    height: 100%;
    width: 0.5cm;

    left: 510px;

    background-color: #d9d9d9;
}
@media(max-width: 1353px){
    #login-separator{
        left: 50.8%;
    }
}
@media(max-width: 1059px){
    #login-separator{
        width: 200%;
    height: 0.5cm;

    left: 0;
    top: 350px;
padding: 0 !important;
    }
}
@media(max-width: 500px){
    #login-separator{
        
    top: 405px;

    }
}

#login-section h5 {
    font-size: 1.4em !important;
    margin-top: 20px;
    margin-bottom: 30px;

    padding-right: 15px;
}
#login-section div{
    padding-left: 15px;
}

#login-section .login-signup {
    display: flex;
}

#login-section .login-signup .login {
    margin-right: 10px;
    flex: 1;
}
#login-section .login-signup .signup {
    margin-left: 10px;
    flex: 1;
}

#login-section .login-signup .login h6,#login-section .login-signup .signup h6{
    padding-bottom: 5px;
    border-bottom: 2px solid #0E347B;
}


#login-section .login-signup .login div {
    display: flex;
    justify-content: space-between;
}

#login-section .login-signup .login input {
    border: 1px solid #C5C5C4;
    padding: 7px 10px;
    color: #000000;
    border-radius: 5px;
}
#upwd{
    margin-left: 10px;
}

#login-section .login-signup .login a {
    border-bottom: 1px solid #000000;
    color: #000000;
    margin-top: 10px;
    float: right;
    font-style: italic;
    font-size: 0.9em;
    text-decoration: none;
}

#login-section .login-signup .login input[type="submit"] {
    margin-top: 30px;
    background-color: #0E347B;
    color: #ffffff;
    border: none;
    padding: 7px 40px;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

#login-section .login-signup .login input[type="submit"]:hover {
    background-color: rgb(13, 47, 110);
}

#login-section .login-signup .signup p {
    line-height: 1.9;
    font-size: 13px;
}

#login-section .login-signup .signup a{
    color: #000000;
    border-bottom: 1px solid #000000;
    text-decoration: none;

    position: absolute;

    right: 20px;
    bottom: 25px;
}

#calculate-cost {
    display: none;
    width: 550px;
    height: 390px;
    color: #000000;
    background: #ffffff;
    position: absolute;
    
    top: 22%;
    right: 3.5%;

    z-index: 7;
    overflow: auto;
    padding-bottom: 10px;
    border: 2px solid #000000;
}
#calculate-cost {
    padding-left: 30px;
}


#calculator-overlay {
    width: 100%;
    height:500%;
    display: none;
    position: absolute;
    z-index: 6;
    background-color: #0E347B;
    opacity: 0.22;
}

.line-calc {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#calculate-cost label{
    width: 200px;
    margin-left: 30px;
    margin-right: 20px;
  }

  #calculate-cost input{
    padding: 7px 20px;
    border: 1px solid #A3A3A3;
   }
/* steps---------------------------------------------------------------------------------------- */
#step_two, #step_one, #step_three{


    margin: 0 auto !important;

    background-color: transparent;
} 
#step_three .container-stepThree{
    min-width: 0 !important;
    max-width: auto !important;
}

.steps-container{
    width: 100%;

    position: relative !important;
}

#step_three{
    overflow: hidden !important;  
}

#step_three .steps-container{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding: 0 45px;
    padding-left: 15px;
    padding-right: 55px;
}
#step_one .steps-container, #step_two .steps-container, #step_three .steps-container{
    padding-left: 28px;
    padding-right: 20px;
}


 #step_one .steps-container, #step_two .steps-container, #step_three .steps-container{
    padding-bottom: 40px;
}


 #step_two::after{
    content: '';

    height: 100vh;
    width: 0%;

    background-color: white;

    position: absolute;

    top: 0;
    right: 0;
 } 
 #step_two::before{
     content: '';

     height: 100vh;
     width: 0%;

     background-color: white;

     position: absolute;
} 
#step_two .content{
    position: relative;

    margin: 0 auto;

    height: 100%;
}
.back-btn{
    display: none;
}
.toggle-target2{
    top: 80px !important;
}
/* step 2 ----------------------------------------------------------------------------- */
#step_two{
    overflow: hidden !important;
    background-color: transparent;

    box-sizing: content-box;
}

.header{
    position: relative;
    height: 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 0 !important;
}
.selectors-container{
  background-color: white;
  display: flex;
  justify-content: space-between;
  flex-flow: column;

  width: 26.65%;

  margin-top: -15px;
  padding-bottom: 20px;
}
.selectors-wrraper{
  width: 90%;

  background-color: transparent !important;
}
.selectors{
 width: 100%;

 margin: 0 !important;
 padding-left: 0px !important;

 display: flex;
 flex-flow: column;
 justify-content: space-between;
}
.selectors select{
 width: 300px;
 margin-top: 12px;
}
.back-btn{
 padding-left: 20px !important;
}
#step_two .back-btn{
    position: absolute;

    top: 24px !important;
    left: -9px !important;
}




.steps-wrraper{
 display: flex;
 justify-content: space-between;

 background-color: white;

 padding-top: 10px;
 
 width: 71.8%;
}

/* content */

#step_two .content .solutions_filter{
    overflow: visible !important;
}
.solutions_bottom{
    height: 100% !important;

    background-color: white;

    z-index: 1;
}



.solutions_filter{
    height: 100% !important;
}
 .filter{
     height: 100% !important;

     min-width: 360px;

    padding-top: 20px !important;
    padding-right: 20px;
    padding-right: 40px;

    background-color: white !important;

    overflow-x: hidden !important;
    overflow-y: hidden !important;

    position: relative;
}
.filter_header{
    margin-top: 0px;
}
.filter_content{
    padding-left: 2px;

    height: 62.5%  !important;
}
#mCSB_2_scrollbar_vertical{
   position: absolute;

   top: 0;
   right: 0px;
}

.application .mCS_no_scrollbar{
    width: 84.4% !important;
}



/* step 1 ---------------------------------------------------------------------------------- */

#gotoresultsbtn{
    margin-bottom: 40px !important;
}
#step_one .title{
    width: 40% !important;

    padding-left: 20px;

    position: absolute;
}
#step_one .content{
    padding-top: 40px;
}



#other-solutions{
    padding-left: 15px;
    margin-top: -2vh;
}
   
   
/* step 3 --------------------------------------------------------------------------------------- */
#step_three .title3{
    padding-left: 20px;

    position: absolute;

    top: 45px;
}
#step_three .content{
    padding-top: 0px;
    padding-right: 20px !important;
}

.table-btns{
    display: flex;
    flex-flow: wrap;
}
.table-btns div{
    margin-top: 10px;
}

.title3{
    position: absolute;

    right: 30px;
    top: 50px !important;

    width: 360px;
}
.title3 p{
    display: -webkit-box;
    /* display: flex; COMMENT ANTON 16/04/2020 */
    flex-flow: column;
}
.title3 p:last-child{
    line-height: 20px;
    margin-top: 20px;
}

/* responsive for STEPS ---------------------*/

#m-steps{
    right: -85px !important;
}
@media(min-width: 1098px){
    #m-steps{
        right: -45px !important;
    }
}


.steps .close-btn{
    margin-left: 30px;

    border: none;
}
.steps .close-btn:hover{
    border: none;
}


@media (max-width:1366px){
    #step_two::after, #step_two::before{
        display: none;
    }
}
@media(max-width: 1200px){
    .application .checkboxes .row_one, .formula .checkboxes .row_one{
        margin-right: 0 !important;
    }
  
    #mCSB_2_container{
        display: block !important;
    }
    #step_one .content .checkboxes-wrapper{
        margin-left: 45px !important;
    }
    .results-btn{
        margin-top: 5px;
    }
    .results-btn>div:hover::after{
        right: 34% !important;
    }
    #mCSB_2_scrollbar_vertical{
        right: 5px;
    }
}
@media(max-width: 1290px){
    #step_one .content::before{
        width: 775px;
    }
    #step_one #mCSB_1_scrollbar_vertical{
        right: 30px;
    }
}
@media(max-width: 1100px){
    #step_one .content .formula .checkboxes #mCSB_3_container{
        flex-flow: column;
      align-items: flex-start;
    }
  }
@media(max-width:1260px){
    .solutions_bottom{
        padding-bottom: 60px !important;
    }
    #other-solutions{
        margin-top: 0px;
        overflow-y: scroll !important;

        height: 85% !important;
    }
    
}


@media (max-width:1170px){
    #step_two .content h5 {
        margin-top: 60px !important;
    }
    #other-solutions{
        height: 79% !important;
    }
}

@media(max-width: 1122px){
    #step_one .content .chkapplis, #step_two .content .chkapplis, #step_three .content .chkapplis{
        max-height: 100% !important;
        height: 431px;
    }
    #step_one .content .formula .checkboxes .mCSB_container{
        flex-flow: column;
    }
    #formucol2{
        margin-top: -7px;
    }
    .checkboxes{
        height: 385px;
    }
    #step_one .content .checkboxes-wrapper{
        width: 300px !important;
        margin-left: 12vw !important;
    }
}
@media(max-width: 1098px){
    #step_one .content .checkboxes-wrapper{
        margin-left: 6vw !important;
    }
    .steps div{
        width: 100px !important;
    }
}
@media(max-width: 903px){
    .solutions_bottom{
        margin-bottom: 150px !important;
        padding-bottom: 0px !important;
        padding-left: 10px;
        
    }
    .filter{
        height: 230px !important;
        padding-top: 40px !important;
    }
    #m-steps{
        top: -213px;
    }
}
/* @media(max-width: 839px){
     #step_one content{
         padding-top: 180px !important;
     }
     #step_three .content{
        padding-top: 40px !important;
    }
    #step_two .steps{
        position: absolute;
    }
} */

@media(max-width: 700px){
    #step_one .content{
        margin-top: 0px !important;
    }
}
@media(max-width: 670px){
    .line-calc{
        margin-left: 11px !important;
    }
    #Cost-in-use{
        margin-top: 10px ;
    }
    #calculate-cost{
        right: 7%; 
        display: none; 
        width: 320px;
        height: 530px;
    }
    .filter{
        padding: 65px !important;
    }
}
@media(max-width: 500px){
    #challengechart{
        display: none;
    }
}
@media(max-width: 472px){
    .steps div{
        width: 60px !important;
    }
}
@media(max-width: 450px){
    .other-applications-content img{
        width: 100% !important;
    }
}
@media(max-width: 434px){
    
    #step_three .content table{
        margin-left: 0px !important;
    }
}
@media(max-width: 374px){
    #calculate-cost{
        right: 0%; 
        display: none;
        width: 100%;
    }
}
/* responsive for hero */

@media(max-width: 436px){
    .steps .step__button:first-child{
        margin-left: 10px !important;
      }
    .formula{
        max-width: 300px;
        padding-left: 0 !important;
    }
    .application{
        width: 300px;
    }
    #other-solutions{
        padding-left: 0 !important;
    }
    .main_img{
        height: 541px;
    }
    #show_steps{
        width: 190px;

        margin-top: 20px;

        padding: 10px 15px;
    }
    #step_one>.mCustomScrollBox>.mCSB_container, #step_two>.mCustomScrollBox>.mCSB_container, #step_three>.mCustomScrollBox>.mCSB_container{
        margin-right: 0;
    }
}


/* MEDIA-------------------------------------------------------------------------------------------- */


/* @media(max-width:1329px) {
    .solutions .solution {
        width: max-content;
    }
} */


@media(max-width: 1346px){
    .step-three__imageWrapper{
        right: -27px;
        width: 500px !important;
    }
    .step-three__other{
        z-index: 1000;
    }

    /*  */
    #step_three .content .step-three__inci{
        transform: translateX(30px) !important;
    }
    #step_three .content .step-three__use{
        transform: translateX(38px) !important;
    }
}

 @media(max-width: 1330px){
    .step-three__imageWrapper{
        right: -27px;
    }
}
@media(max-width: 1325px){
    .step-three__imageWrapper{
        right: -27px;
    }  
    /*  */
    .step-three__title-group--additional{
        transform: translateX(-50px) !important;
    }
    #step_three .content .step-three__benefits .step-three__benefit > div{
        padding-right: 30px !important;
    }
}

@media(max-width: 1318px){
    .step-three__imageWrapper{
        right: -27px;
    }
    /*  */
    #step_three .content .step-three__inci{
        transform: translateX(10px) !important;
    }
    #step_three .content .step-three__use{
        transform: translateX(20px) !important;
    }
}
@media(max-width: 1296px){
    .step-three__imageWrapper{
        right: -27px;
    }
    /*  */
    .step-three__title-group--additional{
        transform: translateX(-65px) !important;
    }
}
@media(max-width: 1274px){
    .step-three__imageWrapper{
        right: -27px;
    }
}
@media(max-width: 1255px){
    #step_three .content::before{
        min-width: auto;
    }
}
@media(max-width:903px) {
    #step_two{
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
    .solutions {
        margin-top: 20px;
        display: block;
        justify-content: inherit;

                margin-top: 0px  !important;
    }
    #other-solutions{
        height: 65% !important; 
    }
    #step_two .content h5{
        margin-top: 5px !important;
    }
    .pagination{
        margin-top: 10px !important;
    }
    #step_two .content .solutions_filter .line {
        width:100%;
        height: 1px;
        display: block;
        padding: 0;
        margin: 5px auto;
    }
    #step_two .content .solutions_filter {
        display: block;

    }


    .filter_content {
        width: 90%;
    }
    
    .filter_subcontent{
        margin-top: -5px !important;
    }
    



    #step_two .content .solutions_filter .filter {
        margin-right: 0;
    }
    #step_two .content .solutions_filter .filter .filter_content {
        height: auto;
    }
    .filter_content {
        width: 100%;
    }

    #step_two .content .solutions_filter div .solutions {
        margin-left: 0;
    }

    .pagination {
        float: none;
    }

    .pagination {
        margin-left: 20px;
    }
}


@media(max-width:1134px) {
 
    .title {
        margin-bottom: 20px;
        margin-right: 50px;
    }
    #step_two .content .selectors {
        padding: 0;
    }
    #step_two .content h5, #step_two .content .solutions_filter {
        margin-left: 0;
    }
    
    
}

@media(max-width:1053px) {
    #step_two .selectors {
        display: none;
    }
    .back-btn {
        margin-right: auto;
        margin-bottom: auto;
    }
    #step_two .content h5 {
        margin-top: 40px;
    }
}
@media(max-width:960px) {
    .back-btn {
        margin-right: auto;
    }
    .title, .title2, .title3, #step_three .header .title{
        display: none !important;
    }

   
    
}
@media(max-width: 1329px){
    .application .checkboxes .row_one, .formula .checkboxes .row_one{
        padding-right: 13px;
    }
    #mCSB_1_scrollbar_vertical{
        margin-right: 20px;
    }
}
@media(max-width: 1319px){
    .application .checkboxes .row_one, .formula .checkboxes .row_one{
        padding-right: 16px;
    }
}
@media(max-width: 1200px){
    .application .checkboxes .row_one, .formula .checkboxes .row_one{
        padding-right: 26px;
    }
}
@media(max-width: 1290px){
    .application .checkboxes .row_one, .formula .checkboxes .row_one{
        padding-right: 0px;
    }
    #mCSB_1_scrollbar_vertical{
        margin-right: 0px;
    }
    #step_one .content::before, #step_two .content::before, #step_three .content::before{
        width: 820px;
    }
}
@media(max-width:1303px) {
    .hero-section {
        padding-left: 0;
    }
    .hero-section h2 {
        font-size: 55px;
        width: 87%;
    }

    #login-section {
        width: 85%;
    }
}

@media(max-width:1059px) {
    #login-section {
        width: 490px;
        height: 70vh !important;
        top: 24vh !important;
    }
    #login-section h5{
        margin-top: 20px;
        margin-left: 70px;
    }
    #close-login{
        margin-top: 7px !important;
    }


    .login form div{
        margin-left: 13px;
        margin-top: 30px;
    }
    .login form a{
        margin-right: 100px;
    }
    .login form>input{
        margin-left: 115px;
    }


    #login-section .login-signup .signup{
        padding-bottom: 50px;
        margin-top: 50px !important;
    }
    .login-signup .signup h6{
        width: 427px;
    }
    .signup p{
        width: 34% !important;
    }
    
}

@media(max-width:1059px) {
    #login-section .login-signup{
        display: block;
    }
    #login-section .login-signup .login{
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0;
        padding: 0;
        margin-left: -23px;
    }

    #login-section .login-signup .signup {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        
        margin-left: -25px;

        padding-bottom: 20px;
    }

    #login-section .login-signup .login {
        margin-bottom: 20px;
    }

    #login-section .login-signup .signup p {
        display: block;
        width: 20%;
    }

  
   
    #login-section .login-signup .login div{
        display: block;
        justify-content: inherit;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    #login-section .login-signup .signup a  {
       bottom: -30px;
       margin-left: 313px;

       display: flex;
       flex-flow: column;

       border-bottom: 1px solid transparent;

       position: relative;

       max-width: 133px;
    }
    #login-section .login-signup .signup a::after  {
        content: '';
        height: 20px;
        width: 100%;
        border-top: 1px solid #000000;
        display: block;
    }

}

@media(max-width:1253px) {
    .hero-section h2 {
        width: 93%;
    }
}

@media(max-width:1085px) {
    .hero-section h2 {
        font-size: 55px;
        width: 80%;
        padding-left: 0;
        padding-top: 10%;
        text-align: center;
        margin: 0 auto;
    }

    .hero-section button {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}

@media(max-width: 991px){
    #step_three .content .right__line{
        display: none !important;
    }
    #step_three .content .center__line{
        display: none !important;
    }
    .step-three__block{
        flex-flow: column !important;
    }
    .step-three__block div.col-3{
        width: 90vw;
    }
    .step-three__block{
        display: flex;
        flex-flow: row wrap !important;
        max-width: 110vw;
    }
    .step-three__other ul{
        margin-left: 170px;
    }
    /* nav */
    .navbar-toggler{
        margin-right: 12px !important;
    }
    .navbar-brand{
        margin-left: 12px !important;
    }
    /* menu */
    #navbarToggle{
        position: absolute;

        background-color: rgba(126, 171, 207,.5);
        top: 106px;
        right: 12px;

        padding-right: 20px;

        transition: all 0s;
    }
    .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link{
        color: white !important;
   
        position: relative;

        text-align: center;
    }
    .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover{
        color: #223F83 !important;
        transition: all .2s;
     }

     #login2, #login{
         margin-right: 15px;
     }
     #login2:hover>div, #login:hover>div, #lastNavElem:hover>div{
        border-bottom: 1px solid transparent;
    }
     



    #firstNavElem{
        margin-left:10px;
        margin-top: 6px;
    }
    #firstNavElem:hover{
        color: #223F83 !important;
        transition: all .2s;

        border-bottom: 1px solid transparent;
    }
    #firstNavElem:hover>div>span {
        background-color: #223F83;
        transition: all .2s;
    }


    #lastNavElem img{
        display: none;
    }


   .navbar-nav .nav-link span{
       background-color: white;
   }
}
@media(max-width:903px){
    .go3, .go2{
        right: -64px;
    }
}

/* @media(max-width:839px) {
    .results-btn {
        float: none;
        display: block;
        margin-right: 0;
        margin-top: 0px;
        margin-left: 30px;
    }
    #step_one .content {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;

        margin-top: -10px;
    }

    #step_one .content .application,#step_one .content .formula  {
       flex: inherit;
    }
    .application .checkboxes, .formula .checkboxes {
        display: block;
    }

.application .checkboxes .row_one, .application .checkboxes .row_two, .formula .checkboxes .row_one, .formula .checkboxes .row_two {
    flex: none;
} 

    .application, .formula {
        display: block;
        flex: none;
    }
} */

@media(max-width:786px) {
    .hero-section{
        padding-top: 20px;
    }
    .hero-section h2 {
        width: 90%;
    }
    
    .hero-section button{
        margin-top: 60px;
    }
}

@media(max-width:656px) {
    .table-btns {
        font-size: 15px;
    }
    #step_three .content .other-applications .other-applications-content {
        display: block;
    }
    #step_three .content .other-applications .other-applications-content img{
        margin-top: 10px;
       margin-left: 0;
    }
}

@media(max-width: 542px){
    .step-three__block{
        flex-flow: column;
    }
    .step-three__block div.col-3{
        margin-top: 60px;
    }
    .step-three__other ul{
        margin-left: 40px;
    }
}

@media(max-width: 500px){
    /* nav-bar */
    .navbar-dark .navbar-brand img{
        height: 40px;
        width: 230px;
    }

    .main_img{
        margin-top: 40px;
    }
    /* login */
     #login-section {
        width: 100%;

        padding-top: 0;
    }

    #login-section h5{
        margin-top: 0px !important;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;

        width: 100%;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #close-login{
        margin-top: 8px !important;
        margin-right: -9px;
    }


    
    .login form div{
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;

        width: 100% !important;

        display: flex !important;
        flex-flow: column;
        align-items: center;
    }
    .login form div input{
        width: 90%;

        margin-top: 5px;
    }



    #login-section .login-signup .login  a{
        float: none;
        text-align: center;

        margin: 20px auto 0 auto;

        width: 240px;

        display: block;
    }
    .login form>input{
        margin: 10px auto 0 auto !important;

        display: block;
    }
    


    .login-signup{
        padding-bottom: 0;
    }
    .login-signup .login{
        width: 100% !important;
     }
   #login-section .login-signup .signup{
        width: 100%;

        margin: 0 auto !important;
        margin-left: -23px !important;

        padding-bottom: 0px !important;
    }
    
    #login-section .login-signup .signup h6{
        min-width: 222px;
        max-width: 222px;

        margin-top: 20px;
    }
    
    #login-section .login-signup .signup p{
        width: 100% !important;

        margin-top: 20px;
    }
    #login-section .login-signup .signup a{
        display: block;

        margin-bottom: 0px;
    }
    #login-section .login-signup .signup a{
        bottom: -20px;
        min-width: 133px;

        margin-left: 68%;
    }
    #upwd{
        margin-left: 0;
    }
}

@media(max-width: 413px){
    /* nav-bar */
    
    .navbar-dark .navbar-brand img{
        margin-left: -15px !important;

        height: 35px;
        width: 200px;
    }



    .navbar-dark .navbar-toggler{
        padding: 3px;

        margin-right: 0px !important;
    }
    .navbar-dark .navbar-toggler-icon{
        width: 35px;
        height: 25px;
    }

    /* login */
    #login-section .login-signup .signup p{
        width: 100% !important;

        margin-top: -5px;
        margin-bottom: 10px;
    }



    #login-section h5{
        font-size: 1.3em !important;
    }
}
@media(max-width: 368px){
    .filter{
        min-width: 320px;
    }
}
@media(max-width: 340px){
    /* nav-bar */
    
    .navbar-dark .navbar-toggler{
        margin-right: -0px !important;
    }
}    
@media(max-width: 335px){
    /* login */
    #login-section h5{
        font-size: 1.26em !important;
    }

    #login-section .login-signup .login h6, #login-section .login-signup .login p {
        font-size: 0.95rem;
    }
}
@media(max-width: 436px){
    #scrolled .navbar-brand img{
        width: 160px !important;
        height: 30px;
    }
    .steps-container{
        padding: 0 !important;
    }
}

@media(min-width: 320px){
    .hero-section button{
        background-color: rgb(228, 228, 228) !important;
    }
}
@media(min-width: 320px){
    .container{
        max-width: 1140px !important;
    }
}
