body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

#header{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    
    left: 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.header-left{
   margin-top: 46px;    
}
.logo{
    
    /* UI Properties */
    background: transparent  0% 0% no-repeat padding-box;
    opacity: 1;
}
.logo img{
    width: 100%;
    height:auto;
}
.header-right{
    margin-top: 28px;
    
}
.header-buttons{
    top: 33px;
    margin-left: 237.29px;
}
.square-button{
    width: 40px;
    height: 40px;
    background: #F0F4F7 0% 0% no-repeat padding-box;
    border-radius: 25px;
   
}
.vert-divider{
    height: 45px;
    border-right: 1px solid #CCD0D5;
    padding-left:2em;
    
}
.phone-number{
    padding-left:2em;
   
}
.top-phone-number{
    text-align: center;
    display: none;
}
.menu{
    position: relative;
    top: 19px;
    margin-left: 139px;
}
.buttons{
    top: 33px;
}
.menus{
    margin-top: 39px;
    
}
.header-icon{
    position: relative;
    top: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    background: transparent url('../img/header-icon.svg') 0% 0% no-repeat padding-box;
    opacity: 1;
}
.navbar-nav li:hover, .navbar-nav .active {
    background: #D7F5F2 0% 0% no-repeat padding-box;
    transition:background-color 0.8s ease;
    border-radius: 17px;
    opacity: 1;
  }

.dropdown-menu{
    padding-top: 0px;
    padding-bottom: 0px;
}
.dropdown-menu li:hover, .dropdown-menu li:active, .dropdown-item:hover, .dropdown-item:active {
    color: #000000 !important;
    text-decoration: none;
    background-color: #D7F5F2 !important;    
    transition:background-color 1s ease;
 }
.hamburger{
    display: none;
}

.navbar{
    background-color: none !important;
}
.dropdown-menu{
    border-radius: 0px;
}
.dropdown .dropdown-menu {
    transition: opacity 1s ease;
    opacity: 0;
    display: none;
    
}
.dropdown:hover .dropdown-menu {
    display:block;
    opacity: 1;
    height: auto;
    margin-top: 0;
}
.dropdown a{
    position:relative;
    
}
.navbar-toggler{
    border: none;
    font-size: 1.25rem;
}
.navbar-toggler:focus{
    box-shadow: none;
}

 .green-btn{
    height: 19px;
    background: #05B9B9 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 25px;
    opacity: 1;
    height: 3em;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
  }
  .green-btn:hover{
    opacity: 0.6;
  }
 
  .green-btn a, .purple-btn a{
    color: #ffffff;
    text-decoration: none;    
  }
  .purple-btn{
    height: 19px;
    background: #D06AAF 0% 0% no-repeat padding-box;
    color: #ffffff;
    border-radius: 25px;
    opacity: 1;
    height: 3em;
    justify-content: center;
    align-items: center;
    transition: 0.6s;
  }
  .purple-btn:hover{
    opacity: 0.6;
  }
  .row-break{
    display: none;
  }
  .offcanvas-body {
    flex-grow: 0;
  }
  .scrollbar{
    background: #EFFFAD 0% 0% no-repeat padding-box;
    
  }
.carousel-control-next-icon {
    background: transparent url('../img/Icon-ion-arrow-back-circle.png') 0% 0% no-repeat padding-box !important;
    opacity: .8;
    transition: 0.6s;
}
.carousel-control-prev-icon {
    background: transparent url('../img/Icon-ion-arrow-back-circle.png') 0% 0% no-repeat padding-box !important;
    transform: rotate(180deg);
    opacity: .8 !important;
    transition: 0.6s;
}

.carousel-control-next, .carousel-control-prev {
    opacity: .8 !important;
}
.carousel-control-prev-icon:hover {
    opacity: 1 !important;
    margin-left: -1em;
}
.carousel-control-next-icon:hover {
    margin-right: -1em;
    opacity: 1 !important;
}

  @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .top-btn{
        display: block !important;
    }
    .square-button{
        display: none !important;
    }
    .phone-number, .vert-divider{
        display: none !important;
    }
    .top-phone-number{
        text-align: center;
        display: block;
        font: normal normal bold 25px / 19px Mulish;
        margin-top: 1.2em !important;
        margin-bottom: .5em !important;
    }
    .menu{
        margin-left: 0px;;
    }
    .row-break{
        display: inline;
    }
  }

  /* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 992px) {
    .square-button, .phone-number, .vert-divider{
        display: none !important;
        margin-left: 0px !important;
    }
    .header-buttons {
        margin-left: 0px !important;
    }
}