  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
  body {
    font-family: 'Manrope', sans-serif !important;
  }

  h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 20px;
  }


  h4 {
    background-color: #000;
    padding: 10px;
    font-size: 20px;
    padding: 15px 0px;
    margin-bottom: 0;
    border-radius: 12px 12px 0px 0px;
    color: #da251e;
    font-weight: 800;
  }

  form {
    display: block;
    margin-top: 0em;
    margin: 0 auto;
    /* Centers the form horizontally */
    position: relative;
    /* Enables positioning of the submit button */
    padding-bottom: 30px;
  }

  .form-control:focus
  {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.25);
  }



  .submit-button {
    margin-top: 20px;
    /* Adds some top margin to the submit button */
    position: absolute;
    /* Positions the submit button */
    left: 50%;
    /* Moves the submit button to the horizontal center */
    transform: translateX(-50%);
    /* Adjusts the horizontal position */
    bottom: 5px;
    /* Positions the submit button at the bottom */
  }

  .col-form-label {
    font-size: 14px;
    color: #fff;
  }

  section {
    box-shadow: 0 3px 10px 0 rgb(48 46 56/6%);
    background: #000;
    border-radius: 12px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #ced4da;
  }

  .section-body-content {
    padding: 20px 0px;
    border-top: 1px solid #2d2d2d;
  }

  .form-control {
    font-size: 0.8rem;
    height: calc(2em + .75rem + 2px);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #666;
    font-size: 16px;
    height: 40px;
    background-color: #101010 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    padding: 6px 12px;
    line-height: 1.42857143;
  }

  .form-control {
    color: #fff;
    background-color: #333 !important;
    height: 44px;
    border-radius: 4px;
    font-size: 14px;

  }

section
{
  padding: 15px 15px;
}

  .button {
    display: inline-block;
    padding: 0.65rem 1.5rem;
    border-radius: 10rem;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    font-weight: 700;
  }

  .button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #da251d;
    border-radius: 10rem;
    z-index: -2;
  }

  .button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #6c757d;
    transition: all 0.3s;
    border-radius: 10rem;
    z-index: -1;
  }

  .button:hover {
    color: #fff;
  }

  .button:hover:before {
    width: 100%;
  }

  .fixed-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .form-range {
    width: 100%;
  }

  .footer-area {
    background: #000;
    text-align: center;
    padding: 5px 5px 5px 5px;
  }

  .footer-area p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
  }

  .range-slider-value {
    font-size: 12px;
    color: #fff;
  }

  .loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
  }

  .loader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }

.light-black {
    background: #101010;
}

.title--sty {
  display: flex;
  align-items: center;
}

.feature-block {
  position: relative;
}

.feature-block2 .icon-box {
  left: 0;
  top: 10px;
  margin: 0 auto;
  height: 75px;
  width: 75px;
  position: relative;
}

.feature-block .icon-box::before {
  margin: 0 auto;
  text-align: center;
  left: 0;
  right: 0;
  position: absolute;
top: 0;
height: 55px;
width: 55px;
background-color: #da251e;
content: "";
border-radius: 50%;
}

.feature-block .icon-box img {
  width: 40px;
  position: absolute;
  top: 7px;
  left: 0;
}

.sec-title h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-weight: 800;
  text-align: left;
}


.red-area
{
  position: relative;
z-index: 1;
border: none;
background: #da251d;
padding: 5px 0 5px 0;
margin: 0;
text-align: center;
border-radius: 0;
}

.red-area h2 {
  color: #fff;
  font-weight: 700;
}

.btn-white {
  display: inline-block;
  padding: 0.65rem 1.5rem;
  border-radius: 10rem;
  color: #000;
  background-color: #da251d;
  text-transform: uppercase;
  font-size: 0.8rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  font-weight: 700;
  
}

.btn-white:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 10rem;
  z-index: -2;
}

.btn-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #6c757d;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}


.btn-white:hover {
  color: #fff;
}

.btn-white img
{
  margin-right: 5px;
}

.white-icon
{
  display: none;
}

.btn-white:hover .white-icon
{
  display: inline-block;
}


.black-icon
{
  display: inline-block;
}

.btn-white:hover .black-icon{
  display: none;
}

.btn-white:hover:before {
  width: 100%;
}

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

.feature-block .icon-box.icon-box2::before {
  background-color: #101010;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.3rem;
}

.form-control::placeholder
{
  color: #fff;
}

.form-control:focus
{
  color: #fff;
}

/*Summary Page CSS*/
.bg-transparent-table
{
  background-color: transparent;
}

.table thead th {
  border-bottom: 1px dotted #2d2d2d;
  border-top: none;
  color: #fff;
  /* text-transform: uppercase; */
  padding: .75rem 0;
}

.table td {
  border-bottom: 1px dotted #2d2d2d;
  border-top: 1px solid #2d2d2d;
  border-bottom: none;
  border-top: none;
  color: #fff;
  font-weight: 400;
  padding: .75rem 0;
}

.table tfoot td
{
  font-size: 17px;
  font-weight: 700;
  font-size: 1rem;
  font-weight: inherit;
  padding-top: 25px;
}

.text-title
{
  font-size: 22px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.tooltip1 {
  position: relative;
  display: block;
}

.tooltip1 .tooltiptext1{
  visibility: hidden;
  width: auto;
  background-color: #da251e;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 10px;
  position: absolute;
  z-index: 1;
  top: 10px;
left: auto;
margin-left: 15px;
font-size: 14px;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #da251e transparent transparent;
}
.tooltip1:hover .tooltiptext1 {
  visibility: visible;
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px 20px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: opacity 0.3s;
}

.floating-button.show {
  display: block;
  opacity: 1;
}


.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.custom-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
line-height: inherit;  
}

.custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.custom-radio label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 9px;
  height: 9px;
  background-color:#da251e;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-radio input[type="radio"]:checked + label::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.input-box
{
  background: #101010;
border: none;
padding: 15px 0px;
border-radius: 4px;
}



.pull-right-bx
{
  float: right;
}


/*Sumery Page*/
.btn-black {
  background: #000;
  border-radius: 30px;
  border: none;
  color: #fff;
  font-size: 13px;
}

.custom-model-form-field
{
  max-width: 94%;
  width: 100%;
}
.tabel-width
{
  width: 20%;
}

.small_text
{
  font-size: 14px;
font-weight: 400;
color: #dfdfdf;
}

.header_text
{
  display: flex;
align-items: center;
justify-content: space-between;
}


.footer-bx {
  display: flex;
  align-items: center;
  justify-content: right;
}

.Copyright_text
{
  text-align: left;
}

.tooltipp {
  position: relative;
  display: inline-block;
  }
  .tooltipp .tooltipp-text {
  visibility: hidden;
  width: 200px;
  background-color: #da251d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  bottom: 30px;
  font-size: 12px;
  }
  .tooltipp:hover .tooltipp-text::after {
  content:'';
  position:absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #da251d;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  .tooltipp:hover .tooltipp-text {
  visibility: visible;
  opacity: 1;
  }
  /* Media Query for responsiveness */
  @media screen and (max-width: 600px) {
  .tooltipp .tooltipp-text {
  width: 120px;
  }
  }

@media (max-width: 600px) {
  .sec-title h2 {
    font-size: 24px;
    line-height: initial;
  }
  .custom-model-form-field
{
  max-width: 89%;
  width: 100%;
}
.table td, .table thead th
{
  padding: .75rem 5px;
}
.footer-area {
  padding: 15px 5px;
}
.pull-right-bx {
  float: none;
}
.footer-bx {
  justify-content: center;
}

}

@media (max-width: 575px) {
  .Copyright_text
  {
    text-align: center;
  }
}