.button-text-size{
  font-size: 1rem;
  color: black;
}

.division-text-size{
  font-size: 1.5rem;
}

.area-title-size{
  font-size: 1.3rem;
  color: black;
}

.area-subtitle-size{
  font-size: 1.2rem;
  color: black;
}

.area-text-size{
  font-size: 0.9rem;
  color: black;
}

.area-subtext-size{
  color: black;
  font-size: 0.7rem;
}

.top-title-area {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.top-title-size{
  font-size: 1.2rem;
  text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #001, 0 -1px #000, 1px 1px #001, -1px -1px #000, 1px -1px #000, -1px 1px #000 !important;
}

.button-shadow{
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), 4px 4px 4px 0px rgba(0, 0, 0, 0.19);
  border: solid 2px #ebb105 !important;
  width: 8rem !important;
  height: 3rem !important;
}

.button-shadow2{
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2), 4px 4px 4px 0px rgba(0, 0, 0, 0.19);
  border: solid 2px #ffc107 !important;
  width: 8rem !important;
  height: 3rem !important;
}

.custom-height-button{
  height: 3rem !important;
}

.pb-custom{
  padding-bottom: 5rem !important;
}

/* STYLE FOR ROI CALCULATOR*/
.calc-title-fs{
 font-size: 1.2rem;
}

.calc-label-fs{
  font-size: 1rem;
}

.calc-bottom-fs{
  font-size: 0.8rem;
}


.custom-select-wrapper2 {
  position: relative;
  /*width: 200px;*/
}

.custom-select2 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: .375rem .75rem; /*10px 40px 10px 12px;*/ /* space for the arrow */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
  color: #333;
  cursor: pointer;
}

.custom-select2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid black; /* black arrow */
  transform: translateY(-50%);
}

.custom-select2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px; /* width of the arrow area */
  height: 100%;
  background-color: #ffce3b; /* background of arrow area */
  border-left: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}

.text-image-fs{
  color: #0c5494;
  font-size: 1rem;
}
/* STYLE FOR ROI CALCULATOR*/

@media (min-width: 375px) {
  .top-title-area {
    bottom: 2rem;
    left: 2rem;
  }
}

@media (min-width: 576px) {
  .division-text-size{
    font-size: 1.7rem;
  }
  .area-title-size{
    font-size: 1.4rem;
  }
  .area-subtitle-size{
    font-size: 1.3rem;
  }

  .top-title-area {
    bottom: 2.5rem;
    left: 2.5rem;
  }
  .top-title-size{
    font-size: 2rem;
  }

  .text-image-fs{
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .custom-max-width-img{
    max-width: 85% !important;
  }

  .top-title-area {
    bottom: 3.5rem;
    left: 3.5rem;
  }
  .top-title-size{
    font-size: 2.3rem;
  }

  .calc-title-fs{
   font-size: 1.2rem;
  }

  .calc-label-fs{
    font-size: 1.1rem;
  }

  .calc-bottom-fs{
    font-size: 0.8rem;
  }

  .text-image-fs{
    font-size: 1rem;
  }
}

@media (min-width: 992px) {  
  .top-title-area {
    bottom: 5rem;
    left: 5rem;
  }

  .top-title-size{
    font-size: 3rem;
  }
}

@media (min-width: 1200px) { 
  .division-text-size{
    font-size: 2rem;
  }
  .area-title-size{
    font-size: 1.8rem;
  }
  .area-subtitle-size{
    font-size: 1.6rem;
  }

  .top-title-area {
    bottom: 6rem;
    left: 6rem;
  }

  .top-title-size{
    font-size: 3.3rem;
  }
}

@media (min-width: 1440px) {  
  .area-text-size{
    font-size: 1rem;
  }
  .area-subtext-size{
    font-size: 0.8rem;
  }

  .top-title-area {
    bottom: 7rem;
    left: 7rem;
  }

  .top-title-size{
    font-size: 3.5rem;
  }

  .custom-max-width-img{
    max-width: 80% !important;
  }

  .custom-col-size{
    max-width: 83.33%;
  } 

  .button-text-size{
    font-size: 1.2rem;
  }

  .button-shadow{
    width: 10rem !important;
    height: 3rem !important;
  }

  .button-shadow2{
    width: 10rem !important;
    height: 3rem !important;
  }
}

@media (min-width: 1600px) {  

}

@media (min-width: 1800px) {  
  .button-text-size{
    font-size: 1.2rem;
  }

  .division-text-size{
    font-size: 2.6rem;
  }

  .area-title-size{
    font-size: 2.1rem;
  }

  .area-subtitle-size{
    font-size: 1.7rem;
  }

  .area-text-size{
    font-size: 1.1rem;
  }

  .area-subtext-size{
    font-size: 0.9rem;
  }

  .top-title-area {
    bottom: 9rem;
    left: 9rem;
  }

  .top-title-size{
    font-size: 4rem;
  }

  .custom-max-width-img{
    max-width: 75% !important;
  }

  .custom-col-size-buttons{
    max-width: 50% !important;
  }

  .button-shadow{
    height: 3.5rem !important;
  }

  .button-shadow2{
    height: 3.5rem !important;
  }
}

@media (min-width: 2100px) {  
  .button-text-size{
    font-size: 1.2rem;
  }

  .division-text-size{
    font-size: 2.7rem;
  }

  .area-title-size{
    font-size: 2.2rem;
  }

  .area-subtitle-size{
    font-size: 1.8rem;
  }

  .area-text-size{
    font-size: 1.2rem;
  }

  .area-subtext-size{
    font-size: 1rem;
  }

  .top-title-area {
    bottom: 10rem;
    left: 10rem;
  }

  .top-title-size{
    font-size: 4.5rem;
  }

  .custom-max-width-img{
    max-width: 70% !important;
  }

  .custom-col-size{
    max-width: 80%;
  }
}

@media (min-width: 2560px) {  
  .button-text-size{
    font-size: 1.4rem;
  }

  .division-text-size{
    font-size: 3rem;
  }

  .area-title-size{
    font-size: 2.5rem;
  }

  .area-subtitle-size{
    font-size: 2.1rem;
  }

  .area-text-size{
    font-size: 1.5rem;
  }

  .area-subtext-size{
    font-size: 1.2rem;
  }

  .top-title-area {
    bottom: 12rem;
    left: 12rem;
  }

  .top-title-size{
    font-size: 5rem;
  }

  .button-shadow{
    width: 11rem !important;
    height: 4rem !important;
  }

  .button-shadow2{
    width: 11rem !important;
    height: 4rem !important;
  }
}
