img {
    max-width: 100%;
}

@font-face {
    font-family: ar-rg;
    src: url(../fonts/ar-rg.ttf);
}


@font-face {
    font-family: ar-bd;
    src: url(../fonts/ar-bd.ttf);
}

@font-face {
    font-family: pbi-ft;
    src: url(../fonts/pbi-ft.ttf);
}

@font-face {
    font-family: pb-ft;
    src: url(../fonts/pb-ft.ttf);
}

.ar-rg {
    font-family: ar-rg;
}

.ar-bd {
    font-family: ar-bd;
}

.pbi-ft {
    font-family: pbi-ft;
}

.pb-ft {
    font-family: pb-ft;
}


.main-body-wrap {
    padding-bottom: 50px;
    max-width: 481px;
    margin: 0 auto;
}

.header-wrap {
    position: sticky;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 3px 12px 0px rgb(0 0 0 / 33%);
    /* background-image: url(../images/header-pattern-bg.png); */
    background-image: url(../images/background.png);
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    padding: 10px 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
}

.header-wrap::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: saturate(180%) blur(2px);
    background: rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 100%;
}

.header-wrap .profile-image-wrap {
    position: relative;
    z-index: 11;
}

.header-wrap .profile-image-wrap img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #987F7F;
    transition: all 0.2s ease-in-out;
}

.header-wrap .profile-description-wrap {
    position: relative;
    z-index: 11;
    text-align: end;

}

.profile-description-wrap .common-header {
    letter-spacing: normal;
    border: 0px
}

.common-header {
    font-size: 25px;
    color: black;
    line-height: 1.3em;
    margin-bottom: 7px;
    letter-spacing: 0.02em;
    display: inline-block;
    border-bottom: 2px solid rgb(205, 202, 202);
}

.common-header span {
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #000000;
    color: transparent;
    display: inline-block;
    position: relative;

}

.small-header {
    font-size: 18px;

}

.small-header span {
    -webkit-text-stroke-width: 1px;
}

.common-header span::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    z-index: 10;
    background-color: #000;
    height: 2px;
    width: 100%;
}

p {
    font-size: 15px;
    color: black;
    line-height: 0.9em;
    margin-bottom: 7px;
    line-height: 1.1em;
}

.common-btn {
    background-color: #000;
    border-radius: 10px;
    color: white;
    text-decoration: none;
    font-family: ar-bd;
    padding: 8px 20px;
    position: relative;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.common-btn:hover {
    color: grey;
}

.company-profile-image-wrap {
    margin-top: 10px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}

.company-profile-image-wrap img {

    width: 100%;
}

.outer-cared-wrap {
    background: rgba(133, 126, 126, 0.09);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.53);
    border-radius: 19px;
    padding: 15px 10px;
}

.outer-cared-wrap .icon-wrap {
    background-color: #fff;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.53);
    text-align: center;
}

.connect-btn-wrap {
    display: flex;
    justify-content: space-around;
}

.moretext {
    display: none;
}

.fixed-add-contact {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 40px;
    z-index: 100;
    background-color: #000;
    border: 2px solid white;
    padding: 10px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0px 1px 7px 0px black;
}

.services-details-wrap .image-wrap {
    /* box-shadow: 0px 0px 10px 0px grey; */
    border-radius: 10px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.services-details-wrap .image-wrap .ab-tilte-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background: linear-gradient(181.36deg, rgba(255, 255, 255, 0) 1.16%, rgba(0, 0, 0, 0.473958) 53.59%, #000000 98.84%);
    z-index: 10;
}

.services-details-wrap .description-wrap .pricing-tag-services {
    font-size: 20px;
    font-family: pb-ft;
}

.header-wrap.is-sticky .company-profile-image-wrap {
    transition: all 0.2s ease-in-out;
    display: none;

}

.header-wrap.is-sticky .profile-image-wrap img {
    width: 70px;
    transition: all 0.2s ease-in-out;
}

.footer-wrap {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    text-align: center;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(2.5px);
    border-radius: 10px 10px 0px 0px;

}

body {
    height: 100%;
    font-family: ar-rg;
}



.service-image-slider-wrap.swiper-container-horizontal>.swiper-pagination-bullets,
.service-image-slider-wrap.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px;
}

.cus-close {
    border-radius: 10px;
    opacity: 1;
}

.modal-content.cus-modal-content {
    border-radius: 20px;
}

.modal-dialog {
    max-width: 300px;
    margin: 0 auto;
}

.address-des-wrap {
    color: grey;
    text-decoration: none;
    font-family: ar-bd;
}

.header-wrap.hide {
    transform: translateY(-100%);
}

#map-modal .modal-dialog {
    max-width: 380px;
}

/*****share Modal***/
#ShareModal .modal-dialog {
    max-width: 380px;
    text-align: center;
}

.list-share img {

    width: 40px;
    height: 40px;
}

.list-share p {
    padding-top: 10px;
    font-size: 12px;
}

.ur {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 0px;
    color: #fff;
    background-color: #000;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.cpy {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    border-left: 0px;
    background-color: #000;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

button.focus,
button:focus {
    outline: 0;
    box-shadow: none !important;

}

.ur.focus,
.ur:focus {
    outline: 0;
    box-shadow: none !important;
}

.message {
    font-size: 11px;
    color: #ee5535;
}

/*****/