#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 10px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color:#eb6b44; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    border-radius: 10px; /* Rounded corners */
}

#myBtn::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.8em;
  line-height: 50px;
  color: #fff;
}

.main-raised {
    margin: -60px 30px 0px;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


.blog-sidenav {
    height: 100%;
    width: 0;
    padding: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s; /* Standard */
    -webkit-transition: 0.5s; /* Safari */
    text-align: center; /* Standard */
    padding-top: 7rem;
    border-radius: 1rem;
}

.blog-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 46px;
  margin-top: 1rem;
}

@media screen and (max-height: 450px) {
  .blog-sidenav {padding-top: 15px;}
  .blog-sidenav a {font-size: 18px;}
}


.rigisre-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    z-index: 3000;
    bottom: 1.5em;
    right: 0.5em;
    position: fixed!important;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
    transition: all .15s ease-in;
    border: none;
    background-image: linear-gradient(310deg,#1bba3d,#CBFF37);
}

.rigisre-form span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.rigisre-form svg {
  width: 50%;
  margin-left: 0.5rem;
}

.text-turquoise{
  color:#41C2CD;
}

.text-brilliant-yellow{
  color:#FEC75A;
}

.text-rose{
  color:#FF6FE8;
}
/*form css*/

.form-control {
 -webkit-appearance: auto!important;
 -moz-appearance: auto!important;
 appearance: auto!important;  
}

.checkboxlist {
  display: grid;
  grid-template-columns: 20px;
  align-items: baseline;  
}

input[type="checkbox"].form-control {
    cursor:pointer;
    box-shadow: none!important;
}

.field-validation-error {
  color:red;
}
/*.hero-background-page*/
.hero-background-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}


@media (max-width: 768px) {
    .hero-background-page {
        flex-direction: column !important;
    }

    .hero-background-page[style*="column-reverse"] {
      flex-direction: column-reverse !important;
    }

    .hero-content {
        margin-top: 10px;
    }

    .hero-image {
        margin-bottom: 10px;
    }
}

.rich-text img {
  max-width: 100%;
  max-height: 100%;
  height: auto! important;
}