.banner img{
    position: relative;
    }


.banner-head{
    position: absolute;
    color: #fff;
    top: 35%;
    left: 600px;
    font-family: 'Quicksand';
}

 .maindiv {
    display: flex;
    margin: 50px 0;
}

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

.maindiv .first-box .first-para{
    padding-top: 25px;
    margin-bottom: 25px;
}

.maindiv .first-box .first-para .para{
    padding-bottom: 25px;

}
.maindiv .first-box .second-para{
    position: relative;
}

.maindiv .first-box .second-para li{
    line-height: 2.5rem;
    padding-bottom: 14px;
    position: relative;
}

.second-para .bullet {
    border: 1px solid;
    border-radius: 50%;
    background-color: red;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 18px;
    left: 10px;
  }

.second-para .space{
    margin-left: 25px;
}

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

.maindiv .first-box .second-para li p{
    padding-bottom: 15px;
}

.maindiv .first-box  .third-para{
    background-color: #fdf8f5;
    padding: 21px 21px 38px 27px;
    margin-top: 25px;
    border-radius: 16px;
    font-size: 17px;
}

.maindiv .first-box  .third-para p{
    padding-top: 28px;
}

.maindiv .first-box  .third-para h2{
    position: relative
}

.maindiv .first-box .third-para h2::before {
    position: absolute;
    content: '';
    width: 42%;
    height: 4px;
    background-color: #ff4600;
    bottom: -6px;
    left: 21%;
    transform: translateX(-50%);
  }
  .contact{
    background-color: #fbe990;
    padding: 32px 18px 24px;
    margin-bottom: 35px;
    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;
    color: white;
  }

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

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

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

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

.second-box #lines{
    padding-top: 38px;
    list-style:circle;
    padding-left: 23px;
}

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

.second-box .p{
    position: relative;
}

.second-box .bull{
    border: 1px solid;
    border-radius: 50%;
    background-color: red;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 28px;
    left: 2px;
}

.second-box .s{
    padding-left: 30px;
    padding-top: 20px;
}


/* 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 {
        padding-right: 0px;
      }

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

      .maindiv .first-box .third-para h2::before {
        width: 71%;
        left: 51%;
      }

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

      .contact .tc {
        padding: 10px 50px 8px 0px;
      }

      .maindiv .first-box .second-para li {
        line-height: 1.7rem;
      }
      .space {
        margin-left: 15px;
      }
      .second-para .bullet {
        border: 1px solid;
        border-radius: 50%;
        background-color: red;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 9px;
        left: 0px;
      }

      .second-box h4::before {
        width: 34%;
        left: 17%;
      }

} 



