    * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html{
            height: 100%;
        }

        ::-webkit-scrollbar{
            display: none;
        }
        body {
            font-family: 'Roboto';
            background: transparent linear-gradient(180deg, #FFFFFF 0%, #fcf2e7 100%) 0% 0% no-repeat padding-box;
            background-repeat: repeat-y;
            background-attachment: fixed;
            /* background-repeat: no-repeat; */
            background-size: cover;
            height: 100%;
            width: 100%;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        img{
            width: 100%;
        }

        .mySlider img { 
            width: 100%;
        }
        #Customer-Slider img{
            width: 100% !important;
            height: 70px !important;
        }
        

        /* .mySlider img {
            width: auto;
            height: auto;
            display: block;
            margin: 0 auto;
        } */

        .content{
            width: 100%;
            height: 100%;
            min-height: fit-content;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
        }

        .cardbgcolorblock{
            width:100%;
            height: 100%;
            position: fixed;
            top: 0;
            overflow: hidden;
            z-index: -2;
            background-color: #3799FC;
        }
        .cardbgcolorblock::before {
            content: "";
            position: absolute;
            inset: 0;
            /* top: 0; */
            /* bottom: 0; */
            height: 100%;
            width: 100%;
            background-image: url(../Assets/PageBg_Pattern.svg);
            background-repeat: repeat;
            /* background-position: center; */
            background-size: auto;
            opacity: 0.2; 
            pointer-events: none;
        }
        /* .card-bg-img{
            position: fixed;
            right: 0;
            bottom: 0;
            z-index: -1;
        } */


        .card-section{
            /* flex: 1; */
            width: 100%;
            display: flex;
            /* align-items: center; */
            justify-content: center;
            padding: 30px 20px 30px 20px;
        }

        .card-parent{
            width: 100%;
            display: flex;
            justify-content: center;
        }


        .card-section.preview{
            width: 100%;
            height: 100%;
            position: fixed;
            top: -9999px;
            background-color: rgba(0, 0, 0, 0.5);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 2;
        }
        .card-section.preview .card{
            width: 500px;
            border-radius: 0px;
            border: none;
            overflow: hidden;
            /* padding-top: 200px; */
        }


        .ClosebtnBlock{
            position: absolute;
            right: 25px;
            top: 25px;
            z-index: 1;
            cursor: pointer;
        }


        .card-section.preview .card-header {
            position: relative;
            width: 100%;
            background-color: #220A00;
            display: flex;
            align-items: center;
        }
        .card-section.preview  .card-body {
            padding: 125px 20px 0 20px;       
        }
        .card-section.preview .qrcode{ 
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 0.5px solid rgba(0,0,0,0.1);
        }
        .bg-container{ 
            width: 100%;
            min-height: 120px;
            position: relative;
        }
        .bg-container img{
            position: absolute;
            /* width: 100%; */
            bottom: 0;
            left: 0;
        }
        .card {
            /* overflow: hidden; */
            width: 460px;
            position: relative;
            box-shadow: 0px 0px 15px #0000001F;
            border: none;
            border-radius: 20px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            background-color: #ffffff;
        }
        .card-header {
            /* height: 230px; */
            position: relative;
        }

        .card-banner {
            width: calc(100% + 40px);
            margin-left: -20px;
            display: flex;
        }

        .profile-border{
            width: 80%;
            height: 1px;
            display: flex;
            justify-self: center;
            border-bottom: 0.5px solid rgba(0,0,0,0.1);
        }

        .profile-imagemaincontainerblock{
            width: 100%;
            display: flex;
            position: relative;
            padding-bottom: 20px;
        }

        .profile-imagemaincontainer{
            /* width: 100%; */
            /* position: absolute;
            bottom: -40%;
            left: 0px; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            /* padding-left: 20px; */
            padding: 0 20px 0 0;
            z-index: 1;
        }

        .profile-image-container { 
            /* width: 170px; */
            /* height: 170px; */
            display: flex;
            justify-content: center;
            align-items: center;
            /* border-radius: 50%; */
            overflow: hidden;
            /* background-color: #ffffff; */
            /* margin-bottom: 75px; */
        }

        .profile-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            overflow: hidden;
            /* display: flex; */
            /* justify-content: center; */
            /* align-items: center; */
        }
        .profile-image img { 
            width: 100%;
        }

        #banner-image-preview {
            margin-top: 10px;
        }

        .logo-container{
            width: 100%;
            height: auto;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
        }
        .logo-container-image{
            width: 180px;
            position: absolute;
            background-color: #ffffff;
            padding: 0 10px;
        }
        .logo-border{
            width: 100%;
            border: 1px solid rgba(0,0,0,0.1);
        }
        .card-content{
            width: 100%;
        }
        .card-body {
            padding: 25px 15px 0 15px;
        }
        .name-container{
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            /* padding: 0 0 45px 0; */
        }
        .loading-container { 
            position: relative;
            background-color: #ffffff; 
            width: 100%; 
            height: 100%;
        }

        .card-section:not(.preview) .after-content {
            display: flex;
            flex-direction: column;
            opacity: 1;
        }

        .name {
            /* width: 50%; */
            font-family: 'Roboto';
            font-size: 32px;
            font-weight: bold;
            color: #220A00;
            text-align: left;
            margin-bottom: 5px;
        }
        .education{
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: bold;
            color: #180B3C;
            text-align: left;
            margin-bottom: 10px;
        }
        .title {
            width: 40%;
            font-family: 'Roboto';
            font-weight: 500;
            color: #02AFF7;
            opacity: 0.8;
            font-size: 20px;
            text-align: left;
        }
        .description {
            font-family: 'Roboto';
            color: #052C50;
            line-height: 24px;
            margin-bottom: 25px;
            font-size: 20px;
        }
        .contact-section {
            display: flex;
            justify-content: space-between;
            /* align-items: center; */
            padding: 20px 0px;
            border-top: 0.5px solid rgba(0,0,0,0.1) ;
            gap: 5px;
        }
        .contact-section .left{
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100%;
            gap: 10px;

        }
        .contact-section .left .icon{
            margin-right: 12px;
            width: 22px;
            height: 22px;
            opacity: 0.4;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .contact-section .left a {
            text-decoration: none;
            color: #061E41;
            display: flex;
            align-items: center;
            font-size: 20px;
            font-family: 'Roboto';
            overflow-wrap: break-word;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
            font-weight: bold;
        }

        .contact-section .right{
            display: flex;
            height: 100%;
        }


        .phone-container {
            display: flex;
            align-items: center;
        }
        .phone-numbers{
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .social-media-section{ 
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .social-media-links-left{
            display: flex;
            gap: 10px;
        }
        .social-media-links-left a{
            display: flex;
            height: 32px;
            width: 32px;
        }

        .download-section{
            /* display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.5);
            position: fixed;
            bottom: 0px;
            left: 0px;
            background-color: #fff;
            box-shadow: 0px 0px 15px #0000001F;
            width: 100%;
            padding: 20px 0; */

            display: flex;
            justify-content: space-between;
            width: 100%;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            gap: 5px;
        }

        .download-section .right{
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

        .AddtoContactsmobile{
            display: none;
        }

        .download-text{
            font-family: 'Montserrat';
            font-size: 12px;
            color: #2E2E2E;
            opacity: 0.4;
        }

        .download-leftSection{
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            gap: 10px;
        }

        .download-leftSection a{
            height: 44px;
            /* width: 45px; */
            display: flex;
            justify-content: center;
            cursor: pointer;
        }

        .download-leftSection a:last-child{
            margin-right: 0;
        }

        .social-media-links-right{
            display: flex;
            gap: 15px;
            align-items: center;
        }
        .social-media-links-right a{ 
            display: flex;
            height: 44px;
            cursor: pointer;
        }

        .cardlaptopimgblock{
            border-top: 0.5px solid rgba(0, 0, 0, 0.1);
        }

        /* .services-section{ 
            padding: 25px 0;
            display: flex;
            flex-direction: column;
        } */
        /* .services-section ul{
            list-style-type: disc;
            margin-left: 30px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .services-section li{
            font-family: 'Roboto';
            font-size: 20px;
            line-height: 26px;
            color: #0B184F;
        }

        .services-section li::marker{
            color: #909EFD;
        } */
        
        .service-section{
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            /* padding-bottom: 35px; */
        }

        /* .service-footer{
            padding: 30px 0 0 0;
        } */

        .service-contents{
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
            /* padding: 10px 0 10px 0; */
            display: flex;
            gap: 10px;
            width: 100%;
        }
/* 
        .service-section ul{
            list-style-type: disc;
            margin-left: 15px;
            display: flex;
            flex-direction: column;
            gap: 18px;
        }
        .service-section li{
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: 500;
            color: #180B3C;
        }

        .service-section li::marker{
            color: #5329E5;
        } 
         */


        /* .mySlider .slick-slide {
            margin: 0 5px 0 0;
            width: 415px !important;
        } */

        
        .customers-section{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 25px 0;
            /* gap: 20px; */
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
        }

        /* #Customer-Slider .slick-slide {
            margin: 0 10px 0 0 ;
        } */
        .service-section .slick-slide{
            margin: 0 10px 0 0 ;
        }
        .slick-track {
            display: flex !important;
            align-items: center;
        }

        .company-section {
            display: flex;
            padding: 20px 0px;
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.3); */
        }
        .company-section .left{
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        .company-section .right{
            display: flex;
            justify-content: center;
        }
        .company-section .right a{
            width: 36px;
            height: 36px;
        }
        .company,.services{
            color: #180B3C;
            opacity: 0.4;
            font-family: 'Montserrat';
            font-size: 14px;
            margin-bottom: 12px;
        }

        .cardserviceblock{
            width: 100%;
            padding: 15px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }

        .cardservicelevel{
            width: 100%;
        }

        .cardenquire_block{
            /* width: calc(100% + 60px);
            margin-left: -30px; */
            width: 100%;
            padding: 10px 0;
        }

        .company-name{
            color: #020458;
            font-family: 'Roboto';
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 15px;
            text-align: center;
        }
        .company-address{
            color: #020458;
            font-family: 'Roboto';
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 20px;
            padding: 0 20px;
            text-align: center;
        }
        .company-description{
            color: #020458;
            font-family: 'Roboto';
            font-size: 20px;
            font-weight: normal;
            padding-right: 120px;
            /* padding-bottom: 20px; */
        }
        .company-contact{
            display: flex;
            flex-direction: column;
            /* align-items: center; */
            /* justify-content: space-between; */
            gap: 10px;
            text-align: center;
            /* padding-bottom: 25px; */
        }
        .company-social-media-section{
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 0px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .company-social-media-section .social-media-links-left a {
            display: flex;
            height: 32px;
            width: 32px;
        }
        .google-map-link{
            display: flex;
            /* height: 36px; */
            width: 25px;
        }
        .company-website{
            display: none;
            text-decoration: none;
            color: #180B3C;
            font-family: 'Roboto';
            font-size: 18px;
            cursor: pointer;
        }
        .company-contact a{
            text-decoration: none;
            color: #020458;
            font-family: 'Roboto';
            cursor: pointer;
        }
        .company-mobile{
            font-size: 20px;
        }
        .company-email{
            font-size: 20px;
        }

        .AddtoContactsdesk .company{
            margin-bottom: 0;
        }

        /* .card_companywebsite{ */
            /* padding: 25px 0; */
            /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
            /* display: flex; */
            /* align-items: center; */
        /* } */


        .card_companywebsite a{
            color: #151515;
            text-align: center;
            text-decoration: none;
            font-family: 'Roboto';
            font-size: 24px;
            word-break: break-all;
        }

        .branches-section{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 25px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .branches-heading{
            font-family: 'Montserrat';
            font-size: 14px;
            color: #2E2E2E;
            opacity: 0.35;
            margin-bottom: 15px;
        }

        .branches-list{
            text-align: center;
            font-family: 'Roboto';
            font-size: 18px;
            color: #06174A;
            padding: 0 30px;
            line-height: 24px;
        }


        .card-section.preview .footer-section {
            justify-content: space-between;
        }

        .website-section{
            padding: 20px 0px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
/*         
        @keyframes rotate360 {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

        .image-container{
            position: absolute;
            width: 120px;
            right: 0;
            top: -25%;
        }
        .image-parent{
            position: absolute;
            width: 100%;
            height: auto;
            inset: 0;
            
        }
        .image-child{
            position: absolute;
            width: 100%;
            height: auto;
            inset: 0;
        }

        .image-child img{
            width: 100%;
            height: auto;        
            transform-origin: center center;
            animation: rotate360 20s linear infinite;
        } */

        .footer-section{
            display: flex;
            justify-content: center;
            padding: 20px 10px;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
        }
        .footer-section a{
            display: flex;
            cursor: pointer;
            /* justify-content: flex-end; */
        }

        
        .footer-section a {
            height: 47px;
        }


        .footer-section img{
            width: auto;
            height: 100%;
        }
        .footer-section a:nth-child(2){
            justify-content: flex-end;
        }
        svg{
            width: 100%;
        }


        @media screen and (max-width: 1900px) {
            /* .cardbgcolorblock img{
                width: auto;
                height: 100%;
            } */
        }

        @media screen and (max-width: 1366px) {
            /* .cardbgcolorblock::before{
            }     */
        }


        @media screen and (max-width: 768px) {   


            /* .profile-image-container{
                margin-right: 10px;
            } */

            /* .card-section:not(.preview) .card{
                width: 450px;
            } */
            /* .cardbgcolorblock::before{
                bottom: -12%;
            } */
            .card-section .name{
                font-size: 30px;
            }
            .card-section .title{
                font-size: 18px;
                /* margin-bottom: 15px; */
            }
            .card-section .description{
                line-height: normal;
                font-size: 18px;
                margin-bottom: 20px;
            }
            /* .card-section .name-container {
                padding: 0 0 20px 0;
            } */
            .card-section   .contact-section{
                padding: 20px 0px;
            }
            .card-section .contact-section .left{
                gap: 5px;
            }
            .card-section .contact-section .left .icon {
                margin-right: 10px; 
            }
            .card-section .contact-section .left a {
                font-size: 18px;
                /* margin-bottom: 5px; */
            }
            .card-section .company-section{
                padding: 20px 0px;
            }
            .customers-section {
                padding: 20px 0px;
            }
            .card-section .website-section {
                padding: 20px 0px;
            }
            .branches-section {
                padding: 20px 0;
            }
            .image-container {
                top: -40%;
            }
            .footer-section {
                padding: 20px 0;
            }


            /* .card-section:not(.preview) .company-name {
                font-size: 26px;
            } */

            .card-section:not(.preview) .services-section ul{
                gap: 5px;
            }

            /* .card-section{
                padding: 70px 30px;
            } */

            /* .services-section li{
                font-size: 18px;
            } */
        }

        @media screen and (max-width: 550px) {

            /* .card-section{
                padding: 0;
            } */

            .card-parent{
                width: 100%;
            }
            .card-section:not(.preview) .card {
                width: 90%;
            }
            .card-content {
                width: 100%;
            }

            /* .card-section:not(.preview) .card-header{
                aspect-ratio: 25/8; 
                width: 100%;  
                height: auto;
            } */
            /* .card-bg-img {
                display: none;
            } */

            /* .card-header > img{
                position: unset;
            } */

            .profile-imagemaincontainer {
                padding: 0 15px 0 0;
            }

            .card-section:not(.preview) .card-body {
                padding: 30px 20px 0 20px;
            }

            /* .company-address {
                padding: 0;
            } */

            /* .card-section:not(.preview) .profile-imagemaincontainer{
                left: 20px;
                bottom: -70px;
                justify-content: flex-start;
            } */
            /* .company-mobile {
            font-size: 16px;
            }
            .company-email {
                font-size: 18px;
            } */
            .company-address {
                padding: 0;
            }
            .company-website{
                display: block;
            }
            .card_companywebsite a {
                font-size: 22px;
            }
            /* .card-section:not(.preview) .profile-image { */
                /* width: 33%; */
                /* height: auto; */                
                /* aspect-ratio: 1/1; */
                /* background-repeat: no-repeat; */
                /* background-position: center; */
                /* background-size: cover; */
            /* } */
            .card-section:not(.preview) .description {
                font-size: 15px;
                margin-bottom: 15px;
            }
            .card-section:not(.preview) .contact-section .left .icon {
                width: 16px;
                height: 16px;
                flex-shrink: 0;
            }
            .card-section:not(.preview) .contact-section .left .icon img {
                width: 100%;
            }
            
            .card-section:not(.preview) .company-contact{
                flex-direction: column;
                gap: 5px;
            }

            .branches-list {
                padding: 0;
            }

            /* .card-section:not(.preview) .social-media-section {
                padding: 20px 0;
            } */
            /* .card-section:not(.preview) .footer-section img{
                width: 80%;
            } */
            /* .bg-container { 
                min-height: 72px;
            } */
            /* .bg-container img{
                width: 60%;
                height: auto;
            } */

            /* .download-section{
                position: fixed;
            } */

            /* .content{
                width: 100%;
                height: auto;
            } */

            /* .card{
                box-shadow: unset;
                border: unset;
                border-radius: 0px;
                width: 100%;
            } */

            /* .AddtoContactsdesk{
                display: none !important;
            } */

            .social-media-section{
                display: none;
            }

            .AddtoContactsmobile{
                display: flex;
                justify-content: center;
                position: fixed;
                bottom: 0px;
                left: 0px;
                background-color: #fff;
                box-shadow: 0px 0px 15px #0000001F;
                width: 100%;
                padding: 20px 0;
                border-top: unset;
                z-index: 1;
            }

            .download-section{
                padding: 20px 15px;
            }
            .download-section a{
                height: 47px;
            }
            /* .mySlider .slick-slide {
                width: 320px !important;
            } */

            /* .footer-section{
                padding-bottom: 100px;
            } */

            /* .card-section {
                padding: 30px 30px 100px 30px;
            } */
            /* .card-section .card{
                margin-bottom: 100px;
            } */
            .card-section {
                padding: 30px 20px 30px 20px;
            }

            .card-section.preview .card{
                width: 100%;
            }

            
            /* .card-section.preview .card .name{
                font-size: 26px;
            } */

            .social-media-links-left {
                gap: 5px;
            }

            .card-section:not(.preview) .card{
                margin-bottom: 100px;
            }

            .cardserviceblock{
                padding: 10px 0;
            }
            
        }

        @media screen and (max-width:480px) {

            /* .card-section:not(.preview) .profile-image-container {
                width: 130px;
                height: 130px;
            } */

            /* .card-logo{
                width: 200px;
                top: 30px;
            } */
            /* .card-header {
                height: 180px;
            } */
            /* .profile-imagemaincontainer {
                top: 30px;
            } */
            /* .card-section:not(.preview) .card-body {
                padding: 100px 20px 0 20px;
            } */

            /* .card-section:not(.preview) .profile-imagemaincontainer {
                bottom: -80px;
            } */

            .card-section .name {
                font-size: 25px;
            }

            .card-section:not(.preview) .description {
                /* font-size: 15px; */
                margin-bottom: 15px;
            }

            .card-section .company-name {
                font-size: 22px;
            }

            .card-section:not(.preview) .company-description{
                font-size: 16px;
            }
            
            .card_companywebsite a {
                font-size: 20px;
            }
            .service-footer {
                width: auto;
            }

            .image-container {
                width: 100px;
                /* height: 120px; */
                top: -25%;
            }


            #Customer-Slider img{
                width: 100% !important;
                height: 50px !important;
            }
        

            /* .card-section:not(.preview) .profile-imagemaincontainer {
                top: 110px;
            } */

            /* .card-section.preview .card .name{
                font-size: 22px;
            } */

            .contact-section{
                position: relative;
            }

            .contact-section .right{
                position: absolute;
                top: 15px;
                right: 0;
                height: auto;
            }

            .company-address{
                font-size: 16px;
                line-height: 22px;
            }

            .company-mobile, .company-email {
                font-size: 18px;
            }

            
        }

        @media screen and (max-width:420px) {
            
            /* .mySlider .slick-slide {
                width: 280px !important;
            } */
            /* .card-logo{
                width: 190px;
                top: -25px;
            } */
            /* .card-section .profile-image {
                width: 125px;
                height: 125px;
            } */
            .profile-imagemaincontainer {
                bottom: -60%;
            }
            /* .profile-imagemaincontainer {
                top: 20px;
            } */
            /* .card-header {
                height: 160px;
            } */

            .card-section .profile-image {
                width: 100px;
                height: 100px;
            }

            .card-section .name {
                font-size: 22px;
            }

            .company-description {
                padding-right: 40px;
            }
            .image-container {
                width: 90px;
                top: -20%;
            }
        
            .download-leftSection {
                gap: 5px;
            }
            .social-media-links-right {
                gap: 5px;
            }

            .social-media-links-left a {
                height: 30px;
                width: 30px;
            }

            .company-mobile, .company-email {
                font-size: 16px;
            }

            
            #Customer-Slider img{
                width: 100% !important;
                height: 40px !important;
            }
        }
        @media screen and (max-width:390px) {
           
            /* .profile-imagemaincontainer {
                padding: 0 15px 0 0; 
                top: -40px;
            } */
                /* .card-section:not(.preview) .profile-imagemaincontainer {
                top: 80px;
            } */
            .card-section:not(.preview) .card-body {
                padding: 20px 15px 0 15px;
            }
            /* .card-section:not(.preview) .card-header {
                height: 150px;
            } */
            /* .card-section.preview .card .name{
                font-size: 18px;
            } */

            /* .card-section.preview .card .title {
                font-size: 16px;
            } */
             
            .download-section{
                padding: 20px 15px;
            }

            /* .mySlider .slick-slide {
                width: 250px !important;
            } */

            /* .card-logo{
                width: 180px;
                top: -25px;
            } */

            /* .card-header {
                height: 150px;
            } */
            /* .profile-imagemaincontainer {
                top: 0px;
            } */
            .footer-section a {
                height: 34px;
            }

            .card-section.preview .profile-imagemaincontainer {
                bottom: 20%;
            }

            .card-section {
                padding: 30px 15px 30px 15px;
            }
        }

        @media screen and (max-width:370px) {
            br{
                display: none;
            }

            .card-section .profile-image {
                width: 90px;
                height: 90px;
            }
        }

        @media screen and (max-width: 350px) { 
            /* .card-section:not(.preview) .card-body {
                padding: 140px 15px 0 15px;
            } */
            /* .card-section:not(.preview) .profile-image {
                left: 17%;
            } */

            /* .card-section:not(.preview) .profile-imagemaincontainer{
                left: 10px;
            } */

            .card-section .name {
                font-size: 22px;
            }
            /* .profile-image-container {
                width: 120px;
                height: 120px;
            } */

            /* .card-logo{
                width: 170px;
                top: -22.5px;
            } */

            .card-banner {
                width: calc(100% + 30px);
                margin-left: -15px;
            }

            .profile-imagemaincontainerblock {
                padding-bottom: 15px;
            }

            .profile-imagemaincontainer {
                padding: 0 10px 0 0;
                /* top: -40px; */
            }

            /* .card-header{
                height: 120px;
            } */
            /* .card-section.preview .card-header {
                height: 180px;
            } */
        
            .card-section:not(.preview) .card {
                width: 95%;
            }
            
            .image-container {
                width: 75px;
                top: -10%;
            }

            .social-media-links-left a {
                height: 25px;
                width: 25px;
            }
        }
        
        /* exchange from ->start */

        .container {
            width: 100%;
            height: 100%;
            position: fixed;
            top: -9999px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 2;
        }
        form {
            width: 400px;
            padding: 20px;
            border: 1px solid #efefef;
            border-radius: 25px;
            background-color: #ffffff;
        }
        form p {
            font-size: 24px;
            margin-bottom: 25px;
            text-align: center;
            font-family: "Roboto";
            color: #000;
            font-weight: bold;
        }
        input, textarea {
            width: 100%;
            padding: 20px 10px;
            /* margin-bottom: 10px; */
            border: 1px solid #ccc;
            border-radius: 5px;
            font-family: 'Roboto';
            font-size: 20px;
            outline: none;
        }
        .err {
            width: 100%;
            height: 25px;
            font-size: 14px;
            /* margin: 10px 0; */
            display: flex;
            align-items: center;
            transition: opacity 0.3s ease;
        }
        .formbtn {
            display: flex;
            gap: 10px;
            margin-top: 10px;
        }

        .formbtn button {
            font-size: 20px;
            font-family: "Roboto";
            font-weight: bold;
        }
        button {
            width: 50%;
            background-color: #000000;
            padding: 20px 30px;
            border-radius: 8px;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
            outline: none;
        }
        #formclosebtn{
            opacity: 0.5;
        }
        @media screen and (max-width: 550px) {
            .container {
                padding: 30px;
            }
            form p {
                font-size: 22px;
            }
            input, textarea {
                font-size: 18px;
                padding: 15px 10px;
            }
            .err {
                width: 100%;
                height: 20px;
                font-size: 12px;
            }
            .formbtn button {
                font-size: 18px;
                padding: 20px 0;
            }
        }
        @media screen and (max-width: 480px) {
            form p {
                font-size: 20px;
                margin-bottom: 20px;
            }
            input, textarea {
                font-size: 16px;
            }
            .formbtn button {
                font-size: 16px;
                padding: 15px 0;
            }
        }
        @media screen and (max-width: 420px) {
            form p {
                font-size: 18px;
            }
        }
        @media screen and (max-width: 390px) {
            form p {
                font-size: 16px;
                margin-bottom: 15px;
            }
            input, textarea {
                padding: 12px 10px;
                font-size: 14px;
            }
        .formbtn button {
                font-size: 14px;
                padding: 12px 0;
            }
        }
        /* end */


        /* Qr Preview section css */

            .card-section.preview{
                width: 100%;
                height: 100%;
                position: fixed;
                top: -9999px;
                background-color: rgba(0, 0, 0, 0.5);
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .card-section.preview .card{
                width: 400px;
                border-radius: 20px;
                /* border: 1px solid #707070; */
                /* padding-top: 200px; */
            }

            .card-section.preview .card-banner{
                width: calc(100%);
                margin-left: 0px;   
            }

            .card-section.preview .profile-image {
                width: 100px;
                height: 100px;
            }
            
            .card-section.preview .card-body {
                padding: 0px 25px 0 25px;
            }
            .card-section.preview .name-container{
            padding: 28px 0 0 0;
            }
            .card-section.preview .name{
            width: 100%;
            font-size: 24px;
            font-family: 'Archivo';
            font-weight: bold;
            text-align: left;
            color: #010239;
            margin-bottom: 5px;
            }
            .card-section.preview .title {
            font-size: 16px;
            color: #02AFF7;
            font-family: 'Roboto';
            font-weight: 500;
            width: 100%;
            text-align: left;
            opacity: 0.7;
            }

            .ClosebtnBlock{
                position: absolute;
                right: 15px;
                top: 15px;
                z-index: 1;
                cursor: pointer;
            }

            .card-section.preview .card-header {
                position: relative;
                width: 100%;
                /* background-color: #06174A; */
                display: flex;
                align-items: center;
            }

            .card-section.preview .profile-imagemaincontainerblock{
                flex-direction: row-reverse;
                justify-content: flex-end;
                position: relative;
            } 

            .card-section.preview .profile-imagemaincontainer {
                position: absolute;
                right: 0;
                bottom: 60%;
                justify-content: center;
                align-items: flex-end;
                padding-right: 0;
            }
            /* .card-section.preview  .card-body {
            padding: 0px 20px 0 20px;       
            } */
            .card-section.preview .qrcode{ 
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            /* border-top: 0.5px solid rgba(0,0,0,0.1); */
            }
            .card-section.preview .footer-section a{
            height: 30px;
            }

            .card-section.preview .loading-container{
                background-color: transparent;
            }

            #footer-link{
                display: none;
            }

            .card-section.preview .footer-section {
                justify-content: center;
                padding: 20px 0px;
                border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            }

            .copyurl-section{
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px 0;
                border-top: 0.5px solid rgba(112, 112, 112, 0.3);
            }
            .copyLink{
                width: 205px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .card-section.preview .imgdownloadBtn{
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                width: 40px;
            }
            .card-section.preview .share-section , .shareon{
                display: flex;
                align-items: center;
            }
            .card-section.preview .share-section{
                justify-content: space-between;
                width: 100%;
            }
            .card-section.preview .downloadbtn{
                height: 30px;
            }

            .share-text{
                font-family: 'Roboto';
                color: #04312B;
                font-weight: bold;
                font-size: 16px;
            }

            /* shareon related */
            .shareon>* {
                padding: 0 !important;
                margin: 0 0 0 12px !important;
            }
            .shareon a {
                width: 30px;
                height: 30px;
            }
            .shareon a::before {
                width: 30px;
                height: 30px;
            }
            .shareon>:before {
                top: 0 !important;
                left: 0 !important;
                background-size: 30px 30px !important;
            }
            .shareon>.whatsapp ,.shareon>.linkedin ,.shareon>.facebook, .shareon>.twitter{
                background-color: transparent !important;
            }
            .shareon .whatsapp::before {
                background-image: url(../Assets/whatsapp_icon.svg) !important;
            }
            .shareon .linkedin::before {
                background-image: url(../Assets/linkedin_icon.svg) !important;
            }
            .shareon .facebook::before {
                background-image: url(../Assets/facebook_icon.svg) !important;
            }
            .shareon .twitter::before {
                background-image: url(../Assets/xcom_icon.svg) !important;
            }


        @media screen and (max-width:550px){
            /* .card-section.preview .profile-imagemaincontainer{
                bottom: -20%;
            } */
            .card-section.preview .card{
                width: 80%;
            }

            .card-section.preview .profile-imagemaincontainer{
                bottom: 40%;
            }
        }


        @media screen and (max-width:480px){
            .card-section.preview .name {
                font-size: 22px;
            }

            
        }

        @media screen and (max-width:450px) {
            .card-section.preview .card{
                width: 85%;
            }
        }

        @media screen and (max-width:420px){
            .card-section.preview .name {
                font-size: 20px;
                margin-bottom: 2px;
            }
            .shareon>* {
                margin: 0 0 0 5px !important;
            }

            
        }

        @media screen and (max-width:390px){
            .card-section.preview .card-body {
                padding: 0px 15px 0 15px;
            }
            .ClosebtnBlock{
                right: 10px;
                top: 10px;
            }

            .card-section.preview .card {
                width: 95%;
            }

            .card-section.preview .profile-image {
                width: 90px;
                height: 90px;
            }
        }

        @media screen and (max-width:350px){
            
        }
