* {
    box-sizing: border-box;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
span,
label {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

ul,
ol.li {
    list-style: none;
}

/* main CSS starts Here */
.vcard-green-white .ebusiness-card {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    z-index: 0;
    position: relative;
    box-shadow: 0 0 5px #000;
}

.vcard-green-white .ebusiness-card .vCard-header {
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px;
}

.vcard-green-white .ebusiness-card .vCard-header::before {
    content: "";
    background: #1d2740;
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 54%;
    z-index: -1;
    border-radius: 0 0 15px 15px;
    transform: skewY(-10deg);
}

.vcard-green-white .ebusiness-card .vCard-header .image-area {
    display: block;
    width: 100%;
    text-align: center;
}

.vcard-green-white .ebusiness-card .vCard-header .image-area span {
    display: inline-block;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 1px 4px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

.vcard-green-white .ebusiness-card .vCard-header .image-area span img {
    display: block;
    width: 100%;
}

.vcard-green-white .ebusiness-card .vCard-header .profile {
    display: block;
    width: 100%;
}

.vcard-green-white .ebusiness-card .vCard-header .profile label {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #1d2740;
    font-weight: 600;
    margin-top: 10px;
}

.vcard-green-white .ebusiness-card .vCard-header .profile span {
    display: block;
    /* width: 100%; */
    text-align: center;
    font-size: 16px;
    color: #1d2740;
    font-weight: 600;
    margin: 8px 0px 0px 0px;
}

.vcard-green-white .ebusiness-card .vCard-header .social-area {
    display: block;
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
    padding: 0 0 8px 0;
    margin: 20px 0 0 0;
}

.vcard-green-white .ebusiness-card .vCard-header .social-area ul {
    display: block;
    width: 100%;
    text-align: center;
}

.vcard-green-white .ebusiness-card .vCard-header .social-area ul li {
    display: inline-block;
    margin: 0 5px;
    width: 22%;
    border-radius: 50%;
}

.vcard-green-white .ebusiness-card .vCard-header .social-area ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #1d2740;
    text-align: center;
    padding: 8px 0;
}

.vcard-green-white .ebusiness-card .vCard-header .social-area ul li a img {
    display: inline-block;
    max-width: 100%;
    filter: invert(1) brightness(0) invert(1);
}

.vcard-green-white .ebusiness-card .vCard-header .social-area ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    margin: 4px 0 0 0;
}

.vcard-green-white .ebusiness-card .other-details {
    display: block;
    width: 100%;
    padding: 0 10px;
}

.vcard-green-white .ebusiness-card .other-details ul {
    display: block;
    width: 100%;
}

.vcard-green-white .ebusiness-card .other-details ul li {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
}

.vcard-green-white .ebusiness-card .other-details ul li span {
    display: inline-block;
    width: 28px;
    border-radius: 50%;
    margin: 0 10px 0 0;
    vertical-align: top;
}

.vcard-green-white .ebusiness-card .other-details ul li span img {
    display: block;
    width: 100%;
}

.vcard-green-white .ebusiness-card .other-details ul li a {
    display: inline-block;
    width: calc(100% - 45px);
    text-decoration: none;
    color: #1d2740;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    padding: 0;
    vertical-align: top;
    margin-top: 10px;
}

.vcard-green-white .ebusiness-card .other-details ul li i {
    display: inline-block;
    width: calc(100% - 45px);
    text-decoration: none;
    color: #1d2740;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    padding: 4px 0;
    font-style: normal;
    vertical-align: top;
}

.vcard-green-white .options-area {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.vcard-green-white .options-area ul {
    display: block;
    text-align: center;
    width: 100%;
}

.vcard-green-white .options-area ul li {
    display: inline-block;
    width: 45%;
    margin: 0 5px 8px;
}

.vcard-green-white .options-area ul li a {
    display: block;
    width: 100%;
    text-align: center;
    background: #1d2740;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
}

.vcard-green-white .options-area ul li a:hover{
    opacity: 0.8;
}

.vcard-green-white .company-details {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0 10px;
}

.vcard-green-white .company-details label {
    display: block;
    width: 100%;
    font-size: 20px;
    border-bottom: 1px solid #434343;
    padding: 0 0 6px 0;
}

.vcard-green-white .company-details ul {
    display: block;
    width: 100%;
}

.vcard-green-white .company-details ul li {
    display: flex;
    width: 100%;
    padding: 10px 7px;
    font-size: 14px;
    border-bottom: 1px solid #b5b5b5;
    background: #fdfbfe;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vcard-green-white .company-details ul li:last-child {
    border: none;
}

.vcard-green-white .company-details ul li span {
    width: 50%;
}

.vcard-green-white .company-details ul li span:first-child {
    color: #777;
}

.vcard-green-white .follow-us-section {
    display: block;
    width: 100%;
    position: relative;
    margin: 15px 0 0;
    padding: 20px 10px;
    text-align: center;
}

.vcard-green-white .follow-us-section::before {
    content: "";
    background: #1d2740;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110%;
    z-index: -1;
    border-radius: 20px 0px 0 0;
    clip-path: polygon(0 22%, 100% 0%, 100% 100%, 0% 100%);
}

.vcard-green-white .follow-us-section label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
}

.vcard-green-white .follow-us-section ul {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.vcard-green-white .follow-us-section ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 4px;
    background: #fff;
    border-radius: 50%;
}

.vcard-green-white .follow-us-section ul li a {
    display: inline-block;
    width: 100%;
    padding: 9px;
}

.vcard-green-white .follow-us-section ul li a img {
    display: inline-block;
    width: 100%;
}

/* main CSS Ends Here */

/* share button css starts */
.sharePop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

.sharePop .modal-dialog {
    display: flex;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.sharePop .modal-dialog .modal-content {
    display: block;
    width: 450px;
    background: #fff;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    padding: 15px;
}

.sharePop .modal-dialog .modal-content .modal-header {
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 25px 0;
}

.sharePop .modal-dialog .modal-content .modal-header h3 {
    display: block;
    width: 100%;
    font-weight: normal;
}

.sharePop .modal-dialog .modal-content .modal-header a {
    position: absolute;
    top: 0;
    right: 0;
    color: #666;
    text-decoration: none;
    font-size: 18px;
    border: 1px solid #cfcfcf;
    padding: 0 4px;
}

.sharePop .modal-dialog .modal-content .modal-body {
    display: block;
    width: 100%;
}

.sharePop .modal-dialog .modal-content .modal-body ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sharePop .modal-dialog .modal-content .modal-body ul li {
    display: block;
    width: 47%;
    margin: 0 0 18px 0;
    border: 1px solid #cfcfcf;
    padding: 0;
    border-radius: 3px;
}

.sharePop .modal-dialog .modal-content .modal-body ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 6px;
}

.sharePop .modal-dialog .modal-content .modal-body ul li a img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.sharePop .modal-dialog .modal-content .modal-body ul li a span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 30px);
}
