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

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

a{
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

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;
    padding: 20px 0;
}

.cardbgcolorblock {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #2557DE;
    /* background-color: #BF282D; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    z-index: -1;
}
.cardbgcolorlevel{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("../Assets/PageBg.svg");
    background-repeat: no-repeat;
    opacity: 1;
}
.container .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: 500px;
    display: flex;
    /* width: 100%; */
    /* margin-top: 40px;
    margin-right: 140px;
    margin-bottom:100px; */
    position: relative;
    /* bottom: -10px; */
}

.headerlogo a{
    text-decoration: none;
    display: flex;
}

.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: 40px;
    color: #04221C;
    /* text-align: center; */
    margin-bottom: 6px;
    font-family: "Roboto";
    font-weight: bold;
}
/* .name span{
    color: #1B34A0;
    font-weight: 400;
} */

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

/* .title:last-child{
    margin-bottom: 25px;
} */
.positions{
    width: 100%;
}
.positions ul{
    display: flex;
    gap: 8px;
    padding: 20px 0px 30px 25px;
    border: none;
}

.positions li{
    color: #04221C;
    font-size: 18px;
}
.positions li p{
    color: #04221C;
    font-size: 16px;
}
/* ul{
    list-style-position: inside;
} */
ul li::marker{
    color: #4C8DF8;
    margin-right: 12px;
}
ul{
    display: flex;
    flex-direction: column;
    padding: 20px 0px 25px 25px;
    list-style-position: outside;
    border-bottom: 1px solid #0000001F;
    gap: 20px;
}
ul li{
    color: #0F283A;
    /* margin-bottom: 12px; */
    /* padding-left: 12px; */
    font-size: 20px;
    /* line-height: 26px; */
    font-family: 'Roboto';
}
ul.education{
    gap: 10px;
}
.right ul li{
    margin-left: 20px;
    color: #0F283A;
    margin-bottom: 5px;
}

.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-weight: bold;
    font-family: "Roboto";
}

.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-weight: bold;
    font-family: "Roboto";
}

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

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

.card-contacts{
    width: 100%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* flex-direction: column; */
    /* gap: 8px; */
    /* padding: 0 30px; */
    /* padding: 30px 0; */
    /* border-bottom: 1px solid #0000001F; */
    position: relative;
}
#phoneLink{
    padding: 22px 0;
}
#country{
    font-weight: normal;
}
/* .card-contacts .contacts{
    display: block;
} */

.card-contacts .contacts h3{
    font-size: 28px;
    color: #1B34A0;
    margin-bottom: 15px;
}
.card-contacts .contacts a,
.email-section a{
    text-decoration: none;
    display: flex;
    gap: 12px;
    align-items: center;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    color: #1D042F;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
}

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

.card-contacts .contacts a img{
    opacity: 0.4;
    height: 20px;   
    width: auto;
}
.icon{
    opacity: 0.4;
    display: flex;
    flex-shrink: 0;
    height: 20px;
    width: auto;
}

.card-contacts .contacts a span{
    color: #010968;
    font-size: 20px;
    font-family: "Roboto";
    /* font-weight: bold; */
}
.email-section{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #0000001F;
}

.talk-to-expert-section{
    padding: 0 30px;
    width: 100%;   
}
.talk-to-expert-section a{
    display: flex;
}
.location-section{
    padding: 0 30px;
    width: 100%;
}
.location-section a{
    display: flex;
}
.secondary-email-container{
    padding-left: 34px;
}
.card-contacts .contacts{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

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

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


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

.card-companymailblock .contacts{
    justify-content: space-around;
}

.download-section{
    /* padding: 25px 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-top: 1px solid #0000001F; */
    /* position: absolute; */
    /* top: 20px; */
    /* right: 0; */
    width: 100%;
}

.download-sections{
    position: absolute;
    top: 15px;
    right: 0;
}

.download-sections .left{
    display: flex;
    gap: 10px;
}

.download-sections .left a{
    width:32px;
    height: 32px;
}

.download-section .left , .download-section .right{
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    align-items: center;
}
.download-section .left{
    gap: 10px;
}
.download-section .right{
    gap: 8px;
}
.download-section .left a{
    display: flex;
    height: 32px;
    width: 32px;
}
.download-section .right a{
    display: flex;
    height: 50px;
    width: auto;
}
.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.about-header{
    margin-top: 32px;
    color: #4C8DF9;
    font-size: 26px;
    font-family: 'Roboto';
    font-weight: bold;
}
.Trophy-section-container{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.Trophy-section{
    display: flex;
}
.Trophy-icon{
    display: flex;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    opacity: 0.4;
}
.Trophy-text{
    font-size: 20px;
}
.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: 20px 30px 30px 40px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}
.member-header{
    font-size: 26px;
    color: #4C8DFC;
    margin-bottom: 30px;
}
.company-name{
    font-size: 28px;
    color: #FB5743;
    /* margin-bottom: 12px; */
    font-family: "Roboto";
    font-weight: bold;
}
.company-description{
    color: #0E293A;
    font-size: 20px;
    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: 20px 0;
    font-family: "Roboto";
}
.company-description{
    font-size: 20px;
    /* line-height: 22px; */
    color: #0E293A;
}

.companyaddress{
    font-size: 18px;
    /* line-height: 24px; */
    color: #0E293A;
}
/* .company-address{
    padding: 20px 0;
    border-top: 1px solid #0000001F;
    display: flex;
} */

/* .company-address p{
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 22px;
    color: #010968;
    padding-right: 135px;
} */
.map{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 24px;
}
.map img{
    width: 100%;
    height: auto;
}
.company-branch-section{
    padding: 20px 0;
    border-top: 1px solid #0000001F;
}
.company-branch-section .title{
    font-size: 18px;
    color: #010968;
    font-family: "Roboto";
    text-align: left;
}
.company-branch-section p{
    font-size: 20px;
    color: #010968;
    font-family: "Roboto";
}
.cardbottomcaontact{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
    padding: 20px 0;
    border-top: 1px solid #0000001F;
}

.cardbottomcaontact a{
    text-decoration: none;
    color: #0E293A;
    font-size: 20px;
    font-family: 'Roboto';
}

.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;
}

.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: flex;
    justify-content: center;
    align-items: center;
}

.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-weight: bold;
    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%;
    
}

.cardcontactsshare-section{
    width: 100%;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* gap: 8px; */
    /* padding: 0 30px; */
    padding: 25px 0;
    border-top: 1px solid #0000001F;
    position: relative;
}

.cardcontactsshareleft{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.cardcontactsshareleft a{
    display: flex;
    height: 44px;
}

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

.cardcontactsshareright{
    width: 90%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.cardcontactssharerightimg{
    /* height: 44px; */
    cursor: pointer;
}

.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;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* .card-companylogo{
    height: 100%;    
} */

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

.card-serviceblock{
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
    width: 100%;
    padding: 30px 30px 20px 40px;
}
.service-header{
    font-family: 'Roboto';
    color: #FB5643;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}
.left ul.services{
    padding: 0 0 0 25px;
    font-weight: bold;
    gap: 10px;
}
.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: 20px;
    overflow: hidden;
    border: none;
    /* padding-top: 60px; */
}
.card-section.preview .title{
    line-height: normal;
    margin: 0;
}

.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: 15px;
    top: 15px;
    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-header img{
    width: 100%;
    height: auto;
    /* border-radius: 20px 20px 0 0; */
}

.no-radius .card-header img {
    border-radius: 0 !important;
}

#lastnamePreview{
    font-weight: bold;
}

.card-section.preview  .card-body {
    padding: 0px 30px 0 30px;  
    background-color: #ffffff;     
}

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

.card-section.preview .header{
    /* margin-top: 0; */
    /* justify-content: unset; */
    /* align-items: unset; */
    /* margin: 30px 0 30px 30px; */
    margin: 0;
    display: block;
    /* flex-direction: column; */
    /* position: static; */
    padding: 25px 0;
    /* z-index: 2; */
}
.card-section.preview .profile-imageleft{
    width: 100%;
}
.card-section.preview .headerlogo{
    width:140px;
    position: absolute;
    bottom: -25px;
    right: 30px;
    z-index: 1;
}   

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

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

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

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

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

.cardwebsite a{
    font-size: 24px;
    color: #0F283A;
    font-family: 'Roboto';
}

.cardwebsite a span{
    font-weight: bold;
}

.containers {
    width: 100%;
    height: 100%;
    /* width: 500px; */
    position: fixed;
    top: -9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#containers{
    top: -9999px;
}

form{
    width: 500px;
    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 and Textarea base styles */
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;
}

textarea {
    resize: vertical;
}

.formbtn{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/* Button styling */
button {
    width: 50%;
    background-color: #061033;
    padding:20px 30px;
    border-radius: 8px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #061033;
    opacity: 0.9;
}

.formbtn button{
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
}

.err{
    width:100%;
    height: 25px;
    font-size: 14px;
    /* margin: 10px 0; */
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
}

#formclosebtn {
    /* background-color: rgba(191, 40, 45, 0.2); */
    /* color: #061033; */
    opacity: 0.9;
}
.brand-block{
    margin-bottom: 30px;
}
.footer-section{
    /* width: 100%; */
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    border-top: 1px solid #0000001F;
}

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

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

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

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

svg{
    width: 100%;
}

.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(https://goodconnext.com/card/EnviroNest/Assets/whatsapp_icon.svg) !important;
}
.shareon .linkedin::before {
    background-image: url(https://goodconnext.com/card/EnviroNest/Assets/linkedin_icon.svg) !important;
}
.shareon .facebook::before {
    background-image: url(https://goodconnext.com/card/EnviroNest/Assets/facebook_icon.svg) !important;
}
.shareon .twitter::before {
    background-image: url(https://goodconnext.com/card/EnviroNest/Assets/xcom_icon.svg) !important;
}


@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: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;
    } */

    /* .company-name{
        margin-top: 20px;
        margin-bottom: 10px;
    } */

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

    .service-header{
        font-size: 24px;
    }
    .company-name{
        font-size: 24px;
        /* margin-bottom: 15px; */
    }
    

    .card-links a{
        font-size: 18px;
    }
    .cardwebsite a {
        font-size: 22px;
    }
    /* .card-links a img{
        height: 30px;
        width: 30px;
    } */

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

    .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: 100%;
    }

    .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;
    }

    .cardwebsite{
        padding-bottom: 20px;
    }
    .about-header{
        font-size: 24px;
    }
    .member-header{
        font-size: 24px;
    }
}

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

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

    /* .header{
        height: 140px;
    } */
    .container{
        padding: 20px 0 110px 0;
    }
    .pb_1{
        padding: 30px;
        padding-top: 0;
    }

    .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;
        
    } */

    .positions li{
        font-size: 16px;
    }
    .positions li p{
        font-size: 15px;
    }

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

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

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

    .card-contacts .contacts a span{
        font-size: 18px;
    }
    .card-contacts .contacts a, .email-section a{
        font-size: 18px;
    }
    .left ul li {
        font-size: 18px;
    }
    .Trophy-text{
        font-size: 18px;
    }
    .right .section ul li{
        font-size: 18px; 
    }
    .service-header{
        font-size: 22px;
    }
    .company-name{
        font-size: 22px;
    }
    .company-description{
        font-size: 18px;
    }
    .companyaddress{
        font-size: 16px;
    }
    
    .about-header{
        font-size: 22px;
    }
    .member-header{
        font-size: 22px;
    }
    /* .body .left{
        width: 500px;
        padding-bottom: 100px;
    } */
    ul{
        gap: 15px;
    }
    .left ul {
        padding: 20px 0 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;
    }

    .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;
        position: fixed;
        bottom: 0px;
        left: 0px;
        background-color: #fff;
        box-shadow: 0px 0px 15px #0000001F;
        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: 120px;
    }

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

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

    /* .cardcontactsshareleft, .cardcontactsshareright{
        width: 100%;
    } */

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

    form p{
        font-size: 22px;
    }

}

@media screen and (max-width:550px) {
    .cardbgcolorlevel{
        background: url("../Assets/PageBg_Mobile.svg");
        background-repeat: no-repeat;
    }
    .pb_1{
        padding: 0 15px;
    }

    .header .headerlogo{
        width: 80%;
    }

    .name {
        font-size: 28px;
    }

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

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

    .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;
    }
    .profile-image{
        margin-top: 20px;
    }
    /* .title:last-child {
        margin-bottom: 10px;
    } */

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

    .card-linkcompany {
        height: 35px;
    }

    .AdvisoryBoardMembersImage{
        width: 90%;
    }

    .card-companycontacts {
        padding: 0 25px;
    }
    .talk-to-expert-section{
        padding: 0 25px;
    }
    .location-section{
        padding: 0 25px;
    }
    .card-serviceblock{
        padding: 25px;
    }
    .card-links{
        padding: 25px;
    }
    .about-header{
        font-size: 20px;
    }
    .member-header{
        font-size: 20px;
    }
    .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: 110px;
        /* 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 {
        padding: 25px;
    }

    /* .card-links a{
        font-size: 16px;
    } */

    /* .cardcontactssharerightimg{
        height: 35px;
    } */

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

    /* .download-section .right a {
        height: 35px;
    } */
    .company-description{
        font-size: 18px;
    }
    .companyaddress{
        font-size: 16px;
    }
    .company-branch-section p {
        font-size: 18px;
    }

    .company-branch-section .title {
        font-size: 16px;
    }

    .containers{
        padding: 20px;
    }

    form{
        width:100%;
    }

    input, textarea{
        font-size: 16px;
    }

    .formbtn button{
        font-size: 18px;
    }

    .cardcontactsshareleft a {
        width: auto;
        /* height: 40px; */
    }
    .company-address p{
        padding-right: 60px;
    }
    .cardwebsite a {
        font-size: 20px;
    }
    .footer-section{
        padding: 20px 0 0 0;
    }
    .footer-section a{
        height: 37px;
    }

}

@media screen and (max-width:480px) {
    /* br{
        display: none;
    } */
    .ClosebtnBlock{
        top: 5px;
        right: 5px;
    }
    .profile-image-placeholder {
        height: 280px;
    }

    /* .left ul{
        padding-top: 10px;
    } */
    .card-contacts .contacts a, .email-section a,
    .card-contacts .contacts a span {
        font-size: 16px;
    }

    .AdvisoryBoardMembersImage{
        width: 100%;
    }

    .right .section ul{
        margin-bottom: 20px;
        padding-bottom: 23px;
    }
    .service-header{
        font-size: 20px;
    }
    .company-name {
        font-size: 20px;
    }
    .err{
        height: 20px;
        font-size: 12px;
    }

    form p {
        font-size: 20px;
    }
    
    .company-address p {
        padding-right: 30px;
    }

}

@media screen and (max-width:440px) {
    .title{
        font-size: 14px;
        /* line-height: 20px; */
    }
    .companyaddress {
        font-size: 14px;
    }
    .card-links a {
        font-size: 16px;
    }
    .cardwebsite a{
        font-size: 20px;
    }
    .card-socialmediablock {
        gap: 5px;
    }
    .card_addressblock{
        gap: 5px;
    }
    .company-address br{
        display: none;
    }
    /* .card-section.preview .headerlogo{
        bottom: 80px;
    } */
}


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

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

    .body .left{
        width: 100%;
    }

    /* .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: 20px 0;
    }

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


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

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

    .download-section{
        padding: 20px ;
    }
    .company-branch-section p {
        font-size: 16px;
    }
    .company-branch-section .title {
        font-size: 14px;
    }
    .cardwebsite a {
        font-size: 18px;
    }
}

@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: 15px 0 20px 20px;
    }

    .download-section .right a {
        height: 30px;
    }
    .company-address p {
        padding-right: 20px;
    }
    
}

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

    br{
        display: none;
    }
    .left ul{
        gap: 8px;
    }
    .left ul li {
        font-size: 16px;
        /* line-height: 24px; */
    }
    .about-header{
        font-size: 18px;
    }
    .member-header{
        font-size: 18px;
    }
    .Trophy-text{
        font-size: 16px;
    }
    .banner{
        height: 85px;
    }
    .download-section {
        padding: 25px 20px;
    }
    /* .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-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;
    }
    .talk-to-expert-section{
        padding: 0 20px;
    }
    .location-section{
        padding: 0 20px;
    }    
    .card-serviceblock{
        padding: 20px;
    }
    .card-links{
        padding: 20px;
    }


    .cardbottomcaontact{
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 20px;
    }

    /* .cardbottomcaontact a:first-child{
        margin-bottom: 10px;
    } */

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


    form p {
        font-size: 18px;
    }

    .formbtn button {
        font-size: 16px;
    }

    input, textarea{
        font-size: 16px;
        padding: 15px 10px;
    }



}

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

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

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

    
    .card-section.preview .profile-imageleft {
        padding-left: 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;
    }

    .cardcontactsshareright {
        gap:5px;
    }

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

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

    form p {
        font-size: 16px;
    }

    button{
        padding: 15px 30px;
    }

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

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

    .download-sections .left {
        gap: 8px;
    }

    .download-sections .left a {
        height: 30px;
    }

    .card-contacts .contacts a{
        gap: 8px;
    }

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