html{
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    /* text-shadow: 1px 1px 1px rgba(0,0,0,0.004); */
}
body {
    background: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}
.rounded-full { border-radius: 100px; }
a { text-decoration: none; color: #0F75BC; }
.black-a { text-decoration: none; color: #000; }
.black-a:hover { color: #160f44; }
.bg-lightgray {
    background: #F1F3F5;
    display: block;
}

.blue-bg {
    background: #08ACF2;
    display: block;
}
.blue-bg .card-title {
    font-weight: 700; font-size: 18px;
}
.blue-bg .card-text { font-size: 13px; color: #666; }

.bg-lightergray {
    background: #F8F9FA;
    display: block;
}

.bg-blue {
    background:  #08ACF2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: #fff;
}

.bg-gradient {
    display: block;
    width: 100%;
    height: 21px;
    background: url('../images/landing-page/gradient-bg.svg');
    content: " ";
}
.welcome-img {width: 95%}

.bg-green ul li {
    margin: 15px 0; 
}
.logo { width: 200px; padding: 15px 10px;}
.logo-bg { background: #08ACF2; padding: 15px 10px; border-right: 5px solid #666;}
.logo-text {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Lobster', sans-serif;
}
.text-gray {
    color: #8E8E8E;
}

.text-green {
    color: #04bb93;
}

.text-red {
    color: #ff0000;
}
.display-block {
    display: block;
}
.socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    color: #fff
}
.socials li {
    display: inline;
}
.socials li a {
    width: 34px; height: 34px; padding: 10px; border-radius: 10px; display: flex; justify-content: center; align-items: center;background: #fff; color: #151a6e;
    font-size: 18px; margin: 3px; box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
}
.socials li a:hover { background: #151a6e; color: #fff; }
.cont {
    display: inline-block;
    background: #476f66;
    color: #fff;
    padding: 3px 15px;
    border-radius: 14px;
}
.soft-nav{
    background: #EEEEEE;
    padding: 10px 0;
    padding-bottom: 5px;
    border-radius: 0px;
    display: flex; justify-content: space-between;
    align-items: center;
    box-shadow: none !important;
    border-bottom: 1px solid #e2e2e2;
}

.border-bottom { border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; display: block; width: 100%; }


.topbar{ background: transparent !important; padding: 0px; margin-top: 0px; position: relative; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.3); z-index: 9999999999 !important;}
.topbar a { color: #4D4D4D; }
.topbar i { color: #FFB646}
.topbar .address a { border-right: 1px solid #4d4d4d69; padding: 0px 20px;}


.manny-nav{ background: #FFF !important; padding: 15px 0px; margin-top: 0px; position: relative; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.3); z-index: 9999999999 !important;}
.manny-nav.manny-nav2{ background: transparent !important; padding: 15px 10px; margin-top: 0px; }
.manny-nav .nav-link{ color: #000 !important; padding: 18px 20px; font-size: 15px; margin: 0px 8px; transition: all .2s; font-weight: 500; text-transform: none; font-family: "Work Sans", sans-serif; }
.manny-nav .nav-link:hover{ color: rgb(0, 67, 168) !important;  }
.btn-warning { background: #FFB646; color: #000 !important; border: none !important; padding: 8px 25px !important; border-radius: 0px; }
.btn-warning2 { background: #FFE633; color: #000 !important; border: none !important; padding: 8px 25px !important; border-radius: 0px; }


.manny-nav .nav-link.btn-warning { color: #fff !important; background: #08ACF2; margin: 0px; height: 100%; border-radius: 0px; display: flex; justify-content: center; align-items: center; padding: 10px 15px; border-radius: 6px;  }


.manny-nav .dropdown-menu { border: none; min-height: 100px; border-radius: 3px; box-shadow: 0px 0px 10px rgba(207, 207, 207, 0.397); }
.manny-nav .dropdown-menu .nav-link{ color: #000 !important; }
.manny-nav .dropdown-menu .nav-link:hover{ background: #D4D9DF; color: #000 !important; }

.manny-nav .dropdown-menu{ position: absolute; z-index: 9999999999999999 !important; min-width: 250px; width: auto !important; } 
.manny-nav .dropdown:hover .dropdown-menu{ display: block !important; }
.manny-nav .dropdown-header{ font-size: 15px; font-weight: bold; color: #241E5E;}

.manny-nav.manny-nav2{ background: #fff !important; }
.manny-nav.manny-nav2 .nav-link{ color: #000 !important; }
.manny-nav.manny-nav2 .nav-link:hover{ background: #25567c3f; }

.manny-nav.manny-nav2 .btn-warning{ color: #fff !important; }
.manny-nav.manny-nav2 .btn-warning:hover{ background: #FDBD59; color: #161954 !important; }
.manny-nav .btn-warning:hover{ background: #FDBD59; color: #161954 !important; }

.manny-hero{ min-height: 600px; text-align: left; color: #000; 
                background: url('../images/homepage/hero1.jpg') no-repeat center; background-size: cover;
              display: block; margin:0;  position: relative; overflow: visible; }
.manny-hero .carousel-item { min-height: 600px; }

.manny-hero-2{ min-height: 250px; position: relative; background: url('../images/landing-page/hero-1.jpg') no-repeat center;  }
.manny-hero-2 .manny-hero-overlay{ min-height: 250px; }

.manny-hero-overlay{ min-height: inherit; background: transparent; width: 100%; display: block; margin: 0px; padding: 0px; 
                     position: absolute; top:0; left: 0; z-index: 9 !important; color: #fff; }
.manny-hero-overlay .hero-content {
    min-height: 600px;
}
.manny-hero .hero-title{ font-size: 60px; font-weight: 700; width: 100%; margin: 20px 0px;  }
.tagline{ font-weight: 400; color: #08ACF2; font-size: 14px; text-transform: capitalize; letter-spacing: 2px; width: 100%; }
.manny-hero .tagline { color: #fff; }
.manny-hero .subtext{ font-style: normal; color: #fff; font-size: 17px; line-height: 22px; width: 75%; margin: 10px 0px; }
.hero-title mark { margin: 0px; padding: 0px; font-weight: 400; color: #2ed5ff }


.manny-hero .carousel-item img{
    object-fit: cover !important;
}
.icon { width: 42px !important; height: 42px !important;}

.hidden { display: none; }

.how-box .col-md-3 { margin-bottom: 30px; }
.how {
    background: #fff; padding: 20px; border-radius: 4px; min-height: 230px; margin-top: 30px; color: #160f44;
}
.how h4 { font-weight: 700; font-size: 18px; margin-bottom: 20px; margin-top: 20px;}

.btn-primary { background: #160f44 !important; color: #FDBD59; border-radius: 0px; border: none; }
.manny-hero .btn-primary {
    background: #08ACF2 !important; color: #160f44 !important; text-transform: capitalize; letter-spacing: 1px; border-radius: 40px; padding: 10px 35px;
    min-width: 200px; font-weight: 400;
}

.btn-danger {
    padding: 10px 25px; font-weight: 400; background: #08ACF2  !important; color: #fff !important;
}

.btn-outline-secondary {
    padding: 10px 30px; font-weight: 300; border-radius: 2px; background: transparent; border-color: #000; color: #000;
}

.clients-slide img{ width: 140px; }
.clients-slide .slick-track{ display: flex; align-items: center; justify-content: center; }

.relative { position: relative; }

.offer-image {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.vision-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.service-card {
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}
.icon-box {
  font-size: 2rem;
  color: #0d6efd;
  margin-bottom: 15px;
}

.team-slide {
    position: relative;
}
.team-slide .offer-image {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.team-slide .item {
    padding: 8px; margin-bottom: 50px;
}
.team-slide .item h4 {
    font-weight: 600; font-size: 16px; text-transform: uppercase; letter-spacing: 2px;
}
.team-slide .item p {
    font-weight: 400; font-size: 13px; width: 80%; min-height: 80px;
}

.gallery {
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #000;
    margin: 15px 0px;
    cursor: pointer;
}
.gallery-content {
    padding: 30px;
    position: absolute;
    bottom: 0px; left: 0px;
    background: rgba(0, 0, 0, 0.541);
    width: 100%;
    height: 100px;
    color: #fff;
    transition: .2s all ease-out;
    display: flex;
    justify-content: center; align-items: center;
}
.gallery:hover .gallery-content {
    height: 100%;
}
.gallery-image {
    width: 100%; margin: 0px;
}
.gallery-image img {
    width: 100% !important;
    height: 280px;
    object-fit: cover;
    margin: 0px auto;
}
.gallery h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.gallery span { 
    color: #3d3d3d; font-size: 14px;
}

.gallery h1 {
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
}


.circle {
    width: 500px;
    height: 500px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 0;
    padding: 10%;
}
.text-con {
    position: absolute;
    top: 10%; left: 0%;
    width: 80%;
}
.text-green { color: #476f66 }
.price {
    color:  #000; font-weight:600; margin-top: 30px;
}
.price h5 { font-size: 15px; }
.price small { font-weight: 300; font-size: 13px;}

.green-gradient {
    min-height: 300px;
    padding: 40px;
    display: block;
    margin: 0;
    border-radius: 35px;
    background: rgb(4,54,19);
    background: linear-gradient(90deg, rgba(4,54,19,1) 0%, rgba(13,157,155,1) 100%);
}

.purple-gradient {
    min-height: 300px;
    padding: 40px;
    display: block;
    margin: 0;
    background: rgb(136, 5, 103);
    background: linear-gradient(90deg, rgb(59, 6, 50) 0%, rgb(136, 5, 103) 100%);
}

.card {
    border: none !important;
    border-radius: 25px;
}
.card-img-top {
    border-top-left-radius: 25px; border-top-right-radius: 25px;
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.ficon {
    width: 120px;
}

.form-control {
    background: #fff !important;
    min-height: 52px; padding: 10px 15px !important;  border: 1px solid #dbdbdb;
    color: #212B36; font-size: 13px; border-radius: 8px; margin-top: 10px;
}
.loading, .hidden { display: none; }
.picture-upload {
    border-radius: 10px; padding: 6px; position: relative; display: flex; text-align: center; min-height: 143px; font-size: 12px;
}
.picture-upload small { font-size: 11.5px; margin-top: 6px; }
.upload-inner {
    background: #F4F3F3; padding: 10px; display: flex; justify-content: center; border-radius: 12px; position: relative; min-height: 100% !important; width: 100%;
    align-items: center; flex-direction: column; transition: all .2s;
}
.upload-inner .preview-area {
    display: flex; justify-content: center; align-items: center; flex-direction: column;
}
.upload-inner:hover {
    background: #f1f1f1;
}
.upload-inner input[type=file] {
    width: 100%;
    height: 100%; position: absolute; top: 0; left: 0;
    opacity: 0;
}
.upload-icon {
    font-size: 18px; color: #afafaf; margin-bottom: 8px;
}
.upload-xl {
    min-height: 300px; font-size: 14px;
}
.upload-xl .upload-icon {
    font-size: 36px;
}

.upload-input {
    display: block;
}
.upload-input::-webkit-file-upload-button {
    border: 0px; border-radius: 5px; padding: 10px;
}


.min-h-100vh {
    min-height: 100vh;
}

.title {
    color: #0c201c; font-weight: 800;
}

.title-xl {
    font-size: 45px;
    color: black;
}
mark {
    color: #08ACF2; background: transparent; padding: 0px;
}
.blue-text { color: #151a6e; }
.title-2xl {
    font-size: 50px;
    color: black;
}
.title-md {
    font-size: 20px; font-weight: 600; }
.title-bold {
    font-weight: 600;
}

.blue-color {
    color: #b81298 !important;
}

.btn-success {
    background: #b81298 !important; border: none;
}
.btn-success.active { background: rgb(2, 44, 46) !important; }
.more-details {
    background: rgba(5, 80, 82, 0.2) !important; border: none; padding: 4px 8px; border-radius: 4px; display: inline-block;
}

.more-details:hover { color: rgba(5, 80, 82, 1); }

.medical-test {
    background: rgba(5, 80, 82, 0.144); padding: 15px; border-radius: 8px; font-size: 13px;
}

.auth-card {
    width: 90%; 
    margin: 30px auto;
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    color: #000;
}

.auth-card .input-group{
    border-radius: 31px;
    margin: 7px 0;
    box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.05);
}

.auth-card .input-group-text{
    background: #fff; border: none;
    border-top-left-radius: 31px;
    border-bottom-left-radius: 31px;
    padding: 10px;
    min-height: 51px;
}

.status{
    list-style: none;
    margin: 0; padding: 0;
    position: relative;
}
.status li{
    border-left: 3px solid hotpink; padding: 15px; margin: 0; position: relative;
}
.status li::before {
    width: 12px; height: 12px; background: hotpink; border-radius: 50%; position: absolute; top: 40%; left: -7px; z-index: 2;
    content: " ";
}
.status li small{
    font-size: 12px; color: #888; display: block;
}
.status-comment{
    background: #f0f0f0; border-radius: 6px; color: #444; padding:8px; font-size: 13px; height: auto; margin-top: 10px; position: relative;
}
.status-comment::before {
    width: 8px; height: 8px; position: absolute; top: -8px; left: 20px; z-index: 2;
    content: " "; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 8px solid #f0f0f0;
}

.about-image {
    min-height: 600px;
    object-fit: cover;
}
.mission-image {
    min-height: 420px;
    object-fit: cover;
}
.team {
    display: block;
    position: relative;

    & .team-socials {
        position: absolute;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        gap: 8px;
        bottom: 5%;
        left: 0;

        a {
            width: 48px;
            height: 48px;
            background: #fff;
            color: #000;
            display: flex;
            justify-content: center;
            align-items: center;

            &:hover {
                background: #000; color: #fff;
            }
        }
    }
}

.services-list {
    margin: 0; padding: 0; display: block; list-style: none;
}
.services-list li {
    padding: 10px 15px; background: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05); margin-bottom: 15px; border-radius: 3px;
}

.stat{
    background: #FFB646; width: 120px; height: 120px; padding: 20px; display: flex; justify-content: center; align-items: center; flex-direction: column;
    margin: 10px; text-align: center;
}
.stat h1 { font-weight: bold; font-size: 24px; padding: 0px; margin: 0px;}
.stat p { font-size: 13px; padding: 0px; margin: 0px; text-transform: uppercase; letter-spacing: 1px; text-wrap: wrap;}




.faci { height: 180px; height: 180px; object-fit: cover; }
.why {
    position: relative; padding: 30px 0px;
}
.why-div { display: flex; min-height: 150px; padding: 20px; align-items: center; }
.why-div.bg-white { background: #fff; }
.why-div.bg-dark { background: #1E2227; color: #fff; }
.why-div.bg-orange { background: #08ACF2; }

.why img {
    width: 72px;
    height: 72px;
    margin-right: 20px;
}
.why h4 {
    font-weight: 800;
    font-size: 18px;
    margin: 0px;

    letter-spacing: 1px;
    margin-bottom: 10px;
}
.why p { margin: 0px; padding: 0px; }
.why-div2 { display: flex; min-height: 220px; padding: 20px; align-items: center; }
.why-div2 img {
    width: 150px !important;
    height: 180px !important;
    margin-left: 0px;
    margin-right: 20px;
    object-fit: cover;
}
.text-orange { color: #08ACF2 }
.text-blue { color: #b11391 }
.btn-primary { border:none; background: #0F75BC; }
.btn-secondary { border:none; background: #222; }
.btn-white { border:none; background: #fff; color: #000; }
.btn-danger { border:none; background: #fd0909; }
.inline-block { display: inline-block; }

.btn-default{
    background: #ececec;
    color: #000;
}
.btn-default:hover {
    background: #efefef;
}

.request {
    border-bottom: 1px solid #ddd; margin-bottom: 15px;
    padding: 20px 0px;
}

.request:last-child {
    border: none;
}

.btn-secondary-outline {
    border: 1px solid #000 !important;
}

.assessment-form .form-control { background-color: #f5f5f5 !important; }
.assessment-form label { color: #0b0e3a; font-weight: 400; }

.faq{
    background: #fff; color: #333; padding: 18px; border-radius: 15px; cursor: pointer; margin: 0px 0px; text-align: left; margin-bottom: 5px;
}
.faq-open {
    background: #fff; border: 3px solid #603796;
}
.faq .faq-question {
    font-weight: 500; border-radius: 6px; font-size: 16px;
}
.faq-question p{ display: block; margin: 0; padding: 0;}
.faq .faq-answer {
    font-size: 15px; margin-top: 10px; padding: 10px 5px; display: none;
}

.faq .faq-icon img{ width: 32px;}

.faq .faq-question:hover {
    color: #161954;
}
.rounded-md { border-radius: 8px; }
.rounded-lg { border-radius: 20px; }
.rounded-l-lg { border-radius:0px; border-bottom-left-radius: 20px; border-top-left-radius: 20px; }

.red-color { color: red; }
.line { height: 1px; background: #ddd; content: " "; padding: 1px; width: 100%; margin: 0px 6px; }

.bg-gray {
    background: #2c3135; color: #fff;
}
.bg-white {
    background: #ffffff;
}
.whitebox {
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-shadow: 0px 0px 8px rgba(150, 150, 150, 0.1);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 30px;
    min-height: 370px;
    position: relative;
}
.btn-ddmenu li a {
    color: #333;
    font-size: 13px;
    padding: 8px 15px;
}
.t-heading {
    padding: 5px 15px; border-bottom: 1px solid #dedede;
}

.t-content {
    padding: 5px 15px;
}

.t-heading .btn-success {
    padding: 3px 10px !important;
}

.img-icon {
    width: 48px; height: 48px; object-fit: cover; border-radius: 50%; margin: 0px; margin-right: 10px; border: 1px solid #dedede;
}

.blackbox {
    background: #000; color: #fff; border: none; min-height: auto;
}


.book {
    border: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    border-radius: 15px;
    min-height: 330px;
    flex-direction: column;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    margin: 20px 0px;
}
.book-content {
    padding: 30px;
}
.book-image {
    width: 100%; margin: 0px;
}
.book-image img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    margin: 0px auto;
    margin-bottom: 20px;
    border-radius: 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}
.book h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.book span { 
    color: #3d3d3d; font-size: 14px;
}

.book h1 {
    font-size: 25px;
    font-weight: 800;
    margin-top: 20px;
}




.footer .socials {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    color: #fff
}
.footer  .socials li {
    display: inline;
}
.footer  .socials li a {
    width: 34px; height: 34px; padding: 10px; border-radius: 0px; display: flex; justify-content: center; align-items: center;background: #fff; color: #000;
    font-size: 18px; margin: 3px;
}
.footer a { color: #fff; }

.footer ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    font-size: 15px;
}

.attribution {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nl-form{ 
    padding: 5px; margin: 0px; background: #fff; border-radius: 0px; display: flex; justify-content: center; align-items: center;
}
.nl-form .form-control { 
    min-height: 42px; margin: 0px; color: #333; border: none !important; background: transparent;
}

.p-m {
    padding: 10px;
}
.border-bottom {
    border-bottom: 1px solid #ddd;
}
.visible-mobile { display: none; }
.font-bold {
    font-weight: 700;
}

.btn-class {
    font-size: 11px; min-height: auto; padding: 5px 10px !important;
}
.btn-class:hover {
    background: #000;
}


.bold-title {
    font-size: 29px;
    font-weight: 800;
}
.bold-title span {
    font-weight: 300;
}
.text-sm {
    font-size: 14px;
}
.text-md {
    font-size: 17px;
}
.btn-round {
    border-radius: 90px;
}
.btn-default {
    background: #D2D2D2;
}
.slick-center {
    margin-top: -20px;
}

.slick-center .package .package-body .price {
    background: #476f66; color: #fff; 
}
.green-border { border: 1px solid #476f66 !important; }

.accordion-button {
    font-weight: 600;
}
.accordion-body {
    background: #fff;
}



/* Dots */
.offering {
    background: #fff;
}
.offering a, .offering p{
    padding: 0px; display: block;
}
.offering p { padding-bottom: 20px;}
.offering a { color: #0F75BC;; }
.team-slide .slick-dotted.slick-slider
{
    margin-bottom: 30px;  
}

.team-slide .slick-dots
{
    position: absolute;
    bottom: -35px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    

    list-style: none;

    text-align: center;
}
.team-slide .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;

    

    cursor: pointer;
}
.team-slide .slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.team-slide .slick-dots li button:hover,
.team-slide .slick-dots li button:focus
{
    outline: none;
}
.team-slide .slick-dots li button:hover:before,
.team-slide .slick-dots li button:focus:before
{
    opacity: 1;
}
.team-slide .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 30px;
    height: 5px;

    margin: 0px 4px;

    content: '';
    text-align: center;

    opacity: .45;
    color: #bbbaba;
    background-color: #bbbaba;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.team-slide .slick-dots li.slick-active button:before
{
    opacity: .95;
    color: #f15626 !important;
    background-color: #f15626 !important;
}



















a[title="jQuery Lightbox"] { display: none; }














.medium-image {
    max-width: 80%;
}
.box {
    border: 1px solid #D8D8D8;
    border-radius: 9px;
    padding: 30px 25px !important;
    font-weight: 400 !important;
    text-align: left !important;
}
.box strong {
    font-weight: 600;
}

.box-sm {
    border: none;
    border-radius: 15px;
    padding: 20px !important;
    font-weight: 300 !important;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(100, 100, 100, 0.1);
    font-size: 14px;
}

.gray-badge {
    background: #eeeeee;
    padding: 3px 14px;
    border-radius: 15px;
    display: inline-block; 
    margin: 3px 5px;
    color: #464646;
    font-size: 12px;
}

.not-sure { text-align: left; }
.error-field {
    border: 1px solid #ff0000;
}

.zoom-animation {
    transform-origin: center center;
    animation: zoom 10s infinite ease-out;
    max-width: 100%;
}
.nav-social i {
    font-size: 20px;
}
@keyframes zoom {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
      /* equals 105% */
    }
    100% {
      transform: scale(1);
    }
  }


@media (max-width: 768px) {
    
    .visible-mobile { display: inline-block; }
    .title-xl {
        font-size: 28px;
    }
    
    .title-2xl {
        font-size: 34px;
    }
    
    .hidden-mobile {
        display: none !important;
    }

    .manny-nav{ position: relative; z-index: 99999 !important; top: 0 !important; left: 0; }
    .manny-nav .nav-link { width: 100% !important;  }
    .manny-nav .navbar-collapse { position: relative; z-index: 999999 !important; }
    .manny-nav .nav-link.btn-warning { color: #fff !important; margin: 0px; height: 100%; border-radius: 0px; position: relative; top: 0; right: 0px; width: 150px; display: flex; justify-content: center; align-items: center; border: none;  }
    .manny-nav .nav-social { display: none; }
    .manny-nav .navbar-toggler { background: transparent; margin-right: 5px; border-radius: 0px; position: relative; right: 0; }
    .hero-carousel {
        position: relative !important; min-height: 768px;
    }
    .welcome-img { width: 100%;}
    .hero-carousel h1{ font-size: 40px !important; margin: 20px auto; }
    .hero-carousel .subtext{ font-size: 15px !important; }
    .hero-carousel img{ min-height: 768px; object-fit: cover; }
    .text-con { width: 100%; padding: 5%; }

    .why h5 {
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }
    .why p { margin: 0px; padding: 0px; font-size: 12.5px; }

    .why-div { flex-direction: column; text-align: center; row-gap: 15px; }

     .manny-hero{  color: #fff; overflow: visible;}
     .manny-hero-overlay{  min-height: inherit; }
     .manny-hero .tagline { color: #fff; width: 95%; }
     .manny-hero .subtext { color: #fff; width: 95%; }
     .manny-hero .hero-title { color: #fff; width: 95%; font-size: 45px; }

     .how {
        padding: 15px; border-radius: 4px; min-height: 250px; margin-top: 20px;
     }

     .manny-hero-2{ min-height: 350px !important;  }
     .manny-hero-2 .manny-hero-overlay{ min-height: 350px !important; }
}