    .banner img{
        position: relative;
        }
        
    .banner-head{
        position: absolute;
        color: #fff;
        top: 35%;
        left: 600px;
        font-family: 'Quicksand';
    }
    
 .maindiv {
    margin: 40px 0;
}
.maindiv .first-box{
    display: flex;
}

.maindiv .first-box .first-para{
    padding-right: 100px;
}

.maindiv .first-box .first-para .para{
    padding: 22px 0px 0px;
}

.second-par .para {
    padding-top: 28px;
}

.contact{
    background-color: #fbe990;
    padding: 22px 18px 18px;
    margin-bottom: 40px;
    border-radius: 15px;
    text-align: center;
  }

.contact .tc{
    border-radius: 10px;
    background-color: white;
    margin-bottom: 18px;
    padding: 10px 11px 8px 23px;
}

.contact .tc .name{
    display: flex;
    align-items: center;
    justify-content: center;
}

 .contact .tc .name img{
    width: 23px;
}

.contact .tc .name input{
    border-left: 0px;
    padding-left: 21px;
    font-size: 15px;
  }

  .contact .tc .name textarea{
   border: none;    
  }

  .contact .btn{
    background-color: #f46e3b;
    padding: 9px 21px 8px;
    border-radius: 10px;
    font-size: 18px;
    border: none;
  }

  .contact .btn:hover{
    background-color: black;
    color: white;
  }

.second-box{
    border-radius: 10px;
    padding: 25px 19px 20px;
    background-color: #f6f6f8;
}

.second-box #lines{
    list-style:circle;
    padding: 15px 27px 0px;
}

.second-box #lines li{
    padding-bottom: 10px;
}

.second-box h4{
    color: #f46e3b;
    position: relative;
}

.second-para .para{
    padding-top: 29px;
    padding-bottom: 5px;

}

.third-para{
    margin-top: 50px;
    background-color: #fdf8f5;
    padding: 37px 0px 27px 35px;
}

.third-para p{
    padding-top: 20px;
}


.second-par .color{
    color: #f46e3b;
}
.bull{
    border: 1px solid;
    border-radius: 50%;
    background-color: red;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 28px;
    left: 2px;
}
 .second-box .p{
    position: relative;
}
.second-box .s{  
    padding-left: 30px;
    padding-top: 20px;
}

.second-box h4::before {
    position: absolute;
    content: '';
    width: 41%;
    height: 4px;
    background-color: #ff4600;
    bottom: -6px;
    left: 22%;
    transform: translateX(-50%);
  }

/* mobile responsiver */

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

    .banner img{
        position: relative;
        }
    
        .banner-head {
            position: absolute;
            top: 60%;
            left: 119px;
            font-family: 'Quicksand';
            font-size: 13px;
        }

    .maindiv {
        display:block;
        margin: 26px 0;
      }
      
      .maindiv .first-box {
        display: block;
      }

      .maindiv .first-box h2{
        text-align: center;

      }

      .second-box h4::before {
        width: 34%;
        bottom: -5px;
        left: 17%;
      }
      
      .maindiv .first-box .first-para {
        padding-right: 0px;
      }

      .third-para {
        padding: 16px;
      }
      h2{
        text-align: center;
      }

      .four-para {
        padding: 34px 0px 25px 14px;
      }

      .contact .tc {
        padding: 10px 50px 8px 0px;
      }
      .contact {
        margin-top: 20px;
      }

} 



