body {
    font-family: Arial, Helvetica, sans-serif;
}

* {
    box-sizing: border-box;
}

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: block;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
    width: 330px;
    border-radius: 5%;
    /* height: 688px; */
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

/*Sbongiseni -------------------------==================--------------------*/
.div-block-60 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5%;
    background-color: #fff;
  }
.heading-50 {
    font-family: 'Source Sans 3', sans-serif;
  }
  
  .heading-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 94px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/Icon-ionic-ios-person.svg');
    background-position: 0% 50%;
    background-size: 17px 22px;
    background-repeat: repeat-y;
    font-family: 'Source Sans 3', sans-serif;
    text-align: left;
  }
  
  .link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 7px;
    text-decoration: none;
  }
  
  .heading-52 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #181717;
    line-height: 10px;
    font-weight: 400;
  }
  
  
  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    text-decoration: none;
  }
  
  .heading-53 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #181717;
    line-height: 10px;
    font-weight: 400;
    text-decoration: none;
  }
  
  .image-77 {
    padding-left: 195px;
  }
  
  .link-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    text-decoration: none;
  }
  
  .heading-54 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #292727;
    line-height: 10px;
    font-weight: 400;
    text-decoration: none;
  }
  
  .image-78 {
    padding-left: 205px;
  }
  
  .link-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  
  .heading-55 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #181717;
    line-height: 10px;
    font-weight: 400;
  }
  
  .image-79 {
    padding-left: 118px;
  }
  
  .heading-56 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #181717;
    line-height: 10px;
    font-weight: 400;
  }
  
  .heading-57 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Source Sans 3', sans-serif;
    color: #161515;
    line-height: 10px;
    font-weight: 400;
  }
  
  .image-81 {
    padding-left: 135px;
  }
  
  .image-82 {
    padding-left: 162px;
  }
  
  .image-83 {
    padding-left: 128px;
  }

  /*.link-block-6 {
    max-width: 80px;
    padding: 0px 10px 0px 0px;
  }*/

  .grid-21 {
    margin-bottom: 33px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-decoration: none;
  }

  #w-node-_0f7d8fe8-85b6-0308-c851-292e5319ce2d-8120324c {
   
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
   
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #w-node-_32cfd435-bca8-55b6-21f0-4b89772d8934-8120324c {
   
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
   
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-bb0a7721-63b6-d91e-1f0a-e3f9f6bb525f-8120324c {
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  .link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 7px;
    text-decoration: none;
  }
  .image-77 {
    padding-left: 186px;
  }
  .image-76 {
    padding-left: 170px;
    line-height: 3px;
  }
  
  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    text-decoration: none;
  }
  
  
  .link-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 10px;
    text-decoration: none;
  }

  .image-78 {
    padding-left: 195px;
  }
  
  .link-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  

  .image-80 {
    padding-left: 155px;
  }

  .image-81 {
    padding-left: 157px;
  }

  .image-82 {
    padding-left: 185px;
  }
  
  .image-83 {
    padding-left: 150px;
  }
  
/*Sbongiseni -------------------------==================--------------------*/


/* transitions */

#p1 {
    display: block;
}

#p2 {
    display: none;
}

#p3 {
    display: none;
}

#p4 {
    display: none;
}

#p5 {
    display: none;
}
#p6 {
    display: none;
}
#p7 {
  display: none;
}
.w-button:hover {
    background: #eeb800;
}
.w-images:hover {
  transform: scale(1.2);
  
} 