#resizable {
    /* display: flex;
     */
    /* border: 1px solid #000000;
     */
    /* width: 100%;
     height: auto;
     overflow: visible;
     position:relative;
     */
}
 #resizable img {
     max-width: 100%;
     max-height: 100%;
     margin: auto;
     display: block;
}
 #content {
    /* display: flex;
     height: 100%;
     color: white;
     overflow:hidden;
     */
}
 #nwgrip, #negrip, #swgrip, #segrip, #ngrip, #egrip, #sgrip, #wgrip {
     width: 10px;
     height: 10px;
     background-color: #ffffff;
     border: 1px solid #000000;
     border-radius: 50%;
}
 #negrip {
     top:-15px;
     right:-15px;
}
 #segrip {
     bottom:-15px;
     right:-15px;
}
 #nwgrip {
     top:-15px;
     left:-15px;
}
 #swgrip {
     bottom:-15px;
     left:-15px;
}
 #ngrip {
     top:-6px;
     left:50%;
     margin-left:-6px;
}
 #egrip {
     right:-6px;
     top:50%;
     margin-top:-6px;
}
 #sgrip {
     bottom:-6px;
     left:50%;
     margin-left:-6px;
}
 #wgrip {
     left:-6px;
     top:50%;
     margin-top:-6px;
}
 #previewnorder_popup #nwgrip, #previewnorder_popup #negrip, #previewnorder_popup #swgrip, #previewnorder_popup #segrip, #previewnorder_popup #ngrip, #previewnorder_popup #egrip, #previewnorder_popup #sgrip, #previewnorder_popup #wgrip {
     display: none;
}
 #previewnorder_popup .sec_bcard {
     width: 500px;
}
 #previewnorder_popup .modal-dialog-scrollable .modal-body {
     justify-content: center;
     display: flex;
}
 .sec_content_center .container{
     display: flex;
     justify-content: center;
}
 .sec_bcard_wrap{
     display: flex;
     height: calc(100vh - 230px);
     width: 530px;
     justify-content: center;
     align-items: center;
     background-color: #f5f5f5;
}
 .sec_bcard_box{
     display: flex;
     width: 530px;
     background-color: #ffffff;
     padding: 15px;
     position: relative;
}
 .sec_bcard{
     display: flex;
     width: 100%;
     background-color: #ffffff;
     box-shadow: rgb(0 0 0 / 50%) 0px 0px 5px 0px;
     height: 290px;
}
 .sec_bcard_img{
     display: flex;
     width: 150px;
     overflow: hidden;
     position: relative;
     align-items: center;
     z-index: 2;
}
 .sec_bcard_img::after{
     content: "Safe Area";
     position: absolute;
     border: 1px dashed #dfe3e7;
     left: 10px;
     top: 10px;
     bottom: 10px;
     right: 10px;
     font-size: 0.8rem;
    /* text-shadow: 0 0 2px #000000;
     */
     z-index: 0;
     pointer-events: none;
     color: #aaaaaa;
}
 .sec_bcard_img:hover::after{
     border-color: #bfc5cd;
}
 .sec_bcard_img span{
     position: absolute;
     width: 90%;
     left: 7px;
     text-align: center;
     z-index: -1;
     font-size: 12px;
     color: #aaaaaa;
}
 .sec_bcard_img:hover span{
     opacity: 1;
     visibility: visible;
}
 .sec_bcard_img img{
     object-fit: contain;
     width: 100%;
     cursor: move;
}
 .sec_bcard_img.sec_resized_img{
     overflow: initial;
}
 .sec_bcard_img.sec_resized_img #content{
     border: 1px dashed #a09d9d;
     opacity: 0.8;
}
 .sec_bcard_info{
     display: flex;
     width: calc(100% - 150px);
     flex-direction: column;
     padding: 25px;
     justify-content: center;
     align-items: flex-start;
}
/* Text Only Template 1 */
 .sec_textonly_temp1 .sec_bcard_img{
     display: none;
}
 .sec_textonly_temp1 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: space-between;
     align-content: flex-start;
     margin-top: -15px;
}
 .sec_textonly_temp1 .sec_bcard_info .sec_bcard_text{
     width: 100%;
}
 .sec_textonly_temp1 .sec_bcard_info .sec_job_title{
     width: 48%;
}
 .sec_textonly_temp1 .sec_bcard_info .sec_company_name, .sec_textonly_temp1 .sec_bcard_info .sec_address_line1, .sec_textonly_temp1 .sec_bcard_info .sec_address_line2, .sec_textonly_temp1 .sec_bcard_info .sec_address_line3, .sec_textonly_temp1 .sec_bcard_info .sec_email_address, .sec_textonly_temp1 .sec_bcard_info .sec_phone_number, .sec_textonly_temp1 .sec_bcard_info .sec_website_url, .sec_textonly_temp1 .sec_bcard_info .sec_more_1, .sec_textonly_temp1 .sec_bcard_info .sec_more_2, .sec_textonly_temp1 .sec_bcard_info .sec_more_3, .sec_textonly_temp1 .sec_bcard_info .sec_more_4, .sec_textonly_temp1 .sec_bcard_info .sec_more_5, .sec_textonly_temp1 .sec_bcard_info .sec_more_6, .sec_textonly_temp1 .sec_bcard_info .sec_more_7, .sec_textonly_temp1 .sec_bcard_info .sec_more_8 {
     width: 48%;
}
/* Text Only Template 2 */
 .sec_textonly_temp2 .sec_bcard_img{
     display: none;
}
 .sec_textonly_temp2 .sec_bcard_info{
     width: 100%;
}
 .sec_textonly_temp2 .sec_bcard_info .sec_bcard_text{
     width: 100%;
}
/* Image Only Template */
 .sec_imgonly_temp .sec_bcard_img{
     width: 100%;
}
 .sec_imgonly_temp .sec_bcard_info{
     display: none;
}
/* TextImage Template 1 */
 .sec_textimg_temp1{
     flex-direction: column;
}
 .sec_textimg_temp1 .sec_bcard_img{
     width: 100%;
     height: 87px;
}
 .sec_textimg_temp1 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     height: calc(100% - 87px);
     line-height: initial;
}
/* TextImage Template 2 */
 .sec_textimg_temp2{
     flex-direction: column-reverse;
}
 .sec_textimg_temp2 .sec_bcard_img{
     width: 100%;
     height: 87px;
}
 .sec_textimg_temp2 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     height: calc(100% - 87px);
     line-height: initial;
}
/* TextImage Template 3 */
 .sec_textimg_temp3 .sec_bcard_info{
     align-items: flex-start;
}
/* TextImage Template 4 */
 .sec_textimg_temp4{
     flex-direction: row-reverse;
}
 .sec_textimg_temp4 .sec_bcard_info{
     align-items: flex-start;
     width: calc(100% - 150px);
}
/* All TextImage Template Border */
 .sec_textonly_temp1 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textonly_temp2 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textimg_temp1 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textimg_temp2 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textimg_temp3 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textimg_temp4 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after, .sec_textimg_temp5 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after {
     content: "";
     position: absolute;
     top: 90%;
     left: 0;
     right: 0;
     border-bottom: 1px dotted #dfe3e7;
}
 .sec_textonly_temp1 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textonly_temp2 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textimg_temp1 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textimg_temp2 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textimg_temp3 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textimg_temp4 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after, .sec_textimg_temp5 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after {
     border-bottom: 1px solid #bfc5cd;
}
/* TextImage Template 5 */
 .sec_textimg_temp5{
     flex-direction: column;
}
 .sec_textimg_temp5 .sec_bcard_img{
     width: 100%;
     height: 87px;
}
 .sec_textimg_temp5 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: space-between;
}
 .sec_textimg_temp5 .sec_bcard_info .sec_bcard_text{
     width: 48%;
}
 .sec_textimg_temp5 .sec_bcard_info .sec_full_name{
     width: 100%;
}
 .sec_bcard_info .sec_bcard_text.sec_full_name {
     height: 38px;
}
 .sec_bcard_info .sec_bcard_text.sec_full_name .sec_bcard_text_preview {
     min-height: 25px;
}
 .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview {
     min-height: 20px;
     cursor: pointer;
     position: relative;
     width: 100%;
}
 .preview_mode .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview::after {
     display: none;
}
 .preview_mode .sec_bcard_info .sec_bcard_text .sec_bcard_text_preview:hover::after {
     display: none;
}
 .preview_mode {
     pointer-events: none !important;
}
/*.empty_field .sec_bcard_text_preview{
    */
    /* color: #C4BDB1 !important;
    */
    /*
}
 */
 div[sec-el="cardEditModeWrapper"] {
     position: absolute;
     width: 500px;
     height: 290px;
     display: grid;
     justify-content: center;
     align-items: center;
     backdrop-filter: blur(3px);
     -webkit-backdrop-filter: blur(3px);
     background: rgba(255, 255, 255, 0.1);
     grid-template-columns: 1fr;
     z-index: 5;
     display: none;
}
 div[sec-el="cardEditModeWrapper"].active {
     display: grid;
     align-content: center;
     display: flex;
}
 div[sec-el="cardWrapper"] span.hoverTooltip {
     position: absolute;
     background: #1b273f;
     color: #fff;
     padding: 4px 8px;
     border-radius: 4px;
     font-size: 12px;
     pointer-events: none;
     user-select: none;
     display: none;
     cursor: text;
}
 .cardEditMode {
     display: grid;
     justify-content: stretch;
     width: 90%;
     gap: 1rem;
}
 .cardEditMode input {
     border-radius: 5px;
     padding: 8px 16px;
     font-size: 1.25rem;
     justify-self: stretch;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px, rgba(3, 102, 214, 0.3) 0px 0px 0px 3px, rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
     border: 1px solid #d6d6d6;
     font-size: 14px;
     background: white;
}
 .cardEditMode input::-webkit-input-placeholder {
     color: #90a1b1;
}
 .cardEditMode input::-moz-placeholder {
     color: #90a1b1;
}
 .cardEditMode input:-ms-input-placeholder {
     color: #90a1b1;
}
 .cardEditMode input:-moz-placeholder {
     color: #90a1b1;
}
 .cardEditMode span.instruction {
     justify-self: right;
     color: #ffffff;
     text-shadow: 1px 1px 6px #000000;
}
 .cardEditMode span.crossIcon {
     background: #f6f6f6;
     padding: 0.6rem;
     display: flex;
     position: absolute;
     border-radius: 50%;
     aspect-ratio: 1 / 1;
     justify-content: center;
     align-items: center;
     box-sizing: border-box;
     line-height: 0;
     font-size: 1.1rem;
     color: #605656;
     right: 0;
     top: 1.8rem;
     transform: translate(-50%, -50%);
     cursor: pointer;
     box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
     font-family: Roboto;
}
 .editing-bar button.btn:hover{
     background-color: darkgrey;
}
 .editing-bar button.btn.active{
     background-color: darkgrey;
     border: 1px solid #000000;
}
/* 12 New Text Only Template-1 */
 .sec_textonlynew_temp1 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp1 .sec_bcard_info{
     width: 100%;
     justify-content: center;
}
 .sec_textonlynew_temp1 .sec_bcard_info .sec_full_name{
     margin-bottom: 10px;
}
 .sec_textonlynew_temp1 .sec_bcard_info .sec_job_title{
     margin-bottom: 30px;
}
 .sec_textonlynew_temp1 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp1 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp1 .sec_bcard_info .sec_zip_city{
     margin-bottom: 10px;
}
 .sec_bcard_info .sec_bcard_text{
     line-height: initial;
     overflow: hidden;
     white-space: nowrap;
     width: 100%;
     height: 30px;
     display: flex;
     align-items: center;
    position: relative;
    z-index: 1;
    column-gap: 8px;
}
.sec_bcard_info .sec_bcard_text img{
    width: 14px;
    height: auto;
    margin-right: 5px;
}
/* 12 New Text Only Template-2 */
 .sec_textonlynew_temp2 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp2 .sec_bcard_info{
     width: 100%;
     justify-content: center;
     padding-left: 40px;
     padding-top: 20px;
}
 .sec_textonlynew_temp2 .sec_bcard_info .sec_job_title{
     padding: 20px 0 25px 0;
}
 .sec_textonlynew_temp2 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp2 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp2 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp2 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp2 .sec_bcard_info .sec_zip_city{
     margin-bottom: 3px;
}
/* 12 New Text Only Template-3 */
 .sec_textonlynew_temp3 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp3 .sec_bcard_info{
     width: 100%;
     justify-content: center;
}
 .sec_textonlynew_temp3 .sec_bcard_info .sec_full_name{
     margin-bottom: 30px;
}
 .sec_textonlynew_temp3 .sec_bcard_info .sec_job_title, .sec_textonlynew_temp3 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp3 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp3 .sec_bcard_info .sec_email_address{
     margin-bottom: 5px;
}
/* 12 New Text Only Template-4 */
 .sec_textonlynew_temp4 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp4 .sec_bcard_info{
     width: 100%;
     justify-content: center;
}
 .sec_textonlynew_temp4 .sec_bcard_info .sec_full_name{
     margin-bottom: 5px;
}
 .sec_textonlynew_temp4 .sec_bcard_info .sec_job_title{
     margin-bottom: 25px;
}
 .sec_textonlynew_temp4 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp4 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp4 .sec_bcard_info .sec_website_url{
     margin-bottom: 5px;
}
/* 12 New Text Only Template-5 */
 .sec_textonlynew_temp5 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp5 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 40px 30px 20px 30px;
}
 .sec_textonlynew_temp5 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp5 .sec_bcard_info .sec_company_name, .sec_textonlynew_temp5 .sec_bcard_info .sec_job_title{
     margin-bottom: 15px;
     width: 100%;
}
 .sec_textonlynew_temp5 .sec_bcard_info .sec_full_name{
     width: 100%;
}
/* 12 New Text Only Template-6 */
 .sec_textonlynew_temp6 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp6 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 30px;
}
 .sec_textonlynew_temp6 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp6 .sec_bcard_info .sec_job_title{
     margin-bottom: 40px;
     width: 100%;
}
 .sec_textonlynew_temp6 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-top: 30px;
}
 .sec_textonlynew_temp6 .sec_bcard_info .sec_country{
     width: 100%;
}
/* 12 New Text Only Template-7 */
 .sec_textonlynew_temp7 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp7 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 50px 30px 30px 30px;
}
 .sec_textonlynew_temp7 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp7 .sec_bcard_info .sec_job_title{
     margin-bottom: 40px;
     width: 100%;
}
 .sec_textonlynew_temp7 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-top: 30px;
}
 .sec_textonlynew_temp7 .sec_bcard_info .sec_country {
     width: 100%;
}
/* 12 New Text Only Template-8 */
 .sec_textonlynew_temp8 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp8 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 40px 30px 30px 30px;
}
 .sec_textonlynew_temp8 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp8 .sec_bcard_info .sec_company_name{
     width: 100%;
}
 .sec_textonlynew_temp8 .sec_bcard_info .sec_job_title{
     margin-bottom: 20px;
     width: 100%;
}
 .sec_textonlynew_temp8 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-top: 30px;
}
/* 12 New Text Only Template-9 */
 .sec_textonlynew_temp9 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp9 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 20px 30px;
}
 .sec_textonlynew_temp9 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp9 .sec_bcard_info .sec_company_name{
     margin-top: 20px;
     margin-bottom: 10px;
     width: 100%;
}
 .sec_textonlynew_temp9 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-bottom: 40px;
     margin-top: 15px;
}
/* 12 New Text Only Template-10 */
 .sec_textonlynew_temp10 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp10 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 40px 30px 30px 30px;
}
 .sec_textonlynew_temp10 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp10 .sec_bcard_info .sec_job_title{
     margin-bottom: 50px;
     width: 100%;
}
 .sec_textonlynew_temp10 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-top: 15px;
}
/* 12 New Text Only Template-11 */
 .sec_textonlynew_temp11 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp11 .sec_bcard_info{
     width: 100%;
     align-items: flex-start;
     flex-wrap: wrap;
     flex-direction: initial;
     padding: 30px;
}
 .sec_textonlynew_temp11 .sec_bcard_info .sec_bcard_text {
     width: 50%;
}
 .sec_textonlynew_temp11 .sec_bcard_info .sec_company_name{
     width: 100%;
}
 .sec_textonlynew_temp11 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-bottom: 30px;
     margin-top: 50px;
}
/* 12 New Text Only Template-12 */
 .sec_textonlynew_temp12 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp12 .sec_bcard_info{
     width: 100%;
     padding: 50px 30px;
}
 .sec_textonlynew_temp12 .sec_bcard_info .sec_full_name{
     width: 100%;
     margin-bottom: 30px;
     margin-top: 30px;
}
/* With Background Template-1 (Template-29) */
 .sec_textonlynew_temp21{
     position: relative;
}
 .sec_textonlynew_temp21 .sec_bcard_img{
     position: absolute;
     top: 28px;
     left: 26px;
     height: 71px;
     width: 71px;
     border-radius: 100px;
}
 .sec_textonlynew_temp21 .sec_bcard_img span {
     width: 80%;
     font-size: 9px;
}
 .sec_textonlynew_temp21 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 6px;
}
 .sec_textonlynew_temp21 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp21 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp21 .sec_bcard_info .sec_company_name{
     margin-top: 5px;
}
 .sec_textonlynew_temp21 .sec_bcard_info .sec_full_name{
     margin-top: 10px;
}
 .sec_textonlynew_temp21 .sec_bcard_info .sec_job_title{
     margin-bottom: 30px;
     margin-top: -10px;
}
 .sec_textonlynew_temp21 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp21 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp21 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp21 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-2 (Template-28) */
 .sec_textonlynew_temp20{
     position: relative;
}
 .sec_textonlynew_temp20 .sec_bcard_img{
     position: absolute;
     top: 22px;
     right: 22px;
     height: 59px;
     width: 59px;
     border-radius: 100px;
}
 .sec_textonlynew_temp20 .sec_bcard_img span {
     width: 80%;
     font-size: 9px;
}
 .sec_textonlynew_temp20 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 6px;
}
 .sec_textonlynew_temp20 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp20 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp20 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp20 .sec_bcard_info .sec_company.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp20 .sec_bcard_info .sec_job_title.empty_field .sec_bcard_text_preview{
     color: #00BDEA !important;
}
 .sec_textonlynew_temp20 .sec_bcard_info .sec_full_name{
     margin-top: 20px;
     margin-bottom: -10px;
}
 .sec_textonlynew_temp20 .sec_bcard_info .sec_job_title{
     margin-bottom: 50px;
     margin-top: -5px;
}
 .sec_textonlynew_temp20 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp20 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp20 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp20 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-3 (Template-27) */
 .sec_textonlynew_temp19{
     position: relative;
}
 .sec_textonlynew_temp19 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp19 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_company.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp19 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp19 .sec_bcard_info .sec_job_title.empty_field .sec_bcard_text_preview{
     color: #00BDEA !important;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_address_line1.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp19 .sec_bcard_info .sec_phone_number.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp19 .sec_bcard_info .sec_address_line2.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp19 .sec_bcard_info .sec_email_address.empty_field .sec_bcard_text_preview{
     color: #ED3A3A !important;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_full_name{
     margin-top: -10px;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_job_title{
     margin-bottom: 50px;
     margin-top: -20px;
}
 .sec_textonlynew_temp19 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp19 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp19 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp19 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-4 (Template-26) */
 .sec_textonlynew_temp18{
     position: relative;
}
 .sec_textonlynew_temp18 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp18 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp18 .sec_bcard_info .sec_full_name{
     margin-top: -5px;
}
 .sec_textonlynew_temp18 .sec_bcard_info .sec_job_title{
     margin-top: -15px;
     margin-bottom: 20px;
}
 .sec_textonlynew_temp18 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp18 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp18 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp18 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp18 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-5 (Template-25) */
 .sec_textonlynew_temp17{
     position: relative;
}
 .sec_textonlynew_temp17 .sec_bcard_img{
     position: absolute;
     top: 35px;
     left: 26px;
     height: 100px;
     width: 100px;
     border-radius: 100px;
}
 .sec_textonlynew_temp17 .sec_bcard_img span {
     width: 80%;
     font-size: 9px;
}
 .sec_textonlynew_temp17 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 6px;
}
 .sec_textonlynew_temp17 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp17 .sec_bcard_info .sec_job_title.empty_field .sec_bcard_text_preview{
     color: #022662 !important;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_job_title {
     margin-top: -10px;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_company{
     margin-top: 10px;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_address_line1{
     margin-top: 50px;
}
 .sec_textonlynew_temp17 .sec_bcard_info .sec_full_name, .sec_textonlynew_temp17 .sec_bcard_info .sec_address_line2{
     width: 50%;
}
/* With Background Template-6 (Template-24) */
 .sec_textonlynew_temp16{
     position: relative;
}
 .sec_textonlynew_temp16 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp16 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview{
     color: #1A3873 !important;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_company{
     margin-top: 10px;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_full_name {
     margin-top: -5px;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_job_title{
     margin-bottom: 50px;
     margin-top: -15px;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp16 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp16 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp16 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp16 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-7 (Template-23) */
 .sec_textonlynew_temp15{
     position: relative;
}
 .sec_textonlynew_temp15 .sec_bcard_img{
     position: absolute;
     top: 68px;
     left: 26px;
     height: 100px;
     width: 100px;
     border-radius: 100px;
}
 .sec_textonlynew_temp15 .sec_bcard_img span {
     width: 80%;
     font-size: 9px;
}
 .sec_textonlynew_temp15 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 6px;
}
 .sec_textonlynew_temp15 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp15 .sec_bcard_info .sec_company.empty_field .sec_bcard_text_preview{
     color: #1A3873 !important;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_company{
     margin: 30px 0px 20px 0px;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_full_name{
     margin-top: -15px;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_job_title{
     margin-top: -20px;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp15 .sec_bcard_info .sec_full_name, .sec_textonlynew_temp15 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp15 .sec_bcard_info .sec_job_title, .sec_textonlynew_temp15 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-8 (Template-22) */
 .sec_textonlynew_temp14{
     position: relative;
}
 .sec_textonlynew_temp14 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp14 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_phone_number.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp14 .sec_bcard_info .sec_company.empty_field .sec_bcard_text_preview{
     color: #FFDD33 !important;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_phone_number {
     margin-bottom: 30px;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_job_title {
     margin-top: -5px;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp14 .sec_bcard_info .sec_website_url{
     margin-bottom: 30px;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp14 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp14 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp14 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp14 .sec_bcard_info .sec_address_line1{
     width: 50%;
}
/* With Background Template-9 (Template-21) */
 .sec_textonlynew_temp13{
     position: relative;
}
 .sec_textonlynew_temp13 .sec_bcard_img{
     position: absolute;
     top: 68px;
     left: 26px;
     height: 96px;
     width: 96px;
     border-radius: 100px;
}
 .sec_textonlynew_temp13 .sec_bcard_img span {
     width: 80%;
     font-size: 9px;
}
 .sec_textonlynew_temp13 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 6px;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_full_name.empty_field .sec_bcard_text_preview, .sec_textonlynew_temp13 .sec_bcard_info .sec_company.empty_field .sec_bcard_text_preview{
     color: #FFDD33 !important;
}
 .sec_textonlynew_temp13 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_address_line2{
     margin-bottom: 20px;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_full_name{
     margin-top: 20px;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_full_name, .sec_textonlynew_temp13 .sec_bcard_info .sec_job_title{
     padding-left: 110px;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_job_title{
     margin-top: -5px;
}
 .sec_textonlynew_temp13 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
/* With Background Template-10 (Template-24) */
 .sec_textonlynew_temp24{
     position: relative;
}
 .sec_textonlynew_temp24 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp24 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp24 .sec_bcard_info .sec_full_name{
     margin-top: -5px;
}
 .sec_textonlynew_temp24 .sec_bcard_info .sec_job_title{
     margin-top: -15px;
     margin-bottom: 20px;
}
 .sec_textonlynew_temp24 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp24 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp24 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp24 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp24 .sec_bcard_info .sec_email_address{
     width: 50%;
}
/* With Background Template-11 (Template-30) */
 .sec_textonlynew_temp22{
     position: relative;
     justify-content: flex-end;
}
 .sec_textonlynew_temp22 .sec_bcard_img{
     position: absolute;
     top: 54px;
     left: 42px;
     height: 169px;
     width: 169px;
     border-radius: 100px;
}
 .sec_textonlynew_temp22 .sec_bcard_img span {
     width: 90%;
     font-size: 12px;
}
 .sec_textonlynew_temp22 .sec_bcard_img::after{
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 10px;
}
 .sec_textonlynew_temp22 .sec_bcard_info{
     width: 55%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp22 .sec_bcard_info .sec_job_title{
     margin-bottom: 30px;
     margin-top: -15px;
}
 .sec_textonlynew_temp22 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
/* With Background Template-12 (Template-31) */
 .sec_textonlynew_temp23{
     position: relative;
}
 .sec_textonlynew_temp23 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp23 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp23 .sec_bcard_info .sec_job_title {
     margin-top: -15px;
     margin-bottom: 10px;
}
 .sec_textonlynew_temp23 .sec_bcard_info .sec_full_name{
     margin-top: 40px;
}
 .sec_textonlynew_temp23 .sec_bcard_info .sec_bcard_text{
     height: auto;
}
 .sec_textonlynew_temp23 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp23 .sec_bcard_info .sec_address_line2, .sec_textonlynew_temp23 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp23 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp23 .sec_bcard_info .sec_company_name, .sec_textonlynew_temp23 .sec_bcard_info .sec_phone_number{
     width: 50%;
}
/* With Background Template-25 (Template-33) */
 .sec_textonlynew_temp25{
     position: relative;
}
 .sec_textonlynew_temp25 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp25 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp25 .sec_bcard_info .sec_job_title {
     margin-top: -15px;
     margin-bottom: 70px;
}
 .sec_textonlynew_temp25 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp25 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp25 .sec_bcard_info .sec_website_url {
     padding-left: 40px;
}
 .sec_textonlynew_temp25 .sec_bcard_info .sec_phone_number {
     margin-top: -7px;
}
 .sec_textonlynew_temp25 .sec_bcard_info .sec_website_url {
     margin-bottom: -5px;
}
/* With Background Template-26 (Template-34) */
 .sec_textonlynew_temp26{
     position: relative;
}
 .sec_textonlynew_temp26 .sec_bcard_img{
     position: absolute;
     top: 69px;
     right: 22px;
     height: 189px;
     width: 189px;
     border-radius: 100px;
}
 .sec_textonlynew_temp26 .sec_bcard_img::after {
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 60%;
     border-radius: 100px;
     text-align: center;
     padding-top: 10px;
}
 .sec_textonlynew_temp26 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
}
 .sec_textonlynew_temp26 .sec_bcard_info .sec_full_name {
     margin-top: 13px;
     margin-bottom: 40px;
}
 .sec_textonlynew_temp26 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp26 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp26 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp26 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp26 .sec_bcard_info .sec_address_line2 {
     padding-left: 30px;
}
/* With Background Template-27 (Template-35) */
 .sec_textonlynew_temp27{
     position: relative;
}
 .sec_textonlynew_temp27 .sec_bcard_img{
     position: absolute;
     top: 25px;
     right: 0;
     left: 0;
     margin: 0 auto;
     height: 32px;
     width: 40px;
     border-radius: 0px;
}
 .sec_textonlynew_temp27 .sec_bcard_img span {
     font-size: 7px;
     line-height: 7px;
     left: 0;
     top: 16px;
}
 .sec_textonlynew_temp27 .sec_bcard_img::after {
     left: 0px;
     top: 0px;
     bottom: 0px;
     right: 0px;
     font-size: 40%;
     border-radius: 0px;
     text-align: center;
     padding-top: 3px;
}
 .sec_textonlynew_temp27 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp27 .sec_bcard_info .sec_full_name {
     margin-top: 10px;
}
 .sec_textonlynew_temp27 .sec_bcard_info .sec_job_title {
     margin-top: -5px;
     margin-bottom: 70px;
}
 .sec_textonlynew_temp27 .sec_bcard_info .sec_website_url{
     margin-top: 35px;
}
 .sec_textonlynew_temp27 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp27 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp27 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp27 .sec_bcard_info .sec_address_line2 {
     width: 33.333333%;
}
/* With Background Template-28 (Template-36) */

.sec_textonlynew_temp28 img.image_icon {
    width: 20px;
    margin-right: 10px;
}

 .sec_textonlynew_temp28{
     position: relative;
}
 .sec_textonlynew_temp28 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp28 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp28 .sec_bcard_info .sec_full_name {
     margin-top: 20px;
     padding-left: 52%;
}
 .sec_textonlynew_temp28 .sec_bcard_info .sec_job_title {
     margin-top: -10px;
     margin-bottom: 10px;
     padding-left: 52%;
}
 .sec_textonlynew_temp28 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp28 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp28 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp28 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp28 .sec_bcard_info .sec_address_line2 {
     padding-left: 55%;
}
 .sec_textonlynew_temp28 .sec_bcard_info .sec_address_line2 {
     margin-top: -6px;
     margin-left: 6.8%;
}
/* With Background Template-29 (Template-37) */
.sec_textonlynew_temp29 img.image_icon {
    width: 20px;
    margin-right: 10px;
}
 .sec_textonlynew_temp29{
     position: relative;
}
 .sec_textonlynew_temp29 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp29 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp29 .sec_bcard_info .sec_full_name {
     margin-top: 20px;
     padding-left: 52%;
}
 .sec_textonlynew_temp29 .sec_bcard_info .sec_job_title {
     margin-top: -10px;
     margin-bottom: 10px;
     padding-left: 52%;
}
 .sec_textonlynew_temp29 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp29 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp29 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp29 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp29 .sec_bcard_info .sec_address_line2 {
     padding-left: 55%;
}
 .sec_textonlynew_temp29 .sec_bcard_info .sec_address_line2 {
     margin-top: -6px;
     margin-left: 6.8%;
     
}
/* With Background Template-30 (Template-38) */
 .sec_textonlynew_temp30{
     position: relative;
}
 .sec_textonlynew_temp30 .sec_bcard_img {
     width: 167px;
}
 .sec_textonlynew_temp30 .sec_bcard_info{
     width: calc(100% - 167px);
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp30 .sec_bcard_info .sec_full_name {
     margin-top: 30px;
}
 .sec_textonlynew_temp30 .sec_bcard_info .sec_job_title {
     margin-top: 0px;
     margin-bottom: 50px;
}
 .sec_textonlynew_temp30 .sec_bcard_info .sec_phone_number{
     margin-bottom: 40px;
}
/* With Background Template-31 (Template-39) */
 .sec_textonlynew_temp31{
     position: relative;
}
 .sec_textonlynew_temp31 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp31 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp31 .sec_bcard_info .sec_full_name {
     margin-top: 30px;
}
 .sec_textonlynew_temp31 .sec_bcard_info .sec_job_title {
     margin-top: -10px;
     margin-bottom: 30px;
}
 .sec_textonlynew_temp31 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp31 .sec_bcard_info .sec_email_address{
     width: 50%;
}
 .sec_textonlynew_temp31 .sec_bcard_info .sec_address_line2 {
     margin-top: -10px;
     margin-bottom: 20px;
}
/* With Background Template-32 (Template-40) */
 .sec_textonlynew_temp32{
     position: relative;
}
 .sec_textonlynew_temp32 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp32 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp32 .sec_bcard_info .sec_full_name{
     margin-top: -5px;
}
 .sec_textonlynew_temp32 .sec_bcard_info .sec_job_title, .sec_textonlynew_temp32 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp32 .sec_bcard_info .sec_website_url{
     margin-bottom: 20px;
     margin-top: -5px;
}
 .sec_textonlynew_temp32 .sec_bcard_info .sec_address_line2 {
     margin-top: -5px;
}
/* With Background Template-33 (Template-41) */
 .sec_textonlynew_temp33{
     position: relative;
}
 .sec_textonlynew_temp33 .sec_bcard_img{
     display: none;
}
 .sec_textonlynew_temp33 .sec_bcard_info{
     width: 100%;
     flex-wrap: wrap;
     flex-direction: initial;
     justify-content: flex-end;
}
 .sec_textonlynew_temp33 .sec_bcard_info .sec_full_name{
     margin-top: 20px;
}
 .sec_textonlynew_temp33 .sec_bcard_info .sec_full_name, .sec_textonlynew_temp33 .sec_bcard_info .sec_job_title, .sec_textonlynew_temp33 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp33 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp33 .sec_bcard_info .sec_website_url, .sec_textonlynew_temp33 .sec_bcard_info .sec_address_line1, .sec_textonlynew_temp33 .sec_bcard_info .sec_address_line2{
     padding-left: 50%;
}
 .sec_textonlynew_temp33 .sec_bcard_info .sec_phone_number{
     margin-bottom: 30px;
}
 .sec_textonlynew_temp33 .sec_bcard_info .sec_follow_your_passion {
     position: absolute;
     bottom: 30px;
     left: 11%;
     width: fit-content;
}
/* With Background Template-34 (Template-42) */
.sec_textonlynew_temp34{
    position: relative;
}
.sec_textonlynew_temp34 .sec_bcard_img{
    position: absolute;
    top: 56px;
    right: 45px;
    height: 179px;
    width: 179px;
    border-radius: 100px;
}
.sec_textonlynew_temp34 .sec_bcard_img::after {
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 60%;
    border-radius: 100px;
    text-align: center;
    padding-top: 10px;
}
.sec_textonlynew_temp34 .sec_bcard_info{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: initial;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_first_name {
   margin-top: 40px;
   margin-bottom: 0px;
   line-height: initial;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_last_name {
    margin-bottom: 0px;
    line-height: initial;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_job_title {
    margin-bottom: 30px;
    margin-top: 0px;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_first_name, .sec_textonlynew_temp34 .sec_bcard_info .sec_last_name, .sec_textonlynew_temp34 .sec_bcard_info .sec_job_title{
    padding-left: 25px;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp34 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other {
    padding-left: 25px;
    height: 20px;
}
/* .sec_textonlynew_temp34 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-green/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-green/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-green/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other {
   margin-bottom: 0px;
   margin-top: 0px;
}
.sec_textonlynew_temp34 .sec_bcard_info .sec_email_address{
    margin-top: 0px;
}
/* With Background Template-35 (Template-43) */
.sec_textonlynew_temp35{
    position: relative;
}
.sec_textonlynew_temp35 .sec_bcard_img{
    position: absolute;
    top: 45px;
    right: 50px;
    height: 203px;
    width: 145px;
    border-radius: 100px;
}
.sec_textonlynew_temp35 .sec_bcard_img::after {
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    font-size: 60%;
    border-radius: 100px;
    text-align: center;
    padding-top: 10px;
}
.sec_textonlynew_temp35 .sec_bcard_info{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: initial;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_first_name {
   margin-top: 5px;
   margin-bottom: 0px;
   line-height: initial;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_last_name {
   margin-bottom: 5px;
   margin-top: 0px;
   line-height: initial;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_first_name, .sec_textonlynew_temp35 .sec_bcard_info .sec_last_name, .sec_textonlynew_temp35 .sec_bcard_info .sec_job_title{
    padding-left: 20px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_job_title {
   margin-bottom: 23px;
   margin-top: 4.5px;
   padding-left: 25px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp35 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other {
    padding-left: 20px;
    height: 20px;
}
/*.sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-white/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-white/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 26px;
    background-image: url(../images/icon-white/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number{
   margin-top: 0px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other {
    margin-bottom: 30px;
    margin-top: -1px;
}
.sec_textonlynew_temp35 .sec_bcard_info .sec_email_address{
    margin-top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
   ::i-block-chrome, .sec_textonlynew_temp35 .sec_bcard_info .sec_job_title {
       margin-bottom: 17px;
   }
}
/* With Background Template-36 (Template-44) */
.sec_textonlynew_temp36{
   position: relative;
}
.sec_textonlynew_temp36 .sec_bcard_img{
   position: absolute;
   top: 74px;
   right: 66px;
   height: 149px;
   width: 149px;
   border-radius: 100px;
}
.sec_textonlynew_temp36 .sec_bcard_img::after {
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   font-size: 60%;
   border-radius: 100px;
   text-align: center;
   padding-top: 10px;
}
.sec_textonlynew_temp36 .sec_bcard_info{
   width: 100%;
   flex-wrap: wrap;
   flex-direction: initial;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_first_name {
   margin-top: 20px;
   margin-bottom: 0px;
   line-height: initial;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_last_name {
   margin-bottom: 0px;
   line-height: initial;
   margin-top: 0px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_job_title {
   margin-bottom: 35px;
   margin-top: 0px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_first_name, .sec_textonlynew_temp36 .sec_bcard_info .sec_last_name, .sec_textonlynew_temp36 .sec_bcard_info .sec_job_title{
   padding-left: 20px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp36 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other {
   padding-left: 20px;
   height: 20px;
}
/* .sec_textonlynew_temp36 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 20px;
    background-image: url(../images/icon-black/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 20px;
    background-image: url(../images/icon-black/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 20px;
    background-image: url(../images/icon-black/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other {
   margin-bottom: 15px;
   margin-top: 0px;
}
.sec_textonlynew_temp36 .sec_bcard_info .sec_email_address{
   margin-top: 0px;
}
/* With Background Template-37 (Template-45) */
.sec_textonlynew_temp37{
   position: relative;
   justify-content: flex-end;
}
.sec_textonlynew_temp37 .sec_bcard_img{
   position: absolute;
   top: 60px;
   left: 50px;
   height: 190px;
   width: 150px;
   border-radius: 15px;
}
.sec_textonlynew_temp37 .sec_bcard_img span {
   width: 90%;
   font-size: 12px;
}
.sec_textonlynew_temp37 .sec_bcard_img::after{
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   font-size: 60%;
   border-radius: 15px;
   text-align: center;
   padding-top: 10px;
}
.sec_textonlynew_temp37 .sec_bcard_info{
   width: 58%;
   flex-wrap: wrap;
   flex-direction: initial;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_full_name{
   margin-top: 50px;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_job_title{
   margin-bottom: 26px;
   margin-top: 0px;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp37 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other {
   padding-left: 0px;
}
/* .sec_textonlynew_temp37 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other {
   margin-bottom: 20px;
}
.sec_textonlynew_temp37 .sec_bcard_info .sec_bcard_text{
   height: auto;
}
/* With Background Template-38 (Template-46) */
.sec_textonlynew_temp38{
   position: relative;
   justify-content: flex-end;
}
.sec_textonlynew_temp38 .sec_bcard_img{
   position: absolute;
   top: 70px;
   left: 55px;
   height: 179px;
   width: 179px;
   border-radius: 100px;
}
.sec_textonlynew_temp38 .sec_bcard_img span {
   width: 90%;
   font-size: 12px;
}
.sec_textonlynew_temp38 .sec_bcard_img::after{
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   font-size: 60%;
   border-radius: 100px;
   text-align: center;
   padding-top: 10px;
}
.sec_textonlynew_temp38 .sec_bcard_info{
   width: 56%;
   flex-wrap: wrap;
   flex-direction: initial;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_full_name {
   margin-top: 75px;
   padding-left: 35px;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_job_title{
   margin-bottom: 14px;
   margin-top: 0px;
   padding-left: 35px;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp38 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other {
   padding-left: 35px;
}
/* .sec_textonlynew_temp38 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 35px;
    background-image: url(../images/icon-white/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 35px;
    background-image: url(../images/icon-white/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 35px;
    background-image: url(../images/icon-white/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other {
   margin-bottom: 20px;
}
.sec_textonlynew_temp38 .sec_bcard_info .sec_bcard_text{
   height: auto;
}
/* With Background Template-39 (Template-47) */
.sec_textonlynew_temp39{
   position: relative;
   justify-content: flex-end;
}
.sec_textonlynew_temp39 .sec_bcard_img{
   position: absolute;
   top: 60px;
   left: 35px;
   height: 190px;
   width: 150px;
   border-radius: 15px;
}
.sec_textonlynew_temp39 .sec_bcard_img span {
   width: 90%;
   font-size: 12px;
}
.sec_textonlynew_temp39 .sec_bcard_img::after{
   left: 0px;
   top: 0px;
   bottom: 0px;
   right: 0px;
   font-size: 60%;
   border-radius: 15px;
   text-align: center;
   padding-top: 10px;
}
.sec_textonlynew_temp39 .sec_bcard_info{
   width: 62%;
   flex-wrap: wrap;
   flex-direction: initial;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_full_name{
   margin-top: 55px;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_job_title{
   margin-bottom: 20px;
   margin-top: 0px;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_phone_number, .sec_textonlynew_temp39 .sec_bcard_info .sec_email_address, .sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other {
   padding-left: 0px;
}
/* .sec_textonlynew_temp39 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_phone_number::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-call.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_email_address::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
    content: "";
    position: absolute;
    left: 0px;
    background-image: url(../images/icon-white/icon-share.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
} */
.sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other {
   margin-bottom: 30px;
}
.sec_textonlynew_temp39 .sec_bcard_info .sec_bcard_text{
   height: auto;
}
#ordering_content .bar_inner .dropdown button img{
   width: 53px !important;
   height: 37px !important;
}

/* Testing CSS */
 div[sec-el="font-color"] {
     display: none;
}
 .sec_bcard.preview_mode .empty_field {
     visibility: hidden;
}
 .sec_bcard.preview_mode .sec_bcard_img::after {
     visibility: hidden;
}
 .sec_bcard.preview_mode #image_placeholder{
     visibility: hidden;
}
/*Color picker modification*/
 .sp-cancel, .sp-cancel:hover{
     background: red !important;
     color: white !important;
     padding: 1px 9px !important;
     font-size: 16px !important;
     margin: 0 !important;
     margin-right: 5px !important;
     border: 1px solid #ccc !important;
     border-bottom: 1px solid #bbb !important;
     border-radius: 3px !important;
     line-height: 1 !important;
     text-align: center !important;
     text-shadow: 0 1px 0 #eee !important;
     vertical-align: middle !important;
     text-decoration: none !important;
}
 .sp-choose, .sp-choose:hover{
     background: #007bff !important;
     color: white !important;
     padding: 6px !important;
     font-size: 16px !important;
}
 .sp-palette-button-container, .sp-button-container {
     float: left !important;
}
 @media (max-width: 567px){
     div[sec-el="cardEditModeWrapper"]{
         width: 100%;
    }
     #previewnorder_popup .sec_bcard {
         width: 100%;
         height: 100%;
         background-size: cover;
         background-repeat: no-repeat;
         background-position: center;
    }
     #previewnorder_popup .modal-content{
         transform: scale(0.55);
    }
     .bar_inner .dropdown-menu .table td {
         padding: 0.2rem;
    }
     .bar_inner-layout .color {
         padding: 0px 0px 6px 0px;
    }
     .bar_inner-layout .color_inner {
         width: 24px;
         height: 24px;
    }
     #previewnorder_popup .modal-header {
         padding: 0.5rem;
    }
     #previewnorder_popup .modal-body {
         padding: 0.5rem;
    }
     #previewnorder_popup .modal-footer {
         padding: 0.5rem;
    }
     #previewnorder_popup .col-sm-6{
         width: 50%;
         padding: 0;
    }
     .ordering_content .container{
         position: relative;
    }
     .sec_bcard_wrap.sec_scale_active {
         width: 530px;
         transform: scale(1);
         position: absolute;
         left: 5%;
    }
}
@media (max-width: 576px) {
     img.image_icon
        margin-top: -2px;
    }
    /* .sec_textonlynew_temp34 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: -1px;
    }
    .sec_textonlynew_temp34 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 0px;
    }
    .sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp34.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    }
    .sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: 0;
    }
    .sec_textonlynew_temp35 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 3px;
    }
    .sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp35.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    }
    .sec_textonlynew_temp36 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: 0;
    }
    .sec_textonlynew_temp36 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 3.5px;
    }
    .sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp36.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    }
    .sec_textonlynew_temp37 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: 0;
    }
    .sec_textonlynew_temp37 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 3.5px;
    }
    .sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp37.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    }
    .sec_textonlynew_temp38 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: 0;
    }
    .sec_textonlynew_temp38 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 1.5px;
    }
    .sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp38.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    }
    .sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other {
        padding-top: 1px;
    }
    .sec_textonlynew_temp39 .sec_bcard_info .sec_phone_number::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_phone_number::after{
        top: 0;
    }
    .sec_textonlynew_temp39 .sec_bcard_info .sec_email_address::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_email_address::after{
        top: 3.5px;
    }
    .sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other::after, .sec_textonlynew_temp39.preview_mode .sec_bcard_info .sec_website_or_social_media_or_other::after{
        top: 0px;
    } */
}
 @media (max-width: 425px){
     .sec_bcard_wrap.sec_scale_active {
         transform: scale(0.7);
         left: -12%;
    }
}
 @media (max-width: 425px){
     .sec_bcard_wrap.sec_scale_active {
         left: -15%;
    }
}
 @media (max-width: 390px){
     .sec_bcard_wrap.sec_scale_active {
         left: -18%;
    }
}
 @media (max-width: 375px){
     .sec_bcard_wrap.sec_scale_active {
         transform: scale(0.6);
         left: -20%;
    }
}
 @media (max-width: 360px){
     .sec_bcard_wrap.sec_scale_active {
         left: -25%;
    }
}
 @media (max-width: 320px){
     .sec_bcard_wrap.sec_scale_active {
         transform: scale(0.55);
         left: -34%;
    }
}

/*mobile specific css */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .sec_bcard_info .sec_bcard_text img {
       /* margin-top: -3px;*/
        
    }
}

/*sfari specific css */
@media (max-width: 576px) {
    _::-webkit-full-page-media, _:future, :root .sec_bcard_info .sec_bcard_text img.safari_only  {
        margin-top: 0px;
    }
}

_::-webkit-full-page-media, _:future, :root .safari_only {
  margin-top: 0px
}

_::-webkit-full-page-media, _:future, :root .sec_textonlynew_temp34 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp34 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 2px
}
    
_::-webkit-full-page-media, _:future, :root   .sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp35 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 2px
}

_::-webkit-full-page-media, _:future, :root .sec_textonlynew_temp36 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp36 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 2px; 
}

 _::-webkit-full-page-media, _:future, :root .sec_textonlynew_temp37 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp37 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 0px;
         height: 20px;
}

_::-webkit-full-page-media, _:future, :root  .sec_textonlynew_temp38 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp38 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 2px;
         height: 20px;
     
}

_::-webkit-full-page-media, _:future, :root .sec_textonlynew_temp39 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp39 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
     margin-top: 0px;
     height: 20px;
}

@media not all and (min-resolution:.001dpcm) { @media {
    .safari_only { 
       margin-top: 0px
    }
    
    .sec_textonlynew_temp34 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp34 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp34 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: -2px
    }
    
    .sec_textonlynew_temp35 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp35 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp35 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: -2px
    }
    
    .sec_textonlynew_temp36 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp36 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp36 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: -2px; 
    }
    
     .sec_textonlynew_temp37 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp37 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp37 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: 0px;
         height: 20px;
    }
    
     .sec_textonlynew_temp38 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp38 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp38 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: 2px;
         height: 20px;
    }
    
    .sec_textonlynew_temp39 .sec_bcard_info .sec_phone_number div.sec_bcard_text_preview, .sec_textonlynew_temp39 .sec_bcard_info .sec_email_address div.sec_bcard_text_preview, .sec_textonlynew_temp39 .sec_bcard_info .sec_website_or_social_media_or_other div.sec_bcard_text_preview{
         margin-top: 0px;
         height: 20px;
    }
    
    
}}
.image_container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec_textimg_temp5 .sec_bcard_info {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}