.error-message{
    color: red;
    text-align: left;
    position: relative;
    top: -7px;
}

.slide-hidden {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s, transform 0.5s;
}
.slide-visible {
  opacity: 1;
  transform: translateY(0%);
}

.border-bottom-none{
    border-bottom: none !important;
}

.estimated-data.border-bottom-none h1{
        border-bottom: 1px solid #3b4573;
    padding-bottom: 10px;
}

.borderTop{
       border-top: 1px solid #3b4573;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.styled-input {
  border: none;
  border-bottom: 2px solid #ccc;
  outline: none;
  transition: border-bottom-color 0.3s;
}

.styled-input:focus {
  border-bottom-color: #007bff;
}


 #showForm1_div .estimated-data h1 {
     margin-top: 10px;
     margin-bottom: 9px;
     font-size: 32px;
}
 #showForm1_div .estimated-data .h3, #showForm1_div .estimated-data h3 {
     font-size: 1.25rem;
}
 .not-filled-error-msg{
     display: none;
}
 .not-filled-error-msg.show{
     display: block;
}
 .validation-error-msg{
     display: none;
}
 .validation-error-msg.show{
     display: block;
}
 .errorMsg{
     text-align: left;
     font-size: 13px;
     margin-bottom: 10px;
     color: #F44336;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     -webkit-appearance: none;
     display: none;
}
/* siem migrate starts */
 .previous-btn{
     cursor: pointer;
}
 .form-group label::before{
     all: unset !important;
}
 @media only screen and (max-width: 990px){
     .locations #tsum-tabs [id^="tab"]:checked + label:after {
        transform: translate(-15px, 57px) !important;
    }
     .banner-main-con{
        padding: 100px 0 !important;
    }
}
 .section{
     padding-top: 60px;
     padding-bottom: 60px;
     background-color: #fff;
}
 .form-group input{
     display: block !important;
}
 .sidebar--div{
     position: relative;
}
 .estimated-data h3, .estimated-data h1{
    color: #fff;
}

 .estimated-data h1{
    margin-top: 25px;
    margin-bottom: 25px;
}
 .estimated-data{
    text-align: center;
    border-bottom: 2px solid #9e9e9e59;
}
 .endpoints{
    text-align: center;
    margin-top: 30px;
}
 .endpoints .right-border{
    border-right: 2px solid #9e9e9e59;
}
 .data-card{
     box-shadow: 0.2rem 0.2rem 0.5rem rgba(51, 51, 51, 0.2);
     position: sticky;
     top: 0;
     text-align: center;
     background: #16256e;
     padding: 48px 45px 40px 45px;
     border-radius: 15px;
}
 .endpoints p{
    color: #fff;
    font-weight: 500;
}
 .disclaimer{
    font-size: 15px;
     line-height: 24px;
     font-style: italic;
}
 .small-text{
    font-size: 25px;
}
 .header--scrolled{
    display: none;
}
 .oem-section h2{
    font-size: 1.3em;
    color: #212529;
}
 .form-inner-con input{
    border: 1px solid #7484c2 !important;
}
 .previous-btn{
    color: #fff;
     font-style: italic;
     border-top: 2px solid #9e9e9e59;
     border-bottom: unset !important;
     padding-top: 30px;
     margin-bottom: 0;
     padding-bottom: 0 !important;
}
/* ends */
 .questions{
     text-align: left;
     color: #fff;
     line-height: 1.6rem;
}

.subtotal {
    display: flex;
    justify-content: space-between;
}

/*new */
.formgrp label{
    color: #fff;
    font-size: 1.1rem;
}
.cribl-form h4{
        font-size: 1.1rem;
    color: #fff;
}

#setupQuestions.cribl .custom-control-label {
    color: #fff;
}

.cost-div{
    margin-bottom: 1.8rem;
}

.cost-div h4{
    margin-bottom: 0.2rem;
}

.siemInfra{
    margin-top: 2rem;
}

.siemInfra h3{
    margin-bottom: 0;
}

.cost-div h1{
    margin-bottom: 0rem;
    margin-top: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.6rem;
}

#criblForm{
    text-align: center;
}

#criblForm .formgrp{
    text-align: left;
}

.optimized-data-card{
}

.optimized-data-card .totalcost{
    border-bottom: 2px solid #9e9e9e59;
    margin-bottom: 1.1rem;
}

.optimized-data-card .totalcost h1{
    margin-bottom: 1.4rem;
}
 /*new ends */

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

    .range-slider{
        display: flex;
        flex-direction: column;
    }

    .range-slider input{
        margin-bottom: 0.6rem;
    }

   .estimated-data{
          padding-bottom: 1.2rem;
              border-bottom: 1px solid #9e9e9e59;
   }

   .estimated-data h3{
      color: #fff;
   }
   .estimated-data h1{
          font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0.8rem;
   }

   .subtotal{
          display: flex;
    align-items: center;
    justify-content: space-between;
        margin-bottom: 0.3rem;
   }

   .subtotal p{
      margin-bottom: 0;
   }

   .disclaimer {
    font-size: 0.7rem !important;
    line-height: 1.1rem;
   }

   #mobileCalc .data-card {
    padding: 0px 27px 6px 27px;
   }

   .endpoints .right-border{
      padding-top: 30px;
      border-right: 1px solid #9e9e9e59;
   }

    .endpoints .rborder{
      padding-top: 30px;
   }

   .endpoints{
       margin-top: 0;
   }

   .endpoints p{
      margin-bottom: 0;
   }

   .contact-btn {
       font-size: 1.1rem;
       padding-top: 0.9rem !important;
       padding-bottom: 0.94rem !important;
   }

   .btns{
      display: flex;
    flex-direction: column;
   }

   .btns button:first-child{
      margin-bottom: 0.7rem;
   }

   .btns button:last-child{
          background-color: transparent;
    border: 1px solid #ea212b;
   }

   #want_price-data .estimated-data h3 {
    color: #fff;
    font-size: 1.5rem;
   }

   #mobileCalc .modalTriggerBtn{
          border-radius: 0;
    padding: 0.7rem 0.9rem !important;
   }

   #mobileCalc .modal-content {
    background-color: #15256e;
    }

    #mobileCalc .modal-header{
      border-bottom: unset;
    }

   #mobileCalc  .close {
   opacity: 1;
    color: #fff;
   }

   #mobileCalc .modal-footer{
    display: none;
   }

   #mobileCalc .modal-body{
    padding-top: 0;
   }

   #mobileCalc .previous-btn {
        border-top: 1px solid #9e9e9e59;
    }

    .first-section {
    padding-top: 19px;
    }


}




