* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

img {
    width: auto;
    height: 100%;
}

a{
    outline: none;
    cursor: pointer;
}

body {
    font-family: "Roboto";
    background-color: #f5f7fa;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.d-flex{
    width: 1366px;
}
.flex_center{
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cardbgcolorblock {
    width: 100%;
    height:560px;
    position: absolute;
    top: 0;
    
    /* background: linear-gradient(170deg, 
        #01254F 50%,  
        #fff 10% 
    ); */
    background: #BF282D url("https://goodconnext.com/card/KSCA/Assets/WaveBg.svg");
    /* background-color: #BF282D; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}

.header{
    /* height: 130px; */
    width: 100%;
    /* padding: 20px 0 130px 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #3245A4; */
    margin-top: 40px;
}

.header .headerlogo{
    /* width: 220px; */
    /* margin-top: 40px;
    margin-right: 140px;
    margin-bottom:100px; */
    position: relative;
    bottom: -10px;
}

.headerlogo a{
    text-decoration: none;
}

.headerlogo img {
    width: 100%;
    height: auto;
}

.body{
    width: 100%;
    height: auto;
    display: flex;
}
.body .left{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: relative;
    /* flex-direction: column; */
}

/* .body .right{
    width: 45%;
    margin-top: 100px;
} */

.card-section{ 
    display: flex;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    /* position: absolute; */
    /* top: -180px; */
    border-radius: 20px;
    z-index: 1;
}

.card {
    /* width: 100%; */
    background: white;
    box-shadow: 0px 0px 15px #0000001F;
    /* border: 0.1px solid rgba(0,0,0,0.1); */
    border-radius: 20px;
    /* overflow: hidden; */
    width: 500px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.card-br{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    padding: 0 30px;
}


.card-header {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.profile-image {
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #0000001F;
}

.profile-imageleft .name, .profile-imageleft .title{
    text-align: left;
}

.banner{
    position: absolute;
    top: 0;
    height: 118px;
    width: auto;
}

.profile-image-placeholder {
    font-size: 50px;
    color: #8f94fb;
    /* width: 370px; */
    height: 341px;
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.profile-image-placeholder img{
    width: 100%;
    height: 100%;
}

.loading-container { 
    position: relative;
    background-color: #ffffff; 
    width: 100%; 
    height: 100%;
}

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

.name {
    font-size: 38px;
    color: #010968;
    text-align: center;
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: 400;
}


#middlename{
    font-family:"Roboto-Bold";
}

.title {
    font-size: 18px;
    line-height: 24px;
    color: #0D0D0D;
    opacity: 0.7;
    text-align: center;
    
    /* padding: 0px 50px; */
}

.title:last-child{
    margin-bottom: 25px;
}
.card-section.preview .title{
    margin: 0;
}

/* ul{
    list-style-position: inside;
} */
ul li::marker{
    color: #F03024;
    margin-right: 12px;
}
.left ul{
    display: flex;
    flex-direction: column;
    padding: 25px 0px 25px 25px;
    list-style-position: outside;
    /* border-bottom: 1px solid #0000001F; */
}
.left ul li{
    color: #010968;
    margin-bottom: 12px;
    /* padding-left: 12px; */
    font-size: 20px;
    line-height: 26px;
}
.right ul li{
    margin-left: 20px;
    color: #0B184F;
    margin-bottom: 5px;
}

.social-media-section{
    display: flex;
    gap: 15px;
    height: 100%;
}

.card-body{
    width: 100%;
}

.CardExpYearsBlock{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 25px 0; */
    border-bottom: 1px solid #0000001F;
}

.CardExpYears{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
}

.CardExpYears img{
    width: 100%;
    height: 100%;
}

.Cardpdf{
    height: 50px;
    /* margin-right: 30px; */
}

.left ul li span{
    font-family: "Roboto";
    font-weight: bold;
}

.bangalore-section{
    display: flex;
    padding: 20px 0;
    gap: 11px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000001F;
}
.bangalore-section p{
    color: #052C50;
    font-size: 20px;
}

.bangalore-section p span{
    font-family: "Roboto";
    font-weight: bold;
}

.upskill-section{
    height: 100%;
    padding: 30px 0 30px 0;
}

.upskill-section img{
    width: 100%;
}

.card-contacts{
    width: 100%;
    display: flex;
    /* align-items: center; */
    /* flex-direction: column; */
    /* gap: 8px; */
    /* padding: 0 30px; */
    padding: 30px 0;
    /* border-bottom: 1px solid #0000001F; */
}

/* .card-contacts .contacts{
    display: block;
} */

.card-contacts .contacts h3{
    font-size: 28px;
    color: #1B34A0;
    margin-bottom: 15px;
}

.card-contacts .contacts a{
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
}

/* .card-contacts .contacts a:last-child{
    justify-content: flex-end;
} */

.card-contacts .contacts a img{
    opacity: 0.4;
    height: 22px;   
}

.card-contacts .contacts a span{
    color: #010968;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    
}

.secondary-email-container{
    padding-left: 34px;
}
.card-contacts .contacts{
    width: 78%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.card-contacts .contacts a span{
    font-family: "Roboto";
}

#phone, #firstemail, #firstemail{
    font-family: "Roboto";
    font-weight: bold;
}


.card-companymailblock{
    border-top: 1px solid #0000001F;
}

.card-companymailblock .contacts{
    justify-content: space-around;
}
.cardcontactsshare-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #0000001F;
}
.cardcontactsshareleft{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.download-section{
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0000001F;
}
.download-section .left , .download-section .right{
    display: flex;
    /* justify-content: center; */
    width: auto;
    height: 100%;
    align-items: center;
}
.download-section .left{
    gap: 15px;
}
.download-section .right{
    gap: 8px;
}
.download-section .left a{
    display: flex;
    height: 40px;
    width: 40px;
}
.download-section .right a{
    display: flex;
    height: 50px;
    width: auto;
}
.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.card-tandemmainblock{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.card-tandemblock img{
    width: 100%;
    height: auto;
}

.card-links{
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    padding: 30px 30px;
}

.card-links h3{
    font-size: 28px;
    color: #BE2A2F;
    margin-bottom: 12px;
    font-family: "Roboto";
    font-weight: bold;
}

.card-links ul{
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.left .card-links ul li:last-child{
    margin-bottom: 0;
}

.card_addressblock{
    display: flex;
    justify-content: space-between;
    padding: 0 0 25px 0;
    font-family: "Roboto";
}

.card_addresslevel p{
    font-size: 18px;
    line-height: 22px;
    color: #010968;
}

.card_addressblock a{
    width: 28px;
}

.card_addressblock a img{
    width: 100%;
    height: auto;
}

.card-branchblock{
    border-top: 1px solid #0000001F;
    padding: 20px 0;
    color: #06174A;
}

.card-branchblock h6{
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 400;
}

.card-branchblock p{
    font-size: 20px;
}

.card-branchblock p span{
    font-family: "Roboto";
    font-weight: bold;
}

.card-companybottomblock{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #0000001F;
    padding: 20px 0;
    padding-bottom: 0;
}

.card-companybottomblock a{
    text-decoration: none;
    color: #010968;
    font-size: 24px;
}

.card-companybottomblock a span{
    font-family: "Roboto";
    font-weight: bold;
}

.card-socialmediablock{
    display: flex;
    gap:10px;
}

.card-socialmedia a{
    width: 32px;
    display: block;
}

.card-socialmedia img{
    width: 100%;
    height: auto;
}

.body .right .section{
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;
}

.righttextdesk{
    padding-top: 100px;
}

.body .right .section:last-child{
    border-bottom: unset;
}

.section-title{
    font-size: 28px;
    line-height: 36px;
    /* font-weight: bold; */
    color: #252526;
    font-family: "Roboto";
}

.section-maintitle{
    margin-bottom: 10px;
}

.section-maintitle span{
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: bold;
}

.section-description{
    color: #DE2026;
    font-size: 22px;    
    margin-bottom: 10px;
    font-family: "Roboto";
    font-weight: bold;
    padding-left: 15px;
}

.right .section ul{
    padding-left: 22px;
    padding-right: 50px;
}

.right .section ul li{
    font-size: 20px;
    line-height: 26px;
}

.right .section ul li:last-child{
    margin-bottom: 0;
}

.right .section ul li b{
    font-family: "Roboto";
    font-weight: bold;
}

.right ul li span{
    font-family: "Roboto";
    font-weight: bold;
}

.bj-Kannancontent li{
    margin-bottom: 10px !important;
    line-height: 50px;
}

.bj-Kannancontent li b{
    color: #E14466;
    font-family: "Roboto";
    font-weight: bold;
}

.righttextmobile{
    display: none;
}

.AddtoContactsmobile{
    display: none;
}

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

.bottomboxblock{
    border-top: 1px solid #0000001F;
}

.bottomboxblock .bottomboximg{
    width: 100%;
}

.bottomboxblock .bottomboximg img{
    width: 100%;
    height: auto;
}

.card-companylogoblock{
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

/* .card-companylogo{
    height: 100%;    
} */

.card-companylogo img{
    width: 100%;
    height: 100%;
}

.card-companycontacts{
    padding: 0 35px;
    flex-direction: column;
}

.card-companycontacts .contacts{
    padding: 25px;
}

.card-linkcompanydetails{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0000001F;
}

.card-linkcompanydetails:last-child{
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

.card-linkcompany{
    height: 40px;
}

.card-linkcompany1{
    height: 35px;
}

.AdvisoryBoardMembersImageblock{
    width:  100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.AdvisoryBoardMembersImage{
    width: 100%;
}

.AdvisoryBoardMembersImage img{
    width: 100%;
    height: auto;
}

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

.card-logo {
    position: absolute;
    width: 265px;
    display: flex;
    /* align-self: center; */
    /* justify-self: center; */
    left: 0;
    right: 0;
    top: -35px;
    margin: auto;
}

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

.card-section.preview .card-header {
    /* height: 210px; */
    position: relative;
    /* aspect-ratio: 25 / 8; */
    width: 100%;
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #261604; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card-section.preview .card-banner{
    width: 100%;
}

.card-section.preview  .card-body {
    padding: 0px 30px 0 30px;       
}

.card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #0000001F;
}

.card-section.preview .header{
    margin-top: 0;
    justify-content: flex-start;
    /* padding-bottom: 30px; */
    border-bottom: 1px solid #0000001F;
    padding-left: 30px;
}

.card-section.preview .headerlogo{
    width:140px;
    position: relative;
    top: -20px;
}

.card-section.preview .profile-imageleft{
    padding-left: 30px;
}

.card-section.preview .profile-imageleft .name{
    font-size: 30px;
    margin-bottom: 5px;
}

.card-section.preview .profile-imageleft #middlenamePreview{
    font-family: "Roboto";
    font-weight: bold;
}

.card-section.preview .profile-imageleft .title{
    font-size: 16px;
    line-height: 22px;
}

.footer-section{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    padding: 10px 0 30px 0;
}

.footer-section a{
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
}

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

.footer-section img{
    width: auto;
    height: 100%;
}

.card-section.preview .footer-section{
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid #0000001F;
}


@media screen and (max-width:1920px) {
    /* .card-section{
        top: -95px;
    } */

    .righttextdesk {
        padding-top: 20px;
    }

    /* .header .headerlogo{
        margin-right: 275px;
    } */
}

@media screen and (max-width:1660px) {
    /* .header{
        height: 250px;
    } */

    /* .card-section {
        top: -210px;
    } */

    /* .header .headerlogo{
        margin-right: 200px;
    } */
}

@media screen  and (max-width:1440px){
    .d-flex{
        width: 100%;
    }

    /* .pb_1{
        padding: 30px ;
    } */

    /* .header{
        height: 230px;
    } */

    .header a{
        height: 35px;
        margin-right: 80px;
    }
    
    /* .card-section{
        top:-220px;
    } */

    /* .cardbgcolorblock{
        height: 300px;
    } */

    /* .header .headerlogo{
        margin-right: 126px;
    } */

    .righttextdesk{
        padding-top: 0;
    }
    
}
 
@media screen and (max-width:1300px) {

    /* .card-br{
        padding: 0px 40px;
    } */

}

@media screen and (max-width:1200px) {
    .name {
        font-size: 34px;
    }

    /* .card-section{
        max-width: 450px;
    } */

    .body .right{
        padding-left: 30px;
    }

    .body .righttextdesk .right{
        padding-left: 0;
    }

    .section-title{
        font-size: 26px;
        line-height: 34px;
    }

    .section-description{
        font-size: 20px;
    }

    /* .right .section ul li {
        font-size: 18px;
        line-height: 24px;
    } */

    /* .card-links a{
        gap: 12px;
    } */

    .card-links a p{
        font-size: 14px;
    }

    .right .section ul{
        padding-right: 0;
    }

    .right .section ul{
        padding-left: 15px;
    }
}

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

    .header .headerlogo{
        width: 340px;
    }

    .header a{
        margin-right: 40px;
    }

    /* .pb_1{
        padding-bottom:30px ;
    } */

    /* .header .headerlogo{
        width: 150px;
        margin-right: 90px;
        margin-bottom: 90px;    
    } */

    .profile-image-placeholder{
        height: 250px;
    }

    .card-br {
        padding: 0px 25px;
    }

    /* br{
        display: none;
    } */

    /* .card-links{
        gap: 15px;
    } */

    .section-title {
        font-size: 24px;
    }

    /* .download-section .right a {
        height: 35px;
    } */

    /* .right .section ul li {
        font-size: 16px;
        line-height: 22px;
    } */

    .card-links h3{
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .card-contacts .contacts h3{
        font-size: 26px;
        /* margin-bottom: 15px; */
    }

    .card-links h3{
        font-size: 24px;
        margin-bottom: 15px;
    }

    .card-links a{
        font-size: 14px;
    }

    .card-links a img{
        height: 30px;
        width: 30px;
    }


    /* .download-section .left{
        justify-content: center;
        align-items: center;
        flex: 1 1 auto;
    } */
    .download-section a{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
        width: auto;
    }
    .download-section a img{
        height: auto;
        width: 100%;
    }

    .card-linkcompanydetails{
        margin-top: 30px;
    }

    .card-linkcompanydetails:nth-child(2){
        margin-top: 0;
    }

    .card-linkcompanydetails:last-child{
        margin-top: 0;
        margin-bottom: 30px;
    }

    .CardExpYears{
        height: 90px;
    }

    .Cardpdf {
        height: 45px;
    }

    .body .right {
        width: 50%;
    }

    .right .section ul{
        padding-right: 0;
    }

    .card-contacts{
        justify-content: space-between;
    }

    .card-contacts .contacts a span {
        color: #010968;
        font-size: 16px;
    }

    .left .card-links ul{
        padding-top: 0;
        padding-bottom: 20px;
    }

    .card-companybottomblock a{
        font-size: 20px;
    }

    .card-companybottomblock{
        padding-bottom: 20px;
    }
}

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

    /* .header .headerlogo{
        display: none;
    } */

    /* .header{
        height: 140px;
    } */

    .profile-image-placeholder{
        height: 341px;
    }

    .name {
        font-size: 30px;
    }

    /* .card-br{
        padding: 0px 25px;
    } */

    /* .card-links a {
        gap: 10px;
    } */

    /* .body .right {
        padding-left: 20px;
    } */

    /* .card-links{
        gap: 12px;
    } */

    /* .header .headerlogo{
        width: 300px;
    } */

    .body .right .section{
        border-bottom: unset;
        padding-bottom: 0;
    }

    /* .body .right .section:first-child{
        border-top: 1px solid #0000001F;
        
    } */

    .body .right .section:first-child{
        padding-top: 0;
    }

    .download-section .right a {
        height: 40px;
    }

    .card-contacts .contacts h3{
        font-size: 24px;
    }

    .card-contacts .contacts a span{
        font-size: 18px;
    }

    .card-links h3{
        font-size: 22px;
    }

    .body .left{
        width: 500px;
        /* padding-bottom: 100px; */
    }

    .pb_1{
        padding: 0 30px;
    }

    .left ul {
        padding: 10px 10px 25px 25px;
    }

    .card-section{
        max-width: 100%;
        top: -120px;    
    }
    
    .righttextdesk{
        display: none;
    }

    .righttextmobile{
        display: block;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px #0000001F;
        border-radius: 20px;
        padding: 30px;
    }

    .body .right{
        width: 100%;
    }

    .download-section .left{
        justify-content: flex-start;
        flex-direction: row;
    }

    .download-section .right{
        justify-content: flex-end;
        padding-left: 0;
        padding: unset !important;
    }

    .AddtoContactsmobile{
        display: flex;
        justify-content: space-between;
        align-items: 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{
        /* position: fixed; */
        padding: 30px;
    }

    .AddtoContactsdesk{
        display: none;
    }

    .social-media-links-right a:last-child{
        justify-content: flex-end;
    }

    /* .card-links{
        margin-bottom: 120px;
    } */

    .card-contacts .contacts{
        border-bottom: unset;
    }

    .CardExpYearsBlock{
        justify-content: center;
    }

    .right .section ul{
        padding-right: 0;
    }

    .righttextmobile{
        margin-bottom:150px ;
    }

    /* .bj-Kannanlastbottomline{
        border-bottom: unset !important;
    } */

    .AdvisoryBoardMembersImage{
        width: 80%;
    }

    /* .section-maintitle{
        margin-bottom: 0;
    } */

    .bj-Kannancontent{
        border: none !important;
    }

    .right .section ul:last-child{
        /* padding-bottom: 0; */
        margin-bottom: 0;
    }

    .bj-Kannancontent{
        padding-bottom: 0 !important;
    }

    /* .card-bottomfooter{
        margin-bottom: 120px;
    } */

    .card-companybottomblock a{
        font-size: 18px;
    }

    .card-section.preview .headerlogo{
        width: 140px;
    }

    .footer-section{
        margin-bottom: 100px;
    }

    .card-section.preview .footer-section{
        padding: 25px 0;
        margin-bottom: 0;
    }

}

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

    .header .headerlogo{
        width: 300px;
    }

    .name {
        font-size: 26px;
    }

    .title{
        font-size: 16px;
        /* margin-bottom: 20px; */
        /* padding:0 25px; */
    }

    /* .left ul{
        padding: 23px 0 33px 25px;
    } */

    .pb_1{
        padding: 0 20px;
    }

    .left ul li{
        font-size: 18px;   
    }

    .right .section ul li{
        font-size: 18px; 
    }

    .img-section{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .bangalore-section{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .bangalore-section p{
        font-size: 18px;
    }

    .download-section{
        padding: 25px 30px;
    }
    
    .card-section{
        gap: 20px;
    }

    .card-contacts .contacts a span {
        font-size: 16px;
    }

    .section-title {
        font-size: 22px;
    }

    .card-linkcompany {
        height: 35px;
    }

    .AdvisoryBoardMembersImage{
        width: 90%;
    }

    .card-companycontacts {
        padding: 0 25px;
    }

    .body .left{
        width: 100%;
    }

    .body .right {
        padding: 25px;
    }

    .righttextmobile{
        padding: 25px;
    }

    .card-section.preview{
        padding: 25px ;
    }

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

    .card-section.preview .card-header img{
        width: 100%;
        height: auto;
    }

    .card-section.preview .headerlogo{
        width: 120px;
        top: -15px;
    }

    .card-section.preview .profile-imageleft .name {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .card-section.preview .profile-imageleft .title {
        font-size: 14px;
        line-height: 19px;
    }

    .download-section {
        position: fixed;
        padding: 20px;
    }
}

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

    .profile-image-placeholder {
        height: 280px;
    }

    .left ul{
        padding-top: 10px;
    }

    .card-contacts .contacts a span {
        font-size: 14px;
    }

    .AdvisoryBoardMembersImage{
        width: 100%;
    }

    .right .section ul{
        margin-bottom: 20px;
        padding-bottom: 23px;
    }

    .card-links h3 {
        font-size: 20px;
    }
}


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

    .pb_1 {
        padding: 20px;
        padding-top: 0;
    }

    .body .left{
        width: 100%;
    }

    .download-section{
        padding: 20px;
    }
    /* .header .headerlogo {
        width: 250px;
    } */

    /* img {
        width: 100%;
        height: 100%;
    } */

    .profile-image-placeholder {
        height: 250px;
    }

    .banner{
        height: 100px;
    }

    .download-section .left a{
        width:auto;
        /* height: 30px; */
    }

    /* .download-section .right a{
        height: 30px;
    } */

    .right .section ul {
        padding-left: 10px;
    }

    .download-section .left{
        gap: 10px;
    }

    /* .card-contacts .contacts a span {
        font-size: 16px;
    } */
    
    .card-contacts .contacts a span{
        font-size: 13px;
    }

    .card-linkcompany {
        height: 30px;
    }

    .bangalore-section p {
        font-size: 16px;
    }

    .righttextmobile {
        margin-bottom: 120px;
    }

    .body .right {
        padding: 20px;
    }

    .card-branchblock h6{
        font-size: 16px;
    }

    .card-branchblock p {
        font-size: 16px;
    }

    .card_addressblock{
        padding-bottom: 20px;
    }

    .card-section.preview .header{
        padding-left: 15px;
    }

    .card-section.preview .headerlogo {
        width: 110px;
        top: -15px;
    }

    .card-section.preview .profile-imageleft {
        padding-left: 15px;
    }

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

    /* .card-section.preview .profile-imageleft .title{
        margin-bottom: 5px;
    } */
}

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

    .header .headerlogo{
        width: 270px;
    }

    .card-contacts .contacts a{
        width: 100%;
    }

    .card-contacts .contacts{
        flex-direction: column;
    }

    .card-companymailblock .contacts{
        justify-items: center;
    }

    .card-companycontacts .contacts{
        padding:25px 0;
    }

    .card-companymailblock .contacts a{
        width:100%;
    }

    .left ul {
        padding: 23px 0 33px 20px;
    }
    
}

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

    .left ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .banner{
        height: 85px;
    }

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

    .title {
        font-size: 14px;
        /* padding: 0 20px; */
    }

    .section-title {
        font-size: 20px;
    }

    .section-description {
        font-size: 16px;
        margin-bottom: 0;
        line-height: 22px;
        padding-left: 10px;
    }

    /* .body .right .section{
        padding: 25px 0;
    } */

    .card-br {
        padding: 0px 20px;
    }

    .card-contacts .contacts a span {
        font-size: 14px;
    }

    .right .section ul li {
        font-size: 16px;
        border: none;
    }

    .card_addresslevel p{
        font-size: 14px;
    }

    .card-section.preview .profile-imageleft .name {
        font-size: 18px;
    }

    .card-section.preview .profile-imageleft .title {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .card-companycontacts {
        padding: 0 20px;
    }

}

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

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

    .left ul {
        padding: 23px 0 33px 20px;
    }

    .CardExpYears {
        height: 70px;
    }

    .card-companybottomblock{
        flex-direction: column-reverse;
    }

    .card-socialmediablock{
        margin-bottom: 10px;
    }

    .card-branchblock h6 {
        font-size: 14px;
    }

    .card-branchblock p{
        line-height: 22px;
    }

    .header .headerlogo{
        width: 230px;
    }

    .card-section.preview .headerlogo {
        width: 90px;
        /* top: -15px; */
    }

    

    .card-section.preview .card-body{ 
        padding: 0px 20px 0 20px;
    }

    .card-section.preview .footer-section {
        padding: 20px 0;
    }

        .download-section .left {
        gap: 5px;
    }

    .download-section .left a{
        height: 35px;
    }

    .download-section .right a {
        height: 35px;
    }
}



 /* 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: #373E49;
    padding: 20px 30px;
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
}
#formclosebtn{
    opacity: 0.5;
    background-color: #373E49;
    color: #fff;
}
@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; */
    overflow: hidden;
    /* padding-top: 200px; */
    }
    .card-section.preview .profile-image {
    width: 100px;
    height: 100px;
    }
    .card-section.preview .name-container{
    padding: 28px 0 25px 0;
    }
    .card-section.preview .name{
        width: 100%;
        font-size: 24px;
        font-family: 'Archivo';
        font-weight: bold;
        text-align: left;
        color: #151515;
        margin-bottom: 5px;
    }
    .card-section.preview .title {
    font-size: 16px;
    color: #151515;
    font-family: 'Roboto';
    font-weight: 500;
    width: 100%;
    text-align: left;
    opacity: 0.7;
    }

    /* .ClosebtnBlock{
    position: absolute;
    right: 5px;
    top: 5px;
    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-imagemaincontainer {
        top: unset;
        left: unset;
        right: 0;
        bottom: -20%;
        justify-content: center;
        align-items: flex-end;
        position: absolute;
        padding-right: 25px;
    }
    .card-section.preview .profile-image{
        border: none;
        margin: 0;
    }
    .card-section.preview  .card-body {
        padding: 0px 25px 0 25px;       
    }
    .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: 100%;
    }
}


@media screen and (max-width:480px){
    .card-section.preview .name {
        font-size: 22px;
    }
    
    .ClosebtnBlock{
        right: 15px;
        top: 15px;
    }
    form {
        width: 100%;
    }
}

@media screen and (max-width:420px){
    .card-section.preview .name {
        font-size: 20px;
    }
    .card-section.preview .profile-imagemaincontainer{
        bottom: -25%;
    }
    .shareon>* {
        margin: 0 0 0 5px !important;
    }
    .ClosebtnBlock{
        right: 10px;
        top: 10px;
    }
}

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

@media screen and (max-width:350px){
    .card-section.preview .profile-imagemaincontainer{
        bottom: -30%;
    }
}

