.bgg-primary {
    background-color: #012f6e ;
}
.bg-gray-300 {
    background-color: #234748 !important;
}
.bg-gray {
    background-color: #f1f1f1 !important;
}
.text-primary-light {
    color: #7b9394;
}
.text-primary {
    color: #043636 !important;
}
.btn-primary {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border-radius: 5px !important;
    color: #f1f1f1 !important;
}
.btn {
    border-radius: 25px;
    padding: 13px 40px;
}
.btn:focus {
    box-shadow: 0 15px 20px #002020 !important;
    outline: none !important;
}
.btn-gradient {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border: none;
    box-shadow: 0 15px 20px #002020;
    color: #fff;
    height: 40px;
}
.btn-gradient.active,
.btn-gradient:focus,
.btn-gradient:hover {
    background: linear-gradient(90deg, #ffc994, #d68328, #d68328, #ffc994);
    color: #fff;
}
.z-index-9 {
    z-index: 9;
}
body {
    font-family: Montserrat;
    font-weight: 400 !important;
}
.curve-shape {
    bottom: -2px !important;
    height: auto;
    left: 0;
    position: absolute;
    transform: rotateY(180deg);
    width: 100%;
}
.main-content {
    position: relative;
}
.main-content:after {
    content: url(/images/bg-after.png?17ec7418ca8c34bdadfd41987fe98a9e);
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 0;
}
.banner-section{
	background-color: #012f6e;
}
.banner-section .banner-img {
    max-height: 190px;
    overflow: hidden;
    width: 100%;
	border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}
.banner-img img{
	height: 250px !important;
	object-fit: cover;
}
.profile-section {
    position: relative;
    z-index: 3;
}
.profile-section .card {
    background-color: transparent !important;
    border: none;
    position: relative;
}
.profile-section .card .card-img {
    border-radius: 50%;
    box-shadow: 0 15px 20px #002020;
    height: 150px;
    /* margin-left: 30px; */
    position: absolute;
    left: 31%;
    justify-content: center !important;
    margin: 0 auto;
    top: -113px;
    width: 150px;
}
.profile-section .card .card-img img {
    border-radius: 50%;
    height: 142px;
    width: 142px;
}
.profile-section .card .card-body {
    padding-bottom: 30px;
	margin-left: 30px;
    padding-top: 50px;
}
.profile-section .card .card-body .profile-name h2 {
   
    font-size: 36px;
}
.profile-section .card .card-body .profile-name .vcard-profile-name {
    
}
.profile-section .card .card-body .profile-name h1,
.profile-section .card .card-body .profile-name h2,
.profile-section .card .card-body .profile-name p {
    color: #fff ;
}
.profile-section .social-media .social-icon {
    background-color: #234748;
    border-radius: 10px;
    box-shadow: 0 15px 20px #002020;
    height: 40px;
    margin-right: 20px;
    min-width: 40px;
    width: 40px;
}
.profile-section .social-media .social-icon img,
.profile-section .social-media .social-icon svg {
    height: 25px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 25px;
}
.section-heading h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    position: relative;
}
.section-heading h2:after,
.section-heading h2:before {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.section-heading h2:before {
    margin-right: 40px;
    right: 100%;
}
@media (max-width: 575px) {
    .section-heading h2:before {
        margin-right: 30px;
    }
}
.section-heading h2:after {
    left: 100%;
    margin-left: 40px;
}
@media (max-width: 575px) {
    .section-heading h2:after {
        margin-left: 30px;
    }
}
.contact-section {
    padding-bottom: 60px;
}
.contact-section .contact-box{
	margin-bottom: 15px;
}
.contact-section .contact-box a{
	text-decoration: none;
}
.contact-section .contact-box .contact-icon {
    background-color: #011f49;
    border-radius: 10px;
    box-shadow: 0 15px 20px #002020;
    height: 60px;
    margin-right: 20px;
    min-width: 60px;
    width: 60px;
}
.contact-section .contact-box .contact-icon i {
	color: #fff;
	font-size: 26px;
}
.contact-section .contact-box .contact-desc a {
    font-size: 12px !important;
    word-break: break-word !important;
}
.our-services-section {
    padding: 15px;
}
.our-services-section .services .service-card {
    background-color: #fff;
    border: 0;
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
}
.our-services-section .services .service-card:after {
    border: 1px solid #d68328;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 100%;
}
.our-services-section .services .service-card .card-img {
    height: 60px;
    min-width: 60px;
    width: 60px;
}
.appointment-section .appointment .appointment-input {
    background-color: transparent;
    border: 1px solid #234748;
    border-radius: 15px;
    color: #7b9394;
    cursor: pointer !important;
    height: 50px;
    padding: 12px 25px;
    width: 100%;
}
.appointment-section .appointment .appointment-input::-moz-placeholder {
    color: #7b9394;
}
.appointment-section .appointment .appointment-input::placeholder {
    color: #7b9394;
}
.appointment-section .appointment .appointment-input:focus {
    box-shadow: none;
    outline: none;
}
.appointment-section .appointment .hour-input {
    background-color: transparent;
    border-radius: 15px;
    padding: 13px;
}
.gallery-section {
    background-image: url(/images/gallery-bg.png?f9bc10e22d92b22166b382545f1d75b2);
    background-size: cover;
}
.gallery-section .gallery-slider .slick-list {
    padding: 20px 0;
}
.gallery-section .gallery-slider .gallery-img,
.gallery-section .gallery-slider .gallery-item {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
    height: 250px;
    margin: 0 auto;
    max-width: 350px;
    overflow: hidden;
}
.gallery-section .gallery-slider .gallery-img img,
.gallery-section .gallery-slider .gallery-item img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.gallery-section .gallery-slider .gallery-file-item {
    background-repeat: no-repeat;
    background-size: contain;
}
.gallery-section .gallery-slider .slick-next,
.gallery-section .gallery-slider .slick-prev {
    opacity: 1 !important;
    position: absolute;
    width: 40px;
    z-index: 2;
}
@media (max-width: 575px) {
    .gallery-section .gallery-slider .slick-next,
    .gallery-section .gallery-slider .slick-prev {
        display: none;
    }
}
.gallery-section .gallery-slider .slick-next {
    right: 0;
}
.gallery-section .gallery-slider .slick-next:before {
    content: url(/images/right-arrow.svg?85b8d1d7408486b32b442fab99183e9a);
    opacity: 1 !important;
}
.gallery-section .gallery-slider .slick-prev {
    left: 0;
}
.gallery-section .gallery-slider .slick-prev:before {
    content: url(/images/left-arrow.svg?91633d3ba55b793b519bc7dc56359056);
    opacity: 1 !important;
}
.audio-container img {
    height: 173px !important;
}
.product-section .product-slider {
    position: relative;
    z-index: 2 !important;
}
.product-section .product-slider .slick-slide {
    padding: 20px 10px;
}
.product-section .product-slider .product-card {
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
    height: 295px !important;
    margin: 0 auto;
    max-width: 248px;
    overflow: hidden;
}
.product-section .product-slider .product-card .product-img {
    height: 180px;
}
.product-section .product-slider .product-card p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.product-section .product-slider .product-card .product-desc {
    padding: 15px;
}
.product-section .product-slider .product-card .product-desc .product-amount {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    -webkit-background-clip: text;
    font-weight: 700;
}
.product-slider {
    position: relative;
    z-index: 2 !important;
}
.testimonial-section {
    background-image: url(/images/testimonial-bg.png?62006405c43303b8d7ec742e5df429f4);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 30px;
}
.testimonial-section .testimonial-slider .testimonial-card {
    padding: 0 10px 30px;
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card {
        padding: 0 0 30px;
    }
}
.testimonial-section .testimonial-slider .testimonial-card .card-img {
    border-radius: 100px 0 100px 100px;
    box-shadow: 0 15px 20px #002020;
    height: 200px;
    min-width: 200px;
    overflow: hidden;
    width: 200px;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body {
    padding-left: 30px !important;
}
@media (max-width: 575px) {
    .testimonial-section .testimonial-slider .testimonial-card .card-body {
        padding-left: 0 !important;
    }
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .quote-img {
    height: 35px;
    margin-bottom: 10px;
    max-width: 100%;
}
.testimonial-section .testimonial-slider .testimonial-card .card-body .name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328, #d68328, #d68328);
    -webkit-background-clip: text;
    font-weight: 700;
}
.blog-section .blog-slider .blog-card {
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
    margin: 30px auto;
    max-width: 243px;
    position: relative;
}
@media (min-width: 575px) {
    .blog-section .blog-slider .blog-card {
        margin: 30px 10px;
    }
}
.blog-section .blog-slider .blog-card:after {
    border: 1px solid #d68328;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 100%;
    z-index: 0;
}
.blog-section .blog-slider .blog-card .card-img {
    border-radius: 20px 20px 0 0;
    height: 180px;
    overflow: hidden;
    width: 100%;
}
.blog-section .blog-slider .blog-card .card-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.blog-section .blog-slider .blog-card .card-body {
    max-height: 154px;
    min-height: 100% !important;
    overflow: hidden;
    padding: 10px 15px;
}
.blog-section .blog-slider .blog-card .card-body p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.bussiness-hour-section {
	padding: 30px;
    background-color: #f1f1f1;
}
.bussiness-hour-section .bussiness-hour-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 15px 20px rgba(0, 32, 32, 0.2);
    margin: 0 auto;
    max-width: 336px;
    padding: 20px;
}
.bussiness-hour-section .bussiness-hour-card span {
    color: #043636;
    font-size: 16px;
    font-weight: 500;
}
@media (max-width: 575px) {
    .bussiness-hour-section .bussiness-hour-card span {
        font-size: 14px;
    }
}
.qr-code-section, .contact-us-section {
    background-color: #011f49;
	padding: 36px 0;
}
.qr-code-section .qr-code {
    border-radius: 15px;
    box-shadow: 0 15px 20px #002020;
    height: 180px;
	background-color: #234748;
    margin: 0px auto;
	margin-top: 35px;
    min-width: 180px;
    width: 180px;
}
.qr-code-section .qr-code .qr-code-img {
    height: 120px;
    min-width: 120px;
    width: 120px;
}
.qr-code-section .qr-code .qr-code-img img,
.qr-code-section .qr-code .qr-code-img svg {
    height: 100%;
    width: 100%;
}
.contact-form{
	padding: 0 25px;
}
.contact-us-section .contact-form form .form-control {
    border: 1px solid #7b9394;
    border-radius: 15px;
    color: #043636;
    height: 50px;
    margin-bottom: 10px;
    padding: 13px 25px;
}
.contact-us-section .contact-form form .form-control::-moz-placeholder {
    color: #7b9394;
}
.contact-us-section .contact-form form .form-control::placeholder {
    color: #7b9394;
}
.contact-us-section .contact-form form .form-control:focus {
    box-shadow: none;
    outline: none;
}
.contact-us-section .contact-form form .btn-gradient,
.contact-us-section .contact-form form .btn-gradient:focus {
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}
.create-vcard-section {
    background-color: #f1f1f1;
}
.create-vcard-section .vcard-link-card {
    border: none;
    border-radius: 15px;
    padding: 25px;
    position: relative;
}
.create-vcard-section .vcard-link-card:after {
    border: 1px solid #d68328;
    border-radius: 20px;
    content: "";
    height: 100%;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 100%;
}
.create-vcard-section .vcard-link-card div {
    position: relative;
    z-index: 9;
}
.create-vcard-section .vcard-link-card .link-text {
    font-size: 16px;
    word-break: break-all;
}
@media (max-width: 575px) {
    .create-vcard-section .vcard-link-card .link-text {
        font-size: 14px !important;
    }
}
.create-vcard-section .vcard-link-card .icon {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
    -webkit-background-clip: text;
}
.btn-section .fixed-btn-section .salon-bars-btn {
    background-image: linear-gradient(90deg, #d68328, #ffc994, #d68328);
}
.btn-section .fixed-btn-section .sub-btn .salon-sub-btn {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
}
.btn-section .fixed-btn-section .sub-btn .salon-sub-btn i {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
    -webkit-background-clip: text;
}
.slick-dots li button:before {
    color: #7b929340;
}
.slick-dots li.slick-active button:before {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(right, #d68328, #ffc994, #d68328);
    -webkit-background-clip: text;
    opacity: 1;
}
.vcard15-sticky-btn {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border: 1px solid #f1f1f1;
    color: #fff;
    height: 40px;
}
.vcard15-btn-group {
    background-color: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border-radius: 50px !important;
    color: #fff;
    height: 50px;
    width: 50px;
}
.vcard-fifteen.main-content {
    background-color: #012f6e;
    max-width: 576px;
    min-height: 101%;
}
.vcard-fifteen-heading {
    color: linear-gradient(90deg, #d68328, #ffc994, #d68328) !important;
    font-size: 28px;
    font-weight: 500;
}
.vcard-fifteen-btn {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border: none;
    border-radius: 5px;
    color: #043636;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
}
.vcard-fifteen-btn:hover {
    color: #043636 !important;
}
.social-icons a {
    align-items: center;
    background-color: #011f49;
    border-radius: 10px;
    box-shadow: 0 15px 20px #002020;
    display: flex;
    height: 40px;
    justify-content: center;
    margin: 10px;
    min-width: 40px;
    width: 40px;
	text-decoration: none;
}
.social-icons a i{
	color: #fff;
	font-size: 20px;
}
.social-icons a svg {
    fill: #e49d50;
    color: #e49d50;
}
.social-icons img,
.social-icons svg {
    border-radius: 50% !important;
    height: 25px;
    width: 25px !important;
}
.language ul {
    list-style: none;
}
.language ul .lang-list {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
}
.language ul .lang-list .lang-head,
.language ul .lang-list .lang-head i {
    color: #fff;
}
.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;
    text-decoration: none;
}
.language ul .lang-list .lang-hover-list li img {
    height: 20px !important;
    width: 25px !important;
}
.video-play-button {
    align-items: center;
    border-radius: 50%;
    box-sizing: content-box;
    display: flex;
    height: 20px;
    justify-content: center;
    left: 50%;
    padding: 0 0 0 4px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 16px;
    z-index: 10;
}
.video-play-button:before {
    animation: pulse-border 1.5s ease-out infinite;
    height: 60px;
    width: 60px;
    z-index: 0;
}
.video-play-button:after,
.video-play-button:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.video-play-button:after {
    height: 50px;
    transition: all 0.2s;
    width: 50px;
    z-index: 1;
}
.video-play-button span {
    border-bottom: 12px solid transparent;
    border-left: 16px solid #043636;
    border-top: 12px solid transparent;
    display: block;
    height: 0;
    position: relative;
    width: 0;
    z-index: 3;
}
@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    }
}
.time-slot {
    background-color: #234748 !important;
    border: none;
    color: #fff !important;
    cursor: pointer !important;
    font-size: 15px;
    padding: 13px;
    width: 165px;
}
.activeSlot,
.time-slot:hover {
    border: 1px solid #fff;
}
.activeSlot {
    cursor: pointer !important;
}
.add-to-contact-section {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9;
}
.add-to-contact-section .btn-gradient {
    box-shadow: none;
}
.add-contact-btn {
    height: 40px;
}
.add-contact-btn i {
    font-size: 1rem;
}
.fs-12 {
    font-size: 12px;
}
.product-details-page .product-btn {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border: none;
    border-radius: 5px;
    color: #043636;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: -moz-fit-content;
    width: fit-content;
}
.product-details-page .product-btn:hover {
    color: #043636 !important;
}
@media (max-width: 580px) {
    .product-details-page .product-card {
        width: 100% !important;
    }
}
@media (max-width: 450px) {
    .product-details-page .product-card img {
        width: 100% !important;
    }
}
.product-details-page .product-amount {
    color: linear-gradient(90deg, #d68328, #ffc994, #d68328) !important;
}
.modal-backdrop {
    background-color: transparent;
}
.modal {
    background-color: #00000080;
    z-index: 99999 !important;
}
.modal .news-modal {
    margin-top: 250px !important;
}
.modal .news-modal #newsLatter-content {
    background-color: #212020;
    border: none;
    border-radius: 0.475rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 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: #f5f8fa;
    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: #f5f8fa;
    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: 0.475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: 0.75rem 1rem;
    transition: all 0.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: 0.475rem !important;
    padding: 10px 20px !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #6571ff !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: #6571ff !important;
}
.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
    box-shadow: unset;
}
#email-send {
    background: #234748;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    font-size: 25px;
}
.animate-bottom {
    animation: animatebottom 0.4s;
    position: relative;
}
@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.support-banner {
    background: #f1f1f1;
    bottom: 0;
    box-shadow: 0 19px 3px 0 #848181, 0 0 11px 0 #000;
    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 {
    border: none;
    bottom: 10px;
    display: inline-block !important;
    outline: none;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.act-now,
.act-now:hover {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328);
    color: #fff;
}
.act-now:hover {
    transform: translateY(-3px);
}
.banner-close {
    background: none;
    border: none;
    font-size: 20px !important;
    position: absolute;
    right: 25px;
    top: 20px;
}
.profile-border {
    border: none;
}
.insta-feed {
    max-height: 1000px !important;
    overflow-x: hidden;
    overflow-y: scroll;
}
.instagram-btn {
    background: none !important;
    flex: 1;
    font-size: 20px !important;
}
.instagram-btn.active {
    background: linear-gradient(90deg, #d68328, #ffc994, #d68328) !important;
    border: 1px solid linear-gradient(90deg, #d68328, #ffc994, #d68328);
    border-radius: 50px !important;
    color: #fff !important;
}
.instagram-btn.active span {
    color: #fff !important;
    font-size: 20px !important;
}
.insta-toggle {
    border: 2px solid #d68328;
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all 0.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;
}
.iframe-slider .slick-list {
    padding: 20px 0;
}
.iframe-slider .iframe-card {
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 10px 15px rgba(0, 32, 32, 0.2);
    height: 250px;
    margin: 0 auto;
    max-width: 350px;
    overflow: hidden;
}
.iframe-slider .iframe-card img {
    border-radius: 20px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.iframe-slider .slick-next {
    right: 0;
}
.iframe-slider .slick-next:before {
    content: url(/images/right-arrow.svg?85b8d1d7408486b32b442fab99183e9a);
    opacity: 1 !important;
}
.iframe-slider .slick-prev {
    left: 0;
}
.iframe-slider .slick-prev:before {
    content: url(/images/left-arrow.svg?91633d3ba55b793b519bc7dc56359056);
    opacity: 1 !important;
}
.iframe-slider .slick-next,
.iframe-slider .slick-prev {
    opacity: 1 !important;
    position: absolute;
    width: 40px;
    z-index: 2;
}
@media (max-width: 575px) {
    .iframe-slider .slick-next,
    .iframe-slider .slick-prev {
        display: none !important;
    }
}
.slick-initialized .slick-slide{
	padding: 11px;
}