@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.ck .ck-content{
  height: 150px !important;
}

.footer_navLink{
  text-decoration: none;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root {
  --c_primary: #ef1c47;
  --c_primaryDark: #aa0d0d;
  --c_success: #00e510;
  --c_darkBlue: #20336d;
  --c_black: #000000;
  --c_black20: #00000033;
  /* 20% */
  --c_dark: #100b0b;
  --c_dark2: #333333;
  --c_gray: #374850;
  --c_gray2: #4d4d4d;
  --c_gray3: #666666;
  --c_gray4: #848484;
  --c_gray5: #8e8e8e;
  --c_gray6: #bababa;
  --c_gray7: #b6b6b6;
  --c_gray8: #dbdbdb;
  --c_gray9: #a9a9a9;
  --c_gray10: #b7b7b7;
  --c_gray11: #d9d9d9;
  --c_light: #f8f8f8;
  --c_white: #ffffff;

  --bg_primary: #ef1c47;
  --bg_primaryDark: #aa0d0d;
  --bg_success: #00e510;
  --bg_skyBlue: #86dce2;
  --bg_warning: #ffbc58;
  --bg_black: #000000;
  --bg_black52: #00000085;
  /*52%*/
  --bg_gray: #374850;
  --bg_lightGray: #efefef;
  --bg_light: #f8f8f8;
  --bg_light2: #f4f4f7;
  --bg_white: #ffffff;

  --ff_didact_gothic: "Didact Gothic", sans-serif;
  --ff_encode_sans: "Encode Sans Semi Condensed", sans-serif;
  --ff_inter: "Inter", sans-serif;
  --ff_poppins: "Poppins", sans-serif;

  --fs_9: 9px;
  --fs_10: 10px;
  --fs_11: 11px;
  --fs_12: 12px;
  --fs_13: 13px;
  --fs_14: 14px;
  --fs_15: 15px;
  --fs_16: 16px;
  --fs_17: 17px;
  --fs_18: 18px;
  --fs_19: 19px;
  --fs_20: 20px;
  --fs_21: 21px;
  --fs_22: 22px;
  --fs_23: 23px;
  --fs_24: 24px;
  --fs_25: 25px;
  --fs_26: 26px;
  --fs_27: 27px;
  --fs_28: 28px;
  --fs_29: 29px;
  --fs_30: 30px;
  --fs_31: 31px;
  --fs_32: 32px;
  --fs_33: 33px;
  --fs_34: 34px;
  --fs_35: 35px;
  --fs_38: 38px;
  --fs_40: 40px;
  --fs_41: 41px;
  --fs_42: 42px;
  --fs_46: 46px;
  --fs_48: 48px;
  --fs_50: 50px;
  --fs_54: 54px;
  --fs_57: 57px;
  --fs_58: 58px;
  --fs_63: 63px;
  --fs_70: 70px;
  --fs_79: 79px;
  --fs_80: 80px;
}

html {
  max-width: 100vw;
  /* overflow-x: hidden; */
}

body {
  font-family: var(--ff_poppins);
  color: var(--c_black);
}

a {
  color: var(--c_primary);
}

.fs_9 {
  font-size: var(--fs_9);
}

.fs_10 {
  font-size: var(--fs_10);
}

.fs_11 {
  font-size: var(--fs_11);
}

.fs_12 {
  font-size: var(--fs_12);
}

.fs_13 {
  font-size: var(--fs_13);
}

.fs_14 {
  font-size: var(--fs_14);
}

.fs_15 {
  font-size: var(--fs_15);
}

.fs_16 {
  font-size: var(--fs_16);
}

.fs_17 {
  font-size: var(--fs_17);
}

.fs_18 {
  font-size: var(--fs_18) !important;
}

.fs_19 {
  font-size: var(--fs_19);
}

.fs_20 {
  font-size: var(--fs_20);
}

.fs_21 {
  font-size: var(--fs_21);
}

.fs_22 {
  font-size: var(--fs_22);
}

.fs_23 {
  font-size: var(--fs_23);
}

.fs_24 {
  font-size: var(--fs_24);
}

.fs_25 {
  font-size: var(--fs_25);
}

.fs_26 {
  font-size: var(--fs_26);
}

.fs_27 {
  font-size: var(--fs_27);
}

.fs_28 {
  font-size: var(--fs_28);
}

.fs_29 {
  font-size: var(--fs_29);
}

.fs_30 {
  font-size: var(--fs_30);
}

.fs_31 {
  font-size: var(--fs_31);
}

.fs_32 {
  font-size: var(--fs_32);
}

.fs_33 {
  font-size: var(--fs_33);
}

.fs_34 {
  font-size: var(--fs_34);
}

.fs_35 {
  font-size: var(--fs_35);
}

.fs_38 {
  font-size: var(--fs_38);
}

.fs_40 {
  font-size: var(--fs_40);
}

.fs_41 {
  font-size: var(--fs_41);
}

.fs_42 {
  font-size: var(--fs_42);
}

.fs_46 {
  font-size: var(--fs_46);
}

.fs_48 {
  font-size: var(--fs_48);
}

.fs_50 {
  font-size: var(--fs_50);
}

.fs_54 {
  font-size: var(--fs_54);
}

.fs_57 {
  font-size: var(--fs_57);
}

.fs_58 {
  font-size: var(--fs_58);
}

.fs_63 {
  font-size: var(--fs_63);
}

.fs_70 {
  font-size: var(--fs_70);
}

.fs_79 {
  font-size: var(--fs_79);
}

.fs_80 {
  font-size: var(--fs_80);
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.lh_32 {
  line-height: 32px;
}

.float-right {
  float: right;
}

.ff_didact_gothic {
  font-family: var(--ff_didact_gothic);
}

.ff_encode_sans {
  font-family: var(--ff_encode_sans);
}

.ff_inter {
  font-family: var(--ff_inter);
}

.ff_poppins {
  font-family: var(--ff_poppins);
}

.c_primary {
  color: var(--c_primary);
}

.c_primaryDark {
  color: var(--c_primaryDark);
}

.c_success {
  color: var(--c_success);
}

.c_darkBlue {
  color: var(--c_darkBlue);
}

.c_black {
  color: var(--c_black);
}

.c_black20 {
  color: var(--c_black20);
}

.c_dark {
  color: var(--c_dark);
}

.c_dark2 {
  color: var(--c_dark2);
}

.c_gray {
  color: var(--c_gray);
}

.c_gray2 {
  color: var(--c_gray2);
}

.c_gray3 {
  color: var(--c_gray3);
}

.c_gray4 {
  color: var(--c_gray4);
}

.c_gray5 {
  color: var(--c_gray5);
}

.c_gray6 {
  color: var(--c_gray6);
}

.c_gray7 {
  color: var(--c_gray7);
}

.c_gray8 {
  color: var(--c_gray8);
}

.c_gray9 {
  color: var(--c_gray9);
}

.c_gray10 {
  color: var(--c_gray10);
}

.c_gray11 {
  color: var(--c_gray11);
}

.c_light {
  color: var(--c_light);
}

.c_white {
  color: var(--c_white);
}

.bg_primary {
  background-color: var(--bg_primary);
}

.bg_success {
  background-color: var(--bg_success);
}

.bg_skyBlue {
  background-color: var(--bg_skyBlue);
}

.bg_warning {
  background-color: var(--bg_warning);
}

.bg_black {
  background-color: var(--bg_black);
}

.bg_black52 {
  background-color: var(--bg_black52);
}

.bg_gray {
  background-color: var(--bg_gray);
}

.bg_lightGray {
  background-color: var(--bg_lightGray);
}

.bg_light {
  background-color: var(--bg_light);
}

.bg_light2 {
  background-color: var(--bg_light2);
}

.bg_white {
  background-color: var(--bg_white);
}

.btn {
  font-size: var(--fs_18);
  padding: 0.77em 0.7826em;
  border-radius: 5px;
  text-transform: uppercase;
}

.btn_sm {
  font-size: var(--fs_14);
  padding: 0.75em 1.1429em;
}

.btn_primary {
  color: var(--c_white);
  background-color: var(--bg_primary);
  color: var(--c_white);
  font-weight: 600;
}

.btn_primary_custom{
  background-color: #b91b3a;
  color: var(--c_white);
  font-weight: 600;
}

.btn_primary:hover {
  color: var(--c_white);
  background-color: var(--c_primaryDark);
}

.btn_primary_custom:hover{
  background-color: #eb3458;
  color: var(--c_white);
}

/* header */
.header {
  padding: 17px 0px;
  background-color: var(--bg_white);
  border-top: 42px solid var(--c_gray);
  background: var(--bg_white);
  border-bottom: 1px solid #e6e6e6;
}

.header_logo {
  width: 233px;
  height: 59px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header_backDrop {
  display: none;
}

.header .navbar-nav {}

.header .nav-link {
  color: var(--c_gray3);
  font-size: var(--fs_14);
  padding: 0px !important;
  margin: 0px 1.4286em;
}

.header .nav-link:hover,
.header .nav-link.active {
  color: var(--c_primary);
}

.header_nav2 {
  padding-left: 40px;
}

.header_nav2 i {
  font-size: 1.6em;
  vertical-align: middle;
}

.header_nav2 .nav-link:last-child {}

.hero_sec {
  padding: 196px 0px 161px 0px;
  background-color: var(--bg_light);
  background-image: url("../img/home/hero_left.png"),
    url("../img/home/hero_right.png");
  background-repeat: no-repeat;
  background-position: left center, right center;
}

.hero_contentBox {}

.hero_secTitle {
  letter-spacing: 0.04em;
  margin-bottom: 0.4em;
}

.hero_secTitle div {
  letter-spacing: -0.04em;
}

.hero_secDesc {
  letter-spacing: 0.04em;
  margin-bottom: 0.8em;
}

.hero_formBox {
  max-width: 978px;
  margin: auto;
}

.hero_formBox .row {
  background: var(--bg_white);
  -webkit-box-shadow: 0px 4px 32px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 32px 9px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 25px 16px;
  margin-bottom: 20px;
}

.hero_formBox .select2-container .select2-selection--single {
  border: none;
}

.hero_formBox .select2-container .select2-selection--single:hover {
  background-color: var(--bg_light);
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 3px 20px 3px 10px;
}

.hero_formBox .btn {
  padding: 0.95em 0.7826em;
}

.explore_leftBox {
  width: 607px;
  min-width: 607px;
  padding: 154px 163px 370px 198px;
  background-color: var(--bg_gray);
  background-image: url("../img/home/buildings.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 100%;
}

.explore_secTitle {
  margin-bottom: 1.5em;
}

.explore_sliderArea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 110px;
  margin-left: -54px;
  width: calc(100% - 553px);
}

.explore_sliderItem {
  width: 293.39px;
}

.explore_slider .owl-dots {
  padding-top: 24px;
}

.contactCard {
  position: relative;
}

.contactCard_content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 82% 12% 12%;
}

.contactCard_title {
  color: var(--c_dark2);
  font-size: var(--fs_17);
  font-weight: 600;
}

.contactCard_infoList {
  font-size: var(--fs_12);
  margin-bottom: 1em;
}

.contactCard_infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactCard_shareArea {
  padding-top: 16px;
}

.contactShare_title {
  color: var(--c_gray);
  font-size: var(--fs_9);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contactShare_title::before,
.contactShare_title::after {
  content: "";
  display: block;
  border-bottom: 1px solid var(--c_gray);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contactShare_links {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8.2px 1fr 8.2px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 8.2px;
  grid-row-gap: 6px;
  margin-bottom: 0px;
}

.contactShare_link {
  text-decoration: none;
}

.contactShare_link img {
  width: 28px !important;
  height: 28px;
}

.contactCard_qrBox {
  /* background-color: var(--bg_primary);
  padding: 2px 6px;
  border-radius: 4px; */
}

.contactCard_qrCode canvas {
  width: 100%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: var(--c_white) !important;
  background: rgba(0, 0, 0, 0.52) !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-carousel .owl-prev {
  left: 0px;
}

.owl-carousel .owl-next {
  right: 0px;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--bg_lightGray) !important;
  margin: 0px 3px;
}

.owl-carousel .owl-dot.active {
  background: var(--bg_primary) !important;
}

.ctgs_sec {
  padding: 88px 0px 110px 0px;
}

.ctgs_secBox {
  padding: 0px 40px;
}

.ctgs_secTitle {
  margin-bottom: 0.5em;
}

.ctgs_slider {
  margin-bottom: 50px;
}

.ctgs_slider .owl-dots {
  padding-top: 20px;
}

.ctgs_slideItem {
  color: var(--c_black);
  font-size: var(--fs_18);
  text-align: center;
  text-decoration: none;
  background-color: var(--bg_light2);
  border-radius: 5px;
  padding: 12px 12px 20px;
  display: block;
  margin-bottom: 8px;
  border: 1px solid transparent;
}

.ctgs_slideItem:hover {
  border-color: var(--c_primary);
  background-color: var(--bg_white);
}

.ctgs_slideItem img {
  width: auto!important;
  margin: auto;
}

.ctgs_viewAllBtn {
  min-width: 10em;
}

.exploreCity_sec {
  padding-top: 110px;
  position: relative;
}

.exploreCity_secTitle {
  margin-bottom: 1.3em;
}

.exploreCity_sec {
  overflow: hidden;
}

.exploreCity_sec::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 522px;
  border-radius: 15px;
  background: var(--bg_gray);
}

.city_slider .owl-stage-outer {
  overflow: visible;
}

.city_slider .owl-prev,
.city_slider .owl-next {
  color: var(--c_white);
  top: -85px;
  border: 2px solid var(--c_white) !important;
  background-color: transparent !important;
}

.city_slider .owl-prev {
  left: inherit;
  right: 70px;
}

.city_item {
  color: var(--c_white);
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  text-decoration: none;
}

.city_itemContent {
  padding: 52px 40px 36px;
  background: -o-linear-gradient(top, #37485000, #374850);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#37485000),
      to(#374850));
  background: linear-gradient(to bottom, #37485000, #374850);
  border-radius: 17px 17px 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.city_name {
  font-size: var(--fs_28);
  font-weight: 600;
}

.reason_sec {
  padding: 140px 0px 356px 0px;
  background-image: url("../img/home/reason_bg_bottom.svg"),
    url("../img/home/reason_bg_right.png");
  background-repeat: no-repeat;
  background-position: center bottom, top -130px right;
  background-size: auto, 100%;
}

.reason_secTitle {}

.reason_secImg {
  margin-top: -70px;
}

.reason_actBtn {
  font-size: var(--fs_32);
  min-width: 12em;
}

.bCard_sec {}

.bCard_sliderBox {
  margin-top: -300px;
  margin-bottom: -154px;
}

.bCard_slider {
  margin-bottom: 21px;
}

.bCard_slide {
  color: var(--c_darkBlue);
  padding: 20px 200px 20px 153px;
  /* background-color: var(--bg_skyBlue); */
  /* background-image: url("../img/home/ad_bg.svg"); */
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 16px;
  position: relative;
}

.bCard_slide .badge {
  font-size: var(--fs_20);
  text-transform: uppercase;
  padding: 0.5em 1.6em;
}

.bCard_slider .owl-dots {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 150px 40px 150px;
  text-align: left;
}

.bCard_slider .owl-dot {
  border-radius: 13px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bCard_slider .owl-dot.active {
  width: 34px;
  background-color: var(--bg_white) !important;
}

.bCard_secBox {
  color: var(--c_white);
  background-image: url("../img/home/bCard_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 244px 0px 107px 0px;
}

.bCard_actBtn {
  min-width: 16em;
  border: 1px solid var(--c_light);
}

.footer {
  color: var(--c_black);
  background-color: var(--c_white);
  padding: 83px 0px 40px 0px;
}

.footer_top {
  padding-bottom: 60px;
}

.footer_brand {
  display: inline-block;
  margin-bottom: 12px;
}

.footer_col_1 {
  max-width: 290px;
}

.footer_logo {
  width: 263px;
  height: 92px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer_paymentMenthods {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  max-width: 238px;
}

.footer_navTitle {
  font-size: var(--fs_15);
  margin-bottom: 1em;
  color: var(--c_gray8);
}
ol.breadcrumb li.breadcrumb-item a, ol.breadcrumb {
    font-size: 15px;
}
.footer_nav {
  margin-bottom: 0px;
}

.footer_navLink {
  color: var(--c_black);
  font-size: var(--fs_16);
}

.footer_col2_2 {
  padding-top: 30px;
}

.footer_socialNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 44px;
}

.footer_socialLink {
  color: var(--c_primary);
  text-decoration: none;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  font-size: var(--fs_24);
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background-color: var(--bg_white);
  margin-right: 0.4167em;
}

.footer_bottom {}

@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
.reason_sec .container {
    max-width:80%
}
img.reason_secImg.img-fluid {
    width: 70%;
    margin: 0 auto !important;
    display: block;
}
  .container {
    max-width: 1150px;
  }

  .container_xxl {
    max-width: calc(100% - 90px);
  }
}

@media (min-width: 1800px) {
  .container {
    max-width: 1622px;
  }

  .container_sm {
    max-width: 1555px;
  }

  .container_xxl {
    max-width: calc(100% - 46px);
  }
}

@media (max-width: 1799.98px) {
  :root {
    --fs_9: 8px;
    --fs_10: 9px;
    --fs_11: 9px;
    --fs_12: 10px;
    --fs_13: 10px;
    --fs_14: 11px;
    --fs_15: 12px;
    --fs_16: 13px;
    --fs_17: 14px;
    --fs_18: 16px;
    --fs_19: 15px;
    --fs_20: 15px;
    --fs_21: 16px;
    --fs_22: 17px;
    --fs_23: 17px;
    --fs_24: 18px;
    --fs_25: 19px;
    --fs_26: 19px;
    --fs_27: 19px;
    --fs_28: 20px;
    --fs_29: 21px;
    --fs_30: 23px;
    --fs_31: 24px;
    --fs_32: 24px;
    --fs_33: 24px;
    --fs_34: 24px;
    --fs_35: 25px;
    --fs_38: 28.5px;
    --fs_40: 30px;
    --fs_42: 32px;
    --fs_46: 33px;
    --fs_48: 34px;
    --fs_50: 35px;
    --fs_54: 36px;
    --fs_57: 43px;
    --fs_58: 44px;
    --fs_63: 48px;
    --fs_70: 52px;
    --fs_80: 65px;
  }

  .header {
    padding: 13px 0px;
    border-top: 32px solid var(--c_gray);
  }

  .header_logo {
    width: 170px;
    height: 43px;
  }

  .header_nav2 {
    padding-left: 30px;
  }

  .hero_sec {
    padding: 144px 0px 120px 0px;
    background-size: 52%, 26%;
  }

  .hero_formBox {
    max-width: 734px;
  }

  .hero_formBox .row {
    padding: 16px 10px;
    margin-bottom: 14px;
  }

  .explore_leftBox {
    width: 456px;
    min-width: 456px;
    padding: 118px 130px 272px 148px;
  }

  .explore_sliderArea {
    padding-top: 84px;
    margin-left: -42px;
    width: calc(100% - 414px);
  }

  .explore_sliderItem {
    width: 220px;
  }

  .contactCard_content {
    padding: 82% 10% 12%;
  }

  .contactCard_shareArea {
    padding-top: 8px;
  }

  .contactShare_link img {
    width: 20px !important;
    height: 20px;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    width: 40px;
    height: 40px;
  }

  .explore_slider .owl-dots {
    padding-top: 14px;
  }

  .owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
  }

  .ctgs_sec {
    padding: 66px 0px 83px 0px;
  }

  .ctgs_secBox {
    padding: 0px;
  }

  .ctgs_slideItem img {
    width: 108px !important;
  }

  .ctgs_slideItem {
    padding: 10px 10px 18px;
  }

  .ctgs_slider .owl-dots {
    padding-top: 10px;
  }

  .ctgs_slider {
    margin-bottom: 26px;
  }

  .exploreCity_sec {
    padding-top: 86px;
  }

  .exploreCity_sec::before {
    height: 390px;
  }

  .city_slider .owl-prev,
  .city_slider .owl-next {
    top: -64px;
  }

  .city_itemContent {
    padding: 28px 22px 20px;
  }

  .reason_sec {
    padding: 108px 0px 320px 0px;
    background-size: 100%, 50%;
  }

  .reason_secImg {
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .bCard_sliderBox {
    margin-top: -280px;
    margin-bottom: -160px;
  }

  .bCard_slide {
    padding: 20px 158px 20px 142px;
  }

  .bCard_secBox {
    padding: 180px 0px 90px 0px;
  }

  .footer {
    padding: 60px 0px 36px 0px;
  }

  .footer_logo {
    width: 195px;
    height: 68px;
  }

  .footer_col_1 {
    max-width: 215px;
  }

  .footer_socialNav {
    padding-top: 24px;
  }

  .footer_paymentMenthods {
    max-width: 190px;
  }

  .footer_top {
    padding-bottom: 24px;
  }
}

@media (max-width: 1199.98px) {

  :root {
    --fs_79: 56px;
  }
  
  .top-img-div {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .top-img-div img {
    border-radius: 22px 22px 0 0 !important;
  }

  .header {
    border-top-width: 20px;
    padding: 12px 0px;
  }

  .header_logo {
    height: 35px;
  }

  .header_navContent {
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: var(--bg_white);
    width: 300px;
    padding: 20px 16px;
  }

  .header .header_navContent {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow-y: auto;
  }

  .header.active_header .header_navContent {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .header_navContent .navbar-toggler {
    display: block;
    margin-left: auto;
  }

  .header .navbar-nav {
    padding-right: 0px;
    padding-top: 16px;
  }

  .header .nav-item {
    margin-bottom: 12px;
  }

  .header .nav-link {
    font-size: 14px;
    margin-left: 0px;
    padding: 8px !important;
    border-radius: 50rem;
    text-align: center;
    margin-right: 0px !important;
  }

  .header .nav-link:hover {
    background-color: var(--bg_light);
  }

  .header.active_header .header_backDrop {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #00000080;
  }

  .header_nav2 {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px !important;
    margin-right: 12px;
  }

  .header_nav2 .nav-item {
    margin-bottom: 0px;
  }

  .header_nav2 .nav-link {
    padding-right: 6px 14px;
    margin-right: 0px;
  }

  .hero_sec {
    background-position: top left, top right;
  }

  .explore_leftBox {
    width: 400px;
    min-width: 400px;
    padding: 80px 80px 180px 80px;
  }

  .explore_sliderArea {
    padding-top: 60px;
    width: calc(100% - 358px);
  }

  .bCard_slide {
    padding: 20px 80px 20px 80px;
  }
}

@media (max-width: 991.98px) {
  .top-img-div {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
.ctgs_secBox .image-container {
    padding: 0px !important;
}
    .ctgs_slideItem img {
    width: 100% !important;
    height: auto !important;
    position: relative;
    transform: none;
    left: auto;
}
  .top-img-div img {
    max-height: 135px ;
    border-radius: 22px 22px 0 0 !important;
  }

  .logo-img-div {
    top: 106px !important;
  }

  .explore_leftBox {
    width: 100%;
    min-width: 100%;
    padding: 70px 40px;
    background-size: 42%;
  }

  .explore_sliderArea {
    padding-top: 20px;
    width: 100%;
    margin: 0px;
  }

  .reason_secImg {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .bCard_slide {
    padding: 40px;
  }

  .bCard_slider .owl-dots {
    padding: 0px 30px 20px 30px;
  }
}

@media (max-width: 1023.98px) {

  :root {
    --fs_79: 45px;
  }

  .about_head {
    padding: 100px 0 !important;
}
  
}

@media (max-width: 767.98px) {

  :root {
    --fs_41: 31px;
  }

  .top-img-div {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .top-img-div img {
    max-height: 190px !important;
    border-radius: 25px 25px 0 0 !important;
  }

  .wave-div {
    top: 109px !important;
  }

  .hero_sec {
    padding: 100px 0px;
  }

  .hero_formBox .row {
    --bs-gutter-x: 0px;
  }

  .hero_formBox .border-end {
    border-right: none !important;
    border-bottom: 1px solid var(--c_gray6);
    padding-bottom: 10px;
  }

  .mob_order_first {
    order: -1;
  }

  .about_section .about_img_right,
  .about_section .about_img_left {
    text-align: center !important;
  }

  .about_section {
    margin-bottom: 100px !important;
  }

  .about_head {
    padding: 100px 0;
}
}

@media (max-width: 575.98px) {

  :root {
    --fs_79: 40px;
  }

  .owl-carousel .owl-prev,
  .owl-carousel .owl-next,
  .city_slider .owl-prev,
  .city_slider .owl-next {
    display: none !important;
  }
}

@media (max-width: 425.98px) {

  :root {
    --fs_79: 36px;
  }

  .about_head {
    padding: 70px 0 !important;
}
  
}

/*  start degital business card page */
.hero_sec2 {
  padding: 111px 0px 234px 0px;
  background-image: url("../img/business_card/hero_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_contentBox2 {}

.hero_formBox2 {
  max-width: 100%;
}

.hero_formBox2 .row {
  margin-bottom: 0px;
}

.distance_rangeInpBox {
  padding-left: 16px;
}

.distance_rangeInpBox .slider.slider-horizontal {
  width: 100%;
}

.distance_rangeInpBox .slider .bs-tooltip-top .tooltip-inner,
.distance_rangeInpBox .slider .bs-tooltip-bottom .tooltip-inner {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.distance_rangeInpBox .slider-selection {
  background: #ffcfd9;
}

.distance_rangeInpBox .slider-handle.min-slider-handle {
  background: var(--bg_primary);
}

.dbc_sec {
  margin-top: -150px;
  padding-bottom: 380px;
}

.v_center {
  vertical-align: middle;
}

.pagination_2 .page-link {
  margin: 0px 3px;
  border-radius: 3px;
}

@media (min-width: 1400px) {
  .col-xxl_20 {
    width: 20%;
  }
}

@media (max-width: 575.98px) {
  .hero_sec2 {
    padding: 50px 0px 234px 0px;
  }

  .contactCard {
    max-width: 280px;
    margin: auto;
  }
}

/*  end degital business card page */

/*  start degital business card inner page */
.hover_underline {
  text-decoration: none;
}

.hover_underline:hover {
  text-decoration: underline;
}

.d_sec {
  padding: 40px 0px 66px;
}

.img_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 6px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 6px 6px;
  grid-auto-flow: row;
  grid-template-areas:
    "img_item_1 img_item_1 img_item_2 img_item_3"
    "img_item_1 img_item_1 img_item_4 img_item_5";
}

.img_item_1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: img_item_1;
}

.img_item_2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: img_item_2;
}

.img_item_3 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: img_item_3;
}

.img_item_4 {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: img_item_4;
}

.img_item_5 {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: img_item_5;
}

.bg_lightGray {
  background: rgba(0, 0, 0, 0.4);
}

.line_trough {
  position: relative;
}

.line_trough::before {
  content: "";
  display: block;
  border-top: 1px solid var(--c_gray8);
  position: absolute;
  z-index: -1;
  top: 0.8em;
  left: 0px;
  width: 100%;
}

.line_trough span {
  color: var(--c_gray);
  background-color: var(--bg_white);
  padding-left: 1em;
  padding-right: 1em;
}

.time_table th {
  color: var(--c_gray5);
  font-weight: 400;
}

.time_table td {
  color: var(--c_dark);
  text-align: right;
}

.time_table th,
.time_table td {
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.location_map {
  width: 100%;
  height: 270px;
}

.info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_item:hover {
  color: var(--c_primary);
}

.info_iconBox {
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  color: var(--c_white);
  width: 2.1905em;
  min-width: 2.1905em;
  height: 2.1905em;
  border-radius: 50%;
  margin-right: 0.5em;
}

.info_item .info_desc {
  text-decoration: underline;
}

.social_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.social_item {
  margin: 0px 6px;
}

.social_link {
  font-size: var(--fs_63);
  text-decoration: none;
}

.social_link img {
  width: 1em;
  min-width: 1em;
  height: 1em;
  -o-object-fit: contain;
  object-fit: contain;
}

.catalog_sec {
  position: relative;
  padding: 80px 0px 60px;
}

.catalog_sec::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: var(--bg_primary);
  border-radius: 15px;
}

.catalog_secTitle {
  margin-bottom: 0.8em;
}

.slider_2 img {
  border-radius: 15px;
}

.slider_2 .owl-prev {
  left: -26px;
}

.slider_2 .owl-next {
  right: -26px;
}

.slider_2 .owl-dots {
  padding-top: 30px;
}

.videos_sec {
  padding: 20px 0px;
}

.review_sec {
  padding: 40px 0px 130px;
}

.review_secTitle {
  margin-bottom: 0.7em;
}

.review_slider {
  margin-bottom: 40px;
}

.review_slideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  border-radius: 6px;
  background-color: var(--bg_white);
  margin: 6px;
}

.reviewer_img {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 14px;
}

.bCard_sec2 .bCard_secBox {
  padding: 150px 0px 110px;
}

@media (max-width: 1799.98px) {
  .slider_2 .owl-prev {
    left: -20px;
  }

  .slider_2 .owl-next {
    right: -20px;
  }

  .bCard_sec2 .bCard_secBox {
    padding: 120px 0px 90px;
  }
}

@media (max-width: 1199.98px) {
  .review_sec {
    padding: 40px 0px 80px;
  }
}

@media (max-width: 767.98px) {
  .img_grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 6px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 6px 1fr 6px 1fr 6px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 6px 6px;
    grid-auto-flow: row;
    grid-template-areas:
      "img_item_1 img_item_1"
      "img_item_1 img_item_1"
      "img_item_2 img_item_3"
      "img_item_4 img_item_5";
  }

  .img_item_1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }

  .img_item_2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .img_item_3 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .img_item_4 {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .img_item_5 {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
}

/*  end degital business card inner page */

/*  start degital business card inner 2 page */
.explore_sec {
  padding: 30px 0px 60px;
  position: relative;
}

.explore_sec::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  background: var(--bg_gray);
  border-radius: 15px;
}

.explore_slider2 .explore_sliderItem {
  margin: auto;
  max-width: 100%;
}

.claim_sec {
  padding: 147px 0px 115px;
  background-image: url("../img/business_card/claim_bg1.png"),
    url("../img/business_card/claim_bg2.png"),
    url("../img/business_card/claim_bg3.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom, left 10% top 2%;
  background-size: 23%, 30%, 45%;
}

@media (max-width: 1799.98px) {
  .claim_sec {
    padding: 100px 0px 90px;
  }
}

@media (max-width: 991.98px) {
  .claim_sec {
    background-image: url("../img/business_card/claim_bg3.png");
    background-size: 90%;
    background-position: center;
  }
}

/*  end degital business card inner 2 page */

/*  start blog page */
.hero_sec3 {
  padding: 85px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.postList_sec {
  padding: 50px 0px 380px;
}

.post_filterBtns {
  text-align: center;
}

.post_filterBtns .btn {
  font-size: var(--fs_28);
  min-width: 8.5714em;
  padding: 0.4286em;
  font-weight: 400;
  -webkit-box-shadow: 0em 0.1429em 1.1429em 0.3214em rgba(0, 0, 0, 0.1);
  box-shadow: 0em 0.1429em 1.1429em 0.3214em rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 1em;
}

.post_card {
  background-color: var(--bg_light2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.post_card:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.post_card:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.post_card img {
  height: 196px;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post_card .card-body {
  padding-bottom: 24px;
}

.postDetails_sec {
  padding: 74px 0px 380px;
}

.post_details h2 {
  font-size: var(--fs_35);
  margin-bottom: 0.5em;
}

.post_details img {
  width: 100%;
  border-radius: 4px;
  margin-bottom: 16px;
}

.post_details p {
  color: var(--c_gray5);
  font-size: var(--fs_21);
  margin-bottom: 1em;
}

.post_details hr {
  margin-bottom: 2em;
}

a:hover .hover_primary {
  color: var(--c_primary);
}

@media (max-width: 1799.98px) {
  .hero_sec3 {
    padding: 70px 0px;
  }

  .post_card img {
    height: 150px;
  }

  .post_card .card-body {
    padding-top: 10px;
  }

  .postDetails_sec {
    padding: 60px 0px 340px;
  }
}

@media (max-width: 767.98px) {
  .postList_sec {
    padding: 50px 0px 350px;
  }

  .post_filterBtns .btn {
    min-width: 6em;
  }
}

@media (max-width: 575.98px) {
  .post_filterBtns .btn {
    font-size: var(--fs_22);
  }
}

/*  end blog page */

/*  start plan and pricing page */
.hero_sec4 {
  padding: 125px 0px 245px;
}

.pkg_sec {
  margin-top: -218px;
}

.pkg_card {
  position: relative;
  padding: 66px 96px;
}

.basic_pkg {
  background-color: var(--bg_light2);
  margin-top: 80px;
}

.feature_list {
  font-size: var(--fs_18);
  list-style: none;
  padding-left: 0px;
  margin-bottom: 48px;
}

.feature_list li img{
  height: 20px !important;
}

.feature_list_depreacated li {
  padding-left: 1.6em;
  background-image: url("../img/pricing/check_icon.svg");
  background-repeat: no-repeat;
  background-position: left top 0.2em;
  background-size: 1.2em;
  margin-bottom: 0.32em;
}

.feature_list li.disabled {
  color: #00000033;
  background-image: url("../img/pricing/cross_icon.svg");
}

.premium_pkg {
  color: var(--c_white);
  background-color: var(--bg_primary);
}

.pkg_badge {
  position: absolute;
  color: var(--c_black);
  font-size: var(--fs_19);
  right: 0px;
  top: 9.2105em;
  padding: 0.6316em 1.4737em;
  background-color: var(--bg_warning);
  border-radius: 0.8421em 0em 0em 0.8421em;
}

.faq_sec {
  padding: 92px 0px 104px;
}

.accordion-header .accordion-button {
  font-size: var(--fs_18);
  background-color: var(--bg_light2);
}

.accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-header .accordion-button:not(.collapsed) {
  color: var(--c_darkBlue);
}

.accordion-item {
  border: none;
  border-radius: 5px !important;
  margin-bottom: 14px;
  background-color: var(--bg_light);
  overflow: hidden;
}

.contactTeam_sec {
  background-color: var(--bg_light2);
  border-radius: 15px 15px 0px 0px;
  background-image: url("../img/pricing/contact_bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 25%;
}

.contactTeam_content {
  max-width: 90%;
  padding: 40px 0px;
}

.contactTeam_imgBox {
  margin-top: -33px;
}

@media (max-width: 1799.98px) {
  .hero_sec4 {
    padding: 70px 0px 200px;
  }

  .pkg_sec {
    margin-top: -160px;
  }

  .basic_pkg {
    margin-top: 70px;
  }

  .pkg_card {
    padding: 60px 70px;
  }

  .feature_list {
    margin-bottom: 40px;
  }

  .faq_sec {
    padding: 80px 0px 90px;
  }
}

@media (max-width: 991.98px) {
  .basic_pkg {
    margin-top: 0px;
  }

  .contactTeam_content {
    max-width: 100%;
  }

  .contactTeam_imgBox {
    margin-top: 0px;
  }

  .contactTeam_sec {
    background-size: 70%;
  }
}

@media (max-width: 575.98px) {
  .pkg_card {
    padding: 50px 30px;
  }

  .pkg_badge {
    font-size: var(--fs_14);
  }
}

/*  end plan and pricing page */

/*  start store locator page */
.location_sec {
  padding: 120px 0px 400px;
}

.store_listBox {
  padding: 24px 34px;
  height: 100%;
  max-height: 782px;
  overflow-y: auto;
  background-color: var(--bg_light2);
}

.store_list {}

.store_list li {
  border-bottom: 1px solid var(--c_gray8);
}

.store_item {
  padding: 24px 0px 40px;
}

.select2 {
  width: 100% !important;
}

.select2-dropdown {
  border-color: var(--c_gray10);
  z-index: 1;
}

.iti__selected-dial-code{
  font-size: 13px !important;
}

.select2_inpWrapper .select2-container .select2-selection--single,
.select2_inpWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  background-color: var(--bg_white);
  border: none;
}

.select2_inpWrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 16px 24px 16px 14px;
}

.store_map {
  width: 100%;
  height: 500px;
}

@media (max-width: 1799.98px) {
  .location_sec {
    padding: 80px 0px 360px;
  }

  .store_listBox {
    padding: 20px 24px;
    max-height: 582px;
  }

  .store_item {
    padding: 20px 0px 20px;
  }

  .select2_inpWrapper .select2-container .select2-selection--single,
  .select2_inpWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
  }

  .select2_inpWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 10px 24px 10px 14px;
  }

  .store_map {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .location_sec {
    padding: 50px 0px 340px;
  }
}

/*  end store locator page */

/* ---------------- start register form page ---------------- */
.form_heroSec {
  padding: 120px 0px;
  background-image: url("../img/register/register_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.form_sec {
  padding: 50px 0px;
  background-color: #fff8f8;
}

.form_prgStps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0px;
}

.form_prgStp {
  padding: 0px 10px;
  text-align: center;
  position: relative;
}

.form_prgStp::before {
  content: "";
  display: block;
  top: 16px;
  left: 4%;
  width: calc(100% - 70px);
  height: 8px;
  border-radius: 8px;
  background-color: var(--bg_light2);
  position: absolute;
  -webkit-transform: translateX(calc(-50% - 10px));
  -ms-transform: translateX(calc(-50% - 10px));
  transform: translateX(calc(-50% - 10px));
}

.form_prgStp.active::before {
  background-color: var(--bs-primary);
}

.form_prgStp:first-child::before {
  content: none;
}

.stps_4 .form_prgStp {
  width: 25%;
}

.stps_2 .form_prgStp {
  width: 50%;
}

.form_prgStpNum {
  font-size: var(--fs_20);
  width: 2em;
  height: 2em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: var(--bg_lightGray);
  margin: auto auto 1em;
}

.form_prgStp.active .form_prgStpNum {
  color: var(--c_white);
  background-color: var(--bs-primary);
}

.form_prgStpTitle {
  font-size: var(--fs_16);
}

.form_sec .btn {
  padding: 0.77em 0.7826em;
  border-radius: 5px;
  text-transform: uppercase;
}

.form_sec .btn_lg {
  font-size: var(--fs_23);
}

.form_sec .btn_primary {
  color: var(--c_white);
  background-color: var(--bg_primary);
  font-weight: 600;
}

.form_sec .btn_primary:hover {
  color: var(--c_white);
  background-color: var(--bg_primaryDark);
}

.form_sec .hover_underline {
  text-decoration: none;
}

.form_sec .hover_underline:hover {
  text-decoration: underline;
}

.form_sec .form-label {
  color: var(--c_black);
  font-weight: 500;
}

.form_sec .form-control {
  padding: 0.75em 1.2em;
}

.form_sec .fi {
  vertical-align: middle;
}

.form_sec .fi::before {
  vertical-align: sub;
}

.form_sec .cus_form-check {
  padding-left: 0.8em;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}

.form_sec .cus_form-check .check_switch {
  color: var(--c_primary);
  width: 2em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50rem;
  background-color: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-right: 0.7em;
}

.form_sec .cus_form-check .form-check-input:checked~.form-check-label .check_switch {
  background-color: rgba(239, 28, 70, 0.4);
}

.form_sec .cus_form-check .form-check-input {
  display: none;
}

.form_sec .cus_form-check .check_switch i {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%) scale(1.3);
  -ms-transform: translate(-50%, -50%) scale(1.3);
  transform: translate(-50%, -50%) scale(1.3);
  line-height: 1em;
  background-color: var(--bg_white);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form_sec .cus_form-check .form-check-input:checked~.form-check-label .check_switch i {
  left: 100%;
}

.form_sec .inp_area {
  margin-bottom: 28px;
}

.form_sec .inpArea_header {
  background-color: var(--bg_gray);
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 8px 8px 0px 0px;
}

.form_sec .inpArea_body {
  background-color: var(--bg_white);
  padding: 44px 128px 55px 56px;
  border: 1px solid var(--c_gray11);
  border-radius: 0px 0px 8px 8px;
}

.form_sec .gy_36 {
  --bs-gutter-y: 36px;
}

.form_sec .select2 {
  width: 100% !important;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--single,
.select2_inpWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 95%;
  border: none;
  border-radius: 5px;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--single {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form_sec .select2_inpWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 40px 11px 14px;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--multiple,
.select2_inpWrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  min-height: 49px;
  border: none;
  border-radius: 5px;
  padding-top: 5px;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--multiple {
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.form_sec .select2_inpWrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow {
  width: 30px;
}

.form_sec .select2_inpWrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 10px;
  margin-bottom: 0px;
}

.form_sec .select2-container .select2-search--inline .select2-search__field {
  height: 24px;
}

.form_sec .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bg_light);
  border: 1px solid var(--c_gray10);
}

.form_sec .cus_textarea {
  height: 220px;
}

.form_sec .image-uploader {
  min-height: 220px;
  border: 1px dashed var(--c_gray6);
  border-radius: 6px;
}

.form_sec .image-uploader .upload-text .iui-cloud-upload {
  font-size: var(--fs_63);
  background-image: url("../img/dashboard/image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.25em;
}

.form_sec .image-uploader .upload-text .iui-cloud-upload::before {
  opacity: 0;
}

.form_sec .image-uploader .upload-text span {
  color: var(--c_gray9);
  font-size: var(--fs_16);
}

.form_sec .location_map {
  width: 100%;
  height: 260px;
}

.form_sec .scheduleEdit {
  cursor: pointer;
}

.form_sec .schedule_table td,
.schedule_table input {
  color: var(--c_gray5);
}

.form_sec .time_rangeInp {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  outline: none;
}

.form_sec .iti {
  width: 100%;
}

.form_sec .add_newPhoneNumber {
  cursor: pointer;
}

.form_sec .opt__icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.6em;
}

.form_sec .add_newSocialProfile {
  cursor: pointer;
}

.form_sec .img_inpBox {
  position: relative;
}

.form_sec .logo_imgInpBox {
  width: 124px;
  height: 124px;
}

.form_sec .img_inpLabel,
.img_inpPreview {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.form_sec .img_inpLabel {
  background-image: url("../img/dashboard/image.png");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px dashed var(--c_gray11);
  background-size: 50px;
  cursor: pointer;
}

.form_sec .img_inpPreview {
  visibility: hidden;
  border: 1px solid var(--c_gray11);
  background-color: var(--bg_white);
  -o-object-fit: cover;
  object-fit: cover;
}

.form_sec .logo_imgInpBox .img_inpPreview {
  -o-object-fit: contain;
  object-fit: contain;
}

.form_sec .preview_img .img_inpPreview {
  visibility: visible;
}

.form_sec .img_inpReset {
  position: absolute;
  font-size: var(--fs_24);
  line-height: 1;
  top: 0px;
  right: 0px;
  color: var(--c_blue);
  background-color: var(--bg_white);
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
  display: none;
}

.form_sec .preview_img .img_inpReset {
  display: initial;
}

.form_sec .image-uploader .upload-text {
  padding: 10px;
  text-align: center;
}

.opt__icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.6em;
}

.form_sec .btn_warning {
  color: var(--c_white);
  background-color: var(--bg_warning);
}

.form_sec .btn_warning:hover {
  background-color: var(--bg_warning);
}

.form_sec .btn_outline_warning {
  color: var(--c_warning);
  border-color: var(--c_warning);
}

.btn_outline_black{
  color: var(--c_black);
  border-color: var(--c_black);
}

.form_sec .btn_outline_warning:hover {
  background-color: var(--bg_warning);
}

.form_sec .btn_xsm {
  font-size: 13px;
  padding: 0.4em;
  border-radius: 0.4em;
}

.form_sec .preview_img .img_inpPreview {
  visibility: visible;
}

.form_sec .profile_imgInpBox {
  width: 124px;
  height: 124px;
}

.form_sec .cover_imgInpBox {
  width: 210px;
  height: 140px;
}

.form_sec .theme_inp {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: var(--fs_70);
  line-height: 1em;
  width: 1em;
  height: 1em;
  margin-right: 0.3175em;
  margin-bottom: 0.2em;
  /* border-radius: 50%; */
  background-color: var(--bg__color);
  background-size: contain;
  cursor: pointer;
  display: inline-block;
}

.form_sec .theme_inp.bg__white {
  -webkit-box-shadow: inset 0px 0px 0px 0.127em var(--c_gray);
  box-shadow: inset 0px 0px 0px 0.127em var(--c_gray);
}

.form_sec .theme_inp:checked {
  -webkit-box-shadow: 0px 0px 0px 2px var(--c_white),
    0px 0px 0px 3px var(--c_dark);
  box-shadow: 0px 0px 0px 2px var(--c_white), 0px 0px 0px 3px var(--c_dark);
}

.form_sec .theme_inp.bg__white:checked {
  -webkit-box-shadow: 0px 0px 0px 2px var(--c_white),
    0px 0px 0px 3px var(--c_dark), inset 0px 0px 0px 0.127em var(--c_gray);
  box-shadow: 0px 0px 0px 2px var(--c_white), 0px 0px 0px 3px var(--c_dark),
    inset 0px 0px 0px 0.127em var(--c_gray);
}

.form_sec .card_previewBox {
  position: sticky;
  top: 90px;
}

.form_sec .card_previewHead {
  color: var(--c_white);
  font-size: var(--fs_21);
  font-weight: 500;
  text-align: center;
  padding: 0.5em;
  border-radius: 8px 8px 0px 0px;
  background-color: var(--bg_primary);
}

.form_sec .card_previewBody {
  background-color: var(--bg_light);
  padding: 24px 16px;
  border-radius: 0px 0px 8px 8px;
}

.form_sec .card_previewMobile {
  width: 385px;
  height: 836px;
  max-height: 836px;
  border: 13px solid var(--c_black);
  border-radius: 23px;
  overflow-y: auto;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--bg_white);
}

.form_sec .card_previewMobile::-webkit-scrollbar {
  display: none;
}

.form_sec .card_previewMobile {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.form_sec .card_previewMobile::before,
.card_previewMobile::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--bg_white);
  position: sticky;
  z-index: 2;
}

.form_sec .card_previewMobile::before {
  /* height: 46px;
  min-height: 46px; */
  /* background-image: url("../img/dashboard/Left_Side.svg"),
    url("../img/dashboard/Right_Side.svg"); */
  background-repeat: no-repeat;
  background-position: 5px 50%, right 10px top 50%;
  top: 0px;
}

.form_sec .card_previewMobile::after {
  /* height: 24px;
  min-height: 24px; */
  /* background-image: url("../img/dashboard/Home_Indicator.svg"); */
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0px;
}

.form_sec .prv_coverImg {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.form_sec .prv_pflPhoto {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: -62px;
  margin-bottom: 9px;
  -webkit-filter: drop-shadow(0px 0px 7.4px #ffffff);
  filter: drop-shadow(0px 0px 7.4px #ffffff);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form_sec .prv_contactItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 10px;
  color: var(--c_black);
  background: var(--bg_light2);
  padding: 3px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.form_sec .prv_contactIcon {
  width: 2.8em;
  min-width: 2.8em;
  height: 2.8em;
  margin-right: 1em;
  background-color: var(--bg_white);
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  vertical-align: middle;
}

.top-img-div {

  position: absolute;
  top: 4px;
  width: 100%;
  /* left: 7px; */
  /* border-radius: 8px 46px 0 0; */
  overflow: hidden;
  /* padding-left: 3%;
  padding-right: 3%; */
  padding-left: 7px;
  padding-right: 7px;
}

.top-img-div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 22px 22px 0 0;
  max-height: 210px;
}

.logo-img-div {
  background-color: white;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  overflow: hidden;
  left: 35px;
  top: 118px;
  box-shadow: 1px 1px 7px 4px rgba(154, 154, 204, 0.1);
  padding: 2px;
}

.logo-img-div img {
  max-width: 55px !important;
  min-width: 55px !important;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.wave-div {
  position: absolute;
  top: 141px;
  left: 0;
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}

.wave-div {
  width: 100%;
}

/* About css */

.about_wrapper {
  width: 100%;
  float: left;
  background-image: url(../../img/about/new_about_background.png);
  background-size: 100%;
}

.about_head {
  padding: 160px 0;
}

.about_tag_head p {
  background-color: #D9D9D982;
  border-radius: 66px;
  padding: 20px 24px;
  border: 1px solid #FFFFFF
}



.about_text_wrapper {
  max-width: 583px;
  width: 100%;
}

.about_section {
  margin-bottom: 150px;
}

.about_section img {
  /* max-height: 380px; */
}

.about_section .about_img_left {
  text-align: left;
}

.about_section .about_img_right {
  text-align: right;
}

/* About css */

@media (max-width: 2560px) {
  .top-img-div {
    padding-left: 9px;
    padding-right: 9px;
  }

  .logo-img-div {
    top: 145px !important;
  }

  .top-img-div img {
    max-height: 220px;
    border-radius: 36px 36px 0 0;
  }
}

/* ..................... */
@media (max-width: 1799.98px) {
  .top-img-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .logo-img-div {
    top: 86px !important;
  }

  .top-img-div img {
    max-height: 165px;
    border-radius: 22px 22px 0 0;
  }

  .wave-div {
    top: 95px;
  }

  .form_heroSec {
    padding: 100px 0px;
  }

  .form_prgStp::before {
    top: 13px;
    height: 4px;
  }

  .form_sec .gy_36 {
    --bs-gutter-y: 26px;
  }

  .form_sec .inpArea_header {
    padding: 12px 20px;
  }

  .form_sec .inpArea_body {
    padding: 30px 50px 40px 30px;
  }

  .form_sec .cus_textarea {
    height: 170px;
  }

  .form_sec .image-uploader {
    min-height: 190px;
  }

  .form_sec .select2_inpWrapper .select2-container .select2-selection--single,
  .select2_inpWrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 95%;
  }

  .form_sec .select2_inpWrapper .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 7px 36px 7px 14px;
  }

  .form_sec .card_previewBox {
    overflow: hidden;
    margin-right: 0px;
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.78) translateX(-14.5%);
    -ms-transform: scale(0.78) translateX(-14.5%);
    transform: scale(0.78) translateX(-14.5%);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
  }

  .form_sec .card_previewBody {
    height: 700px;
  }
}

@media (max-width: 1399.98px) {

  /* .top-img-div{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .top-img-div img {
    border-radius: 30px 30px 0 0 !important;
  max-height: 180px;
  }  */
  .logo-img-div {
    top: 126px !important;
  }

  .top-img-div img {
    max-height: 200px;
    border-radius: 22px 22px 0 0;
  }

  .wave-div {
    top: 125px;
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(-20%);
    -ms-transform: scale(0.68) translateX(-20%);
    transform: scale(0.68) translateX(-20%);
  }

  .form_sec .card_previewBody {
    height: 610px;
    padding: 16px;
  }
}

@media (max-width: 1199.98px) {
  .logo-img-div {
    top: 106px !important;
  }

  .top-img-div img {
    /* max-height: 155px; */
    border-radius: 22px 22px 0 0;
  }

  .wave-div {
    top: 105px;
  }

  .form_sec .inpArea_body {
    padding: 30px 24px;
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(0%);
    -ms-transform: scale(0.68) translateX(0%);
    transform: scale(0.68) translateX(0%);
  }

  .form_sec .card_previewBody {
    height: 610px;
  }
}

@media (max-width: 991.98px) {
  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(-10.5%);
    -ms-transform: scale(0.68) translateX(-10.5%);
    transform: scale(0.68) translateX(-10.5%);
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(0%);
    -ms-transform: scale(0.68) translateX(0%);
    transform: scale(0.68) translateX(0%);
  }
}

@media (max-width: 575.98px) {
  .top-img-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-img-div img {
    max-height: 210px !important;
    border-radius: 30px 30px 0 0 !important;
  }

  .wave-div {
    top: 136px !important;
  }

  .logo-img-div {
    top: 116px !important
  }

  .form_prgStpTitle {
    font-size: var(--fs_13);
  }
}

@media (max-width: 414px) and (max-height: 314px) {
  .logo-img-div {
    top: 118px !important
  }
}

@media (max-width: 449.98px) {
  .top-img-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-img-div img {
    /* max-height: 165px !important; */
    border-radius: 30px 30px 0 0 !important;
  }

  .wave-div {
    top: 136px !important;
  }

  .logo-img-div {
    top: 120px !important
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(-8%);
    -ms-transform: scale(0.68) translateX(-8%);
    transform: scale(0.68) translateX(-8%);
  }
}

@media (max-width: 399.98px) {
  .top-img-div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .top-img-div img {
    /* max-height: 165px !important; */
    border-radius: 30px 30px 0 0 !important;
  }

  .wave-div {
    top: 136px !important;
  }

  .logo-img-div {
    top: 118px !important
  }

  .form_sec .card_previewMobile {
    -webkit-transform: scale(0.68) translateX(-21%);
    -ms-transform: scale(0.68) translateX(-21%);
    transform: scale(0.68) translateX(-21%);
  }
}
@media(max-width: 768px){
  .logo-img-div{
    top: 117px !important;
  }
}

.sponsor_slider .sponsor_bCard_slide {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  /* Ensure the image covers the entire container */
  background-position: center;
  /* Center the background image */
}

.sponsor_slider .sponsor_bCard_slide .position-absolute {
  z-index: 10;
}

@media (max-width: 768px) {
  .sponsor_slider .sponsor_bCard_slide {
      background-image: none !important;
      /* Remove the default background image */
  }

  .sponsor_slider .sponsor_bCard_slide[data-mobile-image] {
      background-image: var(--mobile-image) !important;
      /* Set mobile image */
  }
}

/* ---------------- start register form page ---------------- */

@media only screen and (max-width: 600px) {
  .personal-card-share-mobile{
    display: flex;
    align-items: end;
  }


  .mobile-footer{
    width: 50%;
  }

  .mobile-footer-50{
    width: 50%;
  }

  .footer_col_1{
    max-width: max-content;
  }

  .footer_col2_3 .footer_navTitle{
    margin-top: 20px;
  }

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

.personal_card_qrCode canvas{
  padding: 5px;
  border: 2px solid;
}

.business_card_qrCode canvas{
  padding: 5px;
  border: 2px solid;
}

.web-container{
  padding-left: 120px; padding-right: 120px
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-options {
  position: fixed;
  bottom: 90px;
  right: 25px;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  display: none; 
}

.whatsapp-option {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-option i {
  background-color: #25d366;
  color: white;
  padding: 15px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.contact-name {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}


.fas.fa-times {
  font-size: 18px;
}


.form_prgStp{
  pointer-events: none !important;
}


@media (min-width: 768px) {
  .video_slide {
      padding-left: 65px;
  }

  .video_slider .owl-stage{
    width: 1220px !important;
  }
}

@media (max-width: 575.98px) {
  .video_slide {
      padding-left: 65px;
  }

  .video_slider .owl-stage{
    width: 1220px !important;
  }
}

@media (min-width: 576px) {
  .video_slide {
      padding-left: 65px;
  }

  .video_slider .owl-stage{
    width: 1220px !important;
  }
}

@media (min-width: 992px) {
  .video_slide {
      padding-left: 0px;
  }

  .video_slider .owl-stage{
    width: auto !important;
  }
}

/* Affiliate Introduction */

.affiliate-program-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.affiliate-content-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.affiliate-text-content {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
}


.affiliate-subheading {
  color: #F43F5E;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.affiliate-heading {
  color: #212529;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 15px;
  margin-bottom: 30px;
}

.affiliate-heading span {
  color: #000;
}

.affiliate-description {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 30px;
}

.affiliate-register-btn {
  background-color: #f97316;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  margin-top: 10px;
}

.affiliate-register-btn:hover {
  background-color: #ea580c;
}

.affiliate-image-content {
  position: relative;
  min-width: 50%;
}
.affiliate-main-image {
  width: 100%;
}

.affiliate-header-text{
 padding-left: 150px;
 padding-right: 100px;
}

.affiliate-benefits-section {
  padding: 100px 40px;
  display: flex;
  justify-content: center;
}

.affiliate-benefits-wrapper {
  /* max-width: 1200px; */
  width: 100%;
  text-align: center;
}

.affiliate-benefits-subheading {
  color: #8e8e8e;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


.affiliate-benefits-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 150px;
  padding-right: 150px;
}

.affiliate-benefit-card {
  background: #fff;
  border-radius: 35px;
  padding: 30px;
  flex: 1;
  min-width: 280px;
  max-width: 280px;
  text-align: center;
  max-height: 245px;
}

.affiliate-benefit-card:nth-child(2){
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 50px;
  margin-bottom: 20px;
}

.benefit-title {
  color: #212529;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-description {
  color: #6c757d;
  font-size: 14px;
}

.color-box{
  position: relative;
    width: 100px;
    height: 100px;
    background-color: #DF6951;
    top: -9px;
    left: -69px;
    z-index: -1;
    display: block;
    border-radius: 35px 0px 19px 0px;
}

.affiliate-text-content-promot {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
  text-align: end;
}

.affiliate-program-section-promot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.affiliate-header-text-promot{
  width: 70%;
 }

 .business-card-image{
  width: 90%;
 }

 .affiliate-registration-section {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
  }

.registration-content-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.registration-steps {
  min-width: 50%;
  max-width: 50%;
  margin-top: 60px;
}

.registration-form-mockup{
  min-width: 50%;
  max-width: 50%;
}

.steps-subheading {
  color: #8e8e8e;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.steps-heading {
  color: #212529;
  font-size: 36px;
  margin-bottom: 40px;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.step-icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.step-details h4 {
  font-size: 18px;
  color: #212529;
  margin: 0;
  font-weight: bold;
}

.step-details p {
  color: #6c757d;
  margin: 5px 0 0;
  font-size: 14px;
}


.registration-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-title {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.registration-form input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.register-button {
  background-color: #f74b4b;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

.register-button:hover {
  background-color: #e03c3c;
}

.what-are-you-wait-container{
  text-align: center;
  background-color: #e5ddff57; 
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 90px;
}

.what-are-you-wait-title{
  margin-bottom: 40px;
  margin-top: 10px;
  color: #5E6282;
  z-index: 2;
  position: relative;
  font-weight: 600;
}

.affiliate-register-btn-footer{
  background-color: #FF946D;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 30px;
  text-decoration: none;
}

.legal-text{
  margin-top: 30px;
}

/* Base Styles (Desktop) */
.affiliate-program-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.affiliate-content-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.affiliate-text-content {
  max-width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
}

.affiliate-subheading {
  color: #F43F5E;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.affiliate-heading {
  color: #212529;
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 15px;
  margin-bottom: 30px;
}

.affiliate-heading span {
  color: #000;
}

.affiliate-description {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 30px;
}

.affiliate-register-btn {
  background-color: #f97316;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  text-decoration: none;
  margin-top: 10px;
}

.affiliate-register-btn:hover {
  background-color: #ea580c;
}

.affiliate-image-content {
  position: relative;
  min-width: 50%;
}

.affiliate-main-image {
  width: 100%;
}

.affiliate-header-text {
  padding-left: 150px;
  padding-right: 100px;
}

.affiliate-benefits-section {
  padding: 100px 40px;
  display: flex;
  justify-content: center;
}

.affiliate-benefits-wrapper {
  width: 100%;
  text-align: center;
}

.affiliate-benefits-subheading {
  color: #8e8e8e;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.affiliate-benefits-heading {
  color: #212529;
  font-size: 36px;
  margin-bottom: 40px;
}

.affiliate-benefits-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding-left: 150px;
  padding-right: 150px;
}

.affiliate-benefit-card {
  background: #fff;
  border-radius: 35px;
  padding: 30px;
  flex: 1;
  min-width: 280px;
  max-width: 280px;
  text-align: center;
  max-height: 245px;
}

.affiliate-benefit-card:nth-child(2) {
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  width: 50px;
  margin-bottom: 20px;
}

.benefit-title {
  color: #212529;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-description {
  color: #6c757d;
  font-size: 14px;
}

/* Responsive Styles */

/* Tablet (768px and below) */
@media (max-width: 768px) {
  .affiliate-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .affiliate-text-content,
  .affiliate-image-content {
    max-width: 100%;
    min-width: 100%;
    /* margin-top: 80px; */
  }

  .affiliate-header-text {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  .affiliate-heading {
    font-size: 36px;
  }

  .affiliate-benefits-cards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .affiliate-benefit-card {
    max-width: 100%;
    min-width: 100%;
  }

  .affiliate-benefit-card:nth-child(2){
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  }

  .registration-content-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .registration-steps,
  .registration-form-mockup {
    max-width: 100%;
    /* min-width: 100%; */
  }

  .register-mobile-image{
    width: 100%;
  }

  .affiliate-program-section {
    padding: 0px;
  }

  .affiliate-benefits-section {
    padding: 50px 20px;
  }

  .what-are-you-wait-container {
    padding: 50px 20px;
  }

  .affiliate-text-content-promot {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 80px;
    max-width: 100%;
    min-width: 100%
  }

  .affiliate-header-text-promot{
    width: 100%;
   }

  .affiliate-main-image {
    margin-top: 50px;  
    margin-bottom: 50px;  
  }

  .affiliate-benefits-heading{
    font-size: 28px;
  }

  .affiliate-registration-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .color-box{
    display: none;
  }

  .steps-heading{
    font-size: 28px;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .affiliate-subheading {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .affiliate-heading {
    font-size: 28px;
  }

  .affiliate-description {
    font-size: 14px;
  }

  .affiliate-register-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .benefit-title {
    font-size: 16px;
  }

  .benefit-description {
    font-size: 12px;
  }

  .step-details h4 {
    font-size: 16px;
  }

  .step-details p {
    font-size: 12px;
  }

  .what-are-you-wait-title {
    font-size: 24px;
  }

  .affiliate-benefits-cards {
    flex-direction: column;
    padding: 0;
  }

  .affiliate-register-btn-footer {
    font-size: 14px;
    padding: 10px 20px;
  }

  .registration-form input {
    padding: 8px;
  }

  .affiliate-program-section,
  .affiliate-benefits-section {
    flex-direction: column;
    padding: 0px;
  }

  .affiliate-header-text-promot{
    width: 100%;
   }

   .affiliate-benefits-heading{
    font-size: 24px;
  }

  .color-box{
    display: none;
  }

  .affiliate-benefit-card:nth-child(2){
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  }

  .steps-heading{
    font-size: 24px;
  }
}


/* paper business card and digital business card slider  */

.image-comparison-wrapper {
  position: relative;
  width: 100%; /* Adjust this to fit your container */
  max-width: 800px; /* Adjust to the maximum size you want */
  height: 500px; /* Adjust height as needed */
  overflow: hidden;
  margin: 0 auto; /* Center the container */
  /* background-color: #ffeaed; */
}

.image-left{
  position: absolute;
  top: 11px;
  left: 0px;
  width: 100%;
  height: 99%;
  object-fit: contain; /* Maintain image aspect ratio */
  user-select: none;
}

.image-right {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Maintain image aspect ratio */
  user-select: none;
}

.image-right {
  clip-path: inset(0 0 0 50%); /* Start by hiding the right image halfway */
  z-index: 1;
}

.slider-handle {
  position: absolute;
  top: 30px;
  left: 50%; /* Start in the middle */
  width: 4px; /* Width of the slider */
  height: 92%;
  background-color: #0051ff; 
  cursor: ew-resize;
  z-index: 2;
  background-image: none;
}

.slider-handle::after {
  content: '';
  position: absolute;
  top: 41%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Center the circle */
  width: 22px; /* Circle's width */
  height: 22px; /* Circle's height */
  background-color: #0051ff; /* Circle's color */
  border-radius: 50%; /* Make it a circle */
}

#copyToClipboardButton,
#copiedButton {
    transition: opacity 0.5s ease;
}

.verified-icon{
  margin-bottom: 5px;
  width: 45px !important;
}

#google_translate_element select {
  width: 100%; /* Adjust the width as needed */
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
}

.custom-language-dropdown {
  display: inline-block;
  position: relative;
}

/* Dropdown styling to match the uploaded image */
.language-dropdown {
  width: 80px; /* Adjust based on the required width */
  padding: 5px;
  border-radius: 30px; /* Rounded edges */
  border: 1px solid #e0e0e0;
  background-color: white;
  color: #666666;
  font-size:11px;
  appearance: none; /* Hide default arrow */
  cursor: pointer;
  text-align: center;
}

/* Custom dropdown arrow */
.language-dropdown::after {
  content: '▼'; /* Unicode for dropdown arrow */
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #666666;
}

/* Add hover effect */
.language-dropdown:hover {
  border-color: #999;
}