@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none; 
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}

p{
    color:#757575;
    font-size:16px;
    margin:0px 0px 10px;
}
input{
    font-family: "Poppins", sans-serif;
}



.headerpart{
    padding:15px 0px;
    text-align:left;
}
.headerpart a img{
    max-width:155px;
}
.topcontent {
    max-width: 650px;
    margin:40px 0px 30px;
}

.title h1{
    color:#0000FF;
    font-size:50px;
    font-weight: 600;
    line-height:58px;
}

.contentWrapper {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.imgWrapper img {
    width: 100%;
}
.titleh2 h2 {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}


.columnbox {
    flex-grow: 1;
    flex-basis: calc(50% - 30px);
}

/*subcribeform*/

.subcribeform h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}


.subcribeform form {
    display: flex;
    align-items:center;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    background-color: #0000FF;
    border-radius: 60px;
    overflow: hidden;
}

.subcribeform form input {
    height: 45px;
    border: 1px solid transparent;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    border-radius: 0px;
    background-color: transparent;
    border-radius: 30px;
    outline: none;
    width: calc(100% - 125px);
    font-weight: 400;
    color: #fff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.subcribeform form input::placeholder{
    color:#fff;
    font-weight: 500;
}
.subcribeform form .Subscribecta {
    height: 35px;
    color: #0000FF;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 35px;
    background-color: #fff;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    border: 0px;
    font-family: "Poppins", sans-serif;
    width: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:10px;
}
.subcribeform {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.subcribeform p {
    margin: 0px 0px 20px;
    font-weight: 300;
}
.subcribeform label {
    font-weight: 500;
    padding:0px 0px 0px 25px;
    margin:0px 0px 5px;
}
.aligncenter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:30px;
    padding:0px 0px 40px;
}
.SocialIcon {
    display: flex;
    align-items: center;
    gap: 10px;
    border-right: 1px solid #757575;
    padding-right: 30px;
}
.SocialIcon a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    min-width:40px;
    height:40px;
    min-height:40px;
}
.pagelink a{
    font-size:18px;
    text-decoration: none;
    color:#757575;
    font-weight: 400;
}
/*subcribeform*/

/*====profile page===*/

.twocolumnrow {
    display: grid;
    padding:30px 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
    font-family: "Roboto", sans-serif;
}
.NameField {
    text-align: center;
    font-size: 35px;
    color: #0077FF;
    font-weight: 600;
    line-height: 40px;
    margin:0px 0px 40px;
}

.LogoField {
    text-align: center;
    margin: 0 auto 15px;
}
.LogoField img{
    max-width: 180px;
}

.logoslogen {
   text-align: center;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
    line-height: 24px;
}
.parsh {
    margin: 10px 0px;
}

.parsh p {
    margin: 0px;
    text-align: center;
    font-size: 22px;
    line-height: 33px;
    font-weight: 300;
    color: #000;
}
.powerdby {
    font-size: 14px;
    color: #000;
    font-weight: 300;
    text-align: center;
}

.powerdby a{
    text-decoration: underline;
    color:#000;
}
.contactinfofield, .contactinfofield a {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    display: block;
    line-break: anywhere;
}
.contactinfofield{
    margin:0px 0px 20px;
}
.contactfieldin {
    display: flex;
    align-items: flex-start;
}

.IconDiv {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
.shabbir-enterprises-new .callicon{
   background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-telephone-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .mailicon{
   background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .location{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .webicon{
   background-image: url("data:image/svg+xml, %3Csvg width='16' height='16' viewBox='0 0 16 16' fill='%23e15d28' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_947)'%3E%3Cpath d='M9.19661 12.3919C8.96918 12.6107 8.72786 12.8277 8.47266 13.043L8.54297 13.0313L8.76302 12.9922C8.96249 12.9518 9.15978 12.9014 9.35417 12.8411L9.39844 12.8281L9.53776 13.1263L9.69401 13.4622L9.55469 13.5065C9.3372 13.5741 9.11643 13.6306 8.89323 13.6758C8.66927 13.7218 8.44141 13.7561 8.20964 13.7786C7.97786 13.8008 7.74219 13.8125 7.50391 13.8125C7.26562 13.8125 7.03255 13.8008 6.80078 13.7786C6.56901 13.7565 6.34245 13.7214 6.11719 13.6758C5.89736 13.6329 5.68002 13.5782 5.46615 13.5117C5.25191 13.4455 5.04114 13.3686 4.83464 13.2813H4.81771L4.80599 13.2734C4.60286 13.1866 4.40538 13.0907 4.21354 12.9857C4.01432 12.8789 3.82292 12.7617 3.63542 12.638C3.45475 12.5175 3.28087 12.3871 3.11458 12.2474C2.94141 12.1055 2.77734 11.9557 2.61979 11.7995C2.46346 11.6458 2.31567 11.4837 2.17708 11.3138C2.03796 11.1435 1.90758 10.9661 1.78646 10.7826C1.65879 10.5972 1.54059 10.4056 1.43229 10.2083C1.39453 10.1393 1.35807 10.069 1.32292 9.9987H8.25C8.26132 10.1314 8.28753 10.2625 8.32812 10.3893C8.33984 10.4245 8.35156 10.4609 8.36589 10.4961L8.44661 10.694H7.85547V12.6615C8.23047 12.349 8.57682 12.0352 8.89714 11.7201C8.9974 11.944 9.10026 12.168 9.20312 12.3919H9.19661ZM0.78125 8.48177L0 5.33854H1.13021L1.48958 7.25521H1.51432L1.91536 5.33854H3.01302L3.43099 7.23828H3.45443L3.79948 5.33854H4.92839L4.14714 8.48307H2.92318L2.48047 6.79037H2.44792L2.00651 8.48307L0.78125 8.48177ZM5.82422 8.48177L5.04427 5.33854H6.17318L6.53385 7.25521H6.55859L6.95964 5.33854H8.05729L8.47526 7.23828H8.4987L8.84245 5.33854H9.97266L9.19141 8.48307H7.96615L7.52474 6.79037H7.49219L7.04948 8.48307L5.82422 8.48177ZM10.8685 8.48177L10.0885 5.33854H11.2174L11.5781 7.25521H11.6016L12.0039 5.33854H13.1016L13.5195 7.23828H13.5417L13.8867 5.33854H15.0169L14.2357 8.48307H13.0104L12.569 6.79037H12.5365L12.0937 8.48307L10.8685 8.48177ZM15.181 15.056C15.1469 15.0891 15.1072 15.116 15.0638 15.1354C15.0205 15.1545 14.9743 15.1664 14.9271 15.1706C14.873 15.175 14.8186 15.1688 14.7669 15.1523C14.7154 15.1364 14.6676 15.1103 14.6263 15.0755L13.4661 14.0911L13.0755 15.069C13.0431 15.1476 13.0035 15.223 12.957 15.2943C12.9139 15.3587 12.8632 15.4178 12.806 15.4701C12.7553 15.5223 12.6934 15.5623 12.6249 15.587C12.5565 15.6117 12.4833 15.6204 12.4109 15.6125C12.3386 15.6046 12.269 15.5802 12.2075 15.5413C12.146 15.5024 12.0942 15.45 12.056 15.388C12.0197 15.3371 11.9887 15.2825 11.9635 15.2253C11.2643 13.4779 10.3281 11.7357 9.63542 9.98438C9.61439 9.93265 9.60766 9.87621 9.61595 9.82099C9.62424 9.76577 9.64723 9.71379 9.68252 9.67052C9.7178 9.62724 9.76409 9.59426 9.81651 9.57502C9.86893 9.55579 9.92557 9.55101 9.98047 9.5612C11.6589 9.8724 13.832 10.5807 15.5391 11.0339C16.069 11.1732 16.1549 11.6406 15.763 12.0026C15.701 12.0606 15.6329 12.1117 15.5599 12.1549C15.2591 12.3255 14.9544 12.5221 14.6576 12.7031L15.8125 13.6927C15.8538 13.7291 15.8874 13.7734 15.9115 13.8229V13.8307C15.934 13.8767 15.9473 13.9267 15.9505 13.9779C15.9534 14.0297 15.9477 14.0816 15.9336 14.1315C15.9179 14.1821 15.8937 14.2297 15.862 14.2721C15.6522 14.5448 15.4275 14.8056 15.1888 15.0534L15.181 15.056ZM14.8828 14.6719L15.4414 14.0208C15.1953 13.8086 14.1458 12.9909 14.0312 12.793C14.0002 12.7386 13.9916 12.6742 14.0075 12.6136C14.0233 12.553 14.0622 12.501 14.1159 12.4688C14.4805 12.2656 14.9518 11.9818 15.2982 11.75C15.3417 11.7244 15.3826 11.6947 15.4206 11.6615C15.4494 11.6357 15.4748 11.6064 15.4961 11.5742L15.5117 11.5443L15.4805 11.526C15.4561 11.5152 15.4308 11.5065 15.4049 11.5L10.2109 10.1185L12.3932 15.0352C12.4041 15.0591 12.4167 15.0821 12.431 15.1042L12.4531 15.1328L12.4805 15.1133C12.5094 15.0875 12.5344 15.0577 12.5547 15.0247C12.5815 14.9837 12.6042 14.9401 12.6224 14.8945C12.7865 14.4935 12.9714 13.9466 13.1628 13.5768L13.1862 13.5443C13.2065 13.5204 13.2312 13.5008 13.2591 13.4865C13.2869 13.4722 13.3173 13.4635 13.3485 13.461C13.3797 13.4585 13.4111 13.4621 13.4409 13.4717C13.4707 13.4813 13.4983 13.4967 13.5221 13.5169L14.888 14.6745L14.8828 14.6719ZM6.54818 13.0469C6.13035 12.6935 5.73259 12.317 5.35677 11.9193C4.99128 11.5349 4.65526 11.1236 4.35156 10.6888H2.57031C2.64323 10.7865 2.72005 10.8802 2.79948 10.9714C2.89844 11.0859 3.0026 11.1979 3.11068 11.306C3.25217 11.4484 3.39887 11.5812 3.55078 11.7044C3.70313 11.83 3.86175 11.9478 4.02604 12.0573C4.1915 12.1703 4.36274 12.2746 4.53906 12.3698C4.71267 12.4661 4.89757 12.553 5.09375 12.6302H5.10417H5.11198C5.29557 12.707 5.48307 12.776 5.67318 12.8346C5.86646 12.895 6.06295 12.9445 6.26172 12.9831C6.33464 12.9974 6.40885 13.0104 6.48177 13.0221L6.54818 13.0326V13.0469ZM2.5625 3.125H4.45443C4.75612 2.69532 5.08582 2.28601 5.44141 1.89974C5.80812 1.4985 6.1949 1.11607 6.60026 0.753906L6.5 0.768229C6.41797 0.78125 6.33724 0.795573 6.25781 0.8125C6.05745 0.85271 5.85928 0.903123 5.66406 0.963542C5.46924 1.02344 5.27797 1.0943 5.09115 1.17578C4.89931 1.25738 4.71528 1.34418 4.53906 1.4362C4.36285 1.52821 4.18924 1.63151 4.01823 1.74609C3.85394 1.85559 3.69531 1.97337 3.54297 2.09896C3.39062 2.22266 3.24479 2.35938 3.10286 2.4974C2.99479 2.60547 2.89062 2.71745 2.79167 2.83203C2.71094 2.92448 2.63281 3.01953 2.55859 3.11849L2.5625 3.125ZM8.42187 0.759115C8.84635 1.14019 9.23134 1.5204 9.57682 1.89974C9.93242 2.28565 10.2617 2.69499 10.5625 3.125H12.4505C12.3776 3.02865 12.3008 2.93359 12.2214 2.84245C12.1237 2.72917 12.0182 2.61719 11.9089 2.50781C11.7674 2.36632 11.6211 2.23351 11.4701 2.10938C11.3178 1.98368 11.1592 1.8659 10.9948 1.75651C10.8307 1.64627 10.6597 1.54297 10.4818 1.44661C10.3038 1.35026 10.1189 1.26259 9.92708 1.18359L9.91536 1.17188C9.73047 1.09505 9.54297 1.02604 9.35286 0.967448C9.1578 0.907542 8.95958 0.858422 8.75911 0.820313C8.67578 0.803386 8.59375 0.789063 8.51432 0.78125L8.42318 0.766927L8.42187 0.759115ZM6.11979 0.136719C6.34375 0.0907118 6.57161 0.0564236 6.80339 0.0338542C7.03125 0.0117187 7.27083 0 7.50781 0C7.74479 0 7.97917 0.0117187 8.21224 0.0338542C8.44531 0.0559896 8.67057 0.0911458 8.89583 0.136719C9.11565 0.180147 9.33298 0.235348 9.54687 0.302083C9.76244 0.368127 9.97451 0.445049 10.1823 0.532552H10.1966L10.2083 0.539063C10.4115 0.631076 10.6111 0.729167 10.8073 0.833333C11.0052 0.941406 11.1979 1.05729 11.3828 1.17969C11.5633 1.30052 11.7371 1.43092 11.9036 1.57031C12.0773 1.71181 12.2418 1.86111 12.3971 2.01823C12.5531 2.17222 12.7009 2.33434 12.8398 2.50391C12.979 2.67426 13.1093 2.85157 13.2305 3.03516C13.3607 3.22005 13.4701 3.41016 13.5768 3.60677C13.6146 3.67578 13.651 3.74609 13.6862 3.81641H1.31641C1.35286 3.74609 1.38932 3.67448 1.42708 3.60547C1.53385 3.40885 1.64974 3.21484 1.77083 3.03516C1.89193 2.85547 2.02214 2.67839 2.16146 2.51432C2.30078 2.35026 2.45313 2.17578 2.60938 2.01953C2.7637 1.86387 2.9258 1.71611 3.09505 1.57682C3.26593 1.4378 3.44367 1.30743 3.6276 1.1862C3.8112 1.05599 4.0026 0.946615 4.19792 0.841146C4.39323 0.735677 4.60807 0.63151 4.81771 0.542969C5.03026 0.452223 5.2476 0.373113 5.46875 0.30599C5.68281 0.23877 5.9001 0.182277 6.11979 0.136719ZM7.85547 1.1862V3.125H9.70833C9.44856 2.78981 9.17172 2.46821 8.87891 2.16146C8.56901 1.83767 8.22786 1.51128 7.85547 1.18229V1.1862ZM7.16146 12.6615V10.6888H5.20833C5.4775 11.0343 5.76754 11.3631 6.07682 11.6732C6.42156 12.0206 6.78357 12.3504 7.16146 12.6615ZM7.16146 3.125V1.1862C6.78906 1.51432 6.44792 1.84071 6.13802 2.16536C5.84532 2.47085 5.56848 2.79115 5.30859 3.125H7.16146Z' fill='%23e15d28'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_947'%3E%3Crect width='16' height='15.6172' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.shabbir-enterprises-new .igicon{
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .whatsaapicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .telgrameicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-telegram' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09'/%3E%3C/svg%3E");
}
.shabbir-enterprises-new .fbIcon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e15d28' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
}






/* best choice */

.bestchoicegroup-new .callicon,.bestchoicepharmacy-new .callicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-telephone-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .mailicon,.bestchoicepharmacy-new .mailicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .location,.bestchoicepharmacy-new .location{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .webicon,.bestchoicepharmacy-new .webicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_947)'%3E%3Cpath d='M9.19661 12.3919C8.96918 12.6107 8.72786 12.8277 8.47266 13.043L8.54297 13.0313L8.76302 12.9922C8.96249 12.9518 9.15978 12.9014 9.35417 12.8411L9.39844 12.8281L9.53776 13.1263L9.69401 13.4622L9.55469 13.5065C9.3372 13.5741 9.11643 13.6306 8.89323 13.6758C8.66927 13.7218 8.44141 13.7561 8.20964 13.7786C7.97786 13.8008 7.74219 13.8125 7.50391 13.8125C7.26562 13.8125 7.03255 13.8008 6.80078 13.7786C6.56901 13.7565 6.34245 13.7214 6.11719 13.6758C5.89736 13.6329 5.68002 13.5782 5.46615 13.5117C5.25191 13.4455 5.04114 13.3686 4.83464 13.2813H4.81771L4.80599 13.2734C4.60286 13.1866 4.40538 13.0907 4.21354 12.9857C4.01432 12.8789 3.82292 12.7617 3.63542 12.638C3.45475 12.5175 3.28087 12.3871 3.11458 12.2474C2.94141 12.1055 2.77734 11.9557 2.61979 11.7995C2.46346 11.6458 2.31567 11.4837 2.17708 11.3138C2.03796 11.1435 1.90758 10.9661 1.78646 10.7826C1.65879 10.5972 1.54059 10.4056 1.43229 10.2083C1.39453 10.1393 1.35807 10.069 1.32292 9.9987H8.25C8.26132 10.1314 8.28753 10.2625 8.32812 10.3893C8.33984 10.4245 8.35156 10.4609 8.36589 10.4961L8.44661 10.694H7.85547V12.6615C8.23047 12.349 8.57682 12.0352 8.89714 11.7201C8.9974 11.944 9.10026 12.168 9.20312 12.3919H9.19661ZM0.78125 8.48177L0 5.33854H1.13021L1.48958 7.25521H1.51432L1.91536 5.33854H3.01302L3.43099 7.23828H3.45443L3.79948 5.33854H4.92839L4.14714 8.48307H2.92318L2.48047 6.79037H2.44792L2.00651 8.48307L0.78125 8.48177ZM5.82422 8.48177L5.04427 5.33854H6.17318L6.53385 7.25521H6.55859L6.95964 5.33854H8.05729L8.47526 7.23828H8.4987L8.84245 5.33854H9.97266L9.19141 8.48307H7.96615L7.52474 6.79037H7.49219L7.04948 8.48307L5.82422 8.48177ZM10.8685 8.48177L10.0885 5.33854H11.2174L11.5781 7.25521H11.6016L12.0039 5.33854H13.1016L13.5195 7.23828H13.5417L13.8867 5.33854H15.0169L14.2357 8.48307H13.0104L12.569 6.79037H12.5365L12.0937 8.48307L10.8685 8.48177ZM15.181 15.056C15.1469 15.0891 15.1072 15.116 15.0638 15.1354C15.0205 15.1545 14.9743 15.1664 14.9271 15.1706C14.873 15.175 14.8186 15.1688 14.7669 15.1523C14.7154 15.1364 14.6676 15.1103 14.6263 15.0755L13.4661 14.0911L13.0755 15.069C13.0431 15.1476 13.0035 15.223 12.957 15.2943C12.9139 15.3587 12.8632 15.4178 12.806 15.4701C12.7553 15.5223 12.6934 15.5623 12.6249 15.587C12.5565 15.6117 12.4833 15.6204 12.4109 15.6125C12.3386 15.6046 12.269 15.5802 12.2075 15.5413C12.146 15.5024 12.0942 15.45 12.056 15.388C12.0197 15.3371 11.9887 15.2825 11.9635 15.2253C11.2643 13.4779 10.3281 11.7357 9.63542 9.98438C9.61439 9.93265 9.60766 9.87621 9.61595 9.82099C9.62424 9.76577 9.64723 9.71379 9.68252 9.67052C9.7178 9.62724 9.76409 9.59426 9.81651 9.57502C9.86893 9.55579 9.92557 9.55101 9.98047 9.5612C11.6589 9.8724 13.832 10.5807 15.5391 11.0339C16.069 11.1732 16.1549 11.6406 15.763 12.0026C15.701 12.0606 15.6329 12.1117 15.5599 12.1549C15.2591 12.3255 14.9544 12.5221 14.6576 12.7031L15.8125 13.6927C15.8538 13.7291 15.8874 13.7734 15.9115 13.8229V13.8307C15.934 13.8767 15.9473 13.9267 15.9505 13.9779C15.9534 14.0297 15.9477 14.0816 15.9336 14.1315C15.9179 14.1821 15.8937 14.2297 15.862 14.2721C15.6522 14.5448 15.4275 14.8056 15.1888 15.0534L15.181 15.056ZM14.8828 14.6719L15.4414 14.0208C15.1953 13.8086 14.1458 12.9909 14.0312 12.793C14.0002 12.7386 13.9916 12.6742 14.0075 12.6136C14.0233 12.553 14.0622 12.501 14.1159 12.4688C14.4805 12.2656 14.9518 11.9818 15.2982 11.75C15.3417 11.7244 15.3826 11.6947 15.4206 11.6615C15.4494 11.6357 15.4748 11.6064 15.4961 11.5742L15.5117 11.5443L15.4805 11.526C15.4561 11.5152 15.4308 11.5065 15.4049 11.5L10.2109 10.1185L12.3932 15.0352C12.4041 15.0591 12.4167 15.0821 12.431 15.1042L12.4531 15.1328L12.4805 15.1133C12.5094 15.0875 12.5344 15.0577 12.5547 15.0247C12.5815 14.9837 12.6042 14.9401 12.6224 14.8945C12.7865 14.4935 12.9714 13.9466 13.1628 13.5768L13.1862 13.5443C13.2065 13.5204 13.2312 13.5008 13.2591 13.4865C13.2869 13.4722 13.3173 13.4635 13.3485 13.461C13.3797 13.4585 13.4111 13.4621 13.4409 13.4717C13.4707 13.4813 13.4983 13.4967 13.5221 13.5169L14.888 14.6745L14.8828 14.6719ZM6.54818 13.0469C6.13035 12.6935 5.73259 12.317 5.35677 11.9193C4.99128 11.5349 4.65526 11.1236 4.35156 10.6888H2.57031C2.64323 10.7865 2.72005 10.8802 2.79948 10.9714C2.89844 11.0859 3.0026 11.1979 3.11068 11.306C3.25217 11.4484 3.39887 11.5812 3.55078 11.7044C3.70313 11.83 3.86175 11.9478 4.02604 12.0573C4.1915 12.1703 4.36274 12.2746 4.53906 12.3698C4.71267 12.4661 4.89757 12.553 5.09375 12.6302H5.10417H5.11198C5.29557 12.707 5.48307 12.776 5.67318 12.8346C5.86646 12.895 6.06295 12.9445 6.26172 12.9831C6.33464 12.9974 6.40885 13.0104 6.48177 13.0221L6.54818 13.0326V13.0469ZM2.5625 3.125H4.45443C4.75612 2.69532 5.08582 2.28601 5.44141 1.89974C5.80812 1.4985 6.1949 1.11607 6.60026 0.753906L6.5 0.768229C6.41797 0.78125 6.33724 0.795573 6.25781 0.8125C6.05745 0.85271 5.85928 0.903123 5.66406 0.963542C5.46924 1.02344 5.27797 1.0943 5.09115 1.17578C4.89931 1.25738 4.71528 1.34418 4.53906 1.4362C4.36285 1.52821 4.18924 1.63151 4.01823 1.74609C3.85394 1.85559 3.69531 1.97337 3.54297 2.09896C3.39062 2.22266 3.24479 2.35938 3.10286 2.4974C2.99479 2.60547 2.89062 2.71745 2.79167 2.83203C2.71094 2.92448 2.63281 3.01953 2.55859 3.11849L2.5625 3.125ZM8.42187 0.759115C8.84635 1.14019 9.23134 1.5204 9.57682 1.89974C9.93242 2.28565 10.2617 2.69499 10.5625 3.125H12.4505C12.3776 3.02865 12.3008 2.93359 12.2214 2.84245C12.1237 2.72917 12.0182 2.61719 11.9089 2.50781C11.7674 2.36632 11.6211 2.23351 11.4701 2.10938C11.3178 1.98368 11.1592 1.8659 10.9948 1.75651C10.8307 1.64627 10.6597 1.54297 10.4818 1.44661C10.3038 1.35026 10.1189 1.26259 9.92708 1.18359L9.91536 1.17188C9.73047 1.09505 9.54297 1.02604 9.35286 0.967448C9.1578 0.907542 8.95958 0.858422 8.75911 0.820313C8.67578 0.803386 8.59375 0.789063 8.51432 0.78125L8.42318 0.766927L8.42187 0.759115ZM6.11979 0.136719C6.34375 0.0907118 6.57161 0.0564236 6.80339 0.0338542C7.03125 0.0117187 7.27083 0 7.50781 0C7.74479 0 7.97917 0.0117187 8.21224 0.0338542C8.44531 0.0559896 8.67057 0.0911458 8.89583 0.136719C9.11565 0.180147 9.33298 0.235348 9.54687 0.302083C9.76244 0.368127 9.97451 0.445049 10.1823 0.532552H10.1966L10.2083 0.539063C10.4115 0.631076 10.6111 0.729167 10.8073 0.833333C11.0052 0.941406 11.1979 1.05729 11.3828 1.17969C11.5633 1.30052 11.7371 1.43092 11.9036 1.57031C12.0773 1.71181 12.2418 1.86111 12.3971 2.01823C12.5531 2.17222 12.7009 2.33434 12.8398 2.50391C12.979 2.67426 13.1093 2.85157 13.2305 3.03516C13.3607 3.22005 13.4701 3.41016 13.5768 3.60677C13.6146 3.67578 13.651 3.74609 13.6862 3.81641H1.31641C1.35286 3.74609 1.38932 3.67448 1.42708 3.60547C1.53385 3.40885 1.64974 3.21484 1.77083 3.03516C1.89193 2.85547 2.02214 2.67839 2.16146 2.51432C2.30078 2.35026 2.45313 2.17578 2.60938 2.01953C2.7637 1.86387 2.9258 1.71611 3.09505 1.57682C3.26593 1.4378 3.44367 1.30743 3.6276 1.1862C3.8112 1.05599 4.0026 0.946615 4.19792 0.841146C4.39323 0.735677 4.60807 0.63151 4.81771 0.542969C5.03026 0.452223 5.2476 0.373113 5.46875 0.30599C5.68281 0.23877 5.9001 0.182277 6.11979 0.136719ZM7.85547 1.1862V3.125H9.70833C9.44856 2.78981 9.17172 2.46821 8.87891 2.16146C8.56901 1.83767 8.22786 1.51128 7.85547 1.18229V1.1862ZM7.16146 12.6615V10.6888H5.20833C5.4775 11.0343 5.76754 11.3631 6.07682 11.6732C6.42156 12.0206 6.78357 12.3504 7.16146 12.6615ZM7.16146 3.125V1.1862C6.78906 1.51432 6.44792 1.84071 6.13802 2.16536C5.84532 2.47085 5.56848 2.79115 5.30859 3.125H7.16146Z' fill='%23b2092a'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_947'%3E%3Crect width='16' height='15.6172' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.bestchoicegroup-new .igicon,.bestchoicepharmacy-new .igicon{
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .whatsaapicon,.bestchoicepharmacy-new .whatsaapicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .telgrameicon,.bestchoicepharmacy-new .telgrameicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-telegram' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09'/%3E%3C/svg%3E");
}
.bestchoicegroup-new .fbIcon,.bestchoicepharmacy-new .fbIcon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
}
/*  */



/* Normal */

.callicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-telephone-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
}
.mailicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}
.location{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}
.webicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_947)'%3E%3Cpath d='M9.19661 12.3919C8.96918 12.6107 8.72786 12.8277 8.47266 13.043L8.54297 13.0313L8.76302 12.9922C8.96249 12.9518 9.15978 12.9014 9.35417 12.8411L9.39844 12.8281L9.53776 13.1263L9.69401 13.4622L9.55469 13.5065C9.3372 13.5741 9.11643 13.6306 8.89323 13.6758C8.66927 13.7218 8.44141 13.7561 8.20964 13.7786C7.97786 13.8008 7.74219 13.8125 7.50391 13.8125C7.26562 13.8125 7.03255 13.8008 6.80078 13.7786C6.56901 13.7565 6.34245 13.7214 6.11719 13.6758C5.89736 13.6329 5.68002 13.5782 5.46615 13.5117C5.25191 13.4455 5.04114 13.3686 4.83464 13.2813H4.81771L4.80599 13.2734C4.60286 13.1866 4.40538 13.0907 4.21354 12.9857C4.01432 12.8789 3.82292 12.7617 3.63542 12.638C3.45475 12.5175 3.28087 12.3871 3.11458 12.2474C2.94141 12.1055 2.77734 11.9557 2.61979 11.7995C2.46346 11.6458 2.31567 11.4837 2.17708 11.3138C2.03796 11.1435 1.90758 10.9661 1.78646 10.7826C1.65879 10.5972 1.54059 10.4056 1.43229 10.2083C1.39453 10.1393 1.35807 10.069 1.32292 9.9987H8.25C8.26132 10.1314 8.28753 10.2625 8.32812 10.3893C8.33984 10.4245 8.35156 10.4609 8.36589 10.4961L8.44661 10.694H7.85547V12.6615C8.23047 12.349 8.57682 12.0352 8.89714 11.7201C8.9974 11.944 9.10026 12.168 9.20312 12.3919H9.19661ZM0.78125 8.48177L0 5.33854H1.13021L1.48958 7.25521H1.51432L1.91536 5.33854H3.01302L3.43099 7.23828H3.45443L3.79948 5.33854H4.92839L4.14714 8.48307H2.92318L2.48047 6.79037H2.44792L2.00651 8.48307L0.78125 8.48177ZM5.82422 8.48177L5.04427 5.33854H6.17318L6.53385 7.25521H6.55859L6.95964 5.33854H8.05729L8.47526 7.23828H8.4987L8.84245 5.33854H9.97266L9.19141 8.48307H7.96615L7.52474 6.79037H7.49219L7.04948 8.48307L5.82422 8.48177ZM10.8685 8.48177L10.0885 5.33854H11.2174L11.5781 7.25521H11.6016L12.0039 5.33854H13.1016L13.5195 7.23828H13.5417L13.8867 5.33854H15.0169L14.2357 8.48307H13.0104L12.569 6.79037H12.5365L12.0937 8.48307L10.8685 8.48177ZM15.181 15.056C15.1469 15.0891 15.1072 15.116 15.0638 15.1354C15.0205 15.1545 14.9743 15.1664 14.9271 15.1706C14.873 15.175 14.8186 15.1688 14.7669 15.1523C14.7154 15.1364 14.6676 15.1103 14.6263 15.0755L13.4661 14.0911L13.0755 15.069C13.0431 15.1476 13.0035 15.223 12.957 15.2943C12.9139 15.3587 12.8632 15.4178 12.806 15.4701C12.7553 15.5223 12.6934 15.5623 12.6249 15.587C12.5565 15.6117 12.4833 15.6204 12.4109 15.6125C12.3386 15.6046 12.269 15.5802 12.2075 15.5413C12.146 15.5024 12.0942 15.45 12.056 15.388C12.0197 15.3371 11.9887 15.2825 11.9635 15.2253C11.2643 13.4779 10.3281 11.7357 9.63542 9.98438C9.61439 9.93265 9.60766 9.87621 9.61595 9.82099C9.62424 9.76577 9.64723 9.71379 9.68252 9.67052C9.7178 9.62724 9.76409 9.59426 9.81651 9.57502C9.86893 9.55579 9.92557 9.55101 9.98047 9.5612C11.6589 9.8724 13.832 10.5807 15.5391 11.0339C16.069 11.1732 16.1549 11.6406 15.763 12.0026C15.701 12.0606 15.6329 12.1117 15.5599 12.1549C15.2591 12.3255 14.9544 12.5221 14.6576 12.7031L15.8125 13.6927C15.8538 13.7291 15.8874 13.7734 15.9115 13.8229V13.8307C15.934 13.8767 15.9473 13.9267 15.9505 13.9779C15.9534 14.0297 15.9477 14.0816 15.9336 14.1315C15.9179 14.1821 15.8937 14.2297 15.862 14.2721C15.6522 14.5448 15.4275 14.8056 15.1888 15.0534L15.181 15.056ZM14.8828 14.6719L15.4414 14.0208C15.1953 13.8086 14.1458 12.9909 14.0312 12.793C14.0002 12.7386 13.9916 12.6742 14.0075 12.6136C14.0233 12.553 14.0622 12.501 14.1159 12.4688C14.4805 12.2656 14.9518 11.9818 15.2982 11.75C15.3417 11.7244 15.3826 11.6947 15.4206 11.6615C15.4494 11.6357 15.4748 11.6064 15.4961 11.5742L15.5117 11.5443L15.4805 11.526C15.4561 11.5152 15.4308 11.5065 15.4049 11.5L10.2109 10.1185L12.3932 15.0352C12.4041 15.0591 12.4167 15.0821 12.431 15.1042L12.4531 15.1328L12.4805 15.1133C12.5094 15.0875 12.5344 15.0577 12.5547 15.0247C12.5815 14.9837 12.6042 14.9401 12.6224 14.8945C12.7865 14.4935 12.9714 13.9466 13.1628 13.5768L13.1862 13.5443C13.2065 13.5204 13.2312 13.5008 13.2591 13.4865C13.2869 13.4722 13.3173 13.4635 13.3485 13.461C13.3797 13.4585 13.4111 13.4621 13.4409 13.4717C13.4707 13.4813 13.4983 13.4967 13.5221 13.5169L14.888 14.6745L14.8828 14.6719ZM6.54818 13.0469C6.13035 12.6935 5.73259 12.317 5.35677 11.9193C4.99128 11.5349 4.65526 11.1236 4.35156 10.6888H2.57031C2.64323 10.7865 2.72005 10.8802 2.79948 10.9714C2.89844 11.0859 3.0026 11.1979 3.11068 11.306C3.25217 11.4484 3.39887 11.5812 3.55078 11.7044C3.70313 11.83 3.86175 11.9478 4.02604 12.0573C4.1915 12.1703 4.36274 12.2746 4.53906 12.3698C4.71267 12.4661 4.89757 12.553 5.09375 12.6302H5.10417H5.11198C5.29557 12.707 5.48307 12.776 5.67318 12.8346C5.86646 12.895 6.06295 12.9445 6.26172 12.9831C6.33464 12.9974 6.40885 13.0104 6.48177 13.0221L6.54818 13.0326V13.0469ZM2.5625 3.125H4.45443C4.75612 2.69532 5.08582 2.28601 5.44141 1.89974C5.80812 1.4985 6.1949 1.11607 6.60026 0.753906L6.5 0.768229C6.41797 0.78125 6.33724 0.795573 6.25781 0.8125C6.05745 0.85271 5.85928 0.903123 5.66406 0.963542C5.46924 1.02344 5.27797 1.0943 5.09115 1.17578C4.89931 1.25738 4.71528 1.34418 4.53906 1.4362C4.36285 1.52821 4.18924 1.63151 4.01823 1.74609C3.85394 1.85559 3.69531 1.97337 3.54297 2.09896C3.39062 2.22266 3.24479 2.35938 3.10286 2.4974C2.99479 2.60547 2.89062 2.71745 2.79167 2.83203C2.71094 2.92448 2.63281 3.01953 2.55859 3.11849L2.5625 3.125ZM8.42187 0.759115C8.84635 1.14019 9.23134 1.5204 9.57682 1.89974C9.93242 2.28565 10.2617 2.69499 10.5625 3.125H12.4505C12.3776 3.02865 12.3008 2.93359 12.2214 2.84245C12.1237 2.72917 12.0182 2.61719 11.9089 2.50781C11.7674 2.36632 11.6211 2.23351 11.4701 2.10938C11.3178 1.98368 11.1592 1.8659 10.9948 1.75651C10.8307 1.64627 10.6597 1.54297 10.4818 1.44661C10.3038 1.35026 10.1189 1.26259 9.92708 1.18359L9.91536 1.17188C9.73047 1.09505 9.54297 1.02604 9.35286 0.967448C9.1578 0.907542 8.95958 0.858422 8.75911 0.820313C8.67578 0.803386 8.59375 0.789063 8.51432 0.78125L8.42318 0.766927L8.42187 0.759115ZM6.11979 0.136719C6.34375 0.0907118 6.57161 0.0564236 6.80339 0.0338542C7.03125 0.0117187 7.27083 0 7.50781 0C7.74479 0 7.97917 0.0117187 8.21224 0.0338542C8.44531 0.0559896 8.67057 0.0911458 8.89583 0.136719C9.11565 0.180147 9.33298 0.235348 9.54687 0.302083C9.76244 0.368127 9.97451 0.445049 10.1823 0.532552H10.1966L10.2083 0.539063C10.4115 0.631076 10.6111 0.729167 10.8073 0.833333C11.0052 0.941406 11.1979 1.05729 11.3828 1.17969C11.5633 1.30052 11.7371 1.43092 11.9036 1.57031C12.0773 1.71181 12.2418 1.86111 12.3971 2.01823C12.5531 2.17222 12.7009 2.33434 12.8398 2.50391C12.979 2.67426 13.1093 2.85157 13.2305 3.03516C13.3607 3.22005 13.4701 3.41016 13.5768 3.60677C13.6146 3.67578 13.651 3.74609 13.6862 3.81641H1.31641C1.35286 3.74609 1.38932 3.67448 1.42708 3.60547C1.53385 3.40885 1.64974 3.21484 1.77083 3.03516C1.89193 2.85547 2.02214 2.67839 2.16146 2.51432C2.30078 2.35026 2.45313 2.17578 2.60938 2.01953C2.7637 1.86387 2.9258 1.71611 3.09505 1.57682C3.26593 1.4378 3.44367 1.30743 3.6276 1.1862C3.8112 1.05599 4.0026 0.946615 4.19792 0.841146C4.39323 0.735677 4.60807 0.63151 4.81771 0.542969C5.03026 0.452223 5.2476 0.373113 5.46875 0.30599C5.68281 0.23877 5.9001 0.182277 6.11979 0.136719ZM7.85547 1.1862V3.125H9.70833C9.44856 2.78981 9.17172 2.46821 8.87891 2.16146C8.56901 1.83767 8.22786 1.51128 7.85547 1.18229V1.1862ZM7.16146 12.6615V10.6888H5.20833C5.4775 11.0343 5.76754 11.3631 6.07682 11.6732C6.42156 12.0206 6.78357 12.3504 7.16146 12.6615ZM7.16146 3.125V1.1862C6.78906 1.51432 6.44792 1.84071 6.13802 2.16536C5.84532 2.47085 5.56848 2.79115 5.30859 3.125H7.16146Z' fill='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_947'%3E%3Crect width='16' height='15.6172' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.igicon{
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
.whatsaapicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}
.telgrameicon{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-telegram' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.287 5.906q-1.168.486-4.666 2.01-.567.225-.595.442c-.03.243.275.339.69.47l.175.055c.408.133.958.288 1.243.294q.39.01.868-.32 3.269-2.206 3.374-2.23c.05-.012.12-.026.166.016s.042.12.037.141c-.03.129-1.227 1.241-1.846 1.817-.193.18-.33.307-.358.336a8 8 0 0 1-.188.186c-.38.366-.664.64.015 1.088.327.216.589.393.85.571.284.194.568.387.936.629q.14.092.27.187c.331.236.63.448.997.414.214-.02.435-.22.547-.82.265-1.417.786-4.486.906-5.751a1.4 1.4 0 0 0-.013-.315.34.34 0 0 0-.114-.217.53.53 0 0 0-.31-.093c-.3.005-.763.166-2.984 1.09'/%3E%3C/svg%3E");
}

.fbIcon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23757575' class='bi bi-facebook' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
}

/*  */

.koibhi p {
    color: #000;
    font-weight: 300;
}




.ctagroup {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 30px;
    margin:40px 0px;
	padding:0xp 20px;
}



.ctagroup .ctad {
    border: 1px solid #757575;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #757575;
    padding: 10px;
    gap: 4px;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    min-width:140px;
	 max-width:150px;

}

/* bestchoicegroup-new */
.bestchoicegroup-new .ctagroup .ctad,.bestchoicepharmacy-new .ctagroup .ctad {
    border: 1px solid #b2092a;
    color: #b2092a;
}
.bestchoicegroup-new .ctagroup .ctad svg,.bestchoicepharmacy-new .ctagroup .ctad svg {
    fill: #b2092a;
}
.bestchoicegroup-new .ctagroup a,.bestchoicepharmacy-new .ctagroup a {
    margin: 0;
}
.shabbir-enterprises-new .ctagroup .ctad svg{
    fill: #e15d28;
}
.shabbir-enterprises-new .ctagroup .ctad:last-child {
    color: #e15d28!important;
}
.bestchoicepharmacy-new .NameField {
    color: #585151;
}
/*  */


.margin-leftcl{
	margin-right:auto;
	margin-bottom:10px;
}
.margin-rightcl{
	margin-left:auto;
}
.ctagroup .ctad svg{
    fill:#757575;
    width:20px;
    height:20px;
}

.shabbir-enterprises-new .ctagroup .ctad:last-child, .shabbir-enterprises-new .ctagroup .shabbir-enterprises-new .ctad:last-child svg {
    color: #000000;
    fill: #000000;
    border-color: #e15d28;
    margin: 0;
    font-weight: 400;
    border-width: 1.9px;
}



.topfield {
    margin: 0px 0px 30px;
}
.topfield .NameField{
    margin: 0px 0px 5px;
    text-align: left;
}
.topfield p {
    font-size: 22px;
    font-weight: 300;
}
/*====profile page===*/


/*=====landmarkprofilepeage======*/
.profilemainfiled {
    margin: 70px 0px 0px;
    text-align: center;
}
main.landmarkprofilepeage .logoslogen {
    margin: 30px 0px 0px;
    font-size:18px;
}
.name {
    font-size: 40px;
    color: #ED1C24;
    font-weight: 600;
}
.profileimg {
    width: 250px;
    min-width: 250px;
    height: 250px;
    min-height: 250px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
    margin: 0 auto 15px;
}

.landmarkprofilepeage .ctagroup {
    margin: 40px 0px 0px;
    justify-content: center;
}
.designation {
    color: #143F91;
    font-size: 30px;
    font-weight:600;}

    .landmarkprofilepeage .ctagroup .ctad:last-child, .landmarkprofilepeage .ctagroup .ctad:last-child svg {
        color: #757575;
        fill: #757575;
        border-color: #757575;
    }
    
    .landmarkprofilepeage .ctagroup .ctad:first-child, .landmarkprofilepeage .ctagroup .ctad:first-child svg {
        color: #143F91;
        fill: #143F91;
        border-color: #143F91;
    }

    .secondinfo {
        margin: 70px 0px 0px;
    }
    
    .secondinfo .contactinfofield a {
    text-decoration: underline;
}

    
/*=====landmarkprofilepeage======*/


/*responsive*/
.container-custom {
   padding:0px 15px;
   margin:0 auto;
   max-width:1170px;

}

.datalhs .ctagroup {
    justify-content: center;
    margin-bottom: 20px;
}
.desktopnone {
    display: none;
}
.mobilenone {
    display:block;
}
.datarhs .ctagroup {
    padding-left: 39px;
}

.powerdby {
    display: none;
}
.topfield .NameField {
    display: none;
}
.profileimage {
    text-align: center;
}
main.myprofilpeage.shabbir-enterprises-new {
    background-image: url('');
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/*=======media query======*/

@media (min-width: 992px) {
    .container-custom {
        max-width: 1000px;
    }
}



@media screen and (min-width:1151px) {
    .columnbox .imgWrapper {
        position: relative;
        max-width: 500px;
        left: -30px;
        top: -15px;
    }
    
}


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

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


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



@media screen and (max-width:991px) {
    .container-custom {
        max-width:100%;
    }

    
    .title h1 {
        font-size: 35px;
        line-height:40px;
    }
    .titleh2 h2{
        font-size:22px;
    }
    .twocolumnrow{
        gap:30px;
    }
    .name{
        font-size:35px;
    }
    .designation{
        font-size:25px;
    }
    .logoslogen{
        font-size:18px;
    }
 
}


@media screen and (max-width:767px) {
    .columnbox {
        flex-basis: 100%;
        text-align: center;
    }
	



    .contentWrapper{
        flex-direction: column-reverse;
    }
    .topcontent {
        max-width: 100%;
        margin: 15px 0px 30px;
        text-align: center;
    }
    .headerpart{
        text-align: center;
    }
    .subcribeform {
        justify-content: center;
        text-align:center;
        align-items: center;
        margin:30px 0px;
    }
    .subcribeform p {
        margin: 0px 0px 5px;
    }
    .aligncenter{
        padding:0px 0px 30px;
    }
    .subcribeform form{
        flex-direction: column;
        margin:30px 0px 0px;
        border-radius: 10px;
        gap:5px;
    }
    .subcribeform form input, .subcribeform form .Subscribecta{
        width:100%;
        margin:0px;
        border:1px solid #fff;
    }
    .twocolumnrow{
        grid-template-columns: repeat(1, 1fr);
    }
    .NameField {
        margin: 0px 0px 30px;
        text-align: center;
    }
    .logoslogen{
        text-align: center;
    }
    .parsh p {
        font-size: 15px;
        line-height: 28px;
        padding: 0px 20px;
    }
    
    .datarhs {
        text-align:left;
    }
    .contactinfofield, .contactinfofield a{
        font-size:18px;
    }
    .contactinfofield {
        margin: 0px 0px 15px;
    }
    
    .ctagroup {
        gap: 15px;
        margin: 40px 0px;
        justify-content: center;
    }    
    .profilemainfiled {
        margin: 40px 0px 0px;}
        .secondinfo {
            margin: 0px 0px 0px;
        }

        main.landmarkprofilepeage .logoslogen {
            margin: 20px 0px 0px;
        }
        .desktopnone {
            display:block;
        }
        .mobilenone {
            display:none;
        }

        .datarhs .powerdby {
            text-align: left;
            padding-left: 39px;
        }
        .datarhs .ctagroup {
            padding-left: 0px;
        }
        .contactinfofield.whatsappDiv {
           border-top: 2px solid #eddf39;
            padding-top: 20px;
            margin-top: 50px;
        }   
        .topfield p {
            font-size:18px;
            text-align: center;
        } 
        .topfield .NameField{
            text-align: center;
        }
	.best-choice-group a.ctad {
    border: 1px solid #b2082a;
    color: #b2082a;
    margin: 0;
}

.best-choice-group a.ctad svg path {
    color: #b2082a;
}

.best-choice-group a.ctad svg {
    fill: #b2082a;
}


.best-choice-group .callicon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-telephone-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z'/%3E%3C/svg%3E");
}
 .best-choice-group  .mailicon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}
.best-choice-group  .location {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}

.best-choice-group .webicon {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_947)'%3E%3Cpath d='M9.19661 12.3919C8.96918 12.6107 8.72786 12.8277 8.47266 13.043L8.54297 13.0313L8.76302 12.9922C8.96249 12.9518 9.15978 12.9014 9.35417 12.8411L9.39844 12.8281L9.53776 13.1263L9.69401 13.4622L9.55469 13.5065C9.3372 13.5741 9.11643 13.6306 8.89323 13.6758C8.66927 13.7218 8.44141 13.7561 8.20964 13.7786C7.97786 13.8008 7.74219 13.8125 7.50391 13.8125C7.26562 13.8125 7.03255 13.8008 6.80078 13.7786C6.56901 13.7565 6.34245 13.7214 6.11719 13.6758C5.89736 13.6329 5.68002 13.5782 5.46615 13.5117C5.25191 13.4455 5.04114 13.3686 4.83464 13.2813H4.81771L4.80599 13.2734C4.60286 13.1866 4.40538 13.0907 4.21354 12.9857C4.01432 12.8789 3.82292 12.7617 3.63542 12.638C3.45475 12.5175 3.28087 12.3871 3.11458 12.2474C2.94141 12.1055 2.77734 11.9557 2.61979 11.7995C2.46346 11.6458 2.31567 11.4837 2.17708 11.3138C2.03796 11.1435 1.90758 10.9661 1.78646 10.7826C1.65879 10.5972 1.54059 10.4056 1.43229 10.2083C1.39453 10.1393 1.35807 10.069 1.32292 9.9987H8.25C8.26132 10.1314 8.28753 10.2625 8.32812 10.3893C8.33984 10.4245 8.35156 10.4609 8.36589 10.4961L8.44661 10.694H7.85547V12.6615C8.23047 12.349 8.57682 12.0352 8.89714 11.7201C8.9974 11.944 9.10026 12.168 9.20312 12.3919H9.19661ZM0.78125 8.48177L0 5.33854H1.13021L1.48958 7.25521H1.51432L1.91536 5.33854H3.01302L3.43099 7.23828H3.45443L3.79948 5.33854H4.92839L4.14714 8.48307H2.92318L2.48047 6.79037H2.44792L2.00651 8.48307L0.78125 8.48177ZM5.82422 8.48177L5.04427 5.33854H6.17318L6.53385 7.25521H6.55859L6.95964 5.33854H8.05729L8.47526 7.23828H8.4987L8.84245 5.33854H9.97266L9.19141 8.48307H7.96615L7.52474 6.79037H7.49219L7.04948 8.48307L5.82422 8.48177ZM10.8685 8.48177L10.0885 5.33854H11.2174L11.5781 7.25521H11.6016L12.0039 5.33854H13.1016L13.5195 7.23828H13.5417L13.8867 5.33854H15.0169L14.2357 8.48307H13.0104L12.569 6.79037H12.5365L12.0937 8.48307L10.8685 8.48177ZM15.181 15.056C15.1469 15.0891 15.1072 15.116 15.0638 15.1354C15.0205 15.1545 14.9743 15.1664 14.9271 15.1706C14.873 15.175 14.8186 15.1688 14.7669 15.1523C14.7154 15.1364 14.6676 15.1103 14.6263 15.0755L13.4661 14.0911L13.0755 15.069C13.0431 15.1476 13.0035 15.223 12.957 15.2943C12.9139 15.3587 12.8632 15.4178 12.806 15.4701C12.7553 15.5223 12.6934 15.5623 12.6249 15.587C12.5565 15.6117 12.4833 15.6204 12.4109 15.6125C12.3386 15.6046 12.269 15.5802 12.2075 15.5413C12.146 15.5024 12.0942 15.45 12.056 15.388C12.0197 15.3371 11.9887 15.2825 11.9635 15.2253C11.2643 13.4779 10.3281 11.7357 9.63542 9.98438C9.61439 9.93265 9.60766 9.87621 9.61595 9.82099C9.62424 9.76577 9.64723 9.71379 9.68252 9.67052C9.7178 9.62724 9.76409 9.59426 9.81651 9.57502C9.86893 9.55579 9.92557 9.55101 9.98047 9.5612C11.6589 9.8724 13.832 10.5807 15.5391 11.0339C16.069 11.1732 16.1549 11.6406 15.763 12.0026C15.701 12.0606 15.6329 12.1117 15.5599 12.1549C15.2591 12.3255 14.9544 12.5221 14.6576 12.7031L15.8125 13.6927C15.8538 13.7291 15.8874 13.7734 15.9115 13.8229V13.8307C15.934 13.8767 15.9473 13.9267 15.9505 13.9779C15.9534 14.0297 15.9477 14.0816 15.9336 14.1315C15.9179 14.1821 15.8937 14.2297 15.862 14.2721C15.6522 14.5448 15.4275 14.8056 15.1888 15.0534L15.181 15.056ZM14.8828 14.6719L15.4414 14.0208C15.1953 13.8086 14.1458 12.9909 14.0312 12.793C14.0002 12.7386 13.9916 12.6742 14.0075 12.6136C14.0233 12.553 14.0622 12.501 14.1159 12.4688C14.4805 12.2656 14.9518 11.9818 15.2982 11.75C15.3417 11.7244 15.3826 11.6947 15.4206 11.6615C15.4494 11.6357 15.4748 11.6064 15.4961 11.5742L15.5117 11.5443L15.4805 11.526C15.4561 11.5152 15.4308 11.5065 15.4049 11.5L10.2109 10.1185L12.3932 15.0352C12.4041 15.0591 12.4167 15.0821 12.431 15.1042L12.4531 15.1328L12.4805 15.1133C12.5094 15.0875 12.5344 15.0577 12.5547 15.0247C12.5815 14.9837 12.6042 14.9401 12.6224 14.8945C12.7865 14.4935 12.9714 13.9466 13.1628 13.5768L13.1862 13.5443C13.2065 13.5204 13.2312 13.5008 13.2591 13.4865C13.2869 13.4722 13.3173 13.4635 13.3485 13.461C13.3797 13.4585 13.4111 13.4621 13.4409 13.4717C13.4707 13.4813 13.4983 13.4967 13.5221 13.5169L14.888 14.6745L14.8828 14.6719ZM6.54818 13.0469C6.13035 12.6935 5.73259 12.317 5.35677 11.9193C4.99128 11.5349 4.65526 11.1236 4.35156 10.6888H2.57031C2.64323 10.7865 2.72005 10.8802 2.79948 10.9714C2.89844 11.0859 3.0026 11.1979 3.11068 11.306C3.25217 11.4484 3.39887 11.5812 3.55078 11.7044C3.70313 11.83 3.86175 11.9478 4.02604 12.0573C4.1915 12.1703 4.36274 12.2746 4.53906 12.3698C4.71267 12.4661 4.89757 12.553 5.09375 12.6302H5.10417H5.11198C5.29557 12.707 5.48307 12.776 5.67318 12.8346C5.86646 12.895 6.06295 12.9445 6.26172 12.9831C6.33464 12.9974 6.40885 13.0104 6.48177 13.0221L6.54818 13.0326V13.0469ZM2.5625 3.125H4.45443C4.75612 2.69532 5.08582 2.28601 5.44141 1.89974C5.80812 1.4985 6.1949 1.11607 6.60026 0.753906L6.5 0.768229C6.41797 0.78125 6.33724 0.795573 6.25781 0.8125C6.05745 0.85271 5.85928 0.903123 5.66406 0.963542C5.46924 1.02344 5.27797 1.0943 5.09115 1.17578C4.89931 1.25738 4.71528 1.34418 4.53906 1.4362C4.36285 1.52821 4.18924 1.63151 4.01823 1.74609C3.85394 1.85559 3.69531 1.97337 3.54297 2.09896C3.39062 2.22266 3.24479 2.35938 3.10286 2.4974C2.99479 2.60547 2.89062 2.71745 2.79167 2.83203C2.71094 2.92448 2.63281 3.01953 2.55859 3.11849L2.5625 3.125ZM8.42187 0.759115C8.84635 1.14019 9.23134 1.5204 9.57682 1.89974C9.93242 2.28565 10.2617 2.69499 10.5625 3.125H12.4505C12.3776 3.02865 12.3008 2.93359 12.2214 2.84245C12.1237 2.72917 12.0182 2.61719 11.9089 2.50781C11.7674 2.36632 11.6211 2.23351 11.4701 2.10938C11.3178 1.98368 11.1592 1.8659 10.9948 1.75651C10.8307 1.64627 10.6597 1.54297 10.4818 1.44661C10.3038 1.35026 10.1189 1.26259 9.92708 1.18359L9.91536 1.17188C9.73047 1.09505 9.54297 1.02604 9.35286 0.967448C9.1578 0.907542 8.95958 0.858422 8.75911 0.820313C8.67578 0.803386 8.59375 0.789063 8.51432 0.78125L8.42318 0.766927L8.42187 0.759115ZM6.11979 0.136719C6.34375 0.0907118 6.57161 0.0564236 6.80339 0.0338542C7.03125 0.0117187 7.27083 0 7.50781 0C7.74479 0 7.97917 0.0117187 8.21224 0.0338542C8.44531 0.0559896 8.67057 0.0911458 8.89583 0.136719C9.11565 0.180147 9.33298 0.235348 9.54687 0.302083C9.76244 0.368127 9.97451 0.445049 10.1823 0.532552H10.1966L10.2083 0.539063C10.4115 0.631076 10.6111 0.729167 10.8073 0.833333C11.0052 0.941406 11.1979 1.05729 11.3828 1.17969C11.5633 1.30052 11.7371 1.43092 11.9036 1.57031C12.0773 1.71181 12.2418 1.86111 12.3971 2.01823C12.5531 2.17222 12.7009 2.33434 12.8398 2.50391C12.979 2.67426 13.1093 2.85157 13.2305 3.03516C13.3607 3.22005 13.4701 3.41016 13.5768 3.60677C13.6146 3.67578 13.651 3.74609 13.6862 3.81641H1.31641C1.35286 3.74609 1.38932 3.67448 1.42708 3.60547C1.53385 3.40885 1.64974 3.21484 1.77083 3.03516C1.89193 2.85547 2.02214 2.67839 2.16146 2.51432C2.30078 2.35026 2.45313 2.17578 2.60938 2.01953C2.7637 1.86387 2.9258 1.71611 3.09505 1.57682C3.26593 1.4378 3.44367 1.30743 3.6276 1.1862C3.8112 1.05599 4.0026 0.946615 4.19792 0.841146C4.39323 0.735677 4.60807 0.63151 4.81771 0.542969C5.03026 0.452223 5.2476 0.373113 5.46875 0.30599C5.68281 0.23877 5.9001 0.182277 6.11979 0.136719ZM7.85547 1.1862V3.125H9.70833C9.44856 2.78981 9.17172 2.46821 8.87891 2.16146C8.56901 1.83767 8.22786 1.51128 7.85547 1.18229V1.1862ZM7.16146 12.6615V10.6888H5.20833C5.4775 11.0343 5.76754 11.3631 6.07682 11.6732C6.42156 12.0206 6.78357 12.3504 7.16146 12.6615ZM7.16146 3.125V1.1862C6.78906 1.51432 6.44792 1.84071 6.13802 2.16536C5.84532 2.47085 5.56848 2.79115 5.30859 3.125H7.16146Z' fill='%23b2092a'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_947'%3E%3Crect width='16' height='15.6172' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.best-choice-group .igicon {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-instagram' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.9 3.9 0 0 0-1.417.923A3.9 3.9 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.9 3.9 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.9 3.9 0 0 0-.923-1.417A3.9 3.9 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599s.453.546.598.92c.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.5 2.5 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.5 2.5 0 0 1-.92-.598 2.5 2.5 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233s.008-2.388.046-3.231c.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92s.546-.453.92-.598c.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92m-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217m0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
}
	.best-choice-group .whatsaapicon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23b2092a' class='bi bi-whatsapp' viewBox='0 0 16 16'%3E%3Cpath d='M13.601 2.326A7.85 7.85 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.9 7.9 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.9 7.9 0 0 0 13.6 2.326zM7.994 14.521a6.6 6.6 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.56 6.56 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592m3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.73.73 0 0 0-.529.247c-.182.198-.691.677-.691 1.654s.71 1.916.81 2.049c.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232'/%3E%3C/svg%3E");
}
	.parsh p span {
    color: #c0082a;
}
	.al-fatih-al-muben a.ctad {
    margin: 0;
}
}


@media screen and (max-width:575px) {
	.ctagroup{
		display:block;
	}
	.datalhs .ctagroup {
    display: flex;
}
	.ctagroup .ctad:last-child, .ctagroup .ctad:last-child svg {
    margin: 0;
}
	.ctagroup .ctad {
    margin: 0;
}
}
