@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  /* cursor: pointer; */
}

.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

:root {
  --white1: white;
  /* --picker1: #f2aa4c;
  --picker2: #f9fbf2; */
  /* --picker1: #6EA86C;
  --picker2: #F2F7F2; */
  --white2: #fefefe;
  --skyblue: #4d7eff;
  --honeydew: honeydew;
  --grey: #e6e7f2;
  --grey1: grey;
  --lightblue: #8888dc;
  --black: #000000;
}

#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;

}

.dropdown dt a span {
  /* cursor: pointer; */
  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;
  }
}


#phone_number {
  padding: 5px 2px 5px 85px;
}

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

}

.no_bio {
  height: 230px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 14px;
  background-color: #fff;
  color: #000 !important;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  font-weight: 600;
}

.c2_body {
  font-family: "Montserrat", sans-serif;
}

.c2-card-body {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

#myModal122 {
  overflow: hidden;
  margin: 0;
  height: 100%;
  position: relative;
}

.card2_social_media a:hover {
  text-decoration: none;
}

.c2-card-sub-body {
  /* margin-top: 8px; */
  width: 25rem;
  min-width: 220px;
  border-radius: 20px;
}

.inner_card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  /* cursor: pointer; */
  position: relative;
  border-radius: 20px;
}

@media only screen and (max-width: 425px) {
  .inner_card {
    width: 100%;

  }
}

@media only screen and (max-width: 425px) {
  .inner_card_2 {
    width: 100% !important;
  }
}

.face_card {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border-radius: 16px;
  background: var(--white1);
  box-shadow: 0px 3px 18px 3px rgba(0, 0, 0, 0.2);
}

/* profilecardsectionstart */

.profile-card {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  top: 0;
  border-radius: 20px;
  left: 0;
  background-repeat: round;
}

.background_profile_card {
  height: 200px;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.label {
  border-radius: 10px !important;
  /* cursor: pointer; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  width: 44px !important;
  height: 21px !important;
  position: absolute;
  z-index: 99;
  top: 8px;
  left: 9px;
  cursor: pointer;
}

.label .ball2 {
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 25px;
  height: 16px;
  width: 17px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}

.checkbox:checked+.label .ball {
  transform: translateX(24px);
}

.label .ball {
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 2px;
  height: 15px;
  width: 16px;
  transform: translateX(0px);
  transition: transform 0.2s linear;
}

/* profilecardsectionend */

/* profile images start */
.c2_sec2 {
  width: 100%;
}

.profile_card2_info {
  display: flex;
  flex-direction: column;
  bottom: 40px;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  padding: 28px 0px 0px 0px;
}

@media only screen and (max-width: 375px) {
  .profile_card2_info {
    padding: 20px 0px 0px 0px !important;
  }
}

.c2_profile_section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.dataprofile {
  display: flex;
  justify-content: right;
}

.profile-card__avatar {
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
  position: relative;
  bottom: 11px;
  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;
}

/* profile images end */

/* profile name start */
.card2_flex {
  word-break: break-all;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-card__name {
  font-weight: 400;
  font-size: 1.5rem;
  color: #1f1f1f;
}

.profile_name_div {
  font-size: 19px;
  word-break: break-word;  
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 348px) {
  .profile_name_div {
    font-size: 17px;
  }
}

#profile_name_id {
  text-transform: capitalize;
}

.profile-card__job {
  font-size: 14px;
  color: #525252;
  font-weight: 500;
  margin-bottom: 7px;
}

#profile_subtitle_id {
  text-transform: capitalize;
  word-break: break-word;
}

/* profile name end */

/* social buttons start */
.c2_soc-btn {
  margin-bottom: 26px;
}

.social-buttons {
  position: relative;
  top: 0;
  bottom: 0;
  left: -5;
  right: 0;
}

.social-button {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
  opacity: 0.99;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  top: 90%;
  left: -110%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-button .fa {
  font-size: 34px;
  color: #fff;
  vertical-align: middle;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition: all 0.55s cubic-bezier(0.31, -0.105, 0.43, 1.59);
  position: relative;
  padding-top: 14px;
}

.social-button:focus:before,
.social-button:hover:before {
  top: -10%;
  left: -10%;
}

.svg_iconhome_icon {
  width: 20px;
  position: relative;
  top: 7px;
}

.phone_icon1 {
  width: 16px;
  height: 36px;
  position: relative;
}

/* social buttons end */

/* Add To Contacts start */

.c2_link:hover {
  color: #fff !important;
  text-decoration: none;
}

.c2_link {
  color: #fff;
  text-decoration: none;
}

a.c2_link:hover {
  outline: none !important;
  text-decoration: none !important;
}

.c2_link2 {
  padding: 0px 8px;
  font-weight: 600;
  font-size: 14px;
}

/* Add To Contacts end */

/* qr code start */
.card_scanner_btn {
  padding: 16px 33px 17px 8px;
}

@media only screen and (max-width: 346px) {
  .card_scanner_btn {
    padding: 16px 33px 17px 13px;
  }
}

.card_scanner {
  display: flex;
  width: 100%;
  justify-content: space-around;
  height: 45px;
}

.card_scanner button {
  width: 135px;
  position: relative;
  left: 7px;
  border: none;
  padding: 3%;
  outline: none;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 13px;
}

@media only screen and (max-width: 387px) {
  .card_scanner button {
    left: 10px;
  }
}

@media only screen and (max-width: 333px) {
  .form__head {
    font-size: 22px;
  }
}

.card_scanner button:first-child {
  margin-right: 3%;
  font-weight: 600;
}

.bar_tool,
.pop_up {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pop_up {
  height: auto;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 15px;
  border: 1px solid rgb(222, 219, 219);
}

.pop_up.open {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  width: 86%;
}

.pop_up.open .body img {
  opacity: 1;
  transform: translateX(0px);
}

.subscribe_box {
  text-align: center;
}

.popup .close {
  position: absolute;
  top: 5px;
  right: 16px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background-color: red;
  padding: 4px 7px;
  border-radius: 5px !important;
  opacity: 1;
  border-radius: 15px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
}

.head .close {
  padding: 8px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 8px;
  /* cursor: pointer; */
  color: #fff;
  border-radius: 5px;
}

.head .close {
  padding: 4px;
  width: 29px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 0.8rem;
  /* cursor: pointer; */
  color: #fff;
  background: red;
  border-radius: 50%;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;

}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1 !important;
}

.popup .close:hover {
  color: red;
}

.qr_close {
  font-size: 20px;
  display: flex;
}

.head .title {
  color: indianred;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.no_data {
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
}

.scan_qr_code {
  margin-top: 2rem;
}

.scan_name {
  text-align: center !important;
  position: relative;
  margin: 0px !important;
  font-size: 19px;
  font-weight: 700;
}

.model_qr_image {
  margin-top: 1rem;
}

#QR_Img {
  margin-bottom: 20px;
  height: 8rem;

}

.model-scanner {
  line-height: 16px;
  padding-left: 1rem;
}

.qrcode_images {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.card_button {
  border: none;
  padding: 2%;
  width: 81%;
  text-align: center;
  font-weight: 600;
  text-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
  color: var(--honeydew);
  border-radius: 7px;
  margin-left: 32px;
}

@media only screen and (max-width: 389px) {
  .card_button {
    margin: 0px 0px 0px 32px;
    width: 83%;
  }
}

@media only screen and (max-width: 376px) {
  .card_button {
    margin: 0px 0px 0px 29px;
    width: 84%;
  }
}

@media only screen and (max-width: 348px) {
  .card_button {
    margin: 0px 0px 0px 24px;
    width: 86%;
  }
}

.qr_code_card {
  border-radius: 50%;
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px !important;
}

.download_rq_code {
  color: white;
}

/* qr code end */

/* share button start */
#share-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /* cursor: pointer; */
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 9px;
  height: 40px;
}

#share-button:hover span {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px);
}

#share-button:hover i {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sec2-btn {
  border: none !important;
  outline: none !important;
  font-weight: 500;
}

.share-design {
  position: absolute;
  z-index: 99;
  border-radius: 20px;
  text-align: center;
  line-height: 70px;
  font-weight: 600;
  font-size: 14px;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  background: #fff;
  padding: 47px;
  border-radius: 15px;
}

.share_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80px;
}

.share_con i:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  margin: 0.2rem;
}

.share_con i:nth-of-type(2) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  margin: 0.2rem;
}

.share_con i:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  margin: 0.2rem;
}

.share_con i:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  margin: 0.2rem;
}

.f1 {
  text-decoration: none !important;
}

.f1:hover {
  text-decoration: none !important;
}

.share-icon {
  color: black;
  font-size: 1.2rem;
  display: flex;
  padding: 2px 6px;
  will-change: transform;
  /* -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}

.share-icon:hover {
  color: black;
  outline: none !important;
}

/* share button end */

/* whatsapp share start */
.share_buton {
  padding: 0px 3px;
}

/* whatsapp share end */

/* infor mation start */
.c2_sec3 {
  margin-top: -64px;
  padding: 0% 4% 4% 4%;
}

.c2_sec4-heading {
  font-size: 1.2rem;
}

.main_information {
  background: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 12px;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
}

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

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

.icon11 {
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 7px 18px 6px 0;
  line-height: 20px;
  font-size: 17px !important;
  margin-left: 10px;
}

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

@media only screen and (max-width: 375px) {
  .text_div {
    padding-left: 10px;
  }
}

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

.card_style_font {
  color: #525252;
  font-size: 17px;
  font-weight: 500;
}

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

#address {
  border-bottom: none;
}

.svg_iconhome {
  width: 21px;
}

/* infor mation end */

/* bio start */
#panel,
#flip {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  color: #fff;
  font-size: 16px;
}

#panel {
  text-align: left;
  display: none;
  background-color: #fff;
  border: none;
  margin-top: 10px;
}

#faPlus {
  margin-right: 10px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 4px 5px;
}

.bio_background {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  padding: 2px 10px 10px 15px !important;
}

.no_bio_data {
  height: 182px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000 !important;
  font-weight: 600;
}

.gradient::before {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
  transition: height .25s ease;
}

.show.gradient::before {
  height: 50px;
}

.profile_bio1 {
  text-transform: capitalize;
}
#profile_bio1 span span{
  font-weight: auto;
}
.profile_bio {
  font-size: 16px;
  font-weight: 500;
  margin-top: 25px;
  word-break: break-word;
}

.readmore__content {
  max-width: 45rem;
  width: 100%;
}

/* bio end */

/* bank  start */
.accordian_bio {
  width: 35px;
  height: 33px;
  border-radius: 10px;
  background: #fff;
  padding: 8px;
}

.acc_content {
  border: none !important;
  outline: none !important;
  overflow: hidden;
  max-height: 0px;
  color: var(--black);
  font-size: 1rem;
}

.service_1 {
  font-size: 15px;
  margin-bottom: 15px;
  border-radius: 15px;
  transition: max-height 0.4s ease-out;
  font-weight: 500;
  font-size: 13px;
  background-color: #fff;
}

#service_box {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  padding: 0px 0px;
}

.no_service_data {
  height: 210px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000 !important;
}

.service_1_inner {
  background-color: #fff;
  line-height: 25px;
  color: #525252;
  position: relative;
  word-break: break-word;
  /* bottom: 20px;
  margin-top: 27px; */
  overflow-y: scroll;
  padding: 10px;
}

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

#service_scroll_add {
  position: relative;
  word-break: break-word;
  bottom: 0px;
  margin: 10px 0px;
}

.all_bank_name {
  padding-bottom: 3px;
}

.all_bank_name a {
  color: #000 !important;
}

.fontstyle {
  font-size: 15px;
  font-weight: 500;
  word-break: break-word;
  padding-left: 5px;
}

.service_value_1 {
  display: flex;
}

.bank_name1 {
  text-transform: capitalize;
}

#bank_name1 {
  word-break: break-word;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

#account_No1 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  word-break: break-word;
}

.account_name1 {
  text-transform: capitalize;
}

#account_name1 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  word-break: break-word;
}

#IFSC_code1 {
  color: #000;
  font-size: 15px;
  word-break: break-word;
  font-weight: 600;
}

.branch_name1 {
  text-transform: capitalize;
}

#branch_name1 {
  color: #000;
  font-size: 15px;
  word-break: break-word;
  font-weight: 600;
}

.popup {
  margin: 70px auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
}

.popup .content {
  overflow: auto;
}

.bank_details {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

/* bank  end */

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

.create_btn {
  text-align: center;
  padding: 10px 0 0px 0;
}

.hello_webi_cad {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  margin: 0 10px 0px 0;
}

.create_card_btn a {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.create_card_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 10px 19px;
  margin: 10px 0px;
}

.create_card_btn a i {
  color: #000;
  font-size: 18px;
}

.hello_webi_cad1 {
  font-size: 17px;
  color: #fff !important;
}

.add_to_contact_icon {
  margin-left: 2px;
}

.whatsapp_icon {
  background-color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}

/* footer end */

/* company page start */
.inner_card_2 {
  display: none;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  /* cursor: pointer; */
  position: relative;
  border-radius: 20px;
}

.user_icon_color {
  color: #000 !important;
  font-size: 12px;
  padding-right: 7px !important;
  padding-top: 1px !important;
}

.building_icon_color {
  color: #000 !important;
  font-size: 12px;
  padding-left: 4px !important;
  padding-top: 3px !important;
}

/* company page end */

/* comapny Background Image start */
.profile-card1 {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 20px;
  left: 0;
  background-repeat: round;
}

.Back_Com_Card {
  height: 200px;
  width: 100%;
  border-radius: 18px;
}

.c2_com_name {
  font-size: 19px;
  font-weight: bold;
}

.c2_position {
  font-size: 14px;
  padding-top: 5px;
  color: #525252;
  font-weight: 500;
  word-break: break-word;
}

#Comapny_slogan {
  text-transform: capitalize;
}

/* comapny Background Image end */

/* info company start */
.c2_information {
  padding: 0% 4% 4% 4%;
}

.Information_text {
  font-size: 20px;
  padding-left: 4px;
}

.c2_info_bg {
  background: var(--white1);
  border-radius: 12px;
}

.information_profile a {
  list-style-type: none;
  text-decoration: none;
  color: #525252 !important;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  text-decoration: none !important;
}

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

.com_page_information_data {
  height: 200px;
  border-radius: 15px;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}

.com_page_information {
  background: white;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 13px;
}

/* info company end */

/* serv ices start */
.c2_bio {
  padding: 0 4%;
}

.droptdown_btn::after {
  content: "\+";
  color: #fff;
  float: right;
  transform: scale(1.5);
  margin-right: 13px;
  margin-top: 8px;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  padding-left: 0px;
}

#faPlus::before {
  position: relative;
  top: 0px;
  left: 0px;
}

#droptdown_btn {
  padding: 12px;
  padding-left: 19px;
}

.droptdown_btn--active::after {
  content: "\-" !important;
  padding-bottom: 0px;
  font-size: 14px;
  padding-bottom: 1.5px !important;
}

.droptdown_btn {
  display: block;
  width: 100%;
  padding: 5px !important;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  /* cursor: pointer; */
  color: #fff !important;
  text-align: left;
  transition: 2s;
  outline: none !important;
  border: none !important;
  border-radius: 12px;
  margin-bottom: 12px;
}

.droptdown_btn_svg::after {
  padding-bottom: 0px;
  color: #fff;
  transform: scale(1.5);
  position: relative;
  bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_svg_imgage {
  display: flex;
  height: 8px;
}

.sec3-accordian-icon {
  padding: 6px 7px;
  margin-right: 8px;
  color: #000;
  background: #fff;
  width: 34px;
  border-radius: 7px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text_service {
  position: relative;
  top: 5px;
  font-size: 16px;
}

.service_background {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  /* padding: 10px 10px; */
  height: 177px;
  overflow-y: scroll;
}


/* serv ices end */

/* video start */
#video_card_1 {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  /* padding: 8px; */
}

.videosection {
  border-radius: 10px;
}

.no_video_data {
  height: 180px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 14px;
  color: #000 !important;
}

#panel_card,
#flip_card {
  border-radius: 12px;
}

#panel_card {
  display: none;
  background: #fff;
  margin-top: 13px;
  border: none;
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  padding: 10px;
}

.container {
  max-width: 400px;
  width: 100%;
  margin: -8px auto;
  position: relative;
}

#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: none;
  background: #fff;
  margin: 0 0 6px;
  padding: 7px 8px;
  border-radius: 10px;
  border: 1px solid lightgrey;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  /* cursor: pointer; */
  width: 41%;
  border: none;
  background: var(--white1);
  border-radius: 5px;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}

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

.alert_msg {
  display: none;
}

/* video end */

/* galler y start */
.sec_c2 {
  margin-top: -19px;
}

.c2_catelog {
  padding: 5px 0px;
}

.c2_catelog_1 {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 0px 0px 16px 0;
}

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

.c2_catelog_btn {
  border-radius: 8px !important;
  padding: 12px 12px;
  font-size: 1rem;
  border: none;
  font-weight: 600;
  background: none;
  margin: 10px;
  color: black;
  width: 41%;
  transition: 0.8s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
}

.c2_catelog_btn:hover {
  color: black;
}

.wrapper_1 {
  display: block;
}

.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 40vh;
  width: 100%;
  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;
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
  font-weight: 600;
  border-top: 2px var(--lightgrey) solid;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 10px;
}

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

.tz-gallery {
  padding: 15px;
}

.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: "";
  transition: 0.4s;
}

/* .gallery-item img {
  width: 100%;
  height: 6.8rem;
  object-fit: cover;
} */

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

  }
} */

.gallery-item {
  text-align: center;
}

.gallery-item img {
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
  /* width: 6.8rem; */
}

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

/* @media only screen and (max-width: 368px) {
  .gallery{
      grid-gap: 8px;
  }
} */
.gallery_1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 11px;
  overflow-y: scroll;
  /* padding-top: 4px;
  margin: 0px 23px; */
  padding: 0px 23px;
}
#gallery_images {
  width: 100%;
  object-fit: cover;
  height: 100px;
}

.no_image {
  height: 230px;
  font-weight: 600;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  margin: 0px 15px;
}

.slick_slider {
  width: 100%;
  height: 50%;
  display: none;
}

.catalog_img {
  border-radius: 10px;
}

.slide {
  padding: 0px !important;
  max-width: 100%;
  width: 100% !important;
}

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

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

img {
  max-width: 100%;
  border-radius: 10px;
}

.catalog_btn {
  background: white;
  color: black;
  height: 21px;
  width: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  padding: 16px;
}

.catalog {
  position: relative;
  display: block;
  padding: 0px 15px 0px 15px;
  background-color: lightgray;
}

.categlog_div {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  height: 230px;
  font-weight: 600;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 0px 15px;
}

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

/* galler y end */

.style_font {
  text-decoration: none;
}

.profile-card__avatar2 {
  border-radius: 50%;
  height: 7rem;
  width: 7rem;
  border: 5px solid #ffffff;
  filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
  object-fit: cover;
}

.c2_image {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}

.ib-subtitle {
  margin-top: 8px;
  color: #3e3e3e;
  font-weight: 600;
  font-size: 1rem;
}

#wrapper1 {
  display: flex;
  justify-content: center;
}

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

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

.action_btn {
  box-shadow: black;
  height: 3rem;
  padding: 60px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.nav12 {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 19px;
}

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

.color_for_icon a i {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin-right: 3px;
  font-size: 22px;
  margin-top: 9px;
}

.soc-font {
  font-size: 13px;
}

.c2_media {
  height: 50px;
  width: 50px;
  border-radius: 8px;
  margin: 0 17px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* cursor: pointer; */
}

.c2_media .fa2 {
  font-size: 1.5rem;
  justify-content: space-between;
  text-align: center;
  color: #4c4c4c;
  transition: all 0.3s linear;
}

.fa-3 {
  color: black;
  font-size: 1rem;
}

.c2_media:hover .fa2 {
  transform: scale(0.9);
}

.c2_media:hover .fa-whatsapp {
  color: black;
}

.c2_media:hover .fa-wikipedia-w {
  color: black;
}

.c2_media:hover .fa-phone {
  color: black;
}

.btn-group {
  width: 100%;
}

.c2_drop li {
  list-style: none;
  position: relative;
}

.c2_drop li ul {
  position: absolute;
  background: rgb(172, 169, 169);
  display: none;
}

.accordion {
  padding-top: 25px;
}

.c2_sec5-heading {
  padding: 4%;
  font-size: 1.4rem;
  margin: 0;
}

.c2_sec4 {
  padding: 4%;
  margin-top: -7%;
}

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

.wp_btn:hover {
  color: black;
}

.c2_info_tab .info_icon {
  margin-right: 3%;
  float: right;
  padding: 8px;
  border-radius: 50%;
  display: flex;
}

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

#comapny_address {
  border-bottom: none;
}

.c2_p {
  margin-bottom: 0px;
  margin-top: 0px;
}

.c2_mainmap {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: var(--white1);
}

.sec_c2 {
  margin-top: -19px;
}

#QR_name1 {
  font-size: 14px;
  font-weight: 500;
}

#QR_phno1 {
  font-size: 14px;
  font-weight: 500;
}

#QR_type1 {
  font-size: 14px;
  font-weight: 500;
}

.c2_map {
  width: 50%;
  padding: 10px;
}

.c2_label {
  display: block;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500px;
}

.sr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white2);
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.fa-building-o {
  font-size: 0.8rem;
}

/* .first_slide {
  display: none;
}

.second_slide {
  display: block;
} */

.c2_profile_back {
  display: flex;
  width: 100%;
  background-color: #fff;
  border-radius: 23px 23px 10px 10px;
  position: relative;
  bottom: 36px;
  padding-left: 17px;
}

@media only screen and (max-width: 1363px) {
  .c2_profile_back {
    padding-left: 27px;
  }
}

.c2_logo {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  top: 22px;
  z-index: 99999;
  padding: 0px 6px;
}

.c2_job_role {
  position: relative;
  padding: 0% 5% 0% 2%;
  width: 70%;
  top: 45px;
}

.c2_createcard {
  display: flex;
  color: black;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.c2_backbtn {
  background: var(--white1);
  color: black;
  /* cursor: pointer; */
  font-size: 0.9rem;
}

a.c2_backbtn:hover {
  outline: none !important;
  text-decoration: none !important;
  color: black;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.c2_h1 {
  height: 400px;
  width: 100%;
}

.banner {
  height: 260px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.waves {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#baguetteBox-overlay .full-image img {
  width: 100%;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  body {
    padding: 0;
  }
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.bg-dl {
  background-image: url(https://www.dzicard.com/assets/img/file.png);
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position: right;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.style_div {
  padding: 10px;
  border-radius: 20px;
  background: lightgray;
}

.catelogue {
  padding: 5px 0px 3px 0;
  height: 23rem;
  overflow-y: scroll;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width: 320px) {
  .c2-card-body {
    display: flex;
    justify-content: end;
  }
}

/* @media screen and (max-width: 320px) {
  .c2-card-body {
    display: flex;
    justify-content: end;
  }
} */

@media only screen and (max-width: 330px) {
  .c2_media {
    margin: 0 11px;
  }

  .profile-card__avatar {
    width: 5rem;
    height: 5rem;
  }
}

@media only screen and (max-width: 348px) and (min-width: 290px) {
  .color_for_icon {
    margin: 4px;
  }

  .soc-font {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 348px) and (min-width: 290px) {
  .profile-card__avatar2 {
    height: 7rem;
    width: 7rem;
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 325px) {
  .c2_logo {
    bottom: 1rem;
  }

  .c2-card-sub-body {
    width: 100% !important;
  }
}

@media only screen and (max-width: 382px) {
  .card2_flex {
    margin: 0px 0px;
    padding: 0px;
  }

  .c2-card-sub-body {
    width: 100% !important;
  }
}

@media only screen and (max-width: 375px) {
  .c2_logo {
    bottom: 1.5rem;
  }

  .c2-card-sub-body {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1075px) and (min-width: 992px) {
  .c2_logo {
    bottom: 1rem !important;
  }
}

@media only screen and (max-width: 1200px) {
  .c2_logo {
    bottom: 1.5rem !important;
  }
}

@media only screen and (max-width: 1363px) and (min-width: 1328px) {
  .c2_logo {
    left: 0rem;
  }
}

@media only screen and (max-width: 1455px) and (min-width: 1000px) {
  .soc-font {
    font-size: 0.6rem;
  }

  .color_for_icon {
    margin: 5px;
  }
}

/* from start */

.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  /* cursor: pointer; */
  opacity: 0.8;
  position: fixed;
}

.form-popup {
  display: none;
  position: fixed;
  z-index: 9;
}

.form-container {
  background-color: white;
  border-radius: 15px;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #04aa6d;
  color: white;
  padding: 5px 6px;
  border: none;
  /* cursor: pointer; */
  opacity: 0.8;
  justify-content: center;
}

.form-container .cancel {
  float: right;
  z-index: 9;
  width: 10%;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0;
  border-top: 2px solid #fff;
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

.card_style_font_com {
  font-weight: 500;
}

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

.c2_backbtn1 {
  margin-left: 12px;
}

.arrow_right_btn {
  background-color: #fff;
  border-radius: 50%;
  padding: 10px 11px;
  font-size: 17px;
  color: #000;
  font-weight: 600;
}

/* phone */

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

/* .share_svgicon1{
  padding-left: 5px;
} */
.whatsapp-button:hover {
  color: white;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 425px) {
  #phone_number {
    width: 227px;
  }
}

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

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

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

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

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

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

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

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

#contact-submit {
  border: none;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  padding: 9px 29px;
  border-radius: 10px;
}

.services_na_data {
  height: 180px;
  display: flex;
  justify-self: center;
  align-items: center;
  font-size: 18px;
}

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

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

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

.scan_icon {
  height: 130px !important;
  width: 150px;
}

/* #whatsapp-input {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 0px !important;
} */
#whatsapp-input {
  padding: 8px !important;
  border-left: none;
  border-right: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 236px;
  outline: none !important;
  border-radius: 0px 0px 0px 0px;
  font-size: 13px;
  height: 38px;
  background-color: #fff;
}

/* @media screen and (max-width: 1397px) {
  #whatsapp-input {
      width: 193px;
  }
}
@media screen and (max-width: 1364px) {
  #whatsapp-input {
      width: 193px;
  }
} */
@media screen and (max-width: 396px) {
  #whatsapp-input {
    width: 222px;
  }
}

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

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

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

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

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

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

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

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

/* @media screen and (max-width: 318px) {
  #whatsapp-input {
      width: 134px;
  }
}
@media screen and (max-width: 307px) {
  #whatsapp-input {
      width: 122px;
  }
} */
.address_information {
  margin-bottom: 0rem;
  padding-top: 10px;
}

.bank_date {
  padding-left: 0.58rem;
}

.c2_job_role {
  width: 100%;
}

.c2_com_name {
  margin: 0%;
  text-transform: capitalize;
  color: black;
  word-break: break-word;
}

.download_rq_code {
  color: white;
}

.cancel {
  margin-top: 4%;
}

.imgGallery {
  width: 100% !important;
  height: 100% !important;
}

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

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

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

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

.all_acc_service {
  margin-bottom: 4px;
}

.label_name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 3px;
  width: 100% !important;
}

.phone_icon {
  width: 18px;
  position: relative;
  top: 8px;
}

.phone_icon_web {
  width: 22px;
  position: relative;
  bottom: 12px;
}

.iti__selected-flag {
  background-color: none !important;
}

.modal-body {
  padding: 0px !important;
}

.default_button {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 10px;
  margin-top: 11px;
}

.btn-default {
  color: #fff !important;
  background-color: red !important;
  border-color: none !important;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none !important;
  outline-offset: none !important;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
}

.btn-info:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-info.focus,
.btn-info:focus {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

#summary {
  font-size: 14px;
  line-height: 1.5;
}

.bio_background {
  box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
  padding: 2px 10px 10px 15px !important;
}

#summary p.collapse:not(.show) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#summary a.collapsed:after {
  content: "+ Read More";
}

#summary a:not(.collapsed):after {
  content: "- Read Less";
}

.cardddle_btn {
  margin: 6px 0px 0px 0px;
}

#panel,
#flip {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  color: #fff;
}

#panel {
  text-align: left;
  display: none;
  background-color: #fff;
  border: none;
  height: 190px;
  overflow: scroll;
}

.btn-primary {
  background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #f9cb32, #2f954a) border-box !important;
  border: 1px solid transparent !important;
}

.btn-primary:hover {
  background: linear-gradient(312deg, #f9cb32, #2f954a, #2f954a, #f9cb32) !important;
  border: 1px solid transparent;
}

.caret {
  display: none !important;
}

/* bar_tool */
.bar_tool button {
  padding: 15px;
  width: 200px;
  border: 0;
  outline: 0;
  color: black;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: white;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: all 0.3s ease;
  /* cursor: pointer; */
}

.bar_tool button:hover {
  color: white;
  background-color: indianred;
}

.text-container {
  line-height: 1.75rem;
  max-height: 277px;
  overflow: hidden;
  padding: 10px 30px 60px 30px;
  transition: max-height .5s ease;
}

.text-container.show {
  max-height: 2000px;
}

.show-btn {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .6);
  background-color: #9cbe30;
  border: none;
  border-radius: 100%;
  bottom: 20px;
  color: #fff;
  /* cursor: pointer; */
  height: 40px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  transition: background-color .25s ease;
  width: 40px;
  font-size: 20px;
}

.show-btn:hover {
  background-color: #7a9c0f;
}

.show-btn.fa.rotate {
  transform: rotate(180deg);
}

.new_share_code {
  margin: 0px 2px;
}

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

.readmore__content 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_button:hover {
  color: #fff !important;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #141526;
  z-index: 9999;
  font-size: 65px;
  text-align: center;
  padding-top: 200px;
  color: #fff;
  font-family: tahoma;
}

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

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

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

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

.modal-container {
  padding-top: 0px;
  position: relative;
  width: 160px;
}

.modal-container .modal-btn {
  display: block;
  margin: 0 auto;
  color: #000;
  height: 40px;
  font-weight: 600;
  background: #fff;
  font-size: 14px;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease-in;
  margin-left: 9px;
}

.modal-container .modal-btn:hover {
  background: #fff;
  color: #000;
}

.modal-container .modal-content,
.modal-container .modal-backdrop {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  /* cursor: pointer; */
  transition: opacity 0.2s ease-in;
}

.modal-container .modal-close {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  padding-top: 6px;
  background: red;
  font-size: 14px;
  width: 32px;
  height: 32px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}

.modal-container .modal-close:hover {
  color: #fff;
}

.modal-container .modal-content-btn {
  position: absolute;
  text-align: center;
  /* cursor: pointer; */
  bottom: 20px;
  right: 30px;
  background: #446CB3;
  color: #fff;
  width: 50px;
  border-radius: 2px;
  font-size: 14px;
  height: 32px;
  padding-top: 9px;
  font-weight: normal;
}

.modal-container .modal-content-btn:hover {
  color: #fff;
  background: #365690;
}

.modal-container #modal-toggle {
  display: none;
}

.modal-container #modal-toggle.active~.modal-backdrop,
.modal-container #modal-toggle:checked~.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in;
}

.modal-container #modal-toggle.active~.modal-content,
.modal-container #modal-toggle:checked~.modal-content {
  opacity: 1;
  background-color: #fff;
  width: 100%;
  height: auto;
  min-width: 335px;
  position: absolute;
  max-width: 328px;
  top: 27%;
  border-radius: 4px;
  z-index: 999;
  pointer-events: auto;
  cursor: auto;
  visibility: visible;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.6);
}

@media (max-width: 400px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 351px;
  }
}

@media (max-width: 394px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 344px;
  }
}

@media (max-width: 383px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 337px;
  }
}

@media (max-width: 374px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 334px;
  }
}

@media (max-width: 367px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 331px;
  }
}

@media (max-width: 357px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 329px;
  }
}

@media (max-width: 352px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 328px;
  }
}

@media (max-width: 347px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 321px;
  }
}

@media (max-width: 343px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 318px;
  }
}

@media (max-width: 340px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 311px;
  }
}

@media (max-width: 335px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 309px;
  }
}

@media (max-width: 333px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 303px;
  }
}

@media (max-width: 330px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 301px;
  }
}

@media (max-width: 324px) {

  .modal-container #modal-toggle.active~.modal-content,
  .modal-container #modal-toggle:checked~.modal-content {
    min-width: 298px;
  }
}

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

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

.views_total {
  z-index: 1;
  background: white;
  top: 75px;
  right: 7rem;
  padding: 6.5px 10px;
  margin: 7px;
  border-radius: 6px;
  border: 1.5px solid #e3e4e9;
}

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

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

@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;

}

/* .label{
  border-radius: 2px !important;
 
}

.label .ball{
  border-radius: 2px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 
}
.label .ball2{
  
  border-radius: 2px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
} */

/* compnay bio */
#compnay_bio {
  margin: 1px 10px;
}




#Combio,
#comBio {
  padding: 5px;
  text-align: left;
  /* background-color: #e5eecc; */
  border: solid 1px #69a870;
  margin: 0px 16px;
}

.companybio {
  padding-left: 10px;
}

#Combio12 {
  display: none;
  margin: 0px 16px;
}

#Combio {
  background-color: #69a870;
  border-radius: 10px;
  color: #fff;
  padding: 4px !important;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.accordion {
  background-color: var(--picker1);
  color: #fff;
  padding: 5px 14px 5px 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 10px;
}


.accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 6px;
  padding-top: 3px;
  padding-left: 1px;
}

.accordion.active:after {
  content: "\2212";
}

.panel {
  padding: 0 0px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 15px;
}

.company-bio {
  padding-left: 5px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 2px;
}

.biodiv {
  margin: 0px 16px 17px 16px;
}


.Qrcode-image {
  text-align: center;
}

.qrcode_dc:focus {
  outline: none;
}

/* 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 2.5rem 0px 1.8rem;
}

.dropdown__select:after {
  right: 53px;
}
@media screen and (max-width: 397px) {
  .dropdown__select:after {
    right: 47px;
  }
}
@media screen and (max-width: 384px) {
  .dropdown__select:after {
    right: 39px;
  }
}
@media screen and (max-width: 374px) {
  .dropdown__select:after {
    right: 37px;
  }
}
@media screen and (max-width: 384px) {
  .dropdown__select {
    right: 39px;
  }
}
@media screen and (max-width: 397px) {
  .dropdown__select {
    margin: 0px 2.2rem 0px 1.6rem;
  }
}
@media screen and (max-width: 385px) {
  .dropdown__select {
    margin: 0px 1.8rem 0px 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .dropdown__select {
    margin: 0px 26px 0px 23px;
  }
}
@media screen and (max-width: 370px) {
  .dropdown__select {
    margin: 0px 27px 0px 22px;
  }
}
@media screen and (max-width: 361px) {
  .dropdown__select {
    margin: 0px 25px 0px 19px;
  }
}
@media screen and (max-width: 350px) {
  .dropdown__select {
    margin: 0px 23px 0px 17px;
  }
  .dropdown__select:after {
    right: 35px;
  }
}
@media screen and (max-width: 346px) {
  .dropdown__select {
    margin: 0px 21px 0px 19px;
  }
}
@media screen and (max-width: 332px) {
  .dropdown__select {
    margin: 0px 19px 0px 19px;
  }
  .dropdown__select:after {
    right: 33px;
  }
}
@media screen and (max-width: 327px) {
  .dropdown__select {
    margin: 0px 19px 0px 17px;
  }
}
/* @media screen and (max-width: 397px) {
  .dropdown__select {
    margin: 0px 2.3rem 0px 1.5rem;
  }
  .dropdown__select:after {
    right: 48px;
  }
}
@media screen and (max-width: 390px) {
  .dropdown__select {
    margin: 0px 2.2rem 0px 1.4rem;
  }
}
@media screen and (max-width: 383px) {
  .dropdown__select {
    margin: 0px 1.8rem 0px 1.5rem;
  }
}
@media screen and (max-width: 379px) {
  .dropdown__select {
    margin: 0px 2rem 0px 1rem;
  }
}
@media screen and (max-width: 376px) {
  .dropdown__select {
    margin:0px 1.9rem 0px 1rem;
  }

  .dropdown__select:after {
    right: 40px;
  }
}
@media screen and (max-width: 364px) {
  .dropdown__select {
    margin: 0px 1.6rem 0px 0.7rem;
  }
}
@media screen and (max-width: 327px) {
  .dropdown__select {
    margin: 0px 1.5rem 0px 0.5rem;
  }
} */
.dropdown__select-wrap span{
  padding-bottom: 2px;
}

.dropdown--image .dropdown__options-wrap.active,
.dropdown__options-wrap.active {
  max-width: 320px;
  top: 48px;
  left: 29px;
}
@media screen and (max-width: 391px) {

  .dropdown--image .dropdown__options-wrap.active,
  .dropdown__options-wrap.active {
    max-width: 315px;
    left: 27px;
  }
}
@media screen and (max-width: 376px) {

  .dropdown--image .dropdown__options-wrap.active,
  .dropdown__options-wrap.active {
    max-width: 84%;
    left: 26px;
  }
}
@media screen and (max-width: 367px) {
  .dropdown--image .dropdown__options-wrap.active,
  .dropdown__options-wrap.active {
    max-width: 85%;
    left: 25px;
  }
}
@media screen and (max-width: 355px) {
  .dropdown--image .dropdown__options-wrap.active,
  .dropdown__options-wrap.active {
    max-width: 86%;
    left: 22px;
  }
}
.error_msg{
  padding-left: 29px;
  margin-top: 5px;
}
@media screen and (max-width: 384px) {
  .error_msg{
      padding-left: 23px;
      margin-top: 5px;
  }
}