/* 
main {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    margin-bottom: 100px;
} */

body{
  background-color: #fff;
}
.rentCarContainer {
  width: 100%;
  margin-top: -25px;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;

  justify-content: center;
}
.ui-decor{
  margin-top: 15px !important;
  margin-bottom: 0px !important;
}
.uiSmallText{
  /* font-style: italic; */
  font-size: 12px !important;
  color: #606060 !important;
  padding: 5px 10px;
 }
.tiresMain{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  flex-direction: column-reverse;
}
/* .taxMain{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  padding: 0;

  margin-bottom: 100px;

} */

.calculateFinancingBody{
  background: #fff;
  position: relative;

}


.sellCarContainer{
  margin-top: 0px;
  background: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
  flex-direction: column;

}
.textContainer{
  margin-top: 30px;
  margin-right: 15px;
  box-sizing: border-box;

  display: flex;
  border-left: 15px solid #479428;
  justify-content: center;
}


iframe{
position: relative;
   top: 65px;
   /* background-color: #f6f7f8 !important;
    width: 80vw; */
 
  }


  .sellCarTextCenter{
    position: relative !important;
    
    
  }
  .bottom {
text-align: center;
padding: 10px;
}
.bottom p{
    text-align: center;
}

.bottom p{
    font-size: 13px;
    color : #606060;
}




.text-center {
  /* Remove absolute positioning */
  /* top: 70px; */
  /* Adjust padding and margin */
width: max-content;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
  z-index: 2 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text-center .ui-subtitle-block {
  color: #333;
  opacity: 0.8;
}

.text-center h3 {
  color: #0086bf;
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 10px;
}


.ui-title-block {
  color: #0086bf;
  font-weight: lighter;
  font-weight: 300;
  font-size: 27px;
  font-family: 'Poppins', Arial, sans-serif;
  margin-bottom: 10px;
}

.ui-title-inner:before {
  display: inline-block;
  width: 20px;
  height: 3px;
  margin-right: 10px;
  content: '';
  vertical-align: middle;
}

/* 
    .ui-decor::after{
      position: absolute;
      top: 15px;
      left: 0;
      width: 15px;
      height: 1px;
      background-color: #00a200;
    } */
    .span1 {
        color : #479428;
        font-family: 'Poppins', Arial, sans-serif;
        }


        @media(max-width: 950px){
          .textContainer {
            margin-right: 8px;
            margin-top: 0;
          
            border-left: 8px solid #479428;
         
        }
        }