.content-wrapper, .container{
    overflow: hidden;
}

.title{
    color:#a9b977;
    font-weight: 700;
    font-size: 21.6px;
    line-height: 1.4;
}

article p, p{
    font-size: 15px;
}

.header {
/* position: fixed; */
left: 0;
right: 0;
height: auto;
background-image: url(https://donationonline.careasy.org/sites/indition/donati/uploads/bg.jpg);
background-repeat: repeat;
z-index:9;
border-bottom: 3px solid #6ca953;
text-align: center;
line-height: 0;
padding-bottom:.5em;
}

.top-logo img {
float: left;
}

nav{
    display: inline-block;
    text-align: center;
}


nav ul {
    padding-inline-start: 0px;
    margin-block-end: 0;
}
nav ul li {
display: inline-block;
float: left;
border-right: 1px solid white;
line-height: 1.8;
}

nav ul li:hover{
    background-color: #1e3a1a;
    transition: 1s;
}

nav ul li:last-child{
    border-right:none;
}

nav ul li a {
display: inline-block;
outline: none;
color: white;
font-size: 16px;
text-decoration: none;
letter-spacing: 0.04em;
padding:0 1em;
}
nav ul li a:hover {
color: #fff;
text-decoration: none;
}


.vehicle-strip {
    margin: 20px 0;
}
  
.vehicle-strip img {
    width: 14.66%;
    margin:4px;
    transition:1s;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
}

.hero{
    background: -webkit-linear-gradient(
0deg
,#d3ebff,#a2cae7 49%,#d3ebff);
    background: -ms-linear-gradient(0deg,#d3ebff 0,#a2cae7 49%,#d3ebff 100%);
    box-shadow: inset 0 -7px 35px -7px rgb(0 0 0 / 20%);

}

.hero-elements{
    padding: 8em 0;
    text-align: center;
}

.hero-elements img{
    max-width: 600px;
    width: 100%;
    padding:0 1em;
}

.hero-text h1{
    color: #6ca953;
    line-height: 1.4;
}

.hero-text p{
    color: white;
    font-size: 19px;
}

.hero-text a{
    background-color: #afce50;
    color: #fff;
    font-size: 20px;
    padding: 15px 30px;
    margin-top: 10px;
    border-bottom: 5px solid #98b53e;
    display: inline-block;
}

.hero-text a:hover{
    background-color: #93aa4d;
    text-decoration: none;
    transition: 1s;
}


.sell-your-car{
    padding: 2em 0;
}

.sell-your-car h1{
    color:rgb(52, 123, 187);
    font-weight: 700;
    line-height: 1.3;
}


.sell-your-car ul{
    padding-top:1em;
}


.sell-your-car h2{
    text-align: center;
    color:white;
    background-color:#98b53e ;
    padding: .4em 0;
    margin-bottom:0;
}


.sell-your-car ul li{
    font-size: 1.2em;
    padding: 5px 0;
}


.sell-your-car p{
    background: rgb(52, 123, 187);
    color: white;
    text-align: center;
    padding: 1em 0;
    font-size: 1.6em;
}

#sell-car{
    border: 5px solid #afce50;
    height: 540px;
}

.steps{
    display: inline-flex;
    padding:1em 0;
}

.steps i{
    
    font-size: 3em;
    color:#a9b977;
    margin-right: 1em;

}

.steps p{
    line-height: 1.4;
}



.social-media{
    padding: 1em 0;
}

.social-media .btn-custom{
    width:50px;
    margin:4px;
}

video{
    padding: 10px;
    background-color:white;
    -webkit-box-shadow: 0 0px 8px #b6b6b6;
    -moz-box-shadow: 0 0px 8px #b6b6b6;
    box-shadow: 0 0px 8px #b6b6b6;
}

iframe{
    width:100%;
    border:0;
}

.master-footer{
}

.prefooter{
    background-image: url(https://donationonline.careasy.org/sites/indition/donati/uploads/bg.jpg);
background-repeat: repeat;
padding:2em 0;
border-bottom: 10px solid #96a372;
}

.middle-footer,.bottom-footer{
    background-color: #1e3a1a;
    padding:1em 0;
    color: white;
    text-align: center;
}

#footer-logo{
    padding:1em 0;
}

#footer-text{
    color:black;
}


.form-bg{
    background-color:#BDDBF4;
}

.form-bg h1{
    background-color: #1e3a1a;
    color:white;
    padding: 1em;
    max-width:850px;
    margin:1em auto 0;
    line-height:1.4;
}

#contact-iframe{
    padding: 0em 0 3em;
    margin: 0 0 3em;
    height: 750px;
    background-color:white;
    max-width:850px;
}

#home-iframe{
    height: 800px;
}

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

#sell-car{
    height: 910px;
}

}

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

#home-iframe{
    height: 600px;
}

#sell-car{
    height: 610px;
}
}

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

    .top-logo img {
        position: relative;
        }

        .header {
        position: static;
        }   

    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #1f2227;
      opacity: 0;
      transition: all 0.2s ease;
      background-image: url(https://donationonline.careasy.org/sites/indition/donati/uploads/bg.jpg);
        background-repeat: repeat;
    }
    .nav-container ul {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
    }
    .nav-container ul li {
      display: block;
      float: none;
      width: 100%;
      text-align:center;
      margin-bottom: 10px;
    }
    .nav-container ul li:nth-child(1) a {
      transition-delay: 0.2s;
    }
    .nav-container ul li:nth-child(2) a {
      transition-delay: 0.3s;
    }
    .nav-container ul li:nth-child(3) a {
      transition-delay: 0.4s;
    }
    .nav-container ul li:nth-child(4) a {
      transition-delay: 0.5s;
    }
    .nav-container ul li:not(:first-child) {
      margin-left: 0;
    }
    .nav-container ul li a {
      padding: 10px 25px;
      opacity: 0;
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      transform: translateY(-20px);
      transition: all 0.2s ease;
    }
    .nav-open {
      position: relative;
      right: 10px;
      top: 10px;
      display: block;
      width: 48px;
      height: 48px;
      cursor: pointer;
      z-index: 9999;
      border-radius: 50%;
    }
    .nav-open i {
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      margin-left: 14px;
    }
    .nav-open i:nth-child(1) {
      margin-top: 16px;
    }
    .nav-open i:nth-child(2) {
      margin-top: 4px;
      opacity: 1;
    }
    .nav-open i:nth-child(3) {
      margin-top: 4px;
    }
  }
  #nav:checked + .nav-open {
    transform: rotate(45deg);
  }
  #nav:checked + .nav-open i {
    background: #fff;
    transition: transform 0.2s ease;
  }
  #nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
  }
  #nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
  }
  #nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
  }
  #nav:checked ~ .nav-container {
    z-index: 9990;
    opacity: 1;
  }
  #nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
  }
  .hidden {
    display: none;
  }
  

.vehicle-strip img {
    width: 14%;
    margin:2px
}

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

    #home-iframe{
        height: 850px;
    }
    }

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

#sell-car{
    height:910px;
}

    }

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

    .hero-elements{
        padding:6em 0;
    }    

.hero-elements img{
    max-width:420px ;
}

.hero-text h1, .form-bg h1{
    font-size: 2em;
}

.hero-text p{
    font-size: 15px;
}

#contact-iframe{
    height: 850px;
}

}

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

    .hero-elements{
        padding:4em 0;
    }

    .hero-elements img{
        max-width:340px ;
    }
    
    .hero-text h1, .form-bg h1{
        font-size: 1.6em;
    }
    
    .hero-text p{
        font-size: 12px;
    }
    
    }