/* @font-face {
    font-family: "Roboto-Regular";
    src: url("../Assets/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Roboto-Bold";
    src: url("../Assets/Roboto/Roboto-Bold.ttf");
} */

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

html{
    height: 100%;
}

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

body {
    font-family: "Roboto";
    background-color: #f5f7fa;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    outline: none;
}

a{
    outline: none;
}

.d-flex{
    width: 1366px;
}
.flex_center{
    display: flex;
    justify-content: center;
}
.container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.header{
    height: 130px;
    width: 100%;
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: end;
    background-color: #FCC301;
    border-bottom: 10px solid #00529B;
}
.header a{
    text-decoration: none;
    margin-right: 140px;
}
.body{
    width: 100%;
    height: auto;
    display: flex;
}
.body .left{
    width:47%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.body .right{
    width: 53%;
}

.righttextdesk{
    padding-top: 20px;
}

.card-section{ 
    display: flex;
    width: 100%;
    max-width: 500px;
    height: auto;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    position: absolute;
    top: -90px;
    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: 450px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.card {
    width: 100%;
}

.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: column;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #0000001F;
}

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

.profile-image-placeholder {
    font-size: 50px;
    color: #8f94fb;
    width: calc(100% + 60px);
    margin-left: -30px;
    /* height: 297px; */
    border-radius: 50%;
    /* background: #f0f0f0; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

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

.name { 
    font-size: 38px;
    color: #07335A;
    text-align: left;
    margin-bottom: 7px;
}

#firstname, #lastname{
    font-family: "Roboto";
    font-weight: bold;
}

.name span{
    color: #07335A;
    /* font-weight: 400; */
}

.course{
    font-size: 18px;
    line-height: 24px;
    color: #00529B;
    font-family: "Roboto";
    margin-bottom: 3px;
}

.depart{
    width: 100%;
    font-size: 22px;
    line-height: 24px;
    color: #07335A;
    font-family: "Roboto";
    font-weight: bold;
    padding-bottom: 25px;
    border-bottom: 0.5px solid rgba(112, 112, 112, 0.5);
}

.brandlogo-section{
    width: calc(100% + 60px);
    margin-left: -30px;
}

.brandlogoimg{
    height: 100%;
}

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

.cardpdf-section{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.title {
    font-size: 18px;
    line-height: 22px;
    color: #052C50;
    /* opacity: 0.7; */
    text-align: left;
    /* margin-bottom: 20px; */

    font-family: "Roboto";
}

.cardpdfimg{
    width:50px;
    height: 50px;
}

/* ul{
    list-style-position: inside;
} */
ul li::marker{
    color: #60A9EA;
    margin-right: 12px;
}

.left ul{
    display: flex;
    flex-direction: column;
    padding: 0px 0 40px 20px;
    list-style-position: outside;
    border-bottom: 1px solid #0000001F;
}

.left ul li{
    color: #052C50;
    margin-bottom: 12px;
    /* padding-left: 12px; */
    font-size: 20px;
    line-height: 26px;
}

.right ul li{
    margin-left: 20px;
    color: #0B184F;
    margin-bottom: 5px;
}

.card-body{
    width: 100%;
}

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

.card-body .download-section{
    padding: 25px 0;
}

.download-leftSection{
    display: flex;
    gap: 12px;
}

.download-leftSection a{
    height: 50px;
}

.downloadlinksection{
    display: flex;
    gap: 10px;
}

.card-contacts{
    width: 100%;
    display: flex;
    flex-direction: row;
    /* gap: 8px; */
    /* padding: 0 30px; */
    /* border-top: 0.5px solid rgba(112, 112, 112, 0.5); */
}

.card-contacts .contactsleft{
    width: 33%;
}

.card-contacts .contactsleft p{
    font-size: 20px;
    color: #08244B;
    font-family: "Roboto-Bold";
}

.card-contacts .contactsright{
    width: 100%;
    display: block;
    
}

.card-contacts .contacts a{
    text-decoration: none;
    display: flex;
    flex: 1;
    align-items: center;
    color: #052C50;
    overflow-wrap: anywhere;
}

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

.card-contacts .contacts a span{
    color: #052C50;
    font-size: 18px;
    
}

.secondary-email-container, .third-email-container{
    padding-left: 34px;
}

.contactsdetailsleft{
    margin-left: 12px;
}

#mobile, #firstmobile{
    font-weight: bold;
}

#oneemail, #threeemail, #twowebsite, #secondfirstemail, #secondthreeemail, #secondtwowebsite{
    font-weight: bold;
}

.card-contacts .contacts{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
    border-bottom: 1px solid #0000001F;            
}
.download-section{
    padding: 20px 0;
    padding-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.downloadwhatapp-section{
    /* position: unset;
    padding-bottom: 20px; */
    width: 100%;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-section .left{
    display: flex;
    justify-content: center;
    width: auto;
    height: 100%;
    align-items: center;
}

.downloadwhatapp-section .downloadwhatappleft{
    display: flex;
    justify-content: flex-start;
    width: 40% ;
    /* height: 100%; */
    align-items: center;
    gap: 10px;
    padding-bottom: 0;
}

.downloadwhatapp-section .downloadwhatappright{
    display: flex;
    justify-content: flex-end;
    width: 60%;
    /* height: 100%; */
    align-items: center;
    gap: 10px;
    padding-bottom: 0;
}

.downloadwhatapp-section .downloadwhatappleft a {
    display: flex;
    height: 35px;
    /* width: 35px; */
}

.downloadwhatapp-section .downloadwhatappright a {
    height: 44px;
    cursor: pointer;
}

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

.download-section .right{
    display: flex;
    justify-content: space-between;
    width: 100%;
    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: 46px;
    width: auto;
}
.download-section .left a img, .download-section .right a img{
    height: 100%;
}

.card-links{
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    padding: 0px 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px #0000001F;
    border-radius: 20px;
}

.card-links p{
    display: flex;
}

.card-links a{
    display: flex;
    align-items: center;
    gap:  15px;
    text-decoration: none;
    color: #052C50;
    width: 100%;
    overflow-wrap: anywhere;
}


.card-links p:last-child{
    margin-bottom: 30px;
}

.card-links img{
    height: 100%;
}

.card-links h5{
     padding-top: 25px;
}

.card-links ul{
    /* padding-left: 0; */
    padding-bottom: 30px;
}

.card-links ul li{
    list-style: none;
    color: #07335A;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold !important;
}

.card-links ul li::before {
  content: ">";
  margin-right: 20px;
  color: #5FA9E9;
}

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

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

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

.upskill-section{
    width: 44px;
    /* height:44px; */
    /* padding: 30px 0 30px 0; */
    display: flex;
}

/* .upskill-section img{
    width: 100%;
    height: auto;
} */

.cardHappyCustomer-section{
    height: 100%;
}

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

.exp-contentblock{
    padding: 0 30px;
}

.exp-contentblock h6{
    font-size: 28px;
    font-family: "Roboto";
    color: #07335A;
    padding: 20px 0;
}

.exp-contentblock p{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
}

.exp-contentblock p span{
    font-weight: bold;
}

.exp-contentblock h5{
    font-size: 24px;
    font-family: "Roboto";
    font-weight: bold;
    color: #00529B;
    margin-bottom: 10px;
}

.exp-contentblock ul    li{
    font-family: "Roboto";
    font-weight: normal;
}

.exp-contentblock ul li span{
    font-weight: bold;
}

.section-title{
    font-size: 28px;
    font-family: "Roboto";
    font-weight:bold;
    color: #07335A;   
}

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

.section-description{
    color: #07335A;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
    font-family: "Roboto";
    /* padding-left: 15px; */
}

.section-description span{
    font-weight: bold;
}

.section-description b{
    font-family: "Roboto";
}

.section-level{
    padding-left:20px ;
    margin-bottom: 20px;
}

.section-level h5{
    font-size: 20px;
    font-family: "Roboto";
    font-weight: bold;
    color: #00529B;
    margin-bottom: 10px;
}

.section-level ul{
    padding-left: 0 !important;
}

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

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

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

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

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

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

.bj-Kannancontent li b{
    color: #1965CC;
    font-family: "Roboto-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: 50px;
    cursor: pointer;
    /* width:100%; */
}

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

.ClosebtnBlock{
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    cursor: pointer;
}

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

.card-section.preview .card-header img{
    width: 100%;
    height: auto;
    border-radius: 20px 20px 0 0;
}

.card-section.preview .card-header .header{
    background-color: transparent;
    border: none;
    position: relative;
    justify-content: flex-start;
    padding: 0;
    height: auto;
}

.card-section.preview .card-header .header .name{
    padding-top: 20px;
    font-size: 24px;
    line-height: 22px;
}

.card-section.preview .card-header .header .depart{
    font-size: 16px;
    line-height: 21px;
}

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

.card-section.preview .card-header .header .headerlogo{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: -60px;
}

.card-section.preview .card-header .header .headerlogo .headerlogo_Img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.card-section.preview .card-header .header .headerlogo .headerlogo_Img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.card-section.preview .card-header .header .depart{
    border-bottom: none;
}

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

.card-section.preview .qr-image{
    display: block;
    width: 100%;
}
.card-section.preview .qr-image img{
    width: 100%;
    height: auto;
}

.card-section.preview .qrcode{ 
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 0.5px solid rgba(112, 112, 112, 0.5);
    padding: 20px 0;

}

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

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

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

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

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

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

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

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

    .pb_1{
        padding: 30px ;
    }

    .header a{
        height: 35px;
        margin-right: 80px;
        display: block;
    }

    .righttextdesk{
        padding-top: 0;
    }
}

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


    .body .left, .body .right{
        width: 50%;
    }   

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

}

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

    

    .name {
        font-size: 34px;
    }

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

    .body .card-body .download-section .right{
        padding-left: 0px;
    }

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

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

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

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

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

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

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

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

@media screen and (max-width:1080px) {
    .body .right{
        padding-left: 30px;
    }

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

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

    .body .left{
        width: 55%;
    }

    .body .right {
        width: 45%;
    }

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


    .profile-image-placeholder{
        width: calc(100% + 50px);
        margin-left: -25px;
    }

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

    .exp-contentblock{
        padding: 0 25px;
    }

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

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

    .card-contacts .contactsleft{
        width: 27%;
    }

    /* .card-contacts .contactsright{
        width: 73%;
    } */

    .card-contacts .contactsleft p {
        font-size: 18px;
    }

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

    .brandlogo-section{
        width: calc(100% + 50px);
        margin-left: -25px;
    }

    .cardpdf-section{
        padding-bottom: 20px;
    }

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

    .exp-contentblock p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    /* .exp-contentblock h5{
        font-size: 22px;
    } */

    .exp-contentblock ul{
        padding-bottom: 20px;
    }

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

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

    .depart {
        font-size: 18px;
    }
}

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

@media screen and (max-width:850px){
    .social-media-links-right a, .download-leftSection a {
        height: 40px;
    }
}

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

    br{
        display: none;
    }

    .header{
        height: 140px;
    }

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

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

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

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

    .left ul{
        border-bottom: unset;
    }

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

    .body .right .section{
        padding-top: 20px;
        padding-bottom: 0;
    }

    .card-section:not(.preview) .card{
        width: 450px;
    }

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

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

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

    .righttextmobile{
        display: block;
    }

    .body .right{
        width: 100%;
        /* padding-left: 0; */
    }

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

    .download-section .right{
        justify-content: flex-end;
    }

    .AddtoContactsmobile{
        display: flex;
        justify-content: space-between;
        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: 3;
    }

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

    .AddtoContactsdesk{
        display: none !important;
    }

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

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

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

    .section-level{
        margin-bottom: 0;
    }

    .section-level ul{
        padding-bottom: 20px !important;
    }

    .card-section{
        top: -70px  ;
    }

    .section-level h5{
        margin-bottom: 5px;
    }
    
}

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

    .title{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .left ul{
        padding: 20px 0 30px 30px;
    }

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

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

    .img-section{
        display: flex;
        /* flex-direction: column; */
    }

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

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

    .card-section{
        max-width: 100%;
        top: -125px;
    }

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

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

    .righttextmobile {
        padding: 20px;
    }

    .section-level h5{
        margin-bottom: 0;
    }
     
    .exp-contentblock p{
        margin-bottom: 0;
    }

}

@media screen and (max-width:480px) {
    /* .profile-image-placeholder {
        height: 280px;
    } */

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



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

}

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

    .pb_1 {
        padding: 20px;
    }

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

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

    .banner{
        height: 100px;
    }

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

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

    .righttextmobile ul{
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

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

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

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

    .card-contacts{
        padding-top: 20px;
    }

    .card-contacts .contacts{
        padding: 0;
    }

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

    .card-contacts .contactsleft, .card-contacts .contactsright{
        width: 100%;
    }

    .card-contacts .contactsright{
        padding-top: 20px;
    }

    /* .card-contacts .contactsleft:nth-child(1){
        padding-top: 20px;
    } */

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

    .card-secondcontact:nth-child(2){
        border-bottom: 1px solid #0000001F;            
    }

    .ClosebtnBlock {
        right: 15px;
        top: 15px;
    }

    .card-section.preview .card-header .header .depart{
        padding-bottom: 20px;
    }
    
}

@media screen and (max-width:390px) {
    .card-section.preview .card-header .header .profile-imageleft{
        padding-left: 25px;
    }
}

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

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

    .banner{
        height: 85px;
    }

    .download-section {
        padding: 20px;
    }

    .name {
        font-size: 26px;
    }

    .title {
        font-size: 14px;
    }

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

    .section-description {
        /* font-size: 16px; */
        /* margin-bottom: 0; */
        line-height: 24px;
    }

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

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

    .exp-contentblock{
        padding: 0 20px;
    }

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

    .brandlogo-section{
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .profile-image-placeholder {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

@media screen and (max-width:350px) {
    .left ul {
        padding: 15px 0 33px 25px;
    }

    .card-section.preview .card-header .header .name {
        font-size: 22px;
        line-height: 20px;
    }

    .card-section.preview .card-header .header .depart {
        font-size: 14px;
        line-height: 20px;
    }

    .card-section.preview .card-header .header .headerlogo {
        width: 90px;
        height: 90px;
        right: 15px;
        top: -45px;
    }

    .righttextmobile ul{
        padding-top: 0 !important;
    }
}

