/*******************************************
<-- Start Carcity Subscribe section css -->
********************************************/

.subscribe-section {
  padding: 68px 0 62px;
  /* background: url("assets/images/resource/subscribe-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ar{
display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: flex-end;
}
.ar h3{
width: 50%;
font-size: 30px;
font-weight: 700;
}
.ar a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #000;
    border-radius: var(--button-radius);
    font-size: 16px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    
}
/* .ar a:hover {
    background: none;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
} */
/* @media screen and (max-width: 968px) {

.ar {
  display: none;
}
} */
.subscribe-thumb {
  float: left;
  margin-right: 25px;
}

.subscribe-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 0;
  color: #fff;
}

.subscribe-title h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  color: #fff;
  padding: 11px 0 0;
}

.subscribe-from {
  position: relative;
  z-index: 1;
  display: flex;
}

.subscribe-from input {
  height: 62px;
  background-color: #fff;
  border: 0;
  padding: 6px 20px;
  display: block;
  width: 100%;
  color: #0d0e14;
  border-radius: 5px;
  padding-right: 160px;
  margin: 0 0 0 36px;
}

.subscribe-from button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  display: inline-block;
  padding: 18px 36px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  border: 0;
  background: var(--color-primary);
  color: #fff;
  border-radius: 0 5px 5px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .subscribe-title h2 {
    font-size: 37px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .subscribe-from input {
    margin: 0;
  }
   
  .ar h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.ar {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.subscribe-title h4{
  font-size: 14px;
}
}


@media (max-width: 768px) {
 
   .subscribe-steering img{
   max-width: 100px;
  }
  .subscribe-title h4{
  font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-title h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }

  .subscribe-from {
    margin: 15px 0 0 0;
  }
 
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
  /*subscribe section */
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  /*subscribe section */
  .subscribe-section {
    text-align: center;
  }
  .subscribe-thumb {
    float: inherit;
    padding: 0 0 25px;
  }
  .subscribe-title h2 {
    font-size: 30px;
    padding: 0;
    margin-top: 0;
  }
  .subscribe-from {
    margin: 15px 0 0 0;
  }
  .subscribe-from button {
    font-size: 15px;
  }
}
