body{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    
}


header {
    background-color: rgb(117, 190, 212);
    height: 90px;
    padding-left: 20px;
}

#call1{
    float: right;
    width: 330px;
    height: 90px;
    background-color:  rgb(117, 190, 212);
    font-size: 30px;
    font-weight: bold;
    color:#ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

#call1 p{
    padding-left: 10px;  
}

/* navigation menu */
#navbar{
    float: right;
    background-color:  rgb(117, 190, 212);
    width: 380px;
    height: 90px;    
}

li{
    list-style: none;
}

li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

a:hover{
    color: black;
}

ul{
    display: flex;
    gap: 2rem;
    margin-top: 70px;
}

/* main body section */

#main-div {
    margin-bottom: 0px;
    width: 1024px;
    height: 650px;
    padding-top: 70px;
    background-image: url(../images/truck-hd.jpg);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgb(117, 190, 212);
    z-index: 0;
    
}

#side-info {
    height: 500px;
    width: 420px;
    margin-left: 20px;
    margin-top: 50px;
    float: left;
    background-color: rgba(244, 242, 242, 0.700);
    padding-left: 10px;
    padding-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 150%;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #828282a1;
    opacity: 0.95;
    z-index: 35;
}



/* service request */

fieldset {
    display: block;
    margin-left: 480px;
    padding-top: 30px;
    border: 22px groove (internal value);
    background-color: rgba(244, 242, 242, 0.900);
    width: 500px;
    height: 570px;
   font-family: Arial, Helvetica, sans-serif;
   -webkit-border-radius: 5px;
   border-radius: 35px;
   border:4px solid #828282a1;
   opacity: 0.9;
   z-index: -10;
  }
  
  
  input[type=submit] {
  padding:5px 15px;
  background:#ccc;
  border:4px solid #828282a1;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 15px;
  float: right;
  }
  
  input[type=submit]:hover{
      background: white;
     
  }

  input[type=submit]:active{
    cursor:wait;
  }
  
  input[type=text] {
      padding:5px; 
      border:2px solid #ccc; 
      -webkit-border-radius: 5px;
      border-radius: 5px;
      float: right;
      
  }
  
  
  input[type=email] {
      padding:5px; 
      border:2px solid #ccc; 
      -webkit-border-radius: 5px;
      border-radius: 5px;
      float: right;
  }
  
  input[type=email]:focus {
      border-color:#333;
  }
  
  
  
  div{
      size: 10px;
      margin-bottom: 10px;
     /* background-color: red;   */
      height: 35px;
  }
  
  div label{
      margin-left:  30px; 
      color: rgb(0, 0, 0);
      font-size: 25px;
  }
  
  div select{
      color: black;
      float: right;
      font-size: 15px;
      width: 250px;
      height: 30px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
  
  }


  #foot{
    height: 80px;
    width: 1024px;
    background-color: rgba(11, 146, 176, 0.781);
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #foot p {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 40px;
  }

  #footnav{
    float: right;
    width: 40%;
    height: 80px;
  }

 #footnav ul{
    display: flex;
    gap: 2rem;
    margin-top: 40px;
}

 #footnav li{
    list-style: none;
}

#footnav li a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: .9rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#footnav a:hover{
    color: rgb(255, 255, 255);
}

  

  #foot3{
   float: right;
    width: 20%;
    height: 80px;
  }

 
  footer {
    margin-top: 0px;
    background-color:  #da5eeda1;;
    height: 10px;
    width: 1024px;
  }

  /* company settinhgs */

  #company-div {
    margin-bottom: 0px;
    width: 1024px;
    height: 650px;
    padding-top: 40px;
    background-image: url(../images/truck-hd.jpg);
    opacity: 0.8;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgb(117, 190, 212);
    
}

#cmpny {
    margin: auto;
    width: 92%;
    height: 555px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 22px groove (internal value);
    background-color: rgba(244, 242, 242, 0.750);
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 160%;
}

#cmpny a {
    text-decoration: none;
    color: black;
}

#cmpny a:hover{
    color: #da5eed;
}

/* about us */

#div-us{
    width: 70%;
    height: 450px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
    margin: auto;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
    background-color: rgba(244, 242, 242, 0.750);
}

#div-us img{
    float: left;
    padding-left: 15px;
    padding-top: 100px;
}

a {
    position: relative;
    margin-top: 50px;
  }

a[data-titleifta]:hover::after {
    content: attr(data-titleifta);
    position: absolute;
    top: -130px;
    left: -130px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titledot]:hover::after {
    content: attr(data-titledot);
    position: absolute;
    top: -110px;
    left: -220px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titlemotor]:hover::after {
    content: attr(data-titlemotor);
    position: absolute;
    top: -230px;
    left: -55px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titledrug]:hover::after {
    content: attr(data-titledrug);
    position: absolute;
    top: -105px;
    left: -175px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titlectc]:hover::after {
    content: attr(data-titlectc);
    position: absolute;
    top: -230px;
    left: -265px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titlecarb]:hover::after {
    content: attr(data-titlecarb);
    position: absolute;
    top: -60px;
    left: -400px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }

  a[data-titlefincen]:hover::after {
    content: attr(data-titlefincen);
    position: absolute;
    top: -155px;
    left: -255px;
    z-index: 200;
    background-color: rgb(117, 190, 212);
    width: 400px;
    font-weight: lighter;
    padding-left: 10px;
    -webkit-border-radius: 5px;
    border-radius: 20px;
    border:4px solid #da5eeda1;
  }
  
  input[type=value]:hover{
    background: red;
   
}