.menu-mobile{
    display: none;
}
/* start social contact */
.header-menu-mobile{
    display: none;
}
.w-100{
    width: 100%;
}
.form-group.form-group-withicon {
    position: relative;
}
.form-group-withicon img {
    position: absolute;
    height: 26px;
    left: 20px;
    top: 16px;
}
[dir=rtl] .form-group-withicon img{
    right: 20px;
    left: auto;
}
.form-group-withicon input{
    padding-inline-start: 80px;
}
.form-group-withicon label{
    padding-inline-start: 80px;
    display: inline-block;
    line-height: 3rem;
    font-weight: 200;
}
.logo-img {
    width: 200px;
    height: 200px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem #e8e8e8!important;
}
.social-contact-sec {
    padding-top: 145px !important;
}
.logo-img {
    width: 220px;
    height: 220px;
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 0.125rem 1.25rem #e8e8e8!important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -185px;
    margin-bottom: 30px;
}
.logo-img img{
    width: 100px;
}
.share-icon {
    background: #fafafa;
    border-radius: 50%;
    left: auto;
    right: 20px;
    top: 12px;
    position: absolute;
    padding: 0px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
[dir=rtl] .share-icon{
    right: auto ;
    left: 20px ;
}
.share-icon img{
    position: unset;
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
    .menu-mobile{
        display: block;
    }
    .header-menu-mobile{
        display: block;
    }
    .left-8 {
        left: 1.4rem;
    }
    .top-8 {
        top: 1.4rem;
    }
    .logo-opacity-bg img {
        width: 130px;
        margin: auto;
    }
    .header-menu-mobile {
        width: 100%;
        margin-top: 0;
    }
    #navbar #links {
        background-color: #fff !important;
        gap: 0;
        overflow-y: scroll;
    }
    .logo-opacity-bg {
        padding: 25px 35px;
        background: #640198;
        text-align: center;
        width: 100%;
    }
    .scrolled .link {
        color: rgb(31 30 56 / var(--tw-text-opacity));
        border: 0;
    }
    #whatsapp {
        z-index: 9;
    }
    a.nav-link.social-link {
        width: 26px;
        height: 26px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #640198;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 14px;
        padding: 0;
    }
    ul.nav.social-nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: center;
        padding: 15px 0;
        justify-content: center;
    }
    .scrolled .navbar-li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #64019829;
        padding: 15px 10px;
    }
    #navbar #links {
        display: block;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    .menu-mobile{
        display: block;
    }
    .header-menu-mobile{
        display: block;
    }
    .left-8 {
        left: 1.4rem;
    }
    .top-8 {
        top: 1.4rem;
    }
    .logo-opacity-bg img {
        width: 130px;
        margin: auto;
    }
    .header-menu-mobile {
        width: 100%;
        margin-top: 0;
    }
    #navbar #links {
        background-color: #fff !important;
        gap: 0;
        overflow-y: scroll;
    }
    .logo-opacity-bg {
        padding: 25px 35px;
        background: #640198;
        text-align: center;
        width: 100%;
    }
    .scrolled .link {
        color: rgb(31 30 56 / var(--tw-text-opacity));
        border: 0;
    }
    #whatsapp {
        z-index: 9;
    }
    a.nav-link.social-link {
        width: 26px;
        height: 26px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #640198;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 14px;
        padding: 0;
    }
    ul.nav.social-nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: center;
        padding: 15px 0;
        justify-content: center;
    }
    .scrolled .navbar-li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #64019829;
        padding: 15px 10px;
    }
    #navbar #links {
        display: block;
    }

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .menu-mobile{
        display: block;
    }
    .header-menu-mobile{
        display: block;
    }
    .left-8 {
        left: 1.4rem;
    }
    .top-8 {
        top: 1.4rem;
    }
    .logo-opacity-bg img {
        width: 130px;
        margin: auto;
    }
    .header-menu-mobile {
        width: 100%;
        margin-top: 0;
    }
    #navbar #links {
        background-color: #fff !important;
        gap: 0;
        overflow-y: scroll;
    }
    .logo-opacity-bg {
        padding: 25px 35px;
        background: #640198;
        text-align: center;
        width: 100%;
    }
    .scrolled .link {
        color: rgb(31 30 56 / var(--tw-text-opacity));
        border: 0;
    }
    #whatsapp {
        z-index: 9;
    }
    a.nav-link.social-link {
        width: 26px;
        height: 26px;
        margin-right: 8px;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        color: #640198;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        font-size: 14px;
        padding: 0;
    }
    ul.nav.social-nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: center;
        padding: 15px 0;
        justify-content: center;
    }
    .scrolled .navbar-li {
        display: block;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #64019829;
        padding: 15px 10px;
    }
    #navbar #links {
        display: block;
    }

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 1200px) and (max-width: 1366px) { 
   
    
}

@media (min-width: 992px) and (max-width: 1199px) { 
    #navbar #links{
        gap: 2rem;
        margin-right: 2rem;
    }
}


/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1600px) { 
    
}



/* ---------------- 29/1/2023 ------------------ */
.desc-p{
    font-size: 17px;
    line-height: 40px;
}
.max-w-5xl {
    max-width: 78rem;
}
.profile-card{
    width: 100%;
}
.profile-title {
    background: #fafafa;
    margin-top: 16px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.dwnld-prof-btn {
    background: #640198;
    color: #ffff;
    border-radius: 12px;
    width: 48%;
    display: inline-flex;
    align-items: center;
    padding: 10px 6px;
    height: 58px;
}
.rtl-btn{
    direction: rtl;
    float: right;
}
[dir=rtl] .rtl-btn{
    direction: ltr;
    float: left;
}
[dir=rtl] .dwnld-prof-btn.rtl-btn img, .dwnld-prof-btn img{
    margin-right: 5px;
    margin-left: 0;
}
[dir=rtl] .dwnld-prof-btn img,.dwnld-prof-btn.rtl-btn img{
    margin-right: 0;
    margin-left: 5px;
}
.profile-icon{
    background: #fafafa;
    border: 2px solid #f1f2f3;
    border-radius: 15px;
    padding: 20px;
    height: 176px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-icon img{
    max-width: 100%;
    max-height: 100%;
}
.editor h1,.editor h2, .editor h3,.editor h4,.editor h5,.editor h6 {
    font-size: initial;
    font-weight: initial;
}

.editor * {
    all: revert;
}

