@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

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

:root {
    --back_color: #221F2E;
    --front_color: #2E2B3F;
    --white: #fff;
    --whitesmoke: #f5f5f5;
}

.social_media_dot {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 23px !important;

}

.slick-arrow {
    display: none !important;
}

/* profile start */
.profile_name h6 {
    font-size: 12px;
}

.mani-div {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.card1 {
    width: 27rem;
    min-width: 200px;
    min-width: 200px;
    font-family: 'Poppins', sans-serif !important;
}

.tabconte_london {
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

/* profile end */

/* profileb ackgroundImage start */
.first_img img {
    width: 100%;
    height: 255px;
    border-radius: 10px 10px 0px 60%;
    object-fit: cover;
}

.no_bio_com {
    font-weight: 500;
    height: 211px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    border-radius: 20px;
    margin: 0px 1px;
    position: relative;
    font-family: 'Poppins', sans-serif !important;
    /* left: -7px; */
    background-color: #fff;
}

.first_img {
    position: relative;
    margin-bottom: 1.5rem;
}

.profile_img {
    display: flex;
    justify-content: space-around;
}

.profile_img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-right: 11px;
}

.profile_name {
    color: black;
    position: relative;
    top: 39px;
    right: 18px;
}

.name {
    font-weight: 600;
    font-size: 19px;
    font-family: 'Poppins', sans-serif !important;
}

#profile_name_id {
    text-transform: capitalize;
    word-break: break-word;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.name1 {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
}

#profile_subtitle_id {
    text-transform: capitalize;
    font-weight: 500;
    color: #525252;
    font-size: 14px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#profile_subtitle_id {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;

}

/* profileb ackgroundImage end */

/* social middle button start */
#linkedin_id {
    position: relative;
    top: 1px;
}

.card_for_information {
    width: 100%;
    height: auto;
    position: relative;
}

.middle {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-around;
    position: relative;
}

.portfolio-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #e2e2e2;
    margin: 2px;
    border-radius: 30%;
    overflow: hidden;
    position: relative;
    transition: 0.3s linear;
}

.portfolio-btn i {
    line-height: 60px;
    font-size: 26px;
    transition: 0.3s linear;
}

/* .portfolio-btn:nth-child(1) i {
    color: #3b5998;
}

.portfolio-btn:nth-child(2) i {
    color: green;
}

.portfolio-btn:nth-child(3) svg path {
    
    fill: #3b5998;
}

.portfolio-btn:nth-child(4) i {
    color: #db4437;
} */

.portfolio-btn:hover {
    transform: scale(1.1);
}

.portfolio-btn:hover i {
    transform: scale(1.2);
    color: var(--white);
}

.portfolio-btn:hover svg path {
    transform: scale(1);
    fill: var(--white);
    width: 25px;
    height: 25px;
}

.portfolio-btn:before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

/* .portfolio-btn:nth-child(1)::before {
    background: #3b5998;
}

.portfolio-btn:nth-child(2)::before {
    background: green;
}

.portfolio-btn:nth-child(3)::before {
    background: #3b5998;

}
.portfolio-btn:hover .website_svg{
    fill:white;
}
.portfolio-btn:nth-child(4)::before {
    background: #db4437;
} */

.portfolio-btn:hover::before {
    animation: aaa 0.7s 1;
    top: -10%;
    left: -10%;
}

.phone_icon:hover::before {
    background: #3b5998;
}

.map_marker:hover::before {
    background: #db4437;
}

.wikipedia_icon:hover::before {
    background: #3b5998;
}

.whatsapp_icon:hover::before {
    background: green;
}

@keyframes aaa {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        left: -10%;
        top: -10%;
    }
}

.portfolio-btn {
    font-weight: 400;
    color: #db4437;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .0 .0;
    font-size: 1rem;
    line-height: 1.5;
}

/* social middle button end */

/* info profilepage start */
.information {
    background-color: var(--whitesmoke);
    text-align: -webkit-center;
    position: relative;
    border-radius: 30px;
    padding: 18px;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.share_button {
    padding: 0px 0px
}

.information_background {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 3%);
    padding: 10px 0px;
}

.main_div {
    display: flex;
    align-items: center;
    padding: 8px 6px 6px 6px;
    justify-content: left;
}

.icon_div {
    padding-right: 4px;
    width: 18%;
    display: flex;
    justify-content: center;
}

.text_div {
    text-align: left;
    width: 75%;
}

.content_style_div {
    word-break: break-all;
}

.icon11 {
    color: var(--white);
    border-radius: 50%;
    display: inline-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 0px 0px 0;
    line-height: 20px;
    font-size: 19px !important;
}

.svg_iconhome {
    width: 24px;
}

/* info profilepage end */

/* footer start */
.footer {
    border-radius: 15px;
    padding: 10px 10px 0px 10px;
}

.footer_section_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: 0px 0px 0px 12px;
}

.footer_download {
    font-size: 19px;
    text-decoration: none;
    margin-left: -7px;
    font-weight: 600;
    padding-left: 10px;
}

.footer-download-btn {
    color: white;
}

.c2_backbtn1 {
    color: #fff !important;
    margin-right: 58px;
    margin-bottom: 10px;
    text-decoration: none;
}

.arrow_btn {
    color: white;
}

.footer_card {
    font-size: 15px;
    border-top: 1px solid rgb(241, 238, 238);
    color: white;
    padding: 5px 0px;
}

/* footer end */

/* bank qecode start */
.information_color_div {
    width: 100%;
    border-radius: 20px;
}

.tab-content {
    background-color: var(--white);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 10px;
}

.tab-content {
    color: black;
}

.tab-content>.active {
    display: block;
    line-height: 24.6px;
    padding: 13px;
}

.tab button {
    background-color: inherit;
    float: left;
    width: 80px;
    line-height: 30px;
    color: white;
    height: 80px;
    border: 2px solid white;
    outline: none;
    padding: 14px 7px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 10px;
    margin: 0px !important;
}


.tab {
    border-radius: 20px;
    padding-top: 16px;
}

.nav {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-size: 19px;
    padding: 0px 10px;
}

.nav-pills .port-folio.active,
.nav-pills .show>.port-folio {
    background-color: var(--white);
    height: 80px;
}

.tablinks5 {
    width: 80px;
    height: 80px;
    border: 2px solid white;
    border-radius: 10px;
    color: white;
}

.tablinks5.active {
    border: none !important;
}

#London5 {
    background-color: white;
    border-radius: 20px;
    padding: 13px 6px 13px 12px;
    display: block;
}

.services_data {
    height: 188px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden !important;
    font-family: 'Poppins', sans-serif !important;
}

.service_card2 {
    font-weight: 500;
    line-height: 2rem;
    word-break: break-word;
    color: #525252;
    display: flex;
    align-items: center;
    margin-top: 8px;

}

.service_taxt {
    margin-left: 16px;
    line-height: 17px;
}

#Paris5 {
    background-color: white;
    border-radius: 20px;
    padding: 17px 20px;
    display: none;
}

#Paris {
    z-index: 9999;
    position: relative;
}

.no_bank_data {
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif !important;

}

.style-card {
    font-size: 14px;
    color: #525252;
    word-break: break-all;
}

.content-style-card {
    font-size: 16px;
    padding: 0 0 10px 0;
    font-weight: 600;
    word-break: break-word;
}

@media screen and (max-width: 375px) {
    .content-style-card {
        font-size: 14px;

    }
}

#account_No1 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
}

#Tokyo5 {
    background-color: white;
    border-radius: 20px;
    padding: 17px 16px 6px 16px;
    display: none;
    height: 209px !important;
    overflow-y: scroll;
}

/* bank qecode end */

/* share start */
.sahre_button {
    width: 100%;
    height: 50px;
}

.wrapper1 {
    margin: auto;
    position: relative;
    width: 100%;
}

.share-button li {
    width: 20px;
    color: var(--white);
    height: 20px;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 89px;
    left: 180px;
}

.share-button {
    padding: 0;
    margin: 0 auto;
    max-width: 90px;
    list-style: none;
    padding-top: 50px;
}

li.gorup_button a {
    left: 0;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transition: all .4s ease-in-out 0s;
}

.share-icon {
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

a.facebook {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

a.twitter {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 50%;
}

.share-button li a {
    color: var(--white);
    font-size: 30px;
    text-decoration: none;
}

.gorup_button span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 11%;
    top: 29px;
    font-size: 12px;
    color: #ccc;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.share-button li:hover .facebook {
    left: -90px;
}

.share-button li:hover .twitter {
    left: 90px;
}

.share-button li:hover span {
    opacity: 1;
}

.share-button {
    position: relative;
}

.btn-share {
    --icon-color: black;
    position: absolute;
    top: 0;
    display: flex;
    font-size: 100%;
    letter-spacing: 2px;
    border: none;
    border-radius: 80px;
    outline: none;
    overflow: hidden;
    transform: rotate(0);
    transition: 0.2s ease-in-out;
}

.btn-share .btn-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--white);
    border-radius: inherit;
    transition: 0.6s linear;
}

.btn-share:focus {
    border: none !important;
    outline: none !important;
}


.btn-share a {
    padding: 10px 2px 10px 2px;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.3s;
    position: relative;
    top: 4px;
}

.card-telegram-icon {
    position: relative;
    right: 5px;
}

.btn-share a:nth-child(1) {
    transition-delay: 1s;
}

.btn-share a:nth-child(2) {
    transition-delay: 0.8s;
}

.btn-share a:nth-child(3) {
    transition-delay: 0.6s;
}

.btn-share a:nth-child(4) {
    transition-delay: 0.4s;
}

.btn-share:hover {
    transform: scale(1.1);
}

.btn-share:hover .btn-overlay {
    transform: translateX(-100%);
    transition-delay: 0.25s;
}

.btn-share:hover a {
    opacity: 1;
    transform: translateX(0);
}

.sahre-button {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media all and (min-width: 640px) {
    .icon {
        width: 9%;
    }
}

.icon-color-card5 {
    color: var(--white);
}

/* share end */

/* dowload start */
.dowload_button {
    height: 50px;
    position: relative;
    margin-bottom: 20px;
}

.dowload_button .btn12 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 37px;
    color: var(--white)
}

.dowload_button .tablinks1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 37px;
    color: var(--white);
    right: 12px;
}

.tablinks1 {
    position: absolute;
    left: 80%;
    top: 35%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--white);
}

.tablinks1:focus {
    border: none !important;
    outline: none !important;
}

.tablinks1:hover {
    color: var(--white);
}

.btn12:focus {
    border: none !important;
    outline: none !important;
}

.btn12:hover {
    color: var(--white);
}

/* dowload end */

/* company page start */


.webito_title h5 {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    font-size: 19px;
    margin-left: 0px;
    word-break: break-all;
    text-transform: capitalize;
}

.no_image {
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-weight: 500 !important;    
    font-family: 'Poppins', sans-serif !important;
}

.no_catalogue {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
}

/* comprofile start */

/* video start */
.tabbar_video {
    padding-top: 6px;
    border-radius: 30px;
    margin-top: 5px;
    padding-bottom: 6px;
}

.Video_tab {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 10px;
}

.video_data {
    margin-bottom: 15px;
    border-radius: 17px;
}

.no_video {
    height: 188px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    font-weight: 500 !important;
}

/* video end */

/* catelog start */
.tabbar_Contact {
    padding-top: 6px;
    border-radius: 30px;
    margin-top: 5px;
    padding-bottom: 6px;

}

.contact_us_form {
    padding: 0px 10px;
}

#contact h3 {
    display: block;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: var(--white);
    margin: 0 0 5px;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

#contact h5 {
    margin: 10px 10px 10px 5px;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    resize: none;
}

#contact button[type="submit"] {
    width: 100%;
    border: none;
    color: var(--white);
    margin: 0 0 5px;
    font-size: 15px;
    border-radius: 10px;

}

#contact button[type="submit"]:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
    text-align: center;
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

.gallery_img {
    width: 100%;
    padding: 10px;
    border-radius: 30px;
}


.lg-sub-html,
#lg-counter {
    color: #9E7BFF;
    font-size: 26px;
}

.Contact_formtab {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0px 0px 0px;
}

.alert_msg {
    display: none;
}

.alert.alert-danger {
    margin-top: 10px !important;
}

.btn123:focus {
    outline: none;
}

.button_dowload {
    width: 100%;
    display: flex;
    justify-content: center;
    text-decoration: none;
    outline: none;
    border-radius: 10px;
    margin-top: 6px;
}

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

.Submit_button_Submit {
    font-weight: 600;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    font-style: normal;
}

/* cate log end */

.profile_pic {
    position: relative;
    max-height: 200px;
    height: 173px;
}

.profile_pic img {
    height: 200px;
    border-radius: 7px 7px 85px 85px;
    width: 100%;
}

.profile_img_com_1 {
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -2rem;
    padding: 0px 15px;
}

.profile_img1 {
    display: flex;
    justify-content: center;
    margin-top: -59px;
    position: relative;
}

.profile_img1 img {
    background-color: var(--white);

}


#Company_Name {
    word-break: break-word;
}

.slogan_card h3 {
    font-weight: 500;
    font-size: 14px;
    color: #525252;
    margin: auto;
    word-break: break-all;
    text-align: center;
    margin-top: 10px;
    padding: 0px;
    margin-right: 0px;
}

#Comapny_slogan {
    word-break: break-word;
}

/* comp profile end */

/* slider company start */
.slides::-webkit-scrollbar {
    display: none;
}

.slides {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    transition: all .5s ease;
    padding: 0;
    position: relative;
    left: 1px;
    justify-content: center;
}

@media screen and (max-width: 550px) {
    .slides {
        left: 3px;
    }
}

.slides .slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: transform 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    transform: translateX(0px);
}

.slider_middya_btn button {
    margin: 10px;
    border-radius: 25%;
    background: #f1f1f1;
}

@media all and (max-width: 419px) {
    .slider_middya_btn button {
        margin: 7px;
    }
}

@media all and (max-width: 392px) {
    .slider_middya_btn button {
        margin: 6px;
    }
}

@media all and (max-width: 384px) {
    .slider_middya_btn button {
        margin: 5px;
    }
}

@media all and (max-width: 376px) {
    .slider_middya_btn button {
        margin: 10px;
    }
}

@media all and (max-width: 368px) {
    .slider_middya_btn button {
        margin: 10px;
    }
}

@media all and (max-width: 355px) {
    .slider_middya_btn button {
        margin: 7px;
    }
}

@media all and (max-width: 335px) {
    .slider_middya_btn button {
        margin: 4px;
    }
}

@media all and (max-width: 326px) {
    .slider_middya_btn button {
        margin: 5px;
    }
}

.tablinks.active .slide svg path {
    fill: #fff;
}

.slide img {
    width: 100%;
    height: 100px;
    transition: 1s;
    border-radius: 10px 20px 10px 20px;
    /* object-fit: cover; */
}


/* @media only screen and (max-width: 1401px) {
    .slide img {
        height: 96px;
    }
}
@media only screen and (max-width: 1361px) {
    .slide img {
        height: 90px;
    }
}
@media only screen and (max-width: 1331px) {
    .slide img {
        height: 86px;
    }
}
@media only screen and (max-width: 1289px) {
    .slide img {
        height: 82px;
    }
}
@media only screen and (max-width: 1217px) {
    .slide img {
        height: 76px;
    }
}
@media only screen and (max-width: 1078px) {
    .slide img {
        height: 71px;
    }
}
@media only screen and (max-width: 992px) {
    .slide img {
        height: 99px;
    }
}
@media only screen and (max-width: 396px) {
    .slide img {
        height: 87px;
    }
}
@media only screen and (max-width: 375px) {
    .slide img {
        height: 81px;
    }
}
@media only screen and (max-width: 360px) {
    .slide img {
        height: 75px;
    }
}
@media only screen and (max-width: 344px) {
    .slide img {
        height: 69px;
    }
} */
.slide {
    padding: 0px;
    max-width: 100%;
}


.slider_button>.active {
    display: block;
}

.slides button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    /* cursor: pointer; */
    padding: 8px 10px;
    transition: 0.3s;
    font-size: 17px;
    background-color: #e2e2e2;
}

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

    .slides button {
        padding: 4px 5px;
    }

    .slides .slide {
        width: 37px;
        height: 37px;
    }
}

@media only screen and (max-width: 367px) {
    .slides button {
        padding: 8px 10px;
    }
}

@media only screen and (max-width: 361px) {
    .slides button {
        padding: 7px 9px;
    }
}

@media only screen and (max-width: 349px) {
    .slides button {
        padding: 6px 8px;
    }
}

@media only screen and (max-width: 340px) {
    .slides button {
        padding: 7px 7px;
    }
}

@media only screen and (max-width: 334px) {
    .slides button {
        padding: 6px 6px;
    }
}

@media only screen and (max-width: 376px) {
    .slides button svg {
        width: 18px;
        height: 18px;
    }
}

.slides button.active {
    color: var(--white);
}

.tabcontent i {
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 20px;
    font-size: 23px;
}

.tabcontent p {
    color: #525252;
    align-items: center;
    margin-bottom: 0rem;
    word-break: break-word;
    margin: 0px 19px;
    /* height: 179px; */
    /* height: 126px;
    overflow-y: scroll; */
}

.tabcontent-btn {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    margin: 10px;
    background-color: #f2f2f2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-bottom: 12px;
}

.tabcontent {
    display: none;
    padding-bottom: 10px;

}

.tabcontent h6 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 23px;
    margin-left: 20px;
    font-family: 'Poppins', sans-serif !important;
}

.tabcontent_div {
    padding-top: 6px;
    border-radius: 30px;
    margin-top: 5px;
    padding-bottom: 6px;
}

.tabcontent12 {
    padding: 14px 15px;
    border-top: none;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    margin: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.information_profile_data {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.information_profile a {
    list-style-type: none;
    text-decoration: none;
    color: #525252 !important;
    font-size: 15px;
    height: 41px;
    font-weight: 500;
    /* word-break: break-word !important; */
}

.information_profile a i {
    margin-right: 3px;
    font-size: 22px;
    margin-right: 9px;
}

.main_div_com {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.icon_div_com {
    padding-right: 15px;
    width: 16%;
}

@media only screen and (max-width: 360px) {
    .icon_div_com {
        width: 19%;
    }
}

.text_div_com {
    text-align: left;
    width: 80%;
}

.content_style_div_com {
    word-break: break-all;
}

.card_style_font_com {
    font-weight: 500;
    font-size: 15px;
    color: #525252;
}

.word_style {
    word-break: break-word;
    color: #525252;
    font-weight: 500;
}

.tabcontentbio12 {
    padding: 10px;
}

.Bio_class {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

#profile_bio1 {
    width: auto !important;
    max-height: 220px;
    overflow-y: scroll;
    text-align: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    word-break: break-word;
}

.services_font {
    font-size: 15px;
}

#Paris5 p {
    font-size: 15px;
}

#Tokyo5 p {
    font-size: 15px;
}

#profile_bio1 p {
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-size: 15px;
}

.no_bio {
    height: 211px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px !important;
    border-radius: 20px;
    margin: 0px 1px;
    position: relative;
    /* left: -7px; */
    background-color: #fff;
    font-family: 'Poppins', sans-serif !important;
}

.Catalogue_section {
    padding-bottom: 4px;
}

/* sli der company end */

/* gallery start */
.back_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.back_btn button {
    position: relative;
    top: -1rem;
    left: 0;
    margin-top: 1rem;
}

.Gallery_section {
    padding-bottom: 26px;
}

.Gallery_tab {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2px 0 10px 0;
}

.container.gallery-container {
    display: contents;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    font-weight: 600;
    color: var(--darkgrey);
    border-top: 2px var(--lightgrey) solid;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 10px;
}

.wrap {
    margin: 0 auto;
}

#lightgallerycard2 {
    align-items: center;
    justify-content: center;
}

.gallery-item img {
    /* width: 111px; */
    height: 100px;
    border-radius: 10px;
    /* object-fit: cover; */
}


.whatsapp_button:hover {
    color: #fff !important;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
    overflow-y: scroll;
    padding-top: 4px;
}

.gallery_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px;
    overflow-y: scroll;
    padding-top: 4px;
}

#gallery_images {
    width: 100%;
    height: 100px;
    /* object-fit: cover; */
}

/* @media only screen and (max-width: 389px) {
    #gallery_images {
        height: 90px;
    }
}
@media only screen and (max-width: 368px){
    #gallery_images {
        height: 82px;
    }
}
@media only screen and (max-width: 350px){
    #gallery_images {
        height: 77px;
    }
}
@media only screen and (max-width: 336px){
    #gallery_images {
        height: 74px;
    }
}
@media only screen and (max-width: 326px){
    #gallery_images {
        height: 70px;
    }
} */
/* gallery end */

/* contactform start */
.catalog_img {
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.catalog_tabbar {
    padding-top: 6px;
    border-radius: 30px;
    margin-top: 5px;
    padding-bottom: 6px;
}

.Catalogue_taxt {
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

#iamge:hover {
    box-shadow: 0 0 5px 3px rgba(97, 180, 207, 0.5);
    border-radius: 20px 10px 20px 10px;
}

/* comp any page end */
.font_style {
    font-size: 14px;
}

.h5 {
    font-size: 15px;
}

.c10_s_icon {
    display: block;
    justify-content: center;
    padding: 7px;
    display: inline-block;
    border: 1px solid transparent;
    color: #ccc;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    margin: 15px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin: 22px;
}

.first_onclick_button {
    display: flex;
    justify-content: space-evenly;
}

.color_div {
    background-color: aliceblue;
    width: 100%;
    height: 300px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.bank_information h5 {
    color: var(--white);
    background-color: black;
    text-align: center;
    width: 48px;
    height: 35px;
}

.bank_information h5 i {
    margin: 7px;
}

.bank p {
    margin: 0;
    padding: 0;
}

.border1 {
    border-right: 1px solid rgb(214, 209, 209);
    height: 44px;
    text-align: center;
    margin-left: 2px;
}

.border2 {
    border-right: 1px solid rgb(214, 209, 209);
    margin-left: 5px;
}

.border4 {
    border-right: 1px solid rgb(214, 209, 209);
    margin-left: 45px;
}

.information_icon a {
    text-decoration: none;
    list-style-type: none;
}

.color_for_icon a i {
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-right: 3px;
    font-size: 22px;
}

.color_for_icon {
    margin: 10px;
    border-radius: 17px;
    width: 87px;
    height: 87px;
}

.whatsapp,
h6 {
    font-size: 16px;
}

.bank {
    font-size: 20px;
    text-align: center;
}

.bank_sec {
    color: var(--white);
    text-decoration: none;
    background-color: transparent;
}

.mare p {
    font-size: 15px;
    margin: 11px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    margin: 0;
}

.qrcode {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: -19px;
    margin-left: -20px;
}

.port-folio {
    display: block;
    padding: 0;
    width: 91px;
    height: 84px;
    border: 2px var(--white) solid;
    color: var(--white);
    border-radius: 20px !important;
    text-decoration: none;
}

.port-folio:hover {
    color: white;
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
    margin-top: 12px;
}

.fa-qrcode:before {
    content: "\f029";
    margin-top: 11px;
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
    margin-top: 11px;
}

.qrcode {
    margin-left: 10px;
    margin-right: 10px;
}

.paragraph1 i {
    font-size: 21px;
}

.containertab-panefade img {
    width: 200px;
    height: 200px;
}

.qrcode_img img {
    width: 105px;
    height: 101px;
    float: right;
    border-radius: 10px;
}

.qrcode_download_button {
    width: 100%;
}

.qrcode_button_download {
    float: right;
    margin-right: 20px;
}

@media screen and (max-width: 375px) {
    .qrcode_button_download {
        margin-right: 8px;
    }
}

.qrcode_img button {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--white);
    outline: none;
}

.qrcode_img {
    align-items: center;
}

.paragraph_gmail {
    list-style-type: none;
    color: #000;
    margin: 10px;
}

.paragraph {
    text-align: justify;
}

.paragraph1 {
    margin: 10px;
}

.paragraph_gmail:hover {
    list-style-type: none;
    text-decoration: none;
    color: lightskyblue;
}

.button3 {
    margin: 10px;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    border-color: black;
}

.containertab-panefade {
    text-align: justify;
}

.addres h5 {
    margin-top: inherit;
}


.map_msrk_information a i {
    color: var(--white);
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
}

.map_msrk_information {
    margin: 5px;
    display: flex;
    padding: 10px 5px 3px;
}

.whatsapp {
    margin-left: 12px;
    text-align: left;
}

.whatsapp1 {
    text-align: left;
    margin-left: 10px;
}

.addres {
    margin-left: 42px;
    text-align: left;
}

.btn_submit {
    width: 100%;
    height: 40px;
    color: var(--white);
    border-radius: 8px;
}

.flip12:hover {
    background: var(--white);
}

/* flip button card */

.flip-card-3D-wrapper {
    width: 60%;
    height: 80%;
    max-height: 500px;
    position: relative;
    -o-perspective: 900px;
    -webkit-perspective: 900px;
    -ms-perspective: 900px;
    perspective: 900px;
    margin: 0 auto;
}

#flip-card {
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.do-flip {
    -o-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

#flip-card-btn-turn-to-front {
    position: absolute;
    right: 19px;
    top: 37px;
    /* cursor: pointer; */
    visibility: hidden;
    font-size: -0.3em;
    padding: 0;
    color: var(--white);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#flip-card-btn-turn-to-front:focus {
    outline: none !important;
    border: none !important
}

#flip-card-btn-turn-to-back {
    position: absolute;
    right: 19px;
    top: 37px;
    /* cursor: pointer; */
    font-size: -0.3em;
    padding: 0;
    color: var(--white);
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#flip-card-btn-turn-to-back:focus {
    outline: none !important;
    border: none !important;
}

#flip-card-btn-turn-to-front {
    position: relative;
    top: -4px;
    left: 0rem;
}

#flip-card .flip-card-front,
#flip-card .flip-card-back {
    position: absolute;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    background: var(--white);
    box-shadow: 0 5px 4px rgb(0 0 0);
    width: 100%;
}

#flip-card .flip-card-back {
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    width: 100%;
}

#flip-card .flip-card-front,
#flip-card .flip-card-back {
    color: black;
    display: block;
}

.bg_button,
.click_and_flip_button {
    position: absolute;
    border-radius: 100%;
}

.front_flip_to_button {
    position: relative;
}


.bg_button {
    animation: pulse 1.2s ease infinite;
    position: absolute;
    top: 70px;
    left: 20px;
}

.flip-card-back {
    height: auto;
}

.click_and_flip_button a button {
    position: absolute;
    color: var(--white);
    font-size: 17px;
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* flip end */

/* back card */
.card_content {
    position: relative;
    top: 7%;
    text-align: center;
}

.info {
    margin-top: 5px;
    color: var(--white);
    padding: 0px 10px;
}

.typed_text {
    text-align: left;
}

.slider {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: none;
    position: inherit;
}

.slider .btn-prev,
.slider .btn-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: var(--white);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(17, 17, 17, .15);
    /* cursor: pointer; */
}

.slider .btn-prev {
    left: -15px;
}

.slider .btn-next {
    right: -15px;
}

.slider .btn-prev:after,
.slider .btn-next:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
}

.slider .btn-prev:after {
    left: 50%;
    top: 50%;
    transform-origin: top right;
    transform: rotate(-135deg) translate(100%, -100%);
}

.slider .btn-next:after {
    left: 50%;
    top: 50%;
    transform-origin: top right;
    transform: rotate(45deg) translate(-25%, 50%);
}

.information_in_back {
    display: flex;
}

.information_in_back1 {
    display: flex;
}

.slider_back_color {
    margin-top: 9px;
    padding: 0px 0px;
    border-radius: 23px;
}

.tab1 {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    margin: 10px;
    background-color: #f2f2f2;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-bottom: 12px;
}

/* videovidoe */

#video {
    width: 100%
}

.item {
    transition: .5s ease-in-out;
}

.item:hover {
    filter: brightness(80%);
}

.item img {
    width: 100%;
    height: 9rem;
    border-radius: 20px;
    padding: 2% 0;
}

.img_div img {
    width: 100%;
    height: 100%;
    padding: 5px;
    border-radius: 37px;
    filter: grayscale(0);
    transition: 1s;
}

.img_div img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.card_style_font {
    font-weight: 600;
}

.info_iconsvg {
    width: 11px;
}

img {
    max-width: 100%;
}

.no_qrcode_data {
    height: 180px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 426px) {
    .images_remove {
        display: none;
    }
}

.icon:last-of-type {
    margin-right: 0;
}

.icon a {

    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.2s ease-out;
}

.icon a:hover {
    background-color: #222;
    background-size: 0%;
    transition: all 0.2s ease-out;
}

.icon__name {
    transition: all 0.3s ease-out;
    opacity: 0;
    filter: blur(25px);
    transform: translateZ(0);
    will-change: transform;
}

.icon:hover .icon__name {
    transition: all 0.3s ease-out;
    opacity: 1;
    filter: blur(0);
}

.icon--linkedin a {
    background-color: #007fb1;
    background-image: url(https://benhodgson.net/img/social/linkedin.svg&#39;
);
}


.goog-te-gadget .goog-te-combo {
    margin: 4px 0 9px 0 !important;
}

.whatsapp-button {
    background-color: #2CB742;
    padding: 11px 11px;
    border-radius: 10px;
    color: white;
    font-size: 14px;
    position: relative;
    right: 9px;
    height: 39px;
}

element.style {}

#whatsappUrl {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.whatsapp-button:hover {
    color: white;
}

#phone_number {
    width: 275px;
    border-radius: 3px;
    border: 1px solid rgb(172, 170, 170);
    padding: 5px;
}

.glyphicon {
    padding-bottom: 7px;
}

.tabcontent_profile {
    padding-bottom: 4px;
}

.images_pic {
    height: 100px;
    width: 100%;
}

.video_section {
    margin-bottom: 15px;
    border-radius: 24px;
    padding: 15px;
}

.description_gallery {
    display: flex;
    padding-top: 17px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-bottom: 1rem;
}

.please_wait {
    display: flex;
    justify-content: center;
    align-items: center;
}

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    opacity: 0.5;
}

::-webkit-scrollbar-thumb {
    opacity: 0.5;
}

::-webkit-scrollbar-thumb:hover {
    opacity: 0.5;
}


.icon-download-qrcode {
    width: 20px;
}

.new_share_code {
    margin-bottom: 25px;
    margin-top: 6px !important;
}

::placeholder {
    color: lightgray;
    opacity: 1;
}

.footer_download {
    color: #fff !important;
}

.footer_download:hover {
    color: #fff !important;
}

.c2_backbtn1 i {
    color: #fff;
}

.c2_backbtn1 i:hover {
    color: #fff;
}

.c2_backbtn1 span {
    color: #fff;
}

.c2_backbtn1 span:hover {
    color: #fff;
}

.Type_taxt {
    font-size: 14px;
}

#whatsapp-input {
    padding: 8px !important;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 260px;
    outline: none !important;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
    height: 38px;
    background-color: #fff;
}

@media screen and (max-width: 410px) {
    #whatsapp-input {
        width: 251px;
    }
}
@media screen and (max-width: 410px) {
    #whatsapp-input {
        width: 244px;
    }
}


@media screen and (max-width: 396px) {
    #whatsapp-input {
        width: 238px;
    }
}

@media screen and (max-width: 386px) {
    #whatsapp-input {
        width: 228px;
    }
}

@media screen and (max-width: 379px) {
    #whatsapp-input {
        width: 222px;
    }
}

@media screen and (max-width: 372px) {
    #whatsapp-input {
        width: 222px;
    }
}

@media screen and (max-width: 357px) {
    #whatsapp-input {
        width: 206px;
    }
}

@media screen and (max-width: 350px) {
    #whatsapp-input {
        width: 198px;
    }
}

@media screen and (max-width: 343px) {
    #whatsapp-input {
        width: 192px;
    }
}

@media screen and (max-width: 338px) {
    #whatsapp-input {
        width: 191px;
    }
}

@media screen and (max-width: 326px) {
    #whatsapp-input {
        width: 180px;
    }
}

.service_section_card {
    display: flex;
    flex-direction: row;
    text-align: -webkit-left;
    font-size: 14px;
    color: #525252;
    font-weight: 500;
    padding-bottom: 8px;
    word-break: break-word;
}

.arrow_service {
    font-size: 20px;
}

.tabcontentbio12 div {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    float: inherit !important;
    background-color: transparent !important;
}

@media screen and (max-width:426px) {
    #remove_images {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .section2 {
        padding-left: 0px !important;
    }
}

.whatsapp-input {
    font-size: 11px !important;
}

#home {
    overflow-y: hidden;
}

#myDIV {
    word-break: break-all;
}

/* add loader */
.hide-loader {
    display: none;
}

.j_modal {
    z-index: 0 !important;
}

#previewCardModel {
    padding-top: 2.5rem !important;
}

@media screen and (max-width: 576px) {
    #previewCardModel {
        padding-top: 3.5rem !important;
    }
}

.qrcode_dc {
    z-index: 1;
    background: white;
    top: 75px;
    right: 7rem;
    padding: 11px 10px;
    margin: 7px;
    border-radius: 6px;
    border: 1.5px solid #e3e4e9;
    outline: none !important;
}

@media screen and (max-width: 335px) {
    .qrcode_dc {
        margin: 7px 2px 7px 3px;
    }
}

.views_total {
    z-index: 1;
    background: white;
    top: 7px;
    padding: 6.5px 10px;
    margin: 0px 7px;
    border-radius: 6px;
    border: 1.5px solid #e3e4e9;
    position: relative;
    font-weight: 400;
}

@media screen and (max-width: 352px) {
    .views_total {
        margin: 8px 3px;
        padding: 8px 5px 8px 5px;
        top: 0px;
        font-size: 12px;
    }
}

.button_selectlanguage {
    position: relative;
    top: 2px;
}

@media screen and (max-width: 880px) {
    .button_selectlanguage {
        position: relative;
        top: 2px;
    }
}

.twitter-position {
    position: relative;
    top: 4px;
}

@media only screen and (max-width: 426px) {
    #remove_images {
        display: none;
    }
}

.poweres__by {
    text-align: center;
    color: #7a7979;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins';
}

.cardddle__image {
    text-align: center;
}

.poweres__by span {
    position: relative;
    top: 21px;
    left: -16px;

    font-weight: 500;
}

.dropdown dt a span {
    display: block;
    padding: 0px 2px 0px 5px;
    white-space: nowrap;
    height: 36px;
    position: relative;
    top: 4px;

}

@media screen and (max-width: 338px) {
    dl.dropdown dt span:nth-child(2) {
        font-size: 11px;
        position: relative;
        top: 6px !important;
    }
}


/* company bio */
.bio-com {
    margin: 0px 20px 20px 20px;
}

.company-bio {
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.combio_data {
    width: auto !important;
    max-height: 220px;
    overflow-y: scroll;
    font-size: 15px;
    padding: 14px 15px;
    border-top: none;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 20px;
    /* word-break: break-all; */
}

.combio_data span span {
    font-family: 'Poppins', sans-serif !important;
}

#tabbio-com {
    background: #fff;


}

.backcolor {
    /* padding: 7px 12px !important; */
    padding: 10px 15px !important;
    border-radius: 9px;
}

.backcolor p span {
    font-family: 'Poppins', sans-serif !important;

}

.whatsapp_btn {
    text-align: left;
    font-size: 15px;
}


/* theme 2 arrow button hover css */
.dowload_button .btn_new_12 {
    top: -9px;
}

/* .tablinks1 {

    box-shadow: 0px 2px 10px 5px #9e7bff;
    animation: tablinks1 6s ease-out infinite;
  } */
.tablinks2 {
    position: absolute;
    left: 84%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--white);
    bottom: 134px;
    /* border: 1px solid var(--picker1); */
    border: none;
    background-color: var(--picker1);
    margin-left: -10px;
}

.tablinks3 {
    position: absolute;
    /* left: 24px; */
    /* top: 37px; */
    bottom: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--picker1);
    background-color: var(--picker1);
    margin-left: 15px;
}

@keyframes tablinks1 {
    0% {
        transform: scale(0.8, 0.8);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

.slider_item {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* position: absolute; */
    left: 24px;
    top: 37px;
    background: #9e7bff;
    margin: 0 15px;
}

.new_btn12 {
    border: 1px solid var(--picker1);
    background-color: var(--picker1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 37px;
    color: var(--white);
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    width: 235px !important;
}

@media screen and (max-width: 380px) {
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        width: 255px !important;
    }
}

@media screen and (max-width: 350px) {
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        width: 225px !important;
    }
}

@media screen and (max-width: 325px) {
    .owl-carousel.owl-theme.owl-loaded.owl-drag {
        width: 210px !important;
    }
}

/* qrcode modal add  */
.Qrcode-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Qrcode-image img {
    width: 250px;
    height: 250px;
}

.qr_close {
    background-color: #1B1D42 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    padding: 7px 10px !important;
    opacity: 1;
    margin-right: 4px !important;
    margin-top: 5px;
}

#QRcodemodal {
    overflow-y: hidden;
}




.close_secondary {
    background-color: #1B1D42 !important;
    color: #fff !important;
}

#exampleModalCenter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    outline: 0;

}

.modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1040; */
    width: 100vw;
    height: auto;
    /* background-color: #000; */
}

.modal-backdrop.show {
    opacity: 0;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.modal-open {
    overflow-y: scroll;
}

.share_svgicon1 {
    font-size: 14px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.paper_icon {
    font-size: 14px !important;
}

/* whatsapp new drop down add */
.dropdown__select {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    margin: 0px 0.5rem 0px 0rem;
    text-align: center;
}

.dropdown__select:after {
    right: 19px;
    top: 45%;
}

@media screen and (max-width: 410px) {
    .dropdown__select{
        margin: 0px 17px 0px 7px;
    }
    .dropdown__select:after {
        right: 29px;
    }
}
@media screen and (max-width: 388px) {
    .dropdown__select{
        margin: 0px 17px 0px 4px;
    }
}
@media screen and (max-width: 386px) {
    .dropdown__select{
        margin: 0px 19px 0px 7px;
    }
}
@media screen and (max-width: 373px) {
    .dropdown__select{
        margin: 0px 17px 0px 5px;
    }
}
@media screen and (max-width: 367px) {
    .dropdown__select{
        margin: 0px 17px 0px 3px;
    }
}
@media screen and (max-width: 362px) {
    .dropdown__select{
        margin: 0px 12px 0px 0px;
    }
}
@media screen and (max-width: 357px) {
    .dropdown__select{
        margin: 0px 18px 0px 5px;
    }
}
@media screen and (max-width: 342px) {
    .dropdown__select{
        margin: 0px 15px 0px 5px;
    }
    .dropdown__select:after {
        right: 26px;
    }
}
@media screen and (max-width: 330px) {
    .dropdown__select{
        margin: 0px 11px 0px 0px;
    }
    .dropdown__select:after {
        right: 24px;
    }
}
/* @media screen and (max-width: 410px) {
    .dropdown__select {
        margin: 0px 18px 0px 9px;

    }
}
@media screen and (max-width: 491px) {
    .dropdown__select {
        margin: 0px 18px 0px 5px;

    }
}
@media screen and (max-width: 368px) {
    .dropdown__select {
        margin: 0px 14px 0px 4px;

    }
} */
/* @media screen and (max-width: 410px) {
    .dropdown__select {
        margin: 0px 1rem 0px 0.5rem;

    }

}

@media screen and (max-width: 376px) {
    .dropdown__select {
        margin: 0px 1rem 0px 0.5rem;

    }

    .dropdown__select:after {
        right: 26px;
    }
}
@media screen and (max-width: 364px) {
    .dropdown__select {
        margin: 0px 1rem 0px 0.5rem;
    }

} */

.dropdown--image .dropdown__options-wrap.active,
.dropdown__options-wrap.active {
    max-width: 356px;
    top: 45px;
    left: 0px;
}

@media screen and (max-width: 410px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 336px;
        top: 45px;
        left: 10px;
    }
}
@media screen and (max-width: 394px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 329px;
        top: 45px;
        left: 10px;
    }
}
@media screen and (max-width: 386px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 320px;
        top: 45px;
        left: 10px;
    }
}
@media screen and (max-width: 380px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 313px;
        top: 45px;
        left: 10px;
    }
}
@media screen and (max-width: 376px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 91%;
    }
}
@media screen and (max-width: 363px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 93%;
        left: 6px;
    }
}

.error_msg{
    padding-left: 5px;
    margin-top: 5px;
}