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

* {
      /* cursor: pointer; */

}

:root {
    --picker1: #4D7EFF;
    --picker2: #F5F5F5;
}

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

.text_style1 {
    line-height: 26px;
    margin-bottom: 7px;
}

/* profile page satrt */
.c2-card-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    font-family: "Inter", sans-serif !important;
}

.c2-card-sub-body::-webkit-scrollbar {
    display: none;
}

.c2-card-sub-body {
    margin-top: 5px;
    width: 100%;
    max-width: 400px;
    min-width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    border-radius: 20px;
    z-index: 0;
}

.profile-card {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    clip-path: circle(50% at 36% 29%);
    object-fit: cover;
    left: 0;
    top: 0;
    border-top-left-radius: 15px;
    object-fit: fill;

}

.profile_image {
    width: 10%;
    display: flex;
    flex-direction: column;
    position: relative;
    left: 78%;
    bottom: 15rem;
    height: 130px;
}

.social_btn_phone {
    margin-left: -1px;
}
@media screen and (max-width: 426px) {
    .social_btn_phone {
        margin-left: 11px;
    }
}
@media screen and (max-width: 426px) {
    .social_btn_whatsapp  {
        margin-left: 12px !important;
    }
}
@media screen and (max-width: 426px) {
    .social_btn_marker {
        margin-left: 11px !important;
    }
}
@media screen and (max-width: 426px) {
    .social_btn_website  {
        margin-left:6px !important;
    }
}
.social_btn {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.25s ease-out;
}

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

}

.social_btn:hover {
    position: relative;
    top: -3px;
    box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
    margin-top: 7px;
}

.curve-shape {
    font-weight: bold;
}

.social_btn_whatsapp {
    margin-left: 3px;
    padding: 7px 10px;
}

.social_btn_marker {
    margin-left: 3px;
    padding: 7px 11px;
}

.social_btn_website {
    margin-left: -3px;
    padding: 7px 7px;
    padding-top: 11px;
}

.c2_profile_section {
    display: flex;
    background: var(--white1);
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 89px;
    margin-top: -9rem;
}

.profile-card__avatar {
    border-radius: 50%;
    height: 7rem !important;
    width: 7rem !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.75), 0 1rem 1rem -0.5rem rgba(0, 0, 0, 0.3);
    object-fit: cover;
    position: relative;
    left: 15%;
}

.profile_name {
    word-break: break-word;
    position: relative;
    margin-top: -4.5rem;
}

.share_button {
    padding: 0px 18px;
}

@media screen and (max-width: 1308px) {
    .share_button {
        padding: 0px 6px;
    }
}

/* pro file page end */

/* info profile page start */
.card_information {
    position: relative;
}

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

.selectedUl {
    margin-right: 0px;
    margin-top: 23px;
    margin-left: 5px;
}

ul.selectedUl .active a {
    outline: 0;
}

ul.selectedUl .active p {
    font-size: 13px;
    font-weight: 500;
}

.nav {
    flex-wrap: nowrap !important;
    padding-right: 6px !important;
}

.tabs-section .nav_link_icon {
    border: 0;
    padding: 11px 15px;
    transition: 0.3s;
    color: #fff;
    border-right: 2px solid #cddc39 !important;
    font-weight: 600;
    font-size: 15px;
}

.nav_link_icon {
    border-radius: 50%;
    background-color: white;
    width: 3rem;
    height: 3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    margin: 5px 12px 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-section .nav_link_icon:hover {
    color: #cddc39;
}

.tabs-section .nav_link_icon.active {
    color: #333333;
    background: #cddc39;
}

.tabs-section .nav_link_icon:hover {
    border-right: 4px solid #cddc39;
}

.information_icon.active p {
    color: #8b97d5;
}

.information_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: auto;
    color: #000;
    font-size: 19px;
}

.text_color {
    color: #000;
    text-decoration: none;
    line-height: 19px;
    text-align: left;
    margin-bottom: 1px;
    font-weight: 500 !important;
}

.text_color:hover {
    color: #000 !important;
}

.tab-icon-nav {
    width: 70%;
}

.tab-content {
    background: white;
    border-radius: 11px
}

.tab_bar_content {
    width: 100%;
}

.tabs-section .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

#tab-1 {
    width: 100%;
}

.details {
    position: relative;
    border-radius: 1px;
    background: white;
    width: 100%;
    border-radius: 1rem;
    word-break: break-all;
    font-size: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.tabs-section .details h3 {
    font-size: 26px;
    color: #cddc39;
}

.tabs-section .details p {
    color: #aaaaaa;
}

.details_tab {
    padding: 14px 10px 14px 14px;
    margin-top: 20px;
}

.legal_info_bg {
    background: white;
    border-radius: 12px;
    display: flex;
}

.legal_info_tab {
    line-height: 40px;
}

.legal_info_tab .legal_info_icon {
    margin-right: 3%;
    float: left;
    width: 2rem;
    height: 2rem;
    padding: 10px;
    border-radius: 50%;
}

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

.content_style_div {
    line-height: 26px;
    padding-bottom: 5px;
}

.address_taxe {
    margin-bottom: 0rem;
    text-align: left;
    color: #888B93;
    font-weight: 500;
    font-size: 14px;
}

.card_style_font {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}

.word_style {
    word-break: break-word;
    line-height: 19px;
}

#address {
    line-height: 25px;
    text-align: left;
}

.information_icon1 {
    text-align: left;
    font-weight: 500;
    color: #888B93;
}

.align-card {
    text-align: -webkit-left;
}

#profile_phone1 {
    color: #000;
    font-weight: 500;
}

#profile_phone2 {
    color: #000 !important;
    font-weight: 500;
}

#profile_fb1 {
    color: #000;
    font-weight: 500;
}

#profile_twitter1 {
    color: #000;
    font-weight: 500;
}

#profile_insta1 {
    color: #000;
    font-weight: 500;
}

#profile_email1 {
    color: #000;
    font-weight: 500;
}

.infono-data {
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

/* info profile page end */

/* bank info satrt */
.details_bank {
    padding: 9px 19px 2px 19px;
    margin-top: 25px;
}

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

.bank_details {
    text-align: left;
}

.bank_details:nth-child(2n-1) {
    margin-bottom: 0.1rem;
}

.bank_details_color {
    color: #525252;
    font-weight: 500;
}

.details_taxe {
    font-size: 14px;
    margin-bottom: 6px;
}

#account_name1 {
    font-weight: 600 !important;
    word-break: break-word;
}

#account_No2 {
    font-weight: 600 !important;
    word-break: break-word;
}

#IFSC_code1 {
    font-weight: 600 !important;
    word-break: break-word;
}

#bank_name1 {
    font-weight: 600 !important;
    word-break: break-word;
}

#branch_name1 {
    font-weight: 600 !important;
    word-break: break-word;
}

/* bank info end */

/* qrcode satrt */
.detalis_rq_code {
    padding: 13px 19px;
    margin-top: 25px;
}

.scan_name {
    text-align: center;
    padding: 4%;
    font-size: 18px;
}

#QR_Img {
    width: 120px;
    height: 120px;
    align-items: center;
    margin: 14px 0;
}

.scan_icon {
    border-radius: 10px;
}

.phone_taxe {
    line-height: 2rem;
    margin-bottom: 0rem;
    padding-right: 6px;
    color: #525252;
    font-weight: 500;
}

.scanner_name {
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
}

@media screen and (max-width: 375px) {
    .scanner_name {
        font-size: 0.8rem;
    }
}

.model-child {
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 375px) {
    .model-child {
        font-size: 0.8rem;
    }
}

.model_type {
    line-height: 2rem;
    margin-bottom: 0rem;
    color: #525252;
    font-weight: 500;
}

#QR_type1 {
    padding-left: 5px;
    text-align: left;
}

.qr_code_download {
    border: none;
    display: flex;
    justify-content: right;
    align-items: center;
    font-weight: 600;
    margin: 0 auto;
    color: white;
    border-radius: 50%;
}

.qrcodebutton {
    border: none;
    border-radius: 50%;
    padding: 4px 5px;
}

.dataprofile_qrcode {
    font-size: 21px;
    color: white;
    position: relative;
    top: 9px;
}

.download_icon {
    position: relative;
    bottom: 10px;
}

.details_services {
    padding: 1px 12px 5px 9px;
    font-weight: 500;
    margin-top: 25px;
    word-break: break-word;
}

.service_section_card {
    color: #000;
    font-weight: 500;
}

.service_section_card {
    display: flex;
    flex-direction: row;
    text-align: -webkit-left;
    font-size: 14px;
    word-break: break-all;
}

.arrow_service {
    font-size: 20px;
    padding: 0px 10px 10px 10px;
    font-weight: bold;
    position: relative;
    top: -5px;
}

.no_data_services {
    height: 296px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    font-weight: 500;
    font-size: 18px;
}

.tab_pane_bank {
    margin-top: 25px;
}

.bio_scroll {
    font-weight: 500;
    border: none;
    font-size: 15px;
    width: 100%;
    max-height: 324px;
    word-break: break-word;
    text-align: left;
    color: #525252;
    overflow-y: scroll;
}

/* qr code end */

.btn-share {
    background-color: #fff !important;
    position: relative;
    padding: 14px 35px;
    border-radius: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    outline: none;
    overflow: hidden;
      /* cursor: pointer; */

    /* filter: drop-shadow(0 0px 4px rgba(39, 94, 254, 0.32)); */
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-share::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    outline: none;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

button:focus {
    outline: none !important;
}

.btn-share .btn-text {
    transition-delay: 0.05s;
}

.btn-share .social-icons {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    transform: translateY(-50%);
}

.btn-share .social-icons li {
    flex: 1;
}

.btn-share .social-icons li a {
    display: inline-flex;
    vertical-align: middle;
    transform: translateY(55px);
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

.btn-share:hover .btn-text,
.btn-share:hover .btn-icon {
    transform: translateY(-55px);
}

.btn-share .btn-text,
.btn-share .btn-icon {
    display: inline-flex;
    vertical-align: middle;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-share .btn-icon {
    margin-left: 8px;
    transition-delay: 0.1s;
}

.btn-share:hover .social-icons li a {
    transform: translateY(0);
}

.btn-share:hover .social-icons li:nth-child(1) a {
    transition-delay: 0.15s;
}

.btn-share:hover .social-icons li:nth-child(2) a {
    transition-delay: 0.2s;
}

.btn-share:hover .social-icons li:nth-child(3) a {
    transition-delay: 0.25s;
}

#account_No1 {
    font-weight: 600 !important;
}

/* sha re button end */

/* company page start */
.company_bg_image {
    position: relative;
    display: block;
    width: 100%;
    top: 0;
    height: 269px;
    object-fit: cover;
    left: 0;
    background-repeat: round;
    background-size: contain;
    clip-path: circle(63% at 67% 20%);
    border-top-right-radius: 15px;
}

.profile_section_company {
    background: var(--white1);
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 123px;
}

.profile-card__avatar_company {
    border-radius: 50%;
    height: 7rem !important;
    width: 7rem !important;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 75%), 0 1rem 1rem -0.5rem rgb(0 0 0 / 30%);
    object-fit: cover;
    left: -96px;
    top: -24px;
}

.profile_card_text {
    margin-left: 1.5rem;
    padding-top: 23px;
    position: relative;
    top: -121px;
    line-height: 16px;
    padding-right: 10px;
}

.profile_name_company {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: capitalize !important;
}

.company_page_name {
    text-align: left;
    word-break: break-all;
    font-size: 19px;
}

#Comapny_slogan {
    color: #525252;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding-right: 14px;
    word-break: break-word;
}

/* comp any page end */

/* company info satrt */
.information_profile {
    padding: 22px;
    margin-top: -14rem;
}

.all_information_data {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
    padding-top: 5px;
    padding-bottom: 15px;
}

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

.main_div {
    word-break: break-word;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding: 10px 10px 0px 10px;
}

.icon_div {
    padding-right: 8px;
    width: 19%;
    font-size: 20px;
}

/* compan y info end */

/* gallery video satrt */
.gallery_style1 {
    display: flex;
    align-items: center;
    justify-content: left;
    font-size: 21px;
    margin-bottom: 0;
    margin: 0px 0px 22px 22px;
}

img {
    max-width: 100%;
}

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

.wrap {
    max-width: 960px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 0px 20px 0px 20px;
}

/* @media screen and (max-width: 372px) {
    .gallery {
        grid-gap: 8px;
    }
} */
.gallery_card3 {
    padding: 0px 22px 22px 22px;
}

.gallery-item img {
    /* width: 111px;
    height: 100%; */
    height: 100px;
    border-radius: 13px;box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    object-fit: cover;
}


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

/* @media only screen and (max-width: 398px) {
    #gallery_images {
        height: 94px;
    }
}
@media only screen and (max-width: 372px) {
    #gallery_images {
        height: 85px;
    }
}
@media only screen and (max-width: 341px) {
    #gallery_images {
        height: 80px;
    }
}
@media only screen and (max-width: 326px) {
    #gallery_images {
        height: 74px;
    }
} */
.no_image {
    height: 200px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 22px;
    font-weight: 500;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;font-family: "Inter", sans-serif !important;
}

.slidertab {
    overflow: hidden;
}

.slidertab:after {
    content: '';
    left: 98px;
    position: absolute;
    z-index: 100;
    pointer-event: none;
}

.slidertab:before {
    content: '';
    position: absolute;
    z-index: 100;
    pointer-event: none;
}

.tab_contact-style {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    overflow: auto;
    scroll-behavior: revert;
    /* padding-left: 5rem; */
    padding-top: 30px;
}

.tab_contact-style::-webkit-scrollbar {
    height: 0px;
}

/* .tab_contact-style:after {
    content: '';
    display: block;
    height: 100px;
    position: relative;
} */

.scroller_padding {
    /* padding-right: 30px; */
}

.tablinks {
    position: relative;
}

.tablinks.active .circlesize svg {
    fill: #fff;
    position: relative;
    top: 4px;
}

.nav-tabs_scoller>li>a>i {
    transform: rotate(-45deg);
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 17px;
}

.nav-tabs_scoller>li>a:hover,
.nav-tabs_scoller>li>a:active,
.nav-tabs_scoller>li>a:focus {
    background-color: #d9d9d9;
    color: black;
    border: 0;
}

.nav-tabs_scoller>li.active>a:before {
    display: none;
}

.nav-tabs_scoller>li.active>a:after {
    right: -25px;
    width: 50px;
    background-color: #4d7eff;
    z-index: 1;
}

.nav-tabs_scoller {
    margin-bottom: 0;
}

.nav-tabs_scoller {
    margin: 30px auto;
    margin-bottom: 45px;
}

.nav-tabs_scoller>li {
    margin-left: -1px;
}

.nav-tabs_scoller>li:first-child>a:before {
    display: none;
}

.nav-tabs_scoller>li>a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 9px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background-color: #d9d9d9;
    color: black;
    border: 0;
    position: relative;
    text-decoration: none;
    margin-top: 0rem;
}

.nav-tabs_scoller {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    background: #f2f2f2;
    margin: auto;
    font-size: 9px;
    color: #999;
    border-radius: 5px;
    position: absolute;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    background-color: #d9d9d9;
    color: black;
    border: 0;
    position: relative;
    text-decoration: none;
    margin-top: 1rem;
    bottom: 16px;
}

.circlesize {
    font-size: 23px;
    transform: rotate(315deg);
    margin-top: 19px;
    position: relative;
    top: 17px;
    right: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-style {
    padding: 0 10px 30px 10px;
}

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

.tabcontent p {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#video1 {
    display: block;
    padding: 0px 18px;
}

.contact_us_page {
    font-size: 22px;
    padding: 16px 16px 14px 16px;
    font-weight: bold;
}

.video_card {
    border-radius: 34px;
}

.video_data {
    margin-bottom: 25px;
    border-radius: 16px;
}
.no_image_bio_com{
    height: 200px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 22px;
    font-weight: 500;
    font-family: "Inter", sans-serif !important;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.no_video {
    height: 300px;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: 500;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

#contact-us {
    display: none;
}

/* gall ery end */

/* contact satrt */
.form_fill_image {
    /* width: 90%; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.alert_msg {
    display: none;
    margin: 20px;
}

.form_username {
    position: relative;
}

.form_fill_username {
    margin: 2px;
    width: 90%;
    border-radius: 8px;
    padding: 9px;
    color: black;
    border: 1px solid gainsboro;
    border: none;
    position: relative;
    font-size: 16px;
}

.form_fill_username:focus {
    outline: 0;
    outline-color: transparent;
    outline-style: none;
}

.form_fill_username::placeholder {
    color: #000 !important;
}

.submit_btn {
    padding: 0px 0px 0px 0px;
}

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

.form_fill_username_btn {
    color: white;
    margin-top: 5px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 1rem;
}

.please_wait {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4d7eff;
    height: 21px;
}

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

.spin_icon {
    background: none !important;
    position: relative;
    top: 6px;
}

.map_sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* con tact end */

/* catalogue satrt */
.catelog_text {
    padding-top: 1.5rem;
    font-family: "Inter", sans-serif !important;
    font-size: 21px;
}

.catalog_img {
    padding: 13px;
}

.gallery-sec {
    padding: 0px 10px 30px 10px;
}

.slide {
    padding: 10px;
    max-width: 100%;

}

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



/* @media only screen and (max-width: 353px) {
    .slide img {
        height: 100%;
    }
} */

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

.slide_button {
    padding: 0 0 0px 0;
}

.no_image1 {
    height: 200px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    background: #fff;
    margin: 10px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding-bottom: 17px;    
    font-family: "Inter", sans-serif !important;
    font-weight: 500;
}

/* cata logue end */

/* footer start */
.footer {
    border-radius: 10px;
    margin: 20px;
}

.btn_crad {
    padding-left: 4px;
}

.create_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 10px;
    color: #fff;
}

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

.footer_card {
    margin-left: 10px;
    color: #fff;
}

.footer_card1 {
    text-align: center;
    color: white;
    border-top: 1px solid rgb(251, 228, 228);
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 2rem;
}

.footer_card:hover {
    color: white;
}

.arrow_button {
    border: 1px solid rgb(244, 231, 231);
    border-radius: 50%;
    padding: 10px;
}

/* footer end */

/* nav bar start */
.bottom_active_btn.active .nav_btn svg {
    background-color: #fff;
    height: 42px;
    width: 43px;
    border-radius: 14px;
    padding: 9px;
    position: absolute;
    bottom: -10px;
    left: 1px;
}

.nav_button {
    color: #000;
}

/* nav bar end */
.info_icon {
    padding-left: 10px;
}

.profile-name_text {
    font-size: 19px;
    font-family: "Inter", sans-serif !important;
    font-weight: 700;
    text-transform: capitalize;
}

.profile-name_text1 {
    position: absolute;
    margin-top: 5.5rem;
    right: 4rem;
}

.profile-name_tex .t1 {
    float: right;
    padding-right: 49px;
    position: relative;
    bottom: 12.5rem;
}

.tabs-section {
    overflow: hidden;
    background-color: #333;
    padding: 60px 0px;
}

.tabs-section .feature-img {
    max-height: 255px;
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
}

.tabs-section .nav-tabs_btn {
    border: 0;
}

.information_icon_title {
    margin-bottom: 0rem;
    font-size: 13px;
}

.qr_code_images {
    height: 8rem;
    width: 8rem;
}

.bottom_menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 20px 20px 0px 0px;
    padding: 15px 15px 15px !important;
    padding-top: 10px !important;
    box-shadow: 0px 8px 10px rgb(26, 26, 26, 0.19);
    margin-top: 20px;
    margin-bottom: 0rem;
    height: 67px;
    margin-top: 13px !important;
}

@media only screen and (max-width: 426px) {
    .bottom_menu {
        height: 87px;
    }
}

.bottom_menu li a {
    width: 41px;
    height: 22px;
    color: #4d7eff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.bottom_menu li a i {
    width: 2rem;
    position: absolute;
    transition-delay: .3s;
    z-index: 9;
    left: 5px;
}

.bottom_menu li a span {
    display: block;
    font-size: 12px;
    width: 100%;
    position: absolute;
    bottom: -16px;
    transition-delay: .3s;
    z-index: 9;
    opacity: 0;
}

.bottom_menu li a.active-icon span {
    bottom: 14px;
    transition-delay: .5s;
    opacity: 1;
}

.bottom_slider {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18%;
    transition: 1s;
    border-radius: 50%;
    z-index: 9;
}

ul.bottom_menu li {
    list-style: none;
}

.com_genral-body {
    width: 100%;
    padding: 20px;
}

.com_info-inner {
    width: 100%;
    border-radius: 20px;
    display: flex;
}

.com_icon {
    padding: 11px;
}

.com_fontstyle {
    padding: 5px;
    text-decoration: none !important;
}

.com_info {
    background-color: white;
    border-radius: 20px;
    color: black;
    padding: 10px;
}

.style2 {
    display: flex;
}

/* Gallery Page Start */

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

/* Gallry Page End */

.c2_info_bg {
    background: white;
    border-radius: 12px;
    display: flex;
}

.c2_info_tab {
    line-height: 20px;
    padding-left: 4%;
}

.c2_info_tab .info_icon {
    float: left;
    padding: 10px;
    border-radius: 50%;
    margin-top: 0.3rem;
}

.c2_head_info {
    margin-top: -11px;
    border-bottom: 1px solid #00000038;
    font-weight: 500;
}

#c2_head_info_id {
    border-bottom: none;
}

.c2_p {
    margin-bottom: 2px;
}

.style2 {
    display: flex;
}

.com_fontstyle {
    padding: 8px;
    text-decoration: none !important;
}

.com_info {
    background-color: white;
    border-radius: 20px;
    color: black;
    padding: 10px;
}

.information_text {
    margin-bottom: 0rem;
    word-break: break-all;
    line-height: 1.5rem;
}

.profile_image1 {
    width: 10%;
    flex-direction: column;
    position: relative;
    bottom: 14.5rem;
    margin-left: 1px;
    margin-top: -15px;
    height: 130px;
}

:-ms-input-placeholder {
    color: #000 !important;
}

::-ms-input-placeholder {
    color: #000 !important;
}

.form_checkbox {
    display: flex;
    margin: 16px 0px 0px 20px;
    position: relative;
}

.form_checkbox_label {
    margin: -4px 0px 0px 13px;
    font-size: 14px;
    position: relative;
}

.form_account {
    margin-top: 3rem;
    font-size: 13px;
    margin-bottom: 2rem;
    position: relative;
}

.background_1 {
    position: absolute;
    border-radius: 50%;
    height: 8rem;
    width: 8rem;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: 14rem;
    margin-left: 2rem;
}

.background_2 {
    position: absolute;
    border-radius: 50%;
    height: 6rem;
    width: 6rem;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: 8rem;
    margin-left: 8rem;
}

.background_3 {
    position: absolute;
    border-radius: 50%;
    height: 5rem;
    width: 5rem;
    background: #FFFFFF;
    opacity: 0.5;
    margin-top: 3rem;
    margin-left: 13rem;
}

.profile_pic {
    position: relative;
    background-color: #A9A5A5;
    height: 226px;
    border-radius: 0 0 32px 32px;
}

.profile_pic img {
    height: 226px;
    border-radius: 0 0 32px 32px;
}

.profile_img1 {
    display: flex;
    margin-left: 2rem;
    margin-top: -178px;
    position: relative;
}

.profile_img1 img {
    background-color: var(--white);
    box-shadow: 0 5px 4px rgb(0 0 0);
}

.profile_img1 img {
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
}

.profile {
    width: 196px;
    height: 196px;
    border-radius: 50%;
    margin-left: 115px;
    opacity: 0.2;
    background: white;
}

.form_fill_management {
    background-color: #c4c4c48c;
    margin: 15px;
    border-radius: 21px;
    padding: 9px;
    color: black;
    border: none;
    position: relative;
    margin-left: 12rem;
}

.tast_management_content {
    display: flex;
}

.content_1 {
    width: 50%;
}

.content_2 {
    width: 50%;
}

.content_3 {
    width: 50%;
    margin-top: 15px;
}

.content_4 {
    width: 50%;
    margin-top: 15px;
}

.task_management_detail {
    margin-top: 24px;
    padding: 15px;
    font-size: 14px;
}

.task_management_main_section {
    margin-bottom: 12px;
}

.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;
}

.com_icon_home {
    top: -28px;
    left: 9px;
}

.nav_tab_scoller_btn {
    padding: 0px 89px 0px 11px;
}

@media only screen and (max-width: 350px) {
    .profile_image1 {
        left: -5%;
    }
}

.cardtab {
    z-index: 10;
      /* cursor: pointer; */

    transition: all .25s ease;
}

.img_div img {
    width: 90%;
    height: 90%;
    border-radius: 15px;
    filter: grayscale(0);
    transition: 1s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

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

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

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

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

.task_management_plan {
    display: flex;
    position: absolute;
    font-size: 13px;
    margin: 13px;
}

.img_div {
    padding: 7px;
}

.galleryImage {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

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

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

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

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

.share__icon {
    width: 32px;
    height: 32px;
    fill: #fff;
    display: inline-block;
    vertical-align: top;
    margin-right: 3px;
}

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

.share-button {
      /* cursor: pointer; */

    display: inline-block;
    height: 62px;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    left: 50%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
}

.share-button__back {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1) inset;
}

.share-button__front {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center top;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    border: 2px solid lightgray;
}

.share-button__text {
    margin: 0;
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    color: #60656A;
}

.share__link {
    position: relative;
    top: 40px;
    padding-top: 10px;
    padding-bottom: 8px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: top .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.catalog {
    padding: 26px;
}

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

.information_file {
    display: flex;
}

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

#QR_phno1 b {
    text-align: left;
}

/* phone */

.whatsapp-button {
   color: #fff;
    padding: 0px 10px;
    border-radius: 10px 10px 10px 10px;
    background-color: #2CB742;
    font-size: 14px;
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: center;
    height: 38px !important;
    align-items: center;
    position: relative;
    right: 9px;
}

.dropdown dt a span
{
    /* cursor: pointer; */

    display: block;
    padding: 7.3px 2px 5px 5px;
    white-space: nowrap;
}
#whatsappUrl {
    /* margin-left: 6px; */
    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: 273px;
    border-radius: 3px;
    border: 1px solid rgb(172, 170, 170);
    padding: 5px;
}

@media only screen and (max-width: 1325px) {
    #phone_number {
        width: 254px;
    }
}

@media only screen and (max-width: 1306px) {
    #phone_number {
        width: 240px;
    }
}

@media only screen and (max-width: 1265px) {
    #phone_number {
        width: 215px;
    }
}

@media only screen and (max-width: 1107px) {
    #phone_number {
        width: 205px;
    }
}

@media only screen and (max-width: 1077px) {
    #phone_number {
        width: 195px;
    }
}

@media only screen and (max-width: 1047px) {
    #phone_number {
        width: 185px;
    }
}

@media only screen and (max-width: 1017px) {
    #phone_number {
        width: 175px;
    }
}

@media only screen and (max-width: 992px) {
    #phone_number {
        width: 275px;
    }
}

@media only screen and (max-width: 455px) {
    #phone_number {
        width: 255px;
    }
}

@media only screen and (max-width: 435px) {
    #phone_number {
        width: 235px;
    }
}

@media only screen and (max-width: 415px) {
    #phone_number {
        width: 215px;
    }
}

@media only screen and (max-width: 395px) {
    #phone_number {
        width: 200px;
    }
}

@media only screen and (max-width: 381px) {
    #phone_number {
        width: 180px;
    }
}

@media only screen and (max-width: 361px) {
    #phone_number {
        width: 165px;
    }
}

@media only screen and (max-width: 345px) {
    #phone_number {
        width: 145px;
    }
}

@media only screen and (max-width: 325px) {
    #phone_number {
        width: 135px;
    }
}
.dropdown dt a span{
      /* cursor: pointer; */

    display: block;
    padding: 6.9px 2px 6.5px 5px;
    white-space: nowrap;
}


#whatsapp-input {
    padding: 8px !important;
    border-left: none;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 260px;
    outline: none !important;
    border-radius: 0px 0px 0px 0px;
    font-size: 13px;
  background-color: #fff;
  height: 38px;
}
/* @media screen and (max-width: 1370px) {
    #whatsapp-input {
        width: 255px !important;
    }
}
@media screen and (max-width: 1335px) {
    #whatsapp-input {
        width: 243px !important;
    }
}
@media screen and (max-width: 1307px) {
    #whatsapp-input {
        width: 231px !important;
    }
}
@media screen and (max-width: 1267px) {
    #whatsapp-input {
        width: 215px !important;
    }
}
@media screen and (max-width: 1267px) {
    #whatsapp-input {
        width: 227px !important;
    }
}
@media screen and (max-width: 1147px) {
    #whatsapp-input {
        width: 216px !important;
    }
}
@media screen and (max-width: 1124px) {
    #whatsapp-input {
        width: 209px !important;
    }
} */
@media screen and (max-width: 396px) {
    #whatsapp-input {
        width: 250px;
    }
}

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

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

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

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

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

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

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

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

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

.tab_bar_content {
    width: 100%;
}

.legal_info_tab {
    width: 100%;
    word-break: break-all;
}

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

#comapny_address {
    padding-left: 13px;
    float: left;
    text-align: left;
    word-break: break-word;
    margin-left: -13px;
    font-weight: 500;
    color: #000;
}

.video_source {
    border-radius: 20px;
    padding: 10px;
    height: 300px;
}

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

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

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

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

.profile-name_text112 {
    color: #525252;
    font-weight: 400;
    word-break: break-word;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

.info_iconsvg {
    width: 22px !important;
}

.svg_iconhome {
    width: 25px;
}

.text-left {
    padding-left: 18px;
}

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

.create_btn a {
    color: #fff !important;
}

.create_btn a:hover {
    color: #fff !important;
}

.whatsapp_btn a i {
    color: #fff !important;
}

.whatsapp_btn a i:hover {
    color: #fff !important;
}

.whatsapp_btn a:hover {
    color: #fff !important;
}

#whatsapp-input {
    padding-left: 10px !important;
}

.form_username h5 {
    text-align: left;
    font-family: "Inter", sans-serif !important;
    margin: 13px 23px 5px 23px;
    font-size: 15px;
}

.bio_scroll 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;
    }
}

.service_section_card {
    word-break: break-word;
}

.servicse_info {
    text-align: left;
    margin-bottom: 8px;
}

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

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

/* add loader */

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.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: 11.5px 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;
    /* right: 7rem; */
    padding: 6.5px 10px;
    margin: 0px 7px;
    border-radius: 6px;
    border: 1.5px solid #e3e4e9;
    position: relative;
    /* overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; */
    font-weight: 400;
    /* word-break: break-all;
    -webkit-line-clamp: 1; */
}


@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: 5px;
}

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

.form_fill_username::placeholder {
    color: #ccc !important;
}

.tablinks.active:hover {
    color: #fff !important;
}

@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;
    /* margin-top: 1rem;; */
}

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

}

.whatsapp__share {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 5px; */
}


/* company bio */
/* .company_bio{
    font-size: 22px;
    font-weight: bold;
   display: flex;
   justify-content: left;
margin-left: 22px;
}

.bio_com{
    margin: 0px 20px 20px 20px;
    text-align: left !important;
    font-size: 15px;
    font-weight: 500;
} */

.bio_com{
    text-align: left;
    padding: 15px;
    max-height: 173px;
    overflow-y: overlay;
    background: #fff;
    margin: 22px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px 5px rgb(0 0 0 / 5%);
}

.bio_com span span{
    background-color: transparent !important;
}

.company_bio{
    text-align: left;
    padding: 0px 26px;
    font-size: 22px;
    font-weight: 600;
}
.curve-shape-img {
    position: relative;
    bottom: 2px;
}


/* 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;
  }

  #profile_bio1 p span{
    font-family: "Inter", sans-serif  !important;
  }

  .bio_com span span{
    font-family: "Inter", sans-serif  !important;

  }


  .nav-item.active .information_icon .nav_link_icon svg path{
    fill: var(--picker1) !important;
  }
  .nav-item.active .information_icon .nav_link_icon svg path{
    stroke: var(--picker1) !important;
  }

  .card_3 {
    font-size: 16.5px;
  }

  /* whatsapp new drop down add */
/* whatsapp new drop down add */
.dropdown__select {
    /* border: 1px solid var(--picker1); */
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    margin: 0px 0.5rem 0px 0rem;
}

.dropdown__select:after {
    right: 19px;
    top: 45%;
}
@media screen and (max-width: 1308px) {
    .dropdown__select {
        margin: 0px 1.5rem 0px 0.7rem;
    }
    .dropdown__select:after {
        right: 36px;
    }
    .dropdown--image .dropdown__options-wrap.active, .dropdown__options-wrap.active{
        max-width: 347px;
    left: 15px !important;
    }
}
@media screen and (max-width: 411px) {
    .dropdown--image .dropdown__options-wrap.active, .dropdown__options-wrap.active{
        max-width: 347px;
    left: 13px !important;
    }
}
@media screen and (max-width: 393px) {
    .dropdown--image .dropdown__options-wrap.active, .dropdown__options-wrap.active{
    max-width: 341px;
    }
}
@media screen and (max-width: 386px) {
    .dropdown--image .dropdown__options-wrap.active, .dropdown__options-wrap.active{
    max-width: 336px;
    }
}
@media screen and (max-width: 381px) {
    .dropdown--image .dropdown__options-wrap.active, .dropdown__options-wrap.active{
    max-width: 329px;
    }
}
@media screen and (max-width: 376px) {
    .dropdown__select {
        margin: 0px 1.5rem 0px 1rem;

    }

    .dropdown__select:after {
        right: 34px;
    }
}

@media screen and (max-width: 366px) {
    .dropdown__select {
        margin: 0px 21px 0px 10px;
    }
    .dropdown__select:after {
        right: 32px;
    }
}
@media screen and (max-width: 356px) {
    .dropdown__select {
        margin: 0px 14px 0px 5px;
    }
    .dropdown__select:after {
        right: 28px;
    }

}
@media screen and (max-width: 350px) {
    .dropdown__select {
        margin: 0px 23px 0px 12px;
    }
    .dropdown__select:after {
        right: 32px;
    }
}
@media screen and (max-width: 338px) {
    .dropdown__select {
        margin: 0px 33px 0px 21px;
    }
    .dropdown__select:after {
        right: 43px;
    }
}
@media screen and (max-width: 332px) {
    .dropdown__select {
        margin: 0px 30px 0px 18px;
    }
    .dropdown__select:after {
        right: 41px;
    }
}
@media screen and (max-width: 328px) {
    .dropdown__select {
        margin: 0px 24px 0px 14px;
    }
    .dropdown__select:after {
        right: 35px;
    }
}


.dropdown--image .dropdown__options-wrap.active,
.dropdown__options-wrap.active {
    max-width: 352px;
    top: 45px;
    left: 2px;
}
@media screen and (max-width: 394px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 342px;
        top: 45px;
        left: 0px;
    }
}
@media screen and (max-width: 389px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 335px;
        top: 45px;
        left: 0px;
    }
}
@media screen and (max-width: 379px) {
    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 327px;
        top: 45px;
        left: 0px;
    }
}
@media screen and (max-width: 376px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 89%;
    }
}
@media screen and (max-width: 356px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 93%;
        left: 8px !important;
    }
}
@media screen and (max-width: 350px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 89%;
        left: 13px !important;
    }
}
@media screen and (max-width: 338px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 84%;
        left: 21px !important;
    }
}
@media screen and (max-width: 329px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 83%;
    }
}
@media screen and (max-width: 327px) {

    .dropdown--image .dropdown__options-wrap.active,
    .dropdown__options-wrap.active {
        max-width: 86%;
        left: 18px !important;
    }
}

.error_msg{
    padding-left: 9px;
    margin-top: 5px;
}
@media screen and (max-width: 1308px) {
    .error_msg{
        padding-left: 18px;
        margin-top: 5px;
    }
}

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