body {
    margin: 0;
    padding: 0;
}

:root {
    --primary-color: #05486F;
    --secondary-color: #C5AF7E;
    --gary-color: #1a1a15;
}

.my-card-container .owl-theme .owl-dots .owl-dot.active span,
.my-card-container .owl-theme .owl-dots .owl-dot:hover span,
.my-card-container .round_icon i {
    background: VAR(--PRIMARY-COLOR) !important;
}

.clear-fix {
    clear: both;
}

.desktop-view {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    text-align: center;
    border-style: none;
    border-color: inherit;
    border-width: 0px;


}



@media (max-width: 1100px) {




    .follow-us .icon {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 8.0% !important;
        flex: 0 0 8.0% !important;
        max-width: 8.0% !important;
    }

}

@media (max-width: 992px) {
    .main {
        box-shadow: none;
        min-width: auto;
        position: absolute;
        bottom: 0;
        top: 0;
        height: 1250px;
        border: none;
    }
}

.container1 {
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    border: none;
    max-width: 920px;
    display: flex;
    justify-content: center;
    justify-items: center;

}

.main {
    box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
    min-width: 700px;
    position: absolute;
    bottom: 0;
    top: 0;
}



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    display: block;
    justify-content: center;

}



.overlay:target {
    visibility: visible;
    opacity: 1;
}

.overlay-2:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 20px;
    width: 50%;
    margin: auto;
    margin-top: 30px;
    height: fit-content;
    position: relative;
    transition: all 5s ease-in-out;
}


.popup_text {
    font-size: 22px;
}

.content {
    padding: 40px 30px;
    line-height: 80px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

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

    .main {
        box-shadow: rgb(53 59 143 / 24%) 0px -20px 20px 0px;
        min-width: 100%;
        position: absolute;
        bottom: 0;
        top: 0;
        /* height: 1250px; */
    }

    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }

    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
        z-index: 99999;
        display: flex;
        justify-content: center;

    }


    .popup {
        margin: 70px 0%;
        background: #fff;
        border-radius: 5px;
        width: 90%;
        height: fit-content;
        position: relative;
        transition: all 5s ease-in-out;
    }



}


.container-1 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 992px;
}

.pt-avatar {
    position: relative;
    display: inline-block;
}

.pt-avatar .pt-avatar__holder {
    width: 180px;
    height: 180px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.pt-avatar.pt-avatar--circle .pt-avatar__holder {
    border-radius: 50%;
}

.pt-avatar.pt-avatar--outline .pt-avatar__holder {
    border: 3px solid var(--secondary-color);
}

.name_container {
    padding-top: 2rem;
    line-height: 50px;
}

.round_icon a {
    position: relative;
    text-decoration: none;
    display: block;
    margin: 10px 0px;
}

.round_icon i {
    overflow: visible;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    font-size: 40px;
    line-height: 102px;
    display: inline-grid;
    align-items: center;
    align-content: center;
}
.ext {
    position: absolute;
     right: 41%;
    top: 26%;
    color: #fff;
    font-weight: 600;
}
.svg-cl {
    display: flex;
    align-items: center;
    justify-content: center;

}

.svg-cl svg {
    width: 40px;
    height: 40px;
    fill: var(--primary-color);
}

.main-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.user_img {
    margin-top: -60px;
    padding: 0px !important;
}

.name-style {
    font-size: 3rem;
    font-weight: bold;
}

.company-style {
    font-size: 2rem;
    font-weight: 500;
}

.designation-style {
    font-size: 2.2rem;
    font-weight: 500;
}

.border-div-1 {
    border-top: 4px solid var(--secondary-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px -20px 20px 0px;
    border-radius: 50px 50px 0 0;
}



.icon-board {
    padding-bottom: 10rem;
}

.icon-text-style {
    font-size: 20px;
}

.add_to_contact {
    position: fixed;
    margin: 0 auto;
    bottom: 50px;
    z-index: 999;
}


.add-to-contact-btn {
    border-radius: 14px;
    padding: 25px;
    font-size: 27px;
    background-color: var(--secondary-color);
    border-color: 2px solid #ffffff;
    color: #fff;
}

.add-to-contact-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.popup_headline {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 20px 20px 0 0;
}

.popup_headline h1 {
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.popup_icons {
    font-size: 35px;
}

.popup_icons svg {
    width: 20px;
    height: auto;
}

.popup_icons svg path {
    fill: var(--primary-color);

}

.content p {
    position: relative;
    padding-left: 50px;
}

.content p i {
    position: absolute;
    left: 0;
    padding-top: 20px;
    display: flex;
    align-items: center;
    color: var(--primary-color);
}

.add_btn_row {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-around;
}

@media screen and (max-width: 992px) {
    .container-1 {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
        max-width: auto;
    }

    .pt-avatar .pt-avatar__holder {
        width: 110px;
        height: 110px;
        border-radius: 3px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .name_container {
        padding-top: 1rem;
        line-height: 20px;
    }

    .icon-board {
        padding-bottom: 7rem;
    }

    .main-logo {
        padding-bottom: 5rem;
    }

    .name-style {
        font-size: 2rem;
    }

    .company-style {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .designation-style {
        font-size: 1.2rem;
    }

    .round_icon i {
        width: 60px;
        height: 60px;
        padding: 5px;
        border-radius: 50%;
        font-size: 28px;
        font-weight: 300;
        line-height: 102px;
    }
.ext {
            right: 42%;
        top: 24%;
}
    .icon-text-style {
        font-size: 16px;
        margin-bottom: 0;
    }

    .svg-cl svg {
        width: 25px;
        height: 25px;
        fill: var(--primary-color);
    }

    .add-to-contact-btn {
        border-radius: 8px;
        padding: 15px;
        font-size: 18px;
        background-color: var(--secondary-color);
        border-color: 2px solid #ffffff;
    }

    .popup {
        border-radius: 20px;
        border: none;
        width: 95%;
    }

    .popup_headline {
        background: var(--primary-color);
        border: none;
        padding: 18px;
        border-radius: 20px 20px 0 0;
    }

    .popup_headline h1 {
        font-family: sans-serif;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .popup .close {
        top: 13px;
        right: 20px;
        font-size: 30px;
    }

    .content {
        padding: 20px 20px;
        line-height: 30px;
    }

    .content p {
        position: relative;
        padding-left: 30px;


    }

    .content p i {
        position: absolute;
        padding-top: 5px;
        left: 0;
        display: flex;
        align-items: center;
    }

    .popup_icons {
        font-size: 20px;
    }

    .popup_text {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {

.ext {
     right: 34%;
    top: 24%;
}
.add_to_contact {
    bottom: 22px;
}
}