body{
    font-family: poppins  !important;
}
p.errormod {
    color: red;
    width: 100%;
    text-align: center;
    background: #ffe6e6;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 20px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img {
    height: 24px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    padding: 0;
}
.navbar-brand img {
    height: 28px;
    width: auto;
    display: block;
    filter: brightness(10%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link, .navurl {
    color: #212121 !important;
    font-weight: 600;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link {
    color: #1bd741 !important;
}
.nav-item.active .nav-link {
    color: #777 !important;
    padding-top: 10px !important;
}
.nav-link {
    position: relative;
    padding: 18px 0 !important;
    display: inline-block;
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
/* #Primary style ================================================== */
.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}
.switched {
    border-color: #000 !important;
    background: #1bd741 !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    z-index: 999;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    background-color: #1bd741;
}
/* #Media ================================================== */
@media (max-width: 767px) {
    h1 {
        font-size: 38px;
   }
    .nav-link {
        padding: 10px 0px;
   }
    .nav-item:after {
        display: none;
   }
    .nav-item {
        padding-left: 5px !important;
   }
    .nav-item::before {
        position: absolute;
        display: none;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
   }
    .dropdown-toggle::after {
        position: absolute;
        display: none;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        transition: all 200ms linear;
   }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
   }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
   }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
   }
}
/* #Link to page ================================================== */
.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}
.callbtn {
    background: linear-gradient(
        347deg
        , #555 0%, #1bd741 85%);
            text-align: left;
            padding: 12px 0px 15px!important;
}
.callbtn.book {
    color: #fff !important;
    padding: 17px 15px !important;
}
.callbtn.book:hover {
    color: #fff !important;
    padding: 17px 15px !important;
}
.callbtn p {
    margin-bottom: 0px;
    color: #fff;
    padding-left: 5px;
    padding-right: 15px;
    line-height: 16px;
}
.icon {
    color: #fff;
    padding-left: 15px;
    font-size: 16pt;
    position: relative;
    top: 1px;
}
::ng-deep .mat-nav-btn {
    margin-top: -8px !important;
    box-shadow: unset !important;
    height: unset !important;
}
::ng-deep .mat-tab-label, .mat-ink-bar.mat-ink-bar {
    width: 50% !important;
}
::ng-deep .cdk-overlay-pane {
    max-width: 500px !important;
}
.btn1 {
    background: linear-gradient(347deg, #555 0%, #1bd741 85%) !important;
    width: 100%;
    color: #fff;
    height: 50px;
    outline: none;
}
.text-logo {
    margin-bottom: 0px;
    font-weight: 800;
    font-size: 2em;
    color: #555;
}
.text-logo span {
    color: #1bd741;
}
::ng-deep .owl-dots {
    margin-top: 15px;
}
::ng-deep .owl-dot.active span {
    background: #1bd741 !important;
}
::ng-deep .callbtn.book span {
    color: #fff !important;
    padding: 0px 20px;
}
.header-top {
    background: linear-gradient(347deg, #555 0%, #1bd741 85%) !important;
    padding: 5px 0px;
}
.header-top .dropdown-menu {
    background-color: #fff;
}
.header-top svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    fill: #fff !important;
}
.header-top ul.tpnav {
    list-style-type: none;
    display: flex;
    color: #fff !important;
    margin: 0px;
    width: 100%;
    justify-content: flex-end;
}
.header-top .nav-link {
    position: relative;
    padding: 0px 0px !important;
    display: inline-block;
    background: unset;
    color: #fff !important;
    font-weight: bold;
    top: 3px;
}
.header-top .phn, .header-top .phn:hover {
    color: #fff;
    text-decoration: none;
    margin-left: 10px;
    border-left: 1px solid;
    padding-left: 10px;
}
.header-top .phn mat-icon {
    position: relative;
    top: 3px;
    font-size: 13pt;
}
.callbtn {
    border: unset;
    border-radius: 5px;
}

/* footer  */
.color-white{
    color:#fff;
}
ul.prandterms {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0px;
}
ul.prandterms a {
    color: #fff;
    margin: 0px 10px;
}
ul.prandterms span {
    color: #bbb;
}

.blocks {
    position: relative;
    padding-top: 6rem !important;
  }
  
  .blocks::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    background-color: #000;
    background-repeat: repeat-x;
    background-position: 0 0;
    top: 0;
    background-image: url('../images/blocks.png');
    background-size: contain;
    -webkit-animation: bgSlideReverse 20s linear infinite;
    animation: bgSlideReverse 20s linear infinite;
  }
  @-webkit-keyframes bgSlideReverse {
      0% {
        background-position: 0 0;
      }
      20% {
        background-position: 100px 0;
      }
      40% {
        background-position: 200px 0;
      }
      60% {
        background-position: 150px 0;
      }
      80% {
        background-position: 100px 0;
      }
      100% {
        background-position: 0px 0;
      }
    }
    @keyframes bgSlideReverse {
      0% {
        background-position: 0 0;
      }
      20% {
        background-position: 100px 0;
      }
      40% {
        background-position: 200px 0;
      }
      60% {
        background-position: 150px 0;
      }
      80% {
        background-position: 100px 0;
      }
      100% {
        background-position: 0px 0;
      }
    }
    footer h3 {
        color: #fff;
        font-size: 2em !important;
        font-weight: 500 !important;
    }
    footer p {
        color: #e2e2e2;
        font-size: 10pt;
        line-height: 17pt;
    }
    footer ul {
    padding-left: 0px;
    list-style-type: none;
    }
    footer ul a,
    footer ul a:hover {
        text-decoration: none;
        color: #e2e2e2 !important;
        margin-bottom: 5px !important;
        display: block;
    }
    .mat-icon {
        font-size: 13pt;
        top: 5px;
        position: relative;
        color: #1bd741;
    }
    .footercopy {
    background: #000;
    padding: 10px 0px;
    text-align: center;
}