                            .theme-container {
                                position: relative !important;
                                width: 690px !important;
                                margin: 0 auto;
                            }
                            
                            .theme-one {
                                background: #025052;
                            }
                            /* .box {
                                    height: 550px !important;
                                    background: url(../images/theme1/Rectangle\ 97.png);
                                    clip-path: polygon(0 0, 0 30%, 100% 100%, 100% 0);
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                    background-position: center center;
                                } */
                            
                            .box .banner-img {
                                height: 350px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                clip-path: polygon(0 0, 0 30%, 100% 100%, 100% 0);
                                /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 78.65%); */
                            }
                            
                            .share-button {
                                right: 15px;
                                top: 12px;
                                position: absolute;
                            }
                            
                            .profile-details h1 {
                                font-family: 'Poppins';
                                font-style: normal;
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .profile-details p {
                                font-family: 'Poppins';
                                font-style: normal;
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: rgba(255, 255, 255, 0.8);
                            }
                            
                            .mr-2 {
                                margin-right: 5px;
                            }
                            
                            .mr-5 {
                                margin-right: 10px;
                            }
                            
                            .save-contact-btn {
                                width: 600px;
                                height: auto;
                                border: 0.645308px solid #45CA6F;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 70px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                background-color: transparent;
                                /* identical to box height */
                                color: #45CA6F;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 15px;
                            }
                            
                            .profile-section {
                                margin-top: -325px;
                                position: relative;
                                width: 300px !important;
                            }
                            
                            .heading h1 {
                                font-family: 'Poppins', sans-serif;
                                font-style: normal;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #FFFFFF;
                            }
                            
                            .theme-product-card {
                                box-sizing: border-box;
                                height: auto;
                                background: #FFFFFF !important;
                                border: 1px solid #45CA6F;
                                border-radius: 10px;
                            }
                            
                            .product-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 160.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 0px;
                                color: #45CA6F;
                            }
                            
                            .whatsapp-card {
                                height: 100%;
                                background: #FFFFFF;
                                border-radius: 8px;
                            }
                            
                            .whatsapp-text {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #04B546;
                            }
                            
                            .payment-card {
                                height: 100%;
                                background: #45CA6F;
                                border-radius: 8px;
                            }
                            
                            .payment-text {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-card {
                                height: 100%;
                                border: 1px solid #45CA6F;
                                border-radius: 8px;
                                background: transparent;
                            }
                            
                            .appointment-text {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                /* or 10px */
                                text-align: center;
                                color: #45CA6F;
                            }
                            
                            .company-details {
                                height: 100%;
                                background: #FFFFFF;
                                border: 1px solid #D2BFFB;
                                border-radius: 17px;
                            }
                            
                            .company-details h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .company-details p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .play-btn {
                                position: relative;
                                top: -100px;
                                margin-left: 86px;
                            }
                            /*------------Theme 2--------*/
                            
                            .microsoft-button {
                                left: 25px;
                                top: 25px;
                                position: absolute;
                            }
                            
                            .theme2-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 35px;
                                color: #FFFFFF;
                            }
                            
                            .theme2-profile-details p {
                                font-weight: 400;
                                font-size: 12.9748px;
                                line-height: 20px;
                                color: rgba(255, 255, 255, 0.8);
                            }
                            
                            .theme-two {
                                background: #EBE2FF;
                            }
                            
                            .theme-two-box .banner-img {
                                height: 450px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                            }
                            
                            .facebook {
                                top: -30px;
                                position: relative;
                            }
                            
                            .twitter {
                                top: 23px;
                                position: relative;
                            }
                            
                            .git {
                                top: 23px;
                                position: relative;
                            }
                            
                            .instagram {
                                top: 45px;
                                position: relative;
                            }
                            
                            .linkedin {
                                top: -30px;
                                position: relative;
                            }
                            
                            .social-icons-theme2 {
                                display: flex;
                                justify-content: space-around;
                            }
                            
                            .company-details2 {
                                height: 100%;
                                background: #FFFFFF;
                                border: 1px solid #D2BFFB;
                                border-radius: 17px;
                            }
                            
                            .company-details2 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .company-details2 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .company-details2 span {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .theme2-profile-section {
                                margin-top: -150px;
                                position: relative;
                            }
                            
                            .product-card2 {
                                box-sizing: border-box;
                                height: auto;
                                background: #FFFFFF !important;
                                border: 1px solid #D2BFFB;
                                border-radius: 10px;
                                height: auto !important;
                            }
                            
                            .product2-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product2-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 163.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product2-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 13px;
                                color: #230A24;
                            }
                            
                            .heading-theme2 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-style: normal;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #230A24;
                            }
                            
                            .whatsapp-card2 {
                                height: 100%;
                                background: #04B546;
                                border: 1px solid #D2BFFB;
                                border-radius: 12px;
                            }
                            
                            .whatsapp-text2 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .payment-card2 {
                                height: 100%;
                                background: #140C54;
                                border: 1px solid #D2BFFB;
                                border-radius: 12px;
                            }
                            
                            .payment-text2 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-card2 {
                                height: 100%;
                                background: #FFFFFF;
                                border: 1px solid #D2BFFB;
                                border-radius: 12px;
                            }
                            
                            .appointment-text2 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                /* or 10px */
                                text-align: center;
                                color: #140C54;
                            }
                            
                            .save-contact-btn2 {
                                background: #FFFFFF;
                                border: 0.645308px solid #140C54;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                height: auto;
                                border-radius: 70px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #140C54;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 15px;
                            }
                            /*--------Theme 3----------*/
                            
                            .theme-three {
                                background-color: #222222;
                                width: 422px;
                                margin: 0 auto;
                            }
                            
                            .theme3-profile-section {
                                margin-top: -100px;
                                position: relative;
                            }
                            
                            .theme-three-box .banner-img {
                                height: 450px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                            }
                            /*                         
                        .theme-three-box {
                            background-image: url(../images/theme3/Rectangle\ 80.png);
                            height: 360px;
                        } */
                            
                            .theme3-profile-details {
                                max-width: 100%;
                                height: 100%;
                                background: #FF6A2F;
                                clip-path: polygon(0 0, 0 100%, 90% 100%, 65% 0);
                            }
                            
                            .profile-line {
                                width: 250px;
                                border: 1px solid #FFFFFF;
                            }
                            
                            .theme3-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .theme3-profile-details p {
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: rgba(255, 255, 255, 0.8);
                            }
                            
                            .company-details-theme3 {
                                height: 100%;
                                background: #222222;
                                border: 1px solid #222222;
                                border-radius: 17px;
                            }
                            
                            .company-details-theme3 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .company-details-theme3 span {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 35px;
                                color: #FFFFFF;
                            }
                            
                            .company-details-theme3 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: #FFFFFF;
                            }
                            
                            .whatsapp-card3 {
                                height: 100%;
                                background: #04B546;
                                border-radius: 8px;
                            }
                            
                            .whatsapp-text3 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .payment-card3 {
                                height: 100%;
                                background: #FF6A2F;
                                border-radius: 8px;
                            }
                            
                            .payment-text3 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-card3 {
                                height: 100%;
                                border: 1px solid #FF6A2F;
                                border-radius: 8px;
                                background: transparent;
                            }
                            
                            .appointment-text3 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                /* or 10px */
                                text-align: center;
                                color: #FF6A2F;
                            }
                            
                            .save-contact-btn3 {
                                background: #FFFFFF;
                                border: 0.645308px solid #140C54;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 70px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FF6A2F;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 15px;
                            }
                            
                            .product-card3 {
                                box-sizing: border-box;
                                height: auto;
                                background: #2C2C2C;
                                border: 1px solid #4B4B4B;
                                border-radius: 10px;
                            }
                            
                            .product3-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .product3-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 163.5%;
                                /* or 10px */
                                color: rgba(255, 255, 255, 0.83);
                            }
                            
                            .product3-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 13px;
                                color: #FF6A2F;
                            }
                            /*------------Theme 4--------*/
                            
                            .theme-four {
                                background: #FFFFFF;
                            }
                            
                            .theme-four-box .banner-img {
                                height: 450px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                            }
                            /* .theme-four-box {
    width: 100vw;
    height: 31.4vh;
    background: url(../images/theme4/Rectangle\ 80\(1\).png);
} */
                            
                            .share-button2 {
                                left: 25px;
                                top: 15px;
                                position: absolute;
                            }
                            
                            .save-btn {
                                right: 20px;
                                top: 12px;
                                position: absolute;
                            }
                            
                            .save-contact-btn4 {
                                background: #FFFFFF;
                                border: 0.645308px solid #FFFFFF;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 70px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #ED203E;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 8px;
                            }
                            
                            .theme4-profile-section {
                                position: relative;
                                margin-top: -400px;
                            }
                            
                            .theme4-profile-details {
                                width: 100%;
                                height: auto;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                            
                            .theme4-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .theme4-profile-details p {
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: rgba(255, 255, 255, 0.8);
                            }
                            
                            .whatsapp-btn {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 81px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 12px;
                                color: #FFFFFF;
                                width: 100%;
                            }
                            
                            .whatsapp-btn:hover {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 81px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-btn {
                                display: flex;
                                align-items: center;
                                background: transparent;
                                border: 0.645308px solid #222222;
                                border-radius: 27px;
                                justify-content: center;
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #222222;
                                width: 100%;
                            }
                            
                            .appointment-btn:hover {
                                background: transparent;
                                border: 0.645308px solid #222222;
                                border-radius: 27px;
                                color: #222222;
                            }
                            
                            .payment-btn {
                                background: #B21229;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 33px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                                width: 100%;
                            }
                            
                            .payment-btn:hover {
                                background: #B21229;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 33px;
                                color: #FFFFFF;
                            }
                            
                            .button-div {
                                margin-top: -70px;
                            }
                            
                            .product-card4 {
                                box-sizing: border-box;
                                height: auto;
                                background: #FFFFFF;
                                border: 1px solid #D1D1D1;
                                border-radius: 10px;
                            }
                            
                            .product4-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product4-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 163.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product4-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 13px;
                                color: #ED203E;
                            }
                            
                            .company-details4 {
                                height: 100%;
                                background: #FFFFFF;
                                border: 1px solid #D1D1D1;
                                border-radius: 17px;
                            }
                            
                            .company-details4 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .company-details4 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            /*--------------Theme 5---------*/
                            
                            .theme-five {
                                background: #00889E;
                            }
                            
                            .theme-five-box {
                                height: 150px;
                                background-color: #cabb9c;
                            }
                            
                            .save-btn2 {
                                left: 15px;
                                top: 8px;
                                position: absolute;
                            }
                            
                            .profile-theme5 {
                                margin-top: -115px;
                                text-align: center;
                            }
                            
                            .social-icons-theme5 {
                                background: #FFFFFF;
                                width: 160px;
                                margin: 0 auto;
                                padding: 6px 7px 6px 8px;
                                display: flex;
                                justify-content: space-around;
                            }
                            
                            .save-contact-btn5 {
                                background: #FFFFFF;
                                border: 0.645308px solid #FFFFFF;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #00889E;
                                padding: 6px;
                            }
                            
                            .whatsapp-card5 {
                                height: 100%;
                                background: #04B546;
                                border-radius: 8px;
                            }
                            
                            .whatsapp-text5 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .payment-card5 {
                                height: 100%;
                                background: #4ECFE9;
                                border-radius: 4px;
                            }
                            
                            .payment-text5 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                color: #100A0A;
                            }
                            
                            .appointment-card5 {
                                height: 100%;
                                border: 1px solid #FFFFFF;
                                border-radius: 4px;
                                background: transparent;
                            }
                            
                            .appointment-text5 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                /* or 10px */
                                text-align: center;
                                color: #FFFFFF;
                            }
                            
                            .heading-theme5 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #DECCA8;
                            }
                            
                            .theme-product-card5 {
                                box-sizing: border-box;
                                height: auto;
                                background: #FFFFFF;
                                border: 1px solid #FFFFFF;
                                border-radius: 4px;
                                border-radius: 10px;
                            }
                            
                            .product5-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #000000;
                            }
                            
                            .product5-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 160.5%;
                                /* or 10px */
                                color: #100A0A;
                            }
                            
                            .product5-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 5px;
                                color: #DECCA8;
                            }
                            
                            .company-details-theme5 {
                                height: 100%;
                                background: transparent;
                            }
                            
                            .company-details-theme5 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #DECCA8;
                            }
                            
                            .company-details-theme5 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: #FFFFFF;
                            }
                            
                            .address {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .phone {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .address-section {
                                background-color: #DECCA8;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                            }
                            /*-------------Theme 7-----------*/
                            
                            .theme-seven {
                                background: #232323 !important;
                            }
                            
                            .theme-seven-box {
                                height: 150px;
                                background: #232323;
                            }
                            
                            .theme-seven-box .banner-img {
                                height: 200px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                            }
                            
                            .save-contact-btn7 {
                                background: #FFFFFF;
                                border: 0.645308px solid #FFFFFF;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #232323;
                                padding: 6px;
                            }
                            
                            .save-btn7 {
                                top: 15px;
                                position: absolute;
                                left: 40%;
                            }
                            
                            .profile-theme7 {
                                margin-top: -68px;
                                text-align: center;
                            }
                            
                            .profile-box {
                                /* border: 1px solid #C5D92C; */
                                border-top: 1px solid #C5D92C;
                                border-right: 1px solid #C5D92C;
                                border-left: 1px solid #C5D92C;
                                width: 100%;
                                margin: 0 auto;
                                position: relative;
                                top: -72px;
                                padding-top: 80px;
                                height: 184px;
                            }
                            
                            .profile-img {
                                width: auto;
                                position: relative;
                                z-index: 100;
                            }
                            
                            .social-icons-theme7 {
                                position: relative;
                                top: 18px;
                                display: flex;
                                align-items: center;
                            }
                            
                            .social-icons-theme7::after {
                                content: "";
                                width: 275px;
                                height: 1px;
                                display: inline-block;
                                background: #C5D92C;
                            }
                            
                            .social-icons-theme7::before {
                                content: "";
                                width: 275px;
                                height: 1px;
                                display: inline-block;
                                background: #C5D92C;
                            }
                            
                            .theme7-profile-details h1 {
                                font-style: normal;
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .theme7-profile-details p {
                                font-weight: 400;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: #C5D92C;
                            }
                            
                            .payment-box {
                                border: 1px solid #C5D92C;
                                width: 100%;
                                margin: 0 auto;
                            }
                            
                            .payment-text7 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #C5D92C;
                            }
                            
                            .right-border {
                                /* border-right: 1px solid #FFFFFF;
                                    height: 80px; */
                                border-right: 1px solid #FFFFFF;
                                height: 58px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                margin-top: 10px;
                            }
                            
                            .company-details7 {
                                height: 100%;
                                background: transparent;
                                border: 1px solid #C5D92C;
                            }
                            
                            .company-details7 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 13px;
                                color: #C5D92C;
                            }
                            
                            .company-details7 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(255, 255, 255, 0.83);
                            }
                            
                            .heading-theme7 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #C5D92C;
                            }
                            
                            .heading-theme7 h1::after {
                                content: "";
                                width: 80%;
                                height: 1px;
                                display: inline-block;
                                background: #C5D92C;
                                margin: 4px 10px;
                            }
                            
                            .theme-product-card7 {
                                height: auto;
                                background: transparent;
                            }
                            
                            .product7-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .product7-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 160.5%;
                                /* or 10px */
                                color: rgba(255, 255, 255, 0.72);
                            }
                            
                            .product7-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 5px;
                                color: #C5D92C;
                            }
                            
                            .address-theme7 {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .phone-theme7 {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .address-section-theme7 {
                                background-color: #C5D92C;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                            }
                            /*-------------Theme 8-----------*/
                            
                            .theme-eight {
                                background: #202D3A !important;
                            }
                            
                            .theme-eight-box {
                                height: 180px;
                                background: #202D3A;
                            }
                            
                            .theme8-profile-details {
                                width: 100%;
                                height: auto;
                                display: flex;
                                align-items: center;
                                justify-content: space-around;
                            }
                            
                            .theme8-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .theme8-profile-details p {
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: #FF7024;
                            }
                            
                            .company-details8 {
                                height: 100%;
                                background: #FFFFFF;
                                border-top: 5px solid #FF7024;
                                border-bottom: 5px solid #FF7024;
                            }
                            
                            .company-details8 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #FF7024;
                            }
                            
                            .company-details8 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .save-contact-btn8 {
                                width: 223.26px;
                                height: 31.43px;
                                background: #FFFFFF;
                                box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
                                border-radius: 133px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #232323;
                            }
                            
                            .save-contact-btn8:hover {
                                background: #FFFFFF;
                                box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
                                border-radius: 133px;
                                color: #232323;
                            }
                            
                            .save-btn8 {
                                display: flex;
                                justify-content: center;
                            }
                            
                            .heading-theme8 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #FF7024;
                            }
                            
                            .theme-product-card8 {
                                box-sizing: border-box;
                                background: #FFFFFF;
                                border: 1px solid #FFFFFF;
                                border-radius: 4px;
                            }
                            
                            .product8-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product8-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 160.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product8-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 5px;
                                color: #FF7024;
                            }
                            
                            .payment-box-theme8 {
                                width: 100%;
                                margin: 0 auto;
                                background: #FFFFFF;
                            }
                            
                            .payment-text8 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #342F2C;
                            }
                            
                            .right-border-theme8 {
                                /* border-right: 1px solid #525252;
                                    height: 80px; */
                                border-right: 1px solid #525252;
                                height: 58px;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                margin-top: 10px;
                            }
                            
                            .address-theme8 {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .phone-theme8 {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .address-section-theme8 {
                                background-color: #FFFFFF;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                                border-bottom: 4px solid #FF7024;
                            }
                            /*-------------Theme 9-----------*/
                            
                            .theme-nine {
                                background: #FFFFFF !important;
                            }
                            
                            .theme-nine-box .banner-img {
                                height: 350px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 78.65%); */
                            }
                            
                            .curve-img {
                                position: relative;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                top: -70px;
                                height: 130px;
                            }
                            
                            .curve-img2 {
                                position: relative;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                top: -40px;
                                height: 130px;
                                width: 100%;
                            }
                            /* .curve-img3 {
                                position: relative;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                top: -40px;
                            } */
                            
                            .save-contact-btn9 {
                                background: #FFFFFF;
                                box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
                                border-radius: 133px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #000000;
                            }
                            
                            .save-contact-btn9:hover {
                                background: #FFFFFF;
                                box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
                                border-radius: 133px;
                                color: #000000;
                            }
                            
                            .microsoft-button9 {
                                right: 30px;
                                position: absolute;
                                top: 23%;
                                z-index: 100;
                            }
                            
                            .whatsapp-btn9 {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 4.52361px;
                                font-style: normal;
                                font-weight: 400;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                                width: 100%;
                                padding: 15px;
                            }
                            
                            .whatsapp-btn9:hover {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 4.52361px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-btn9 {
                                border: 0.645308px solid #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2);
                                filter: drop-shadow(0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2));
                                border-radius: 4.52361px;
                                font-weight: 400;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #04B546;
                                width: 100%;
                                padding: 15px;
                            }
                            
                            .appointment-btn9:hover {
                                border: 0.645308px solid #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2);
                                filter: drop-shadow(0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2));
                                border-radius: 4.52361px;
                                color: #04B546;
                            }
                            
                            .payment-btn9 {
                                background: #F14938;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 4.52361px;
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                                width: 100%;
                                padding: 15px;
                            }
                            
                            .payment-btn9:hover {
                                background: #F14938;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 4.52361px;
                                color: #FFFFFF;
                            }
                            
                            .vector-div {
                                display: flex;
                                height: 18px;
                            }
                            
                            .contact-info {
                                display: flex;
                                /* align-items: center; */
                            }
                            
                            .contact-details {
                                background: #FFFFFF;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 5.0334px;
                            }
                            
                            .contact-details span {
                                font-weight: 400;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #000000;
                            }
                            
                            .theme9-profile-details {
                                width: 100%;
                                height: auto;
                                display: flex;
                                align-items: center;
                                justify-content: space-around;
                                position: relative;
                                top: -115px;
                            }
                            
                            .theme9-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                                text-align: center;
                            }
                            
                            .theme9-profile-details p {
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: #FFFFFF;
                                text-align: center;
                            }
                            
                            .save-contact-btn8 {
                                width: 223.26px;
                                height: 31.43px;
                                background: #FFFFFF;
                                box-shadow: 0px 4px 19px rgba(0, 0, 0, 0.25);
                                border-radius: 133px;
                                font-weight: 600;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #232323;
                            }
                            
                            .save-btn8 {
                                display: flex;
                                justify-content: center;
                            }
                            
                            .heading-theme9 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #F62F52;
                            }
                            
                            .theme-product-card9 {
                                background: #FFFFFF;
                                border: 1px solid #E9E9E9;
                                border-radius: 4px;
                            }
                            
                            .product9-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product9-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 160.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product9-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 5px;
                                color: #F62F52;
                            }
                            
                            .social-icons-theme9 {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                            
                            .social-icons-theme9 a {
                                padding: 5px;
                            }
                            
                            .address-theme9 {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .phone-theme9 {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .address-section-theme9 {
                                background-color: #060606;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                            }
                            
                            .company-details9 {
                                height: 100%;
                                background: #FFFFFF;
                            }
                            
                            .company-details9 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #F62F52;
                            }
                            
                            .company-details9 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            /*-------------Theme 10-----------*/
                            
                            .theme-ten {
                                background: #FFFFFF !important;
                            }
                            /* .theme-ten-box {
                                    height: 160px;
                                    background: url(../images/theme10/banner.png);
                                } */
                            
                            .theme-ten-box .banner-img {
                                height: 350px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 78.65%); */
                            }
                            
                            .profile-theme10 {
                                margin-top: -177px;
                            }
                            
                            .microsoft-button10 {
                                right: 12px;
                                position: absolute;
                                top: 88px;
                                z-index: 100;
                            }
                            
                            .save-contact-btn10 {
                                background: #FFFFFF;
                                border: 1px solid #B600C2;
                                box-shadow: 0px 2.33179px 3.49769px -0.582948px rgba(0, 0, 0, 0.1), 0px 1.1659px 2.33179px -1.1659px rgba(0, 0, 0, 0.05);
                                border-radius: 7.01px;
                                font-weight: 500;
                                font-size: 12.7437px;
                                line-height: 18px;
                                /* identical to box height */
                                color: #B600C2;
                                width: 100%;
                                padding: 12px;
                            }
                            
                            .theme10-profile-details {
                                width: 100%;
                                height: auto;
                                margin-top: -150px;
                                /* display: flex;
            align-items: center;
            justify-content: space-around;
            position: relative;
            top: 80px; */
                            }
                            
                            .theme10-profile-details h1 {
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #230A24;
                            }
                            
                            .theme10-profile-details p {
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: #332440CC;
                            }
                            
                            .social-icons-theme10 {
                                display: flex;
                                justify-content: space-around;
                            }
                            
                            .contact-details10 {
                                background: #FFFFFF;
                                box-shadow: 0px 2.33179px 3.49769px -0.582948px rgba(0, 0, 0, 0.1), 0px 1.1659px 2.33179px -1.1659px rgba(0, 0, 0, 0.05);
                                border-radius: 7.8px;
                                height: 140px;
                                width: 350px;
                            }
                            
                            .contact-details9 span {
                                font-weight: 400;
                                font-size: 12px;
                                line-height: 18px;
                                /* identical to box height */
                                color: #000000;
                            }
                            
                            .company-details10 {
                                height: 100%;
                                background: transparent;
                            }
                            
                            .company-details10 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .company-details10 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .company-details10 span {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .address-theme10 {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .phone-theme10 {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #FFFFFF;
                            }
                            
                            .address-section-theme10 {
                                background-color: #B600C2;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                            }
                            
                            .whatsapp-btn10 {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 4.52361px;
                                font-style: normal;
                                font-weight: 400;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                                width: 100%;
                                padding: 20px;
                            }
                            
                            .whatsapp-btn10:hover {
                                background: #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2), 0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2);
                                border-radius: 4.52361px;
                                color: #FFFFFF;
                            }
                            
                            .appointment-btn10 {
                                border: 0.645308px solid #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2);
                                filter: drop-shadow(0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2));
                                border-radius: 4.52361px;
                                font-weight: 400;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #04B546;
                                width: 100%;
                                padding: 20px;
                            }
                            
                            .appointment-btn10:hover {
                                border: 0.645308px solid #05B546;
                                box-shadow: 0px 6.45308px 9.67962px -1.93592px rgba(5, 181, 70, 0.2);
                                filter: drop-shadow(0px 2.58123px 3.87185px rgba(5, 181, 70, 0.2));
                                border-radius: 4.52361px;
                                color: #04B546;
                            }
                            
                            .payment-btn10 {
                                background: #F14938;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 4.52361px;
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #FFFFFF;
                                width: 100%;
                                padding: 20px;
                            }
                            
                            .payment-btn10:hover {
                                background: #F14938;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 4.52361px;
                                color: #FFFFFF;
                            }
                            /*-------------Theme 6-----------*/
                            
                            .theme-six {
                                background: #7D155C;
                            }
                            
                            .theme-six-box .banner-img {
                                height: 225px;
                                width: 100%;
                                background-repeat: no-repeat;
                                background-size: cover;
                                background-position: center center;
                                position: relative;
                                clip-path: polygon(0 0, 0 100%, 100% 67%, 100% 0);
                                top: 40%;
                                /* clip-path: polygon(0 0, 0 87%, 101% 56%, 100% 0); */
                            }
                            
                            .theme-six-box {
                                height: 220px;
                                background: #422385;
                            }
                            
                            .profile-theme6 {
                                margin-top: -240px;
                                text-align: center;
                                position: relative;
                                z-index: 100;
                            }
                            
                            .profile-details6 h1 {
                                font-family: 'Poppins';
                                font-style: normal;
                                font-weight: 600;
                                font-size: 20.8396px;
                                line-height: 31px;
                                color: #FFFFFF;
                            }
                            
                            .profile-details6 p {
                                font-family: 'Poppins';
                                font-style: normal;
                                font-weight: 500;
                                font-size: 12.9748px;
                                line-height: 16px;
                                color: rgba(255, 255, 255, 0.8);
                            }
                            
                            .social-icons-theme6 {
                                float: left;
                            }
                            
                            .save-contact-btn6 {
                                background: #FFFFFF;
                                border: 0.645308px solid #FFFFFF;
                                box-shadow: 0px 1.50472px 2.25709px -0.376181px rgba(0, 0, 0, 0.1), 0px 0.752362px 1.50472px -0.752362px rgba(0, 0, 0, 0.05);
                                border-radius: 70px;
                                position: relative;
                                top: 10px;
                                padding: 15px;
                                font-weight: 600;
                                font-size: 10.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #7D155C;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 10px;
                            }
                            
                            .facebook-theme6 {
                                position: relative;
                                top: 62px;
                            }
                            
                            .instagram-theme6 {
                                position: relative;
                                top: 56px;
                            }
                            
                            .twitter-theme6 {
                                position: relative;
                                top: 50px;
                            }
                            
                            .linkedin-theme6 {
                                position: relative;
                                top: 45px;
                            }
                            
                            .company-details6 {
                                height: 100%;
                                background: #FFFFFF;
                                border: 1px solid #D2BFFB;
                                border-radius: 17px;
                            }
                            
                            .company-details6 h4 {
                                font-weight: 600;
                                font-size: 14.74px;
                                line-height: 25px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .company-details6 p {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .company-details6 span {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 22px;
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .heading-theme6 h1 {
                                font-family: 'Poppins', sans-serif;
                                font-weight: 600;
                                font-size: 18.74px;
                                line-height: 13px;
                                color: #FFFFFF;
                            }
                            
                            .product-card6 {
                                box-sizing: border-box;
                                height: auto;
                                background: #FFFFFF;
                                border: 1px solid #D2BFFB;
                                border-radius: 8px;
                                height: auto !important;
                            }
                            
                            .product6-name {
                                font-weight: 600;
                                font-size: 12px;
                                line-height: 13px;
                                /* identical to box height */
                                color: #230A24;
                            }
                            
                            .product6-details {
                                font-weight: 500;
                                font-size: 9px;
                                line-height: 163.5%;
                                /* or 10px */
                                color: rgba(51, 36, 64, 0.83);
                            }
                            
                            .product6-price {
                                font-weight: 600;
                                font-size: 12.74px;
                                line-height: 13px;
                                color: #230A24;
                            }
                            
                            .whatsapp-card6 {
                                height: 100%;
                                background: #04B546;
                                border-radius: 8px;
                            }
                            
                            .whatsapp-text6 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 10px;
                                color: #FFFFFF;
                            }
                            
                            .payment-card6 {
                                height: 100%;
                                background: #4ECFE9;
                                border-radius: 4px;
                            }
                            
                            .payment-text6 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                color: #100A0A;
                            }
                            
                            .appointment-card6 {
                                height: 100%;
                                border: 1px solid #FFFFFF;
                                border-radius: 4px;
                                background: #FFFFFF;
                            }
                            
                            .appointment-text6 {
                                font-weight: 600;
                                font-size: 11.74px;
                                line-height: 131%;
                                /* or 10px */
                                text-align: center;
                                color: #140C54;
                            }
                            
                            .address-theme6 {
                                font-weight: 400;
                                font-size: 12.7437px;
                                line-height: 12px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .phone-theme6 {
                                font-weight: 500;
                                font-size: 10.7437px;
                                line-height: 10px;
                                /* identical to box height */
                                color: #0E060E;
                            }
                            
                            .address-section-theme6 {
                                background-color: #FFFFFF;
                                height: auto;
                                display: flex;
                                align-items: center;
                                width: 690px;
                                margin: 0 auto;
                            }
                            /*---------------Slider-----------*/
                            
                            .bx-wrapper {
                                -moz-box-shadow: 0 0 5px #ccc;
                                -webkit-box-shadow: 0 0 5px #ccc;
                                box-shadow: none !important;
                                border: none !important;
                                background: none !important;
                            }
                            
                            .bx-next {
                                display: none;
                            }
                            
                            .bx-prev {
                                display: none;
                            }
                            
                            .bx-wrapper {
                                position: relative !important;
                                margin: 0 auto 10px !important;
                            }
                            
                            .bxslider2 {
                                margin-bottom: 0 !important;
                            }
                            
                            .bxslider1 {
                                margin-bottom: 0 !important;
                            }