
@charset "UTF-8";
:root {
  --header-height: 94px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  font-weight: 400;
  font-family: "Rubik-Medium";
  font-size: 14px;
  scroll-behavior: smooth;
}
.rtl, .ltr {
  transition: all 0.3s ease;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
b,
strong {
  font-weight: 800;
}
p,
span {
  line-height: 24px;
}

img {
  max-width: 100%;
}
figure {
  margin: 0;
}
.black_bg {
  background-color: #171c34 !important;
}
.green_bg {
  background-color: #1edb59 !important;
}
.l_red_bg {
  background-color: #ff8373 !important;
}
.l_blue_bg {
  background-color: #55d8fe !important;
}
.purple_bg {
  background-color: #bd48ff !important;
}
.orange_bg {
  background-color: #fecb2e !important;
}
.grey_bg {
  background-color: #919aa3 !important;
}
.pink_bg {
  background-color: #f14489 !important;
}
.teal_bg {
  background-color: #ffa263 !important;
}
.container {
  margin: auto;
  max-width: 1190px;
  width: 100%;
}
.container:after,
.container:before {
  display: table;
  clear: both;
  content: "";
}
.btn:hover {
  background-color: #01939a;
  color: #fff;
}
.btn {
  background-color: #00c2cb;
  letter-spacing: 0.8px;
  font-size: 14px;
  border-radius: 7px;
  padding: 11px 20px;
  text-transform: uppercase;
  margin: 5px;
  color: #fff;
}
.green_btn {
  background-color: #1edb59;
}
.green_btn:hover {
  background-color: #11a23f;
}
.white_morp.section_square_morphin::before,
.white_morp.section_square_morphin::after {
  background-image: radial-gradient(#ffffff14 20%, transparent 0);
}
.grey_morp.section_square_morphin::before,
.grey_morp.section_square_morphin::after {
  background-image: radial-gradient(#f5f5f5ba 20%, transparent 0);
}
.section_square_morphin {
  position: relative;
  overflow: hidden;
}

.section_square_morphin::before,
.section_square_morphin::after {
  content: "";
  background-size: 40px 40px !important;
  position: absolute;
  height: 400px;
  width: 400px;
}
.section_padding {
  padding: 70px 0;
}
.section_heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  text-align: center;
}
.section_title {
  font-size: 33px;
  font-family: "Roboto-Black";
  color: #171c34;
  max-width: 800px;
  margin: 0 auto 15px;
  text-transform: uppercase;
}
.section_para {
  font-size: 23px;
  color: #919aa3;
  line-height: 30px;
  font-family: "Rubik-Regular";
  max-width: 810px;
  margin: auto;
}
.form-label {
  font-family: "Roboto-Medium";
  color: #10103e;
  text-transform: capitalize;
}
.form-control {
  border: 1px solid #e2dff2;
  border-radius: 6px;
  height: 57px;
  font-size: 16px;
  color: #10103e;
  font-family: "Roboto-Regular";
}
.form-control:focus {
  box-shadow: none;
  box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.05);
  border-color: #1edb59;
}
textarea.form-control {
  min-height: 120px;
  padding-top: 10px;
}
.green_select.form-control:focus {
  background-image: url("../images/green_down_triangle.svg");
}
.green_select.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/grey_down_triangle.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 12px);
  color: #6c757d;
}

/* ======================= Header Css Only ======================= */

.bodyCls .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.bodyCls {
  padding-top: var(--header-height);
}
header.header {
  background-color: #fff;
  height: var(--header-height);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  padding: 0 45px;
  box-shadow: 0 0px 25px 0px rgb(0 0 0 / 0.07);
}
.navbar-brand {
  flex: 0 0 220px;
  max-width: 220px;
  margin-right: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation-list {
  display: flex;
  align-items: center;
  flex: 1;
}
.nav-item {
  font-size: 16px;
  margin: 0 1.5rem;
}
.nav-link {
  color: #677379;
  padding: 0;
  font-size: 15px;
  transition: 0.5s;
  text-transform: uppercase;
}
.menu_toggle {
  display: none;
}
nav.nav_shell {
  display: flex;
  width: 100%;
}
.nav-collapsed {
  position: fixed !important;
  background-color: #000;
  left: 0 !important;
  transition: 0.5s;
  padding: 20px 10px;
}
.menu_overlay {
  display: none;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: 5s;
}
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline !important;
  transition: 5s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  width: 15px;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, 0px);
  -moz-transform: rotate(45deg) translate(-5px, 0px);
  -o-transform: rotate(45deg) translate(-5px, 0px);
  -ms-transform: rotate(45deg) translate(-5px, 0px);
  transform: rotate(45deg) translate(-5px, 0px);
  width: 15px;
}
@media (max-width: 991px) {
  [dir="rtl"] .menu_toggle .bar1,
  [dir="rtl"] .bar2, [dir="rtl"] .bar3 {
    margin-right: 9px !important;
}
[dir="rtl"] .menu_toggle .bar1,
  [dir="rtl"] .bar3 {
    margin-right: 20px !important;
}
}
.text-effect {
  position: relative;
  -webkit-transition: -webkit-clip-path 275ms ease;
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
.text-effect:hover .nav-link::before,
.text-effect:focus .nav-link::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.text-effect .nav-link {
  position: relative;
  display: inline-block;
}
.text-effect .nav-link::before {
  position: absolute;
  content: attr(data-content);
  color: #1edb59;
  text-decoration: underline;
  -webkit-text-decoration-color: #1edb59;
  text-decoration-color: #1edb59;
  -webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 275ms ease;
  transition: -webkit-clip-path 275ms ease;
  transition: clip-path 275ms ease;
  transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
.text-effect .nav-link::before {
  -webkit-text-decoration-style: underline;
  text-decoration-style: underline;
}
.header-btns {
  margin-left: auto;
}
.header_btns_content {
  display: flex;
  align-items: center;
}
.h_contact_info {
  display: flex;
  align-items: center;
}
.header_btns_content span.nav-link {
  margin-right: 5px;
}
.header_btns_content span.nav-link .fas {
  font-size: 20px;
  margin-right: 15px;
}
.user_btns {
  margin: 0;
}
.user_btns .btn {
  background-color: transparent !important;
  padding: 0;
  box-shadow: none !important;
  margin: 0;
}
.user_btns .nav-link img {
  margin-right: 10px;
}

/* ======================= Header Css Only ======================= */

/* ======================= Log In Sign Up Modal Css Only ======================= */

.body_overflow {
  overflow: hidden;
  padding-right: 17px;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.7);
  z-index: 100;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 500px;
  background: #f8f8f8;
  margin: 3em auto 4em;
  padding: 40px 80px;
  cursor: auto;
  border-radius: 10px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.cd-close-form,
.modal .close {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: -20px;
  top: -20px;
  background-image: url("../images/white-close.svg");
  background-repeat: no-repeat;
  text-indent: 100%;
  background-size: 40px;
  background-position: 12px 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: #1edb59;
  border-radius: 50%;
  z-index: 1;
  opacity: 1 !important;
  outline: none;
}
#cd-login,
#cd-signup,
#cd-reset-password {
  display: none;
}
#cd-login.is-selected,
#cd-signup.is-selected,
#cd-reset-password.is-selected {
  display: block;
}
.cd-switcher {
  text-align: center;
}
.cd-switcher li {
  font-family: "Roboto-Regular";
  color: #10103e;
}
.cd-switcher a {
  font-size: 13px;
  color: #1edb59;
  text-decoration: none;
  font-family: "Roboto-Medium";
}
.form_title_section {
  text-align: center;
  margin-bottom: 30px;
  color: #000;
}
.form_title_section h4 {
  font-family: "Roboto-Bold";
  font-size: 32px;
  text-transform: capitalize;
}
.form_title_section p {
  font-size: 15px;
  font-family: "Roboto-Regular";
  color: rgba(16, 16, 62, 0.6);
}
.label--checkbox {
  margin-bottom: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.checkbox {
  position: relative;
  height: 16px;
  width: 16px;
  margin: 0 10px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
}
.label--checkbox span {
  user-select: none;
  font-size: 12px;
  font-family: "Roboto-Regular";
}
.checkbox:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  -ms-transform: rotate(-45deg) scale(0, 0);
  -o-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  z-index: 1;
  width: 10px;
  height: 5px;
  border: 2px solid rgb(255, 255, 255);
  border-top-style: none;
  border-right-style: none;
}
.checkbox:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  -ms-transform: rotate(-45deg) scale(1, 1);
  -o-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.checkbox:checked:after {
  background: rgb(4, 218, 71);
  border-color: rgb(30, 219, 89);
}
.checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 3px;
}
.radio {
  position: relative;
  margin: 0 25px 0 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.label--radio {
  margin-right: 30px;
  margin-bottom: 0;
  user-select: none;
  cursor: pointer;
  margin-top: 5px;
}
.label--radio span {
  font-family: "Roboto-Regular";
  font-size: 13px;
}
.radio:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: -9px;
  left: 4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #2cd889;
  border-radius: 50%;
}
.radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #2cd889;
  border-radius: 50%;
}
.misc_user_options {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.cd-form-bottom-message a {
  font-size: 12px;
  color: #10103e;
  font-family: "Roboto-Regular";
}
.cd-user-modal-container .btn_shell .btn {
  width: 100%;
  font-size: 18px;
  box-shadow: 0 5px 11px 0px rgb(0 0 0 / 18%);
  margin: 20px 0;
  padding: 16px 0;
  text-transform: capitalize;
}
/* ======================= Log In Sign Up Modal Css Only ======================= */

/* ======================= Banner Section Css Only ======================= */

.banner_section {
  background-image: url("../images/banner_bg1.jpg");
  position: relative;
  height: calc(100vh - var(--header-height));
  /* height: 837px; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
}
.banner_section .unnorm_container {
  max-width: 1410px;
}
.banner_content {
  max-width: 590px;
  margin-left: 30px;
}
.banner_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 35%);
}
.banner_section .section_square_morphin {
  overflow: initial;
}
.banner_section .section_square_morphin::before {
  right: 0;
  top: -80px;
}
.banner_section .section_square_morphin::after {
  content: none;
}
.banner_img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  pointer-events: none;
}
.site_b_tag {
  background-color: #fff;
  font-size: 13px;
  font-family: "Rubik-Regular";
  padding: 8px 15px;
  display: inline-block;
  border-radius: 5px;
  text-transform: capitalize;
  letter-spacing: 0.9px;
}
.banner_title {
  font-size: 52px;
  text-transform: capitalize;
  color: #fff;
  margin: 30px 0;
  font-family: "Rubik-Bold";
}
.site_b_para {
  color: #fff;
  font-family: "Rubik-Light";
  line-height: 35px;
  font-size: 18px;
}
.banner_content .btn_shell {
  margin-top: 30px;
}
.banner_content .btn_shell .btn {
  font-size: 16px;
  padding: 15px 46px;
  margin-left: 0;
}

/* ======================= Banner Section Css Only ======================= */

/* ======================= The Problem Section Css Only ======================= */

.the_problem_section .section_square_morphin,
.the_solution_section .section_square_morphin {
  overflow: initial;
}
.the_problem_section .flex_col,
.the_solution_section .flex_col {
  z-index: 1;
}
.flex_col {
  display: flex;
  margin: 15px 0;
}
.the_problem_section .section_square_morphin::before,
.the_problem_section .section_square_morphin::after,
.the_solution_section .section_square_morphin::before,
.the_solution_section .section_square_morphin::after {
  height: 160px;
  width: 160px;
  background-size: 33px 33px !important;
}
.the_problem_section .section_square_morphin::before,
.the_solution_section .section_square_morphin::before {
  top: -50px;
  left: -40px;
}
.the_solution_section .section_square_morphin::before,
.the_solution_section .section_square_morphin::after {
  background-image: radial-gradient(#f5f5f54a 20%, transparent 0);
}
.the_problem_section .section_square_morphin::after,
.the_solution_section .section_square_morphin::after {
  bottom: -20px;
  right: -30px;
}
.sm_box_info_shell:hover {
  box-shadow: 0 7px 16px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.sm_box_info_shell {
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sm_box_icon {
  max-width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-bottom: 20px;
}
.sm_box_icon img {
  height: 100%;
  width: 100%;
  border-radius: 7px;
  object-fit: scale-down;
}
.sm_box_heading {
  color: #171c34;
  margin-bottom: 12px;
  font-size: 22px;
}
.sm_box_para {
  font-size: 16px;
  color: #919aa3;
  font-family: "Rubik-Light";
  max-width: 430px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

/* ======================= The Problem Section Css Only ======================= */

/* ======================= The Solution Section Css Only ======================= */

.the_solution_section {
  background-image: linear-gradient(
      to right,
      rgb(30 219 89 / 85%),
      rgb(30 219 89 / 85%)
    ),
    url("../images/banner_bg2.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.the_solution_section .section_title,
.the_solution_section .section_para {
  color: #fff;
}
.the_solution_section .sm_box_heading,
.the_solution_section .sm_box_para {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.the_solution_section .sm_box_info_shell:hover .sm_box_heading {
  color: #171c34;
}
.the_solution_section .sm_box_info_shell:hover .sm_box_para {
  color: #919aa3;
}
.the_solution_section .sm_box_icon {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 34px;
  background-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.the_solution_section .pr_i_1 {
  background-image: url("../images/solution_icon1.svg");
}
.the_solution_section .sm_box_info_shell:hover .pr_i_1 {
  background-image: url("../images/problem_icon1.svg");
  background-color: #1edb59;
}
.the_solution_section .pr_i_2 {
  background-image: url("../images/solution_icon2.svg");
}
.the_solution_section .sm_box_info_shell:hover .pr_i_2 {
  background-image: url("../images/problem_icon2.svg");
  background-color: #ff8373;
}
.the_solution_section .pr_i_3 {
  background-image: url("../images/solution_icon3.svg");
}
.the_solution_section .sm_box_info_shell:hover .pr_i_3 {
  background-image: url("../images/problem_icon3.svg");
  background-color: #55d8fe;
}
.the_solution_section .pr_i_4 {
  background-image: url("../images/solution_icon4.svg");
}
.the_solution_section .sm_box_info_shell:hover .pr_i_4 {
  background-image: url("../images/problem_icon4.svg");
  background-color: #bd48ff;
}

/* ======================= The Solution Section Css Only ======================= */

/* ======================= Our Features Section Css Only ======================= */

.our_features_section .flex_col {
  justify-content: center;
}
.o_features_box {
  text-align: center;
}
.feature_img {
  height: 120px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.feature_img img {
  object-fit: scale-down;
  flex: 0 0 153px;
  max-width: 153px;
  box-shadow: 0 5px 4px -1px rgba(0, 0, 0, 0.1);
}
.feature_title {
  color: #171c34;
  font-family: "Rubik-Bold";
  font-size: 20px;
  margin-bottom: 18px;
}
.feature_descp {
  font-size: 16px;
  line-height: 30px;
  color: #171c34;
  font-family: "Rubik-Light";
}

/* ======================= Our Features Section Css Only ======================= */

/* ======================= Contact Us Section Css Only ======================= */

.contact_us_section {
  background-image: linear-gradient(
      to right,
      rgb(30 219 89 / 85%),
      rgb(30 219 89 / 85%)
    ),
    url("../images/banner_bg3.jpg");
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact_us_section .banner_content {
  margin-left: 60px;
}
.contact_us_section .banner_title {
  font-size: 45px;
  font-family: "Rubik-Medium";
}
.contact_us_section .banner_img {
  height: 100%;
  width: 100%;
  position: relative;
}
.contact_us_section .banner_img img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}
.contact_us_section .btn_shell .btn {
  border: 2px solid #fff;
  background-color: transparent;
}
.contact_us_section .btn_shell .btn:hover {
  border-color: #36c161;
}
.contact_us_section .section_square_morphin {
  overflow: initial;
}
.contact_us_section .section_square_morphin::after {
  content: none;
}
.contact_us_section .section_square_morphin::before {
  height: 200px;
  width: 200px;
  bottom: 0;
  background-size: 20px 20px !important;
  left: -50px;
  background-image: radial-gradient(#f5f5f570 20%, transparent 0);
}

/* ======================= Contact Us Section Css Only ======================= */

/* ======================= Plan Info Section Css Only ======================= */

.plan_info_section .section_square_morphin {
  overflow: initial;
}
.plan_info_section .section_square_morphin::after {
  left: -20px;
  bottom: -40px;
  height: 160px;
  width: 160px;
  background-size: 34px 34px !important;
}
.plan_info_section .section_square_morphin::before {
  content: none;
}
.plan_info_section .section_title {
  margin-bottom: 40px;
}
.plan_descp_box {
  background-color: #fffdf0;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  color: #171c34;
  max-width: 340px;
  margin: auto;
  box-shadow: 0 3px 10px 1px rgb(0 0 0 / 0.07);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 10px;
  flex: 0 0 340px;
  max-width: 340px;
}
.plan_descp_box:hover {
  transform: scale(1.06);
}
.p_d_first_header {
  text-align: center;
  border-bottom: 1px solid #7070701f;
}
.plan_title {
  text-transform: uppercase;
  font-size: 25px;
  font-family: "Roboto-Black";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p_d_second_header {
  text-align: center;
}
.p_d_second_header .btn_shell .btn {
  padding: 12px 30px;
}
.p_d_plan_body {
  padding: 10px;
  border-bottom: 1px solid #7070701f;
  margin-bottom: 15px;
  text-align: center;
  /* height: 100%; */
  height: calc(100% - 100px);
  max-height: 330px;
  overflow: auto;
}
.plan_info_list_shell {
  display: flex;
  overflow: auto;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.plan_descp_para {
  margin-bottom: 0;
}

/* ======================= Plan Info Section Css Only ======================= */

/* ======================= Footer Section Css Only ======================= */

.footer {
  background: #1a1818;
  position: relative;
  color: #fff;
}
.b-top-footer {
  padding: 80px 0 60px;
}
.footer-content figcaption {
  margin: 25px 60px 25px 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.social-button ul {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.social-button ul li {
  margin-right: 10px;
}
.social-button ul li a:hover {
  background: transparent;
  border: 2px solid #0da53d;
}
.social-button ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot-menu h5 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Rubik-Regular";
}
.foot-menu a:hover {
  color: #0da53d;
}
.foot-menu a {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-family: "Rubik-Regular";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-bottom {
  padding: 12px 0 7px;
  border-top: 1px solid #ffffff17;
}
.footer-bottom ul.foot-menu {
  display: flex;
  justify-content: flex-end;
}
.footer-bottom ul.foot-menu li:last-child a:after {
  content: none;
}
.footer-bottom ul.foot-menu li a:after {
  content: "";
  position: absolute;
  height: 75%;
  width: 1px;
  right: -20px;
  top: 3px;
  background: #fff;
}
.footer-bottom ul.foot-menu li a {
  margin-bottom: 0;
  color: #fff;
  position: relative;
}
.footer-bottom ul.foot-menu li a:hover {
  color: #0da53d;
}
.footer-bottom ul.foot-menu li {
  padding-bottom: 0;
  margin-right: 40px;
}
.copyright a:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #0da53d;
}
.copyright a {
  color: #fff;
}
.copyright {
  color: #fff;
}
.f_contact_us_menu a .fas {
  margin-right: 10px;
}

/* ======================= Footer Section Css Only ======================= */

/* chat box hide */
.gallery-bubble {
  display: none;
}

#tawkchat-minified-box {
  display: none !important;
}

.slide--left > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slide--right {
  overflow: auto;
  padding: 20px 15px 50px;
  flex-direction: initial;
}
.modal-open.point-event {
  pointer-events: none;
}
.cus-select-dropdown {
  display: flex;
}
.cus-select-dropdown .form-group {
  margin: 0 5px;
}
.cus-select-dropdown .form-control {
  height: 34px;
  font-size: 15px;
}
.files-dropdown-menu .dropdown-item .file_name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pswd-toggle
{
  position: absolute;
  top: 0;
  right: 0;
  height: 57px;
}
:host-context([dir="rtl"]) .pswd-toggle {
  position: inherit;
  top: -57px;
  bottom: 0 ;
  height: 57px;  
  direction: initial;
}
.files-dropdown-menu .dropdown-toggle
{
    margin: 0;
    width: 100%;
    text-align: left;
}
.files-dropdown-menu .dropdown-toggle::after
{
    position: absolute;
    right: 10px;
    top: 45%;
}
.files-dropdown-menu .dropdown-item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 5px 10px;
}
.del_option
{
    background-color: transparent;
    box-shadow: none;
    color: #000;
    padding: 0;
}
.files-dropdown-menu .dropdown-menu
{
    margin-top: 5px;
    min-width: auto;
    width: 100%;
}
.no-input-group-file .file-select
{
    background-color: transparent;
    border: 0;
}
.no-input-group-file .file-select-button
{
    width: 100%;
}
.description-text{white-space: pre-line; overflow: hidden; text-overflow: ellipsis; max-width: 600px;}

.bell-icon-noti i {
  color: #000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bell-icon-noti span {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  color: #fff;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* .igx-overlay{position: relative; z-index: 99999 !important;}


.igx-time-picker__header{    background: #1edb59 !important}


.igx-overlay__content--relative {
  position: relative;
  right: -315px;
  top: 150px;
}

.igx-typography .igx-time-picker__header-ampm{}


 */



.whats-app{    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;}
















