/*============ social media page VCARD ==============*/
.page-id-2103 header,
.page-id-2103 .sfm-rollback,
.page-id-2103 footer,.page-id-2126 header,
.page-id-2126 .sfm-rollback,
.page-id-2126 footer {
    display: none !important;
}

.page-id-2103 div#main-content,.page-id-2126 div#main-content {
    margin-top: 0;
}

.sm_main_sec,
.ftr_sm_img_box {
    width: 100% !important;
    margin: auto !important;
    max-width: 570px !important;
}

.sm_main_sec {
    box-shadow: 0px 6px 14px 0px #0000001F;
    position: relative;
}

.sm_bnr_img {
    display: flex;
}

.sm_bnr_img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.sm_main_info_box {
    margin-top: -100px;
    position: relative;
}

.sm_logo {
    height: 200px;
    width: 200px;
    background: #243544;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 20px 0px #00000040;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.sm_logo img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}

.sm_main_ttl {
    font-size: 30px;
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
}

.sm_icon_box {
    width: 33.33%;
    display: flex;
}

.sm_icon_box_inr {
    width: 100%;
}

.sm_icn_box {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 17px;
    box-shadow: 0px 6px 14px 0px #0000001F;
    margin: auto;
}

.sm_icn_box img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.sm_txt_box {
    font-size: 20px;
    text-align: center;
    padding: 20px 0;
    color: #000;
}

.sm_icon_main_box {
    padding: 0 50px 140px 50px;
}

.ftr_sm_img_box {
    position: fixed;
    background: #243544;
    border-radius: 60px 60px 0 0;
    padding: 20px 10px 0 10px;
    bottom: 0;
}

.ftr_sm_img a {
    display: flex;
    height: 45px;
    width: 45px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
}

.ftr_sm_img_box_inr {
    justify-content: center;
}

.ftr_sm_img {
    padding: 0 10px;
}

.ftr_sm_img a svg {
    width: 100%;
    height: 20px;
}

.ftr_made_text {
    font-size: 16px;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.ftr_made_text span i {
    color: red;
    padding: 0 5px;
}

.sm_icon_main_box_inr.df {
    gap: 20px 0;
}

/* share popup  */
.share_icn_box .sm_icon_box_inr {
    cursor: pointer;
}

.share_pup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    z-index: 15;
    transition: all 0.4s ease-in-out;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 6px 14px 0px #0000001F;
}

body.active .overlay,
.share_pup.active {
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    transition: all 0.4s ease-in-out;
}

.share_pup_close_btn {
    display: flex;
    justify-content: right;
    width: fit-content;
    margin: 0 0 auto auto;
}

.share_pup_close_btn i {
    background: red;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.share_pup_wp_link_box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.shre_pup_wp_link_txt {
    font-size: 20px;
    color: #000;
}

.shre_pup_wp_link_img {
    display: flex;
}

.shre_pup_wp_link_img img {
    width: 100%;
    height: 30px;
    object-fit: contain;
}

.share_pup_btn {
    display: flex;
    justify-content: center;
}

.share_pup_btn button {
    height: 40px;
    width: 100px;
    background: #0d6efd;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
}
.ftr_made_text a {
    color: #fff;
}

@media all and (min-width: 20px) and (max-width: 550px) {

    .sm_main_sec,
    .ftr_sm_img_box {
        width: 100% !important;
        margin: auto !important;
        max-width: 100% !important;
    }

    .sm_bnr_img img {
        width: 100%;
        height: 270px;
    }

    .sm_icon_main_box {
        padding: 0 20px 110px 20px;
    }

    .sm_icn_box {
        width: 75px;
        height: 75px;
    }

    .sm_icn_box img {
        height: 30px;
    }

    .sm_txt_box {
        font-size: 17px;
        padding: 10px 0;
    }

    .ftr_sm_img a {
        display: flex;
        height: 35px;
        width: 35px;
    }

    .sm_main_info_box {
        margin-top: -80px;
    }

    .sm_main_ttl {
        font-size: 26px;
        padding: 15px 0;
    }

    .sm_logo {
        height: 150px;
        width: 150px;
    }

    .sm_logo img {
        height: 60px;

    }

    .ftr_sm_img {
        padding: 0 5px;
    }

    .ftr_sm_img_box {
        border-radius: 30px 30px 0 0;
    }

    .ftr_made_text {
        font-size: 13px;
    }

    .share_pup {
        width: 300px;
        padding: 6px;
    }
}



@media all and (min-width: 768px) and (max-width: 980px) {}

@media all and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}