
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: sans-serif;
    overflow-x: hidden;
  }

  a {
    color: #a30001;
    transition: 0.5s;
  }
  
  a:hover, a:active, a:focus {
    color: #a30001;
    outline: none;
    text-decoration: none;
  }
  
  p {
    padding: 0;
    margin: 0 0 30px 0;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    font-weight: 400;
    margin: 0 0 0px 0;
    padding: 0;
  }
  
  /* Back to top button */
  .back-to-top {
    position: fixed;
    display: none;
    background-color: #a30001;
    
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
  }
  
  .back-to-top:focus {
    background-color: #a30001;
    color: #fff;
    outline: none;
  }
  
  .back-to-top:hover {
    background: #a30000b4;
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  
  #header {
    padding: 20px 0;
    height: 82px;
    background-color:rgba(231, 230, 230);
    position:static;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    z-index: 997;
  }
  
  #header #logo {
    align-items: center;
  }
  
 
  
  #header #logo img {
    padding: 0;
    margin: 0;
    height: 50px;
  }
  
  @media (max-width: 768px) {
    #header {
      position:relative;
      
    } 
    #header #logo img {
      max-height: 50px;
    }
  }
  
  
  

  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  /* Sections Header
  --------------------------------*/
  .section-header .section-title {
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
  }
  
  @media (max-width: 768px) {
    .section-header .section-title {
      font-size: 20px;
      color: #111;
      text-align: center;
      font-weight: 400;
    }
  }
  .section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: italic;
  }
  
  .section-header .section-start{
    font-size: 28px;
    color: #111;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
  }
  
  @media (max-width: 768px) {
    .section-header .section-start {
      font-size: 20px;
      color: #111;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    }
  }
  
  /* Section with background
  --------------------------------*/
  .section-bg {
    background: #fafafa;
  }
  
  
  /* Input_Area Section
  --------------------------------*/
  #Input_Area {
    padding: 10px 0 30px 0;
    overflow: visible;
  }
  #Input_Area .col-12, .col{
    margin-bottom: 15px !important;
  }
  
  #Input_Area .box {
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    float: left;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    
  }
  

    
  input{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fafafa;
    padding-top: 10px;
    
  }


  #Input_Area p {
    
    font-size: 12px;
    margin: 0 !important;
    float: left;
  }
  @media (max-width: 768px){
    #Input_Area p {
      font-size: 12px;
      
    }
  }

  #Input_Area .offer-img{
    text-align: center;
    
  }
  #Input_Area .offer-img img {
    
    max-width: 30px;
    height: 30px;
    
  }
  @media (max-width: 768px) {
    
    #Input_Area .offer-img img {
      margin: 0 auto;
      }
  }

  #Input_Area .offer-name{
    
    text-align: center;
  }
  #Input_Area .category-title, .category-Discription, .category-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    
  }

  #Input_Area .offer-name p{
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
  }
  #Input_Area .category-title p{
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
  }
  #Input_Area .category-Discription p{
    
    font-size: 14px;
    font-weight: 400;
  }


  #Input_Area .month_income{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff; 
     
  }
  #Input_Area .month_income p{
    background-color: #a30001;
    padding: 5px 2px 5px 2px;
  }

  #Input_Area .break_month{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
  }
  #Input_Area .break_month p{
    background-color: #3c6e71;
    padding: 5px 2px 5px 2px;
  }

#mySelect, #MyCurrent, #upgrade {
  width: 100%;
  height: 35px;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #fafafa;
  padding-top: 10px;
}

#upgrade{
  display: flex;
    flex-direction: row;
    justify-content: center;
}

  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  #footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #333;
    font-size: 14px;
  }
