@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Merriweather", serif;
}

a {
  color: inherit;
  text-decoration: none !important;
}

a:focus {
  outline: none;
}

a:focus-visible {
  outline: none;
}

ul,
ol {
  list-style: none;
}

button {
  border: none;
}

button:focus,
input:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

h3 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h4 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

h5 {
  font-family: "Merriweather";
  font-weight: 700;
  font-size: 34px;
}

a {
  font-family: "Outfit", sans-serif;
}

@media (min-width: 1441px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1395px !important;
  }
}

@media (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1395px !important;
    padding: 0 4rem;
  }
}

@media (max-width: 1179px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px !important;
    padding: 0 3rem;
  }
}

@media (max-width: 991px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 2rem;
  }
}

@media (max-width: 767px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 1.5rem;
  }
}

.navbar {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.navbar .container-fluid {
  max-width: 1780px;
}

.navbar .navbar-collapse .navbar-nav {
  gap: 74px;
}

@media (max-width: 1600px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 60px;
  }
}

@media (max-width: 1400px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 50px;
  }
}

@media (max-width: 1367px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 35px;
  }
}

@media (max-width: 1200px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    gap: 10px;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item a {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 1400px) {
  .navbar .navbar-collapse .navbar-nav .nav-item a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-contact {
    margin-top: 20px;
  }
}

.navbar .navbar-contact a {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 18px;
  border: 1.5px solid #fff;
  padding: 14px 47px;
  border-radius: 40px;
}

.navbar-logo {
  margin-right: 15px;
}

.navbar-contact {
  margin-left: auto;
}

.navbar-toggler-icon {
  background-image: url(../assets/icons/toggle.png) !important;
}

.navbar-toggler {
  border: 1px solid #fff !important;
}

@media (max-width: 992px) {
  #navbarNav {
    background: #254888d6;
    padding: 20px;
  }
}

.hero {
  background-image: url(../assets/hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  padding-top: 10rem;
}

.hero .csecondary_btn {
  text-decoration: none;
  padding: 20px 40px;
  background: #04aa96;
  color: #fff;
  border-radius: 40px;
  font-size: 20px;
}

.hero .csecondary_btn:hover {
  color: #fff;
}

.hero .center_img_box {
  position: relative;
  padding-top: 25rem;
}

.hero .device {
  position: absolute;
  top: 0;
  z-index: 1;
}

.hero .device img {
  width: 1395px;
  margin: auto;
}

.why-crt {
  padding-top: 25rem;
  background-color: #fff;
  position: relative;
}

@media (max-width: 1400px) {
  .why-crt {
    padding-top: 22rem;
  }
}

@media (max-width: 1200px) {
  .why-crt {
    padding-top: 15rem;
  }
}

@media (max-width: 480px) {
  .why-crt {
    padding-top: 5rem;
  }
}

.why-crt::after {
  position: absolute;
  content: "";
  background-image: url("../assets/flowerTr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 450px;
  bottom: 6%;
  left: 0;
}

@media (max-width: 480px) {
  .why-crt::after {
    width: 100px;
    height: 225px;
  }
}

.why-crt::before {
  position: absolute;
  content: "";
  background-image: url(../assets/icons/gobi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  top: 27%;
  right: 5%;
}

.why-crt .maxWh {
  max-width: 372px;
}

@media (max-width: 767px) {
  .why-crt .maxWh {
    max-width: 224px;
  }
}

@media (max-width: 480px) {
  .why-crt .maxWh {
    max-width: 170px;
  }
}

.why-crt .maxWh .head5 {
  text-align: end;
  color: #999999;
}

.whatwedo {
  background-color: #d8e9f7;
}

.whatwedo .white_box {
  height: 100%;
}

.whatwedo .whatwedo_group {
  margin: 0;
  padding-left: 20px;
  margin-top: 15px;
}

.whatwedo .whatwedo_group.whatwedo_group_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .whatwedo .whatwedo_group.whatwedo_group_ex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.whatwedo .whatwedo_group.whatwedo_group_ex li {
  width: 50%;
  padding-right: 25px;
}

@media (max-width: 1200px) {
  .whatwedo .whatwedo_group.whatwedo_group_ex li {
    width: 100%;
  }
}

.whatwedo .whatwedo_group li {
  font-size: 18px;
  list-style: disc;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .whatwedo .whatwedo_group li {
    font-size: 16px;
  }
}

.whatwedo .whatwedo_group li:last-child {
  margin-bottom: 0;
}

.whatwedo .whatwedo_group li::marker {
  color: #24468a;
}

.mb24 {
  margin-bottom: 24px;
}

.bnfts {
  background-color: #fff;
  position: relative;
}

.bnfts::after {
  position: absolute;
  content: "";
  background-image: url("../assets/flowerRs.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 450px;
  bottom: 6%;
  right: 0;
}

.bnfts::before {
  position: absolute;
  content: "";
  background-image: url("../assets/icons/gobi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  top: 27%;
  left: 2%;
}

@media (max-width: 480px) {
  .bnfts .bnfts_cnt_lt_group {
    padding-left: 0 !important;
  }
}

.bnfts .bnfts_cnt_lt_group li {
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .bnfts .bnfts_cnt_lt_group li {
    margin-bottom: 20px;
  }
}

.bnfts .bnfts_cnt_lt_group li:last-child {
  margin-bottom: 0;
}

.rcrd {
  background-color: #f8f8f8;
}

@media (max-width: 480px) {
  .rcrd_cnt_rt {
    margin-top: 1.5rem;
  }
}

.rcrd_cnt_rt .head4 {
  font-size: 50px;
}

.rcrd_cnt_rt .head4 span {
  color: #24468a;
}

.rcrd_cnt_rt .head5 {
  font-size: 34px;
}

@media (max-width: 1600px) {
  .rcrd_cnt_rt .head5 {
    font-size: 25px;
  }
}

@media (max-width: 1400px) {
  .rcrd_cnt_rt .head5 {
    font-size: 22px;
  }
}

@media (max-width: 1200px) {
  .rcrd_cnt_rt .head5 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .rcrd_cnt_rt .head5 {
    font-size: 16px;
  }
}

.rcrd .rcrd_lst li {
  margin-bottom: 50px;
}

.rcrd .rcrd_lst li:last-child {
  margin-bottom: 0;
}

.pricing {
  background-color: #fff;
  position: relative;
}

.pricing::after {
  position: absolute;
  content: "";
  background-image: url("../assets/flowerTr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 450px;
  bottom: 6%;
  left: 0;
}

.pricing::before {
  position: absolute;
  content: "";
  background-image: url(../assets/icons/gobi.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  top: 22%;
  right: 2%;
}

.pricing .inner_boxprc {
  background-color: #e4eaff;
  padding: 35px 20px;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing .prcng_blk_gray {
  background-color: #eef1ff;
  padding: 45px 15px;
  border-radius: 20px;
}

.pricing .prcng_blk_gray img {
  width: 28px;
  height: 28px;
}

.pricing .prcng_blk_gray .head2 {
  font-size: 60px;
  color: #8da2fb;
  font-family: "Merriweather";
  padding-top: 22px;
  min-height: 106px;
}

@media (max-width: 1600px) {
  .pricing .prcng_blk_gray .head2 {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_gray .head2 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .pricing .prcng_blk_gray .head2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pricing .prcng_blk_gray .head2 {
    font-size: 30px;
    min-height: 0;
  }
}

.pricing .prcng_blk_gray .head2 sup {
  font-size: 30px;
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_gray .head2 sup {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .pricing .prcng_blk_gray .head2 sup {
    font-size: 22px;
  }
}

.pricing .prcng_blk_gray .head2 sub {
  font-size: 18px;
  color: #111111;
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_gray .head2 sub {
    font-size: 16px;
  }
}

.pricing .prcng_blk_gray .txt {
  font-size: 18px;
}

@media (max-width: 992px) {
  .pricing .prcng_blk_gray .txt {
    font-size: 16px;
  }
}

.pricing .prcng_blk_blue {
  background-color: #24468a;
  padding: 45px 15px;
  border-radius: 20px;
}

.pricing .prcng_blk_blue .cprimary_btn {
  background-color: #fff;
  color: #24468a;
}

.pricing .prcng_blk_blue .inner_boxprc {
  background-color: #3a5896;
}

.pricing .prcng_blk_blue .head2 {
  font-size: 60px;
  color: #8da2fb;
  font-family: "Merriweather";
  padding-top: 22px;
}

@media (max-width: 1600px) {
  .pricing .prcng_blk_blue .head2 {
    font-size: 50px;
  }
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_blue .head2 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .pricing .prcng_blk_blue .head2 {
    font-size: 30px;
  }
}

.pricing .prcng_blk_blue .head2 sup {
  font-size: 30px;
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_blue .head2 sup {
    font-size: 25px;
  }
}

@media (max-width: 992px) {
  .pricing .prcng_blk_blue .head2 sup {
    font-size: 22px;
  }
}

.pricing .prcng_blk_blue .head2 sub {
  font-size: 18px;
  color: #111111;
}

@media (max-width: 1400px) {
  .pricing .prcng_blk_blue .head2 sub {
    font-size: 16px;
  }
}

.pricing .prcng_blk_blue .txt {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 992px) {
  .pricing .prcng_blk_blue .txt {
    font-size: 16px;
  }
}

.pricing .prn_group li {
  margin-bottom: 20px;
}

.pricing .prn_group li:last-child {
  margin-bottom: 0;
}

.dctr {
  background-color: #d8e9f7;
  position: relative;
  padding-bottom: 4rem;
}

.dctr::before {
  position: absolute;
  content: "";
  background-image: url("../assets/icons/ptaSm.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 110px;
  height: 96px;
  bottom: 24%;
  left: 1%;
}

.dctr .des_imgdf-img {
  position: absolute;
  bottom: 0;
}

.dctr .nmcc_txt {
  font-size: 35px;
  position: relative;
  text-align: end;
  color: #24468a;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .dctr .nmcc_txt {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .dctr .nmcc_txt {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .dctr .nmcc_txt {
    font-size: 20px;
  }
}

.dctr .nmcc_txt::before {
  content: "";
  position: absolute;
  right: 24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 5px;
  background-color: #8da2fb;
}

.dctr .fdr {
  color: #93959a;
  font-size: 24px;
  text-align: end;
}

@media (max-width: 1200px) {
  .dctr .fdr {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .dctr .fdr {
    font-size: 18px;
  }
}

.dctr_cnt_lt img {
  position: relative;
  left: 6rem;
}

@media (max-width: 1200px) {
  .dctr_cnt_lt img {
    left: 0;
  }
}

footer {
  background-color: #24468a;
  padding-top: 10px;
  background-image: url("../assets/icons/dotsF.png");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: left 5% bottom 12%;
}

.copywrite {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 480px) {
  .footer_media {
    margin-top: 20px;
  }
}

.footer_media li {
  margin-right: 10px;
}

.footer_media li:last-child {
  margin-right: 0;
}

.footer_bottom {
  padding: 20px 0;
  border-top: 1px solid #426099;
}

@media (max-width: 480px) {
  .footer_bottom div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-widget-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .footer-widget-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-widget-section .widget-title {
  font-size: 24px;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .footer-widget-section .widget-title {
    font-size: 16px;
  }
}

.footer-widget-section .widget-title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 5px;
  left: 0;
  bottom: 0;
  background-color: #8da2fb;
}

.footer-widget-section .widget-about ul {
  padding: 0;
}

.footer-widget-section .widget-about ul li {
  margin-bottom: 15px;
}

.footer-widget-section .widget-about .link {
  font-size: 16px;
  color: #8da2fb;
}

.footer-widget-section .widget-about .wf-c {
  max-width: 280px;
  font-size: 16px;
  color: #8da2fb;
}

@media (max-width: 767px) {
  .footer-widget-section .widget-about .wf-c {
    max-width: 100%;
  }
}

.footer-widget-section .widget-about .wf-c a {
  font-size: 16px;
  color: #8da2fb;
}

@media (max-width: 480px) {
  .footer-widget-section .widget-about .wf-c a {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer-widget.touch {
    width: 100%;
  }
}

.cusContainer {
  max-width: 1600px;
  margin: auto;
  padding: 0 100px;
}

@media (max-width: 992px) {
  .cusContainer {
    padding: 0 30px;
  }
}

.txtblue {
  color: #028c7f !important;
}

.head1 {
  font-size: 80px;
}

@media (max-width: 1600px) {
  .head1 {
    font-size: 70px;
  }
}

@media (max-width: 1400px) {
  .head1 {
    font-size: 60px;
  }
}

@media (max-width: 1200px) {
  .head1 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .head1 {
    font-size: 35px;
  }
}

@media (max-width: 360px) {
  .head1 {
    font-size: 30px;
  }
}

.head3 {
  font-size: 50px;
  color: #111111;
}

@media (max-width: 1600px) {
  .head3 {
    font-size: 45px;
  }
}

@media (max-width: 1400px) {
  .head3 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .head3 {
    font-size: 35px;
  }
}

@media (max-width: 992px) {
  .head3 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .head3 {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .head3 {
    font-size: 22px;
  }
}

.head3 span {
  color: #24468a;
}

.head4 {
  font-size: 35px;
  color: #333333;
}

@media (max-width: 1400px) {
  .head4 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  .head4 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .head4 {
    font-size: 16px;
  }
}

.head5 {
  font-size: 24px;
  color: #111111;
}

@media (max-width: 1600px) {
  .head5 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .head5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .head5 {
    font-size: 16px;
  }
}

.head5 span {
  color: #24468a;
}

.txt {
  color: #666666;
  font-size: 24px;
}

@media (max-width: 1600px) {
  .txt {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .txt {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .txt {
    font-size: 16px;
  }
}

.white_box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.saStandby {
  position: relative;
  background-color: #ffffff;
  padding-top: 70px;
}

.saStandby::after {
  position: absolute;
  content: "";
  background-image: url("../assets/flowerRs.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 270px;
  height: 450px;
  bottom: 5%;
  right: 0;
}

.saStandby::before {
  position: absolute;
  content: "";
  background-image: url("../assets/icons/gobi.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 150px;
  height: 140px;
  top: 0;
  left: 2%;
}

.saStandby .saStandby_slide_item .img_box_con {
  position: relative;
  height: 350px;
}

.saStandby .saStandby_slide_item .img_box_con img {
  position: relative;
  z-index: 1;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.saStandby .saStandby_slide_item .img_box_con::after {
  position: absolute;
  content: "";
  background: #eef1ff;
  width: 100%;
  height: 88%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.saStandby .saStandby_slide_item .img_box_con,
.saStandby .saStandby_slide_item .img_box_cont {
  padding: 0 15px;
  text-align: center;
}

.partnerPbrand {
  background-color: #f8f8f8;
}

.partnerPbrand .pslide_item {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  width: 100%;
  padding: 10px;
}

.beauty_cft {
  background: url("../assets/beauty_bg.png") no-repeat center;
  background-size: 100% 100%;
}

@media (max-width: 480px) {
  .beauty_cft {
    background-size: cover;
  }
}

.beauty_cft .head3 {
  max-width: 740px;
  margin: 82px auto 60px;
  line-height: 70px;
  text-align: center;
}

@media (max-width: 480px) {
  .beauty_cft .head3 {
    line-height: 40px;
    margin: 60px auto 60px;
  }
}

.ess_of_Health {
  position: relative;
}

.ess_of_Health::after {
  position: absolute;
  content: "";
  background-image: url("../assets/flowerTr.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 200px;
  height: 450px;
  bottom: 15%;
  left: 0;
}

.ess_of_Health .eH_leftimg {
  display: table;
  max-width: 600px;
  margin: auto;
  width: 100%;
}

.ess_of_Health .fdotsm {
  background-image: url("../assets/icons/dotsF.png");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: right 5% bottom 12%;
}

.owl-nav {
  display: none !important;
}

.owl-dots {
  margin-top: 1rem !important;
}

button {
  border: 0;
  cursor: pointer;
}

@media (max-width: 992px) {
  .btn_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cprimary_btn {
  background-color: #24468a;
  color: #ffffff;
  font-size: 20px;
  border-radius: 40px;
  padding: 10px 30px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .cprimary_btn {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .cprimary_btn {
    margin-right: 0 !important;
  }
}

.csecondary_btn {
  background-color: #028c7f;
  color: #ffffff;
  font-size: 20px;
  border-radius: 40px;
  padding: 10px 30px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .csecondary_btn {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .csecondary_btn {
    margin-top: 12px;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.custom-checkbox input[type="radio"] {
  position: relative;
  border: 1px solid #cacaca;
  cursor: pointer;
  margin: 0 0.6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 22px;
  width: 22px;
  border-radius: 100%;
}

.custom-checkbox input[type="radio"]:checked + label {
  font-weight: bold;
}

.custom-checkbox input[type="radio"]:hover {
  opacity: 1;
}

.custom-checkbox input[type="radio"]:checked:after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  width: 83%;
  height: 83%;
  border-radius: 100%;
  background: #028c7f;
  top: 2px;
  left: 2px;
}

.custom-checkbox input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 100%;
  border: 2px solid #028c7f;
}

label {
  cursor: pointer;
}

.fixedTbtn {
  position: fixed;
  right: -7.3rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 50%;
  z-index: 9999;
}

.fixedRbtn {
  color: #fff;
  background: #04a496;
  padding: 10px 25px;
  border-radius: 10px 10px 0 0;
}

.modal_toggle_pup .motxt {
  font-size: 16px;
  color: #333333;
}

.modal_toggle_pup .motxt span {
  color: #028c7f;
}

.modal_toggle_pup .fixedRbtn {
  position: absolute;
  left: -162px;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 117px;
  cursor: pointer;
  pointer-events: all;
}

.modal_toggle_pup .modal-dialog {
  max-width: 960px;
  -webkit-animation: animName 3s;
          animation: animName 3s;
  margin: 10px 0 10px auto;
  position: relative;
}

.modal_toggle_pup .modal.fade .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal_toggle_pup .modal-content {
  height: calc(100vh - 20px);
  border-radius: 0;
  overflow-y: auto;
  padding: 20px;
}

.modal_toggle_pup .modal-content h3 {
  color: #24468a;
}

@-webkit-keyframes animName {
  0% {
    right: -100px;
  }
  100% {
    right: 0;
  }
}

@keyframes animName {
  0% {
    right: -100px;
  }
  100% {
    right: 0;
  }
}

.form_head {
  color: #24468a;
  font-size: 18px;
}

label {
  display: block;
  font-size: 14px;
  color: #111111;
  font-weight: 700;
}

@media (max-width: 480px) {
  input {
    margin-bottom: 20px;
  }
}

.fillControl {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #dfe4f4;
  height: 50px;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 7px;
}

.fillControl:focus-visible {
  outline: none;
}

.modal_group_list {
  margin: 0;
  padding-left: 20px;
}

.modal_group_list.whatwedo_group_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal_group_list.whatwedo_group_ex li {
  width: 50%;
  padding-right: 25px;
}

.modal_group_list li {
  font-size: 16px;
  list-style: disc;
  margin-bottom: 7px;
}

.modal_group_list li:last-child {
  margin-bottom: 0;
}

.modal_group_list li::marker {
  color: #24468a;
}

.appointment-req .modal.show {
  -webkit-transform: translateX(0) translateY(-11px) !important;
          transform: translateX(0) translateY(-11px) !important;
}

.appointment-req .modal {
  -webkit-transform: translateX(63rem);
          transform: translateX(63rem);
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
  opacity: 1 !important;
  /* display: block !important; */
}

.custom-checkbox label {
  border: 1px solid #dfe4f4;
  border-radius: 10px;
  color: #666666;
  padding: 10px 15px;
  width: 120px;
  background-color: #fff;
}

.custom-checkbox .radioUncheck {
  display: inline-block;
}

.custom-checkbox .radioChecked {
  display: none;
}

.custom-checkbox input[type="radio"]:checked + label {
  border: 1px solid #028c7f;
  color: #111111;
  background-color: #e6f3f2;
}

.custom-checkbox input[type="radio"]:checked + label .radioUncheck {
  display: none;
}

.custom-checkbox input[type="radio"]:checked + label .radioChecked {
  display: inline-block;
}

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

@media (max-width: 480px) {
  .multiple_radiobtn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem;
  }
}

.multiple_radiobtn .custom-checkbox {
  margin-right: 20px;
}

@media (max-width: 360px) {
  .multiple_radiobtn .custom-checkbox {
    margin-right: 0;
  }
}

.multiple_radiobtn .custom-checkbox:last-child {
  margin-right: 0;
}
/*# sourceMappingURL=main.css.map */