@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Aref+Ruqaa:wght@400;700&family=El+Messiri:wght@400..700&family=Gulzar&family=Reem+Kufi:wght@400..700&display=swap');
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Alexandria !important;
    font-weight: 400;
    font-style: normal;
    line-height: 135%;
}

.fh {
    font-family: "Aref Ruqaa" !important;
    font-weight: 400;
    font-style: normal;
    line-height: 135%;
}

p {
    font-family: "Alexandria" !important;
    text-align: right !important;
    direction: rtl !important;
}

.fclear {
    font-family: "Alexandria" !important;
    text-align: right !important;
    direction: rtl !important;
}

.gcolor {
    color: #76a8a7 !important;
}

.goldcolor {
    color: #ddc470 !important;
}

.gbord {
    border: 3px solid #ddc470 !important;
}

.txtrtl {
    font-family: "Alexandria" !important;
    text-align: right !important;
    text-align: right;
    direction: rtl;
}

input,
textarea,
button,
a {
    font-family: "Alexandria" !important;
    direction: rtl !important;
    
}

.txttyp {
    font-family: "Alexandria" !important;
}

.profile-name h2 {
    text-align: right;
    margin-top: -20px !important;
}

.bg-primary {
    background-color: #004e4d !important
}

.bg-gray-200 {
    background-color: #036665 !important
}

.bg-gray-300 {
    background-image: url("back.png");
    background-color: #004e4d !important
}

.text-primary {
    color: #ddc470 !important
}

.text-gray-100 {
    color: #9b9fa6 !important
}

.btn {
    font-weight: 400;
    padding: 10px 35px
}

.btn:focus {
    box-shadow: none !important;
    outline: none !important
}

.btn-primary {
    background-color: #ddc470;
    border: 1px solid #ddc470;
    box-shadow: none;
    color: #004e4d
}

.btn-primary.active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #cfb766;
    border: 1px solid #cfb766;
    color: #004e4d
}

.font-DancingScript {
    font-family: DancingScript;
    font-weight: 700
}

body {
    font-family: Gulzar;
    font-weight: 400
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:575px) {
    .px-40 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.mb-30 {
    margin-bottom: 30px
}

.main-content {
    position: relative
}

.banner-section .banner-img {
    height: 365px;
    position: relative;
    width: 100%
}

@media (max-width:575px) {
    .banner-section .banner-img {
        height: 275px
    }
}

.banner-section .banner-img:after {
    background-image: linear-gradient(rgba(2, 7, 14, 0), #02070e);
    bottom: 0;
    content: "";
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%
}

.profile-section {
    bottom: 0;
    padding-top: 236px;
    position: relative
}

@media (max-width:575px) {
    .profile-section {
        padding-top: 170px
    }
}

.profile-section .card {
    background-color: transparent !important;
    border: none;
    position: relative
}

.profile-section .card .card-img {
    border: 2px solid #eac67c;
    border-radius: 50px;
    height: 180px;
    margin-left: 30px;
    min-width: 180px;
    overflow: hidden;
    width: 180px
}

@media (max-width:575px) {
    .profile-section .card .card-img {
        margin-left: 0
    }
}

.profile-section .card .card-body {
    padding-bottom: 0
}

.profile-section .card .card-body .profile-name {
    position: relative
}

.profile-section .social-media .social-icon {
    background-color: #036665;
    border-radius: 10px;
    height: 40px;
    margin: 0 15px;
    min-width: 40px;
    width: 40px
}

@media (max-width:575px) {
    .profile-section .social-media .social-icon {
        margin: 0 10px
    }
}

.profile-section .social-media .social-icon img,
.profile-section .social-media .social-icon svg {
    fill: #ddc470;
    height: 22px;
    width: 22px
}

.profile-section .social-media .social-icon:first-child {
    margin-left: 0
}

.profile-section .social-media .social-icon:last-child {
    margin-right: 0
}

.section-heading h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: 400;
    position: relative
}

@media (max-width:575px) {
    .section-heading h2 {
        font-size: 32px
    }
}

.section-heading h2:after {
    background-color: #ddc470;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 25px
}

.contact-section {
    position: relative
}

.contact-section .contact-bg-img {
    position: absolute;
    right: 0;
    text-align: end;
    top: -30px
}

@media (max-width:575px) {
    .contact-section .contact-bg-img img {
        width: 60%
    }
    .contact-section .contact-box {
        align-items: center;
        display: flex
    }
}

.contact-section .contact-box .contact-icon {
    background-color: #036665;
    border-radius: 10px;
    height: 40px;
    margin-bottom: 10px;
    min-width: 40px;
    width: 40px
}

@media (max-width:575px) {
    .contact-section .contact-box .contact-icon {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.contact-section .contact-box .contact-desc a {
    word-break: break-all
}

.gallery-section {
    position: relative
}

.gallery-section .gallery-bg-img {
    position: absolute;
    right: 30px;
    text-align: end;
    top: 20px
}

@media (max-width:575px) {
    .gallery-section .gallery-bg-img {
        right: 20px;
        top: 25px
    }
    .gallery-section .gallery-bg-img img {
        width: 60%
    }
}

.gallery-section .gallery-slider .gallery-img,
.gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 310px;
    margin: 0 auto;
    max-height: 310px;
    max-width: 434px;
    overflow: hidden
}

@media (max-width:500px) {
    .gallery-section .gallery-slider .gallery-img,
    .gallery-section .gallery-slider .gallery-item {
        height: 200px;
        max-height: 200px;
        max-width: 315px
    }
}

.gallery-section .gallery-slider .gallery-img iframe,
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-item iframe,
.gallery-section .gallery-slider .gallery-item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.gallery-section .gallery-slider .slick-dots {
    bottom: -15px;
    position: relative
}

.our-services-section {
    position: relative
}

.our-services-section .services-bg-img {
    left: 30px;
    position: absolute;
    top: 0
}

@media (max-width:575px) {
    .our-services-section .services-bg-img {
        left: 20px
    }
    .our-services-section .services-bg-img img {
        width: 60%
    }
}

.our-services-section .services .service-card {
    background-color: #036665;
    border: 0;
    border-radius: 20px;
    padding: 25px;
    position: relative
}

.our-services-section .services .service-card .card-img {
    height: 40px;
    margin: 0 auto;
    width: 40px
}

.our-services-section .services .service-card .card-body .card-desc {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section {
    position: relative
}

.testimonial-section .testimonial-bg-img {
    position: absolute;
    right: 25px;
    text-align: end;
    top: 14px
}

@media (max-width:575px) {
    .testimonial-section .testimonial-bg-img {
        right: 20px
    }
    .testimonial-section .testimonial-bg-img img {
        width: 60%
    }
}

.testimonial-section .testimonial-slider {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.testimonial-section .testimonial-slider .testimonial-bg {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

.testimonial-section .testimonial-slider:after {
    background-image: linear-gradient(#004e4d, rgba(0, 78, 77, 0));
    content: "";
    height: 75px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.testimonial-section .testimonial-slider:before {
    background-image: linear-gradient(rgba(0, 78, 77, 0), #004e4d);
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.testimonial-section .testimonial-slider .testimonial-card {
    background-color: #004e4d;
    border: 1px solid #004e4d;
    border-radius: 20px;
    margin: 35px auto 0;
    max-width: 355px;
    padding: 28px 20px 20px;
    position: relative
}

.testimonial-section .testimonial-slider .testimonial-card .card-img {
    border: 1px solid #004e4d;
    border-radius: 12px;
    height: 50px;
    right: 0;
    margin: 0 auto;
    min-width: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -35px;
    width: 50px
}

.testimonial-section .testimonial-slider .testimonial-card .card-body p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.testimonial-section .slick-next,
.testimonial-section .slick-prev {
    opacity: 1 !important;
    position: absolute;
    top: 55%;
    width: 60px;
    z-index: 2
}

@media (max-width:575px) {
    .testimonial-section .slick-next,
    .testimonial-section .slick-prev {
        display: none
    }
}

.testimonial-section .slick-next {
    right: 40px
}

@media (max-width:768px) {
    .testimonial-section .slick-next {
        right: 20px
    }
}

.testimonial-section .slick-next:before {
    opacity: 1 !important
}

.testimonial-section .slick-prev {
    left: 40px
}

@media (max-width:768px) {
    .testimonial-section .slick-prev {
        left: 20px
    }
}

.testimonial-section .slick-prev:before {
    opacity: 1 !important
}

.product-section {
    position: relative
}

.product-section .product-bg-img {
    left: 25px;
    position: absolute;
    top: 40px
}

@media (max-width:575px) {
    .product-section .product-bg-img {
        left: 20px;
        top: 30px
    }
    .product-section .product-bg-img img {
        width: 60%;
    }
}

.product-section .product-slider .slick-list {
    padding-top: 80px
}

.product-section .product-slider .product-card {
    background-image: url("bgcat2.png");
    background-color: #036665;
    border-radius: 20px;
    box-shadow: none;
    margin: 0 auto;
    max-width: 243px;
    min-height: 130px !important;
    padding: 100px 25px 25px;
    position: relative
}

.product-section .product-slider .product-card .product-img {
    border: 2px solid #ddc470 !important;
    border-radius: 50%;
    height: 160px;
    left: 0;
    margin: 0 auto;
    min-width: 160px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -80px;
    width: 160px
}

.product-section .product-slider .product-card .product-desc h3,
.product-section .product-slider .product-card .product-desc p {
    line-height: 190% !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.appointment-section {
    position: relative
}

.appointment-section .appointment-bg-img {
    position: absolute;
    right: 30px;
    text-align: end;
    top: 60px
}

@media (max-width:575px) {
    .appointment-section .appointment-bg-img {
        right: 20px;
        top: 80px
    }
    .appointment-section .appointment-bg-img img {
        width: 60%
    }
}

.appointment-section .appointment .appointment-input {
    background-color: #036665;
    border: 1px solid #036665;
    border-radius: 15px;
    color: #fff;
    height: 50px;
    padding: 12px 25px;
    width: 100%
}

.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #fff
}

.appointment-section .appointment .appointment-input::placeholder {
    color: #fff
}

.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none
}

.appointment-section .appointment .calendar-icon {
    position: absolute;
    right: 18px;
    top: 11px
}

.appointment-section .appointment .hour-input {
    background-color: transparent !important;
    border: 1px solid #036665;
    border-radius: 5px;
    height: 50px;
    padding: 5px;
    width: 170px
}

.blog-section .blog-slider .slick-slide {
    padding: 0 12px
}

.blog-section .blog-slider .blog-card {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    max-width: 234px;
    position: relative
}

.blog-section .blog-slider .blog-card .card-img {
    border: 1px solid #036665;
    border-radius: 15px;
    height: 150px;
    overflow: hidden;
    width: 100%
}

.blog-section .blog-slider .blog-card .card-body {
    max-height: 154px;
    min-height: 100% !important;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #fff !important;
    display: -webkit-box;
    overflow: hidden
}

.blog-section .blog-slider .blog-card .card-body .blog-head {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: normal;
    overflow: hidden
}

.business-hour-section {
    position: relative
}

.business-hour-section .hour-bg-img {
    bottom: -20px;
    position: absolute;
    right: 10px;
    text-align: end
}

@media (max-width:575px) {
    .business-hour-section .hour-bg-img img {
        width: 60%
    }
}

.business-hour-section .business-hours span {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

@media (max-width:575px) {
    .business-hour-section .business-hours span {
        font-size: 14px
    }
}

.qr-code-section {
    position: relative
}

.qr-code-section .qr-code-bg-img {
    left: 0;
    position: absolute;
    top: 80px
}

@media (max-width:575px) {
    .qr-code-section .qr-code-bg-img img {
        width: 60%
    }
}

.qr-code-section .qr-code {
    background-color: #fff;
    border-radius: 20px;
    height: 180px;
    min-width: 180px;
    width: 180px
}

.qr-code-section .qr-code .qr-code-img {
    height: 120px;
    min-width: 120px;
    width: 120px
}

.contact-us-section {
    padding-bottom: 60px;
    position: relative
}

.contact-us-section .contact-us-bg-img {
    left: 25px;
    position: absolute;
    top: 30px
}

@media (max-width:575px) {
    .contact-us-section .contact-us-bg-img {
        left: 5px
    }
    .contact-us-section .contact-us-bg-img img {
        width: 60%
    }
}

.contact-us-section .contact-form form .form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ddc470;
    border-radius: 0;
    color: #9b9fa6;
    height: 50px;
    padding: 0
}

.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #9b9fa6
}

.contact-us-section .contact-form form .form-control::placeholder {
    color: #9b9fa6
}

.contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none
}

.create-vcard-section .vcard-link-card {
    background-color: #036665;
    border: none;
    border-radius: 20px;
    padding: 20px;
    position: relative
}

.create-vcard-section .vcard-link-card .link-text {
    font-size: 18px;
    word-break: break-all
}

@media (max-width:575px) {
    .create-vcard-section .vcard-link-card .link-text {
        font-size: 16px
    }
}

.add-to-contact-section {
    bottom: 20px;
    height: 70px;
    left: 0;
    margin: 40px auto;
    
    position: fixed;
    right: 0;
    width: 100%
}

.add-contact-btn {
    color: #eac67c;
    height: 50px !important;
    margin: 40 auto;
    padding: 5px;
    width: 200px !important;
    width: 250px !important;
    z-index: 9999
}

.add-contact-btn i {
    font-size: 1rem
}

.btn-section .fixed-btn-section .food-services-bars-btn {
    background-color: #004e4d
}

.btn-section .fixed-btn-section .sub-btn .food-services-sub-btn {
    background-color: #036665
}

.btn-section .fixed-btn-section .sub-btn .food-services-sub-btn i {
    color: #004e4d
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px
}

@media (max-width:575px) {
    .px-30 {
        padding-left: 20px;
        padding-right: 20px
    }
}

.fs-14 {
    font-size: 14px
}

.fs-18 {
    font-size: 18px
}

@media (max-width:575px) {
    .fs-18 {
        font-size: 16px
    }
}

.fs-20 {
    font-size: 20px
}

.mt-10 {
    margin-top: 10px
}

.mt-40 {
    margin-top: 40px
}

@media (max-width:575px) {
    .mt-40 {
        margin-top: 30px
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width:575px) {
    .mb-40 {
        margin-bottom: 30px
    }
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px
}

@media (max-width:575px) {
    .mx-30 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.mb-20 {
    margin-bottom: 20px
}

.mb-10 {
    margin-bottom: 10px
}

.pb-50 {
    padding-bottom: 50px
}

@media (max-width:575px) {
    .pb-50 {
        padding-bottom: 40px
    }
}

.pt-40 {
    padding-top: 40px
}

@media (max-width:575px) {
    .pt-40 {
        padding-top: 25px
    }
}

.pb-40 {
    padding-bottom: 40px
}

@media (max-width:575px) {
    .pb-40 {
        padding-bottom: 25px
    }
}

.pt-60 {
    padding-top: 60px
}

@media (max-width:575px) {
    .pt-60 {
        padding-top: 40px
    }
}

.pb-60 {
    padding-bottom: 60px
}

@media (max-width:575px) {
    .pb-60 {
        padding-bottom: 40px
    }
}

.pt-30 {
    padding-top: 30px
}

@media (max-width:575px) {
    .pt-30 {
        padding-top: 20px
    }
}

.pb-30 {
    padding-bottom: 30px
}

@media (max-width:575px) {
    .pb-30 {
        padding-bottom: 20px
    }
}

.pt-50 {
    padding-top: 50px
}

@media (max-width:575px) {
    .pt-50 {
        padding-top: 40px
    }
}

.pt-80 {
    padding-top: 80px
}

@media (max-width:575px) {
    .pt-80 {
        padding-top: 40px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media (max-width:575px) {
    .pb-80 {
        padding-bottom: 40px
    }
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fw-7 {
    font-weight: 700
}

.fs-12 {
    font-size: 12px
}

.fs-36 {
    font-size: 36px
}

@media (max-width:575px) {
    .fs-36 {
        font-size: 30px
    }
}

.fs-30 {
    font-size: 30px
}

@media (max-width:575px) {
    .fs-30 {
        font-size: 28px
    }
}

.fs-28 {
    font-size: 28px
}

@media (max-width:575px) {
    .fs-28 {
        font-size: 24px
    }
}

a {
    text-decoration: none
}

.main-content {
    max-width: 576px;
    min-height: 100vh
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.flex-1 {
    flex: 1
}

.cursor-pointer {
    cursor: pointer
}

.btn-section {
    position: absolute;
    left: 70px;
    top: 10%;
    z-index: 9
}

.btn-section .fixed-btn-section {
    align-items: center;
    display: flex;
    position: fixed;
    top: 140px !important;
}

.btn-section .fixed-btn-section .bars-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 65px;
    justify-content: center;
    min-width: 65px;
    width: 65px
}

.btn-section .fixed-btn-section .sub-btn {
    display: none;
    position: absolute;
    right: 75px
}

.btn-section .fixed-btn-section .sub-btn .social-btn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 50px
}

.btn-section .fixed-btn-section .sub-btn .social-btn i {
    font-size: 24px
}

.send-btn {
    height: 40px;
    width: 250px !important
}

.z-index-9 {
    z-index: 9
}

.language ul {
    list-style: none
}

.language ul .lang-list {
    background: #004e4d;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.language ul .lang-list .lang-head,
.language ul .lang-list .lang-head i {
    color: #000
}

.language ul .lang-list .lang-hover-list {
    font-size: 15px;
    left: unset !important;
    margin: 15px 0 0;
    min-width: 150px;
    right: 0;
    width: 115%
}

.language ul .lang-list .lang-hover-list li {
    padding: 5px 15px
}

.language ul .lang-list .lang-hover-list li:hover {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li:hover a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li.active {
    background-color: #f1faff !important
}

.language ul .lang-list .lang-hover-list li.active a {
    color: #009ef7 !important
}

.language ul .lang-list .lang-hover-list li a {
    color: #5e6278 !important;
    font-size: 14px;
    text-decoration: none
}

.language ul .lang-list .lang-hover-list li img {
    height: 20px !important;
    width: 25px !important
}

.vcard20-sticky-btn {
    background: #004e4d;
    border: 1px solid #004e4d;
    border-radius: 5px;
    color: #ddc470;
    height: 40px
}

.vcard20-btn-group {
    background-color: #fff;
    border-radius: 50px !important;
    color: #004e4d;
    height: 50px;
    width: 50px
}

.social-media .social-media-icon {
    border-radius: 30px;
    padding: 20px 10px
}

.social-media .social-icon {
    height: 25px;
    margin: 0 20px;
    min-width: 25px;
    width: 25px
}

@media (max-width:425px) {
    .social-media .social-icon {
        height: 22px;
        margin: 0 16px;
        min-width: 22px;
        width: 22px
    }
}

.social-back a {
    color: #ddc470 !important
}

.social-back a img,
.social-back a svg {
    border-radius: 50% !important;
    height: 30px !important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 30px
}

.vcard-twenty.main-content {
    background-color: #030712;
    color: #030712;
    max-width: 576px;
    min-height: 100vh;
    text-align: center !important
}

.vcard-twenty .vcard-twenty-heading {
    color: #004e4d;
    font-size: 28px;
    font-weight: 500
}

.vcard-twenty-btn {
    background-color: #004e4d;
    border: none;
    border-radius: 5px;
    color: #ddc470;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: -moz-fit-content;
    width: fit-content
}

.activeSlot {
    background: #004e4d !important;
    padding: 11px;
    width: 100% !important
}

.activeSlot,
.time-slot {
    color: #fff !important;
    cursor: pointer;
    height: 50px
}

.time-slot {
    align-items: center;
    background: #036665;
    border-radius: 10px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    padding: 0
}

.time-slot:hover {
    border: 1px solid #036665
}

.slick-dotted.slick-slider {
    margin-bottom: 10px
}

.slick-dots {
    bottom: -15px;
    position: relative
}

.slick-dots li {
    height: 8px !important;
    margin: 0 5px !important;
    width: 8px !important
}

.slick-dots li button,
.slick-dots li button:before {
    font-size: 0 !important;
    height: 8px !important;
    width: 8px !important
}

.slick-dots li button:before {
    background-color: #ddc470;
    border-radius: 10px
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    width: 30px !important
}

.slick-dots li.slick-active button:before {
    background-color: #004e4d;
    opacity: 1;
    width: 30px !important
}

.z-index-10 {
    z-index: 10
}

.product-btn {
    background: #004e4d;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease
}

.product-btn:hover {
    background-color: hsla(39, 48%, 59%, .9)
}

.product-box {
    margin: 15px 15px 100px
}

.product-amount {
    color: #004e4d
}

.mw-75 {
    max-width: 75% !important
}

@media (max-width:580px) {
    .audio-control {
        margin-top: -45px !important
    }
}

.modal-backdrop {
    background-color: transparent
}

.modal {
    background-color: #004e4e!important;
    z-index: 99999 !important
}

.modal .news-modal {
    margin-top: 250px !important
}

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal .news-modal #newsLatter-content .newsmodal-header .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ADB5BD'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    padding: 2rem !important
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #004e4d;
    font-size: 50px;
    text-align: center !important
}

.modal .news-modal #newsLatter-content .modal-body {
    padding: 1.75rem
}

.modal .news-modal #newsLatter-content .modal-body .content {
    color: #004e4d;
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    font-size: 20px;
    font-weight: 100
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
    color: #f62947;
    content: "*";
    font-size: inherit;
    font-weight: 700;
    position: relative
}

.modal .news-modal #newsLatter-content .modal-body .input-box {
    background-color: #f5f8fa;
    border: unset;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
    background-color: #eef3f7;
    box-shadow: unset
}

.modal .news-modal #newsLatter-content .modal-body .input-group {
    margin-top: 15px
}

.modal .news-modal #newsLatter-content .modal-footer {
    border-top: none !important;
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem !important;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #004e4e !important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
    background-color: #004e4e !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
    box-shadow: unset
}

#email-send {
    background: #004e4d;
    border: none;
    border-radius: 1px 6px 6px 1px;
    color: #ddc470 !important;
    font-size: 25px
}

.animate-bottom {
    animation: animatebottom .4s;
    position: relative
}

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

.insta-feed {
    max-height: 1000px !important;
    overflow: scroll !important
}

.insta-feed::-webkit-scrollbar {
    width: 0
}

.insta-feed::-webkit-scrollbar-thumb,
.insta-feed::-webkit-scrollbar-track {
    background-color: #004e4d !important
}

.instagram-btn {
    background: none !important;
    flex: 1;
    font-size: 20px !important
}

.instagram-btn.active {
    background-color: #ddc470 !important;
    border: 1px solid #ddc470;
    border-radius: 50px !important;
    color: #ddc470 !important
}

.instagram-btn.active span {
    color: #fff !important;
    font-size: 20px !important
}

.insta-toggle {
    border: 2px solid #ddc470;
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

#instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.support-banner {
    background: #fff;
    bottom: 0;
    box-shadow: 0 19px 3px 0 #fffcfc, 0 0 11px 0 #ede9e9;
    box-sizing: border-box;
    height: auto !important;
    max-width: 576px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 99999 !important
}

.support-banner .support_heading {
    font-size: 32px;
    margin-top: 33px
}

.support-banner .support_text {
    margin-bottom: 33px
}

@media (max-width:767px) {
    .support-banner {
        max-width: 540px !important
    }
}

@media (max-width:575px) {
    .support-banner {
        max-width: 100% !important
    }
}

.act-now {
    background: #004e4d;
    border: none;
    bottom: 10px;
    color: #ddc470;
    display: inline-block !important;
    outline: none;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.act-now:hover {
    background-color: #c29b51;
    color: #fff;
    transform: translateY(-3px)
}

.banner-close {
    background: none;
    border: none;
    font-size: 20px !important;
    position: absolute;
    right: 25px;
    top: 20px
}

.iframe-slider .iframe-card {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 365px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%
}

@media (max-width:500px) {
    .iframe-slider .iframe-card {
        height: 200px;
        max-height: 200px;
        max-width: 315px
    }
}

.iframe-slider .slick-dots {
    bottom: -15px;
    position: relative
}

.verification-icon {
    color: #ddc470
}