body{
  caret-color: transparent;
  }
  input[type="number"],
  input[type="text"],
  input[type="search"],
  input[type="email"],
  input[type="password"],
  input[type="url"],
  textarea{
      caret-color:auto;
  }

li {
  list-style: none;
}
a{
  text-decoration: none;
}
 
/* ====== NavBar ======== */
nav li a{
    text-decoration:none;
}
nav li a{
    text-decoration:underline;
}
nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 50px;
  background: #7d344e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  font-family: 'Times New Roman', Times, serif;

}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  padding: 0 30px;
  
}
nav .navbar button{
  background: #3E8DA8;
  color: #fff;
line-height: 1;
  font-size: 14px;
  cursor: pointer;

}
.navbar .logo a{
  font-size: 25px;
  color: #e8e2e2;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 50px;
  height: 100%;
}

nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
}
nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #f7f4f4;
  font-size: 12px;
  font-weight: 200;
}

.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  color: #f7f2f2;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 48px;
  left: 30px;
  line-height: 40px;
  background: #7d344e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
  padding:0px;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  line-height: 40px;/
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #f3f0f0;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:1150px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 18px;
  }

  nav .navbar .logo a{
    font-size: 20px;
    font-weight: 500;
  }
  nav .navbar .links li{
    padding: 0 5px;
    white-space: nowrap;
    margin-right:5px;
        margin-left:5px;

  }
  nav .navbar .links li a{
    font-size: 14px;
  }
}
.loginAsignup li a {
    text-decoration:none;
    font-size:12px;
    margin:0 5px;
}
@media (max-width:950px){
 
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #7d344e;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .sidebar-logo .logo-name{
    font-size: 20px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: white;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
    padding: 0 5px;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
  
button.coolBeans2 {
box-sizing: border-box;
border: 2px solid #3E8DA8;
border-radius: 3rem;
color: white;
font-family: neulis-neue, sans-serif;
font-size: 0.8rem;
font-weight: 100;
overflow: hidden;
padding: 0.8rem 1.7rem;
position: relative;
text-decoration: none;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
display: inline-block;
}

button.coolBeans2::after {
background-color: #3E8DA8;
border-radius: 3rem;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}

button.coolBeans2:hover::after {
transform: translate(0, 0);
}

button.coolBeans2:hover {
border: 2px solid transparent;
color: white;
transform: scale(1.05);
will-change: transform;
}
.form-control{
        font-size:0.8rem !important;
    }
#demobton{
    cursor: pointer;padding: 8px 15px;margin-top: 5px;
}
@media (max-width:470px){
  nav .navbar .nav-links{
  max-width: 100%;
  margin:0;
  padding:0;
} 
.navbar .logo a{
  font-size:10px !important;
  font-weight: 400;
  display:none;
}
.navbar button{
  font-size: 8px;
  padding: 2px 3px !important;
}
#demobton{
    padding:5px 10px;
    font-size:8px;
}
}

  /* ====== Ended ====== */ 


  /* ========== header part =========== */
.ezy__sheader6_0dFqKV4v {
  /* Bootstrap variables */
  --bs-body-bg: #fff;
  --bs-body-color: #000;

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-svg-color: rgb(246, 246, 246);
  --ezy-border-color: rgba(0, 0, 0, 0.2);
  --ezy-topbar-bg: #f6f6f6;

  background-color: var(--bs-body-bg);
  background-image: url(https://cdn.easyfrontend.com/pictures/background/abstract-background2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--bs-body-color);
  overflow: hidden;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .ezy__sheader6_0dFqKV4v {
    padding: 50px 0;
  }
}

/* Gray Block Style */
.gray .ezy__sheader6_0dFqKV4v,
.ezy__sheader6_0dFqKV4v.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);

  /* Easy Frontend variables */
  --ezy-topbar-bg: #fff;
  --ezy-svg-color: #fff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__sheader6_0dFqKV4v,
.ezy__sheader6_0dFqKV4v.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(11, 23, 39);
  --ezy-border-color: rgba(255, 255, 255, 0.2);
  --ezy-topbar-bg: rgb(11, 23, 39);
}

/* Dark Block Style */
.dark .ezy__sheader6_0dFqKV4v,
.ezy__sheader6_0dFqKV4v.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-svg-color: rgb(30, 39, 53);
  --ezy-border-color: rgba(150, 150, 150, 0.25);
  --ezy-topbar-bg: rgb(30, 39, 53);
}

.ezy__sheader6_0dFqKV4v-heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .ezy__sheader6_0dFqKV4v-heading {
    font-size: 60px;
  }
}

.ezy__sheader6_0dFqKV4v-sub-heading {
  font-size: 1rem;
    line-height: 25px;
    opacity: 0.8;
}

.ezy__sheader6_0dFqKV4v-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-body-bg);
  opacity: 0.3;
  z-index: -1;
}

.ezy__pricing9_BAdNiXRl {
  /* Bootstrap variables */
  --bs-body-color: #252d39;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: #7d344e;
  --ezy-theme-color-rgb: 125, 52, 78;
  --ezy-initial-color-rgb: 255, 255, 255;
  --ezy-main-color-rgb: 95, 48, 226;
  --ezy-item-shadow: 0px 36px 94px rgba(33, 39, 62, 0.08);

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__pricing9_BAdNiXRl {
    padding: 50px 0;
  }
}

/* Gray Block Style */
.gray .ezy__pricing9_BAdNiXRl,
.ezy__pricing9_BAdNiXRl.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(239, 244, 253);

  /* Easy Frontend variables */
  --ezy-initial-color-rgb: 255, 255, 255;
}

/* Dark Gray Block Style */
.dark-gray .ezy__pricing9_BAdNiXRl,
.ezy__pricing9_BAdNiXRl.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-initial-color-rgb: 11, 23, 39;
}

/* Dark Block Style */
.dark .ezy__pricing9_BAdNiXRl,
.ezy__pricing9_BAdNiXRl.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-initial-color-rgb: 30, 39, 53;
}

.ezy__pricing9_BAdNiXRl-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__pricing9_BAdNiXRl-heading {
    font-size: 30px;
    line-height: 30px;
  }
}

.ezy__pricing9_BAdNiXRl-sub-heading {
  font-size: 1rem;
    line-height: 25px;
    opacity: 0.8;
  color: var(--bs-body-color);
}

.ezy__pricing9_BAdNiXRl-btn {
  padding: 12px 30px;
  color: rgba(var(--ezy-theme-color-rgb), 1);
  border: none;
}

.ezy__pricing9_BAdNiXRl-btn:not([class*="btn-outline"]) {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.95);
  color: #ffffff;
}

.ezy__pricing9_BAdNiXRl-btn.active,
.ezy__pricing9_BAdNiXRl-btn:hover {
  background-color: rgba(var(--ezy-theme-color-rgb), 1);
  color: #ffffff;
}

.ezy__pricing9_BAdNiXRl-tab-pane {
  color: var(--bs-body-color);
  animation: 1s ease 0s 1 normal none running fadeInBottom;
}

.ezy__pricing9_BAdNiXRl-tab-pane [class*="fa-"] {
  color: rgba(var(--ezy-theme-color-rgb), 1);
}

.ezy__pricing9_BAdNiXRl-tab-pane,
.ezy__pricing9_BAdNiXRl-nav-link {
  border: none;
  border-radius: 15px !important;
  background-color: rgba(var(--ezy-initial-color-rgb), 1) !important;
  box-shadow: var(--ezy-item-shadow);
  transition: background-color 0.35s cubic-bezier(0.33, -0.11, 0.29, 1.35);
}

.ezy__pricing9_BAdNiXRl-nav-link {
  color: var(--bs-body-color) !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.ezy__pricing9_BAdNiXRl-nav-link.active::before {
  display: none;
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid rgba(var(--ezy-theme-color-rgb), 1);
  transform: translate3d(0, -50%, 0);
  z-index: -1;
  animation: 0.25s ease 0s 1 normal none running fadeInRight;
}

@media (min-width: 768px) {
  .ezy__pricing9_BAdNiXRl-nav-link.active::before {
    display: block;
  }
}

.ezy__pricing9_BAdNiXRl-nav-link:hover {
  color: rgb(var(--ezy-theme-color-rgb)) !important;
}

.ezy__pricing9_BAdNiXRl-nav-link.active {
  background-color: rgba(var(--ezy-theme-color-rgb), 1) !important;
  color: #ffffff !important;
}

.ezy__pricing9_BAdNiXRl-nav-link [class*="fa-"] {
  font-size: 33px;
  display: none;
}

.ezy__pricing9_BAdNiXRl-nav-link:not(.active) .fa-circle {
  display: block;
  color: rgb(var(--ezy-theme-color-rgb));
}

.ezy__pricing9_BAdNiXRl-nav-link.active .fa-check-circle {
  display: block;
  animation: 1s ease 0s 1 normal none running fadeInBottom;
}
.text-start{
  font-size: 1rem;
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0px, -10px, 0px);
  }

  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes fadeInRight {
  0% {
    transform: translate3d(-10px, -50%, 0);
  }

  100% {
    transform: translate3d(0, -50%, 0);
  }
}

.ezy__featured3_FbvkkW7Q {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: rgb(239, 244, 253);
  --ezy-item-icon-bg: rgb(239, 244, 253);
  --ezy-item-icon-shodow: 0 4px 34px 0 rgba(163, 190, 241, 0.12);

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__featured3_FbvkkW7Q {
    padding: 50px 0;
  }
}

/* Gray Block Style */
.gray .ezy__featured3_FbvkkW7Q,
.ezy__featured3_FbvkkW7Q.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(239, 244, 253);

  /* Easy Frontend variables */
  --ezy-item-bg: #fff;
  --ezy-item-icon-bg: #fff;
}

/* Dark Gray Block Style */
.dark-gray .ezy__featured3_FbvkkW7Q,
.ezy__featured3_FbvkkW7Q.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(11, 23, 39);
  --ezy-item-icon-bg: rgb(11, 23, 39);
  --ezy-item-icon-shodow: 0 7px 34px 0px rgba(0, 0, 0, 0.25);
}

/* Dark Block Style */
.dark .ezy__featured3_FbvkkW7Q,
.ezy__featured3_FbvkkW7Q.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(30, 39, 53);
  --ezy-item-icon-bg: rgb(30, 39, 53);
  --ezy-item-icon-shodow: 0 7px 34px 0px rgba(0, 0, 0, 0.25);
}

.ezy__featured3_FbvkkW7Q-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__featured3_FbvkkW7Q-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__featured3_FbvkkW7Q-sub-heading {
  font-size: 1rem;
    line-height: 25px;
    opacity: 0.8;
  color: var(--bs-body-color);
}

.ezy__featured3_FbvkkW7Q-item {
  background-color: var(--ezy-item-bg);
  border-radius: 20px;
}

.ezy__featured3_FbvkkW7Q-icon {
  width: 74px;
  height: 74px;
  background-color: var(--ezy-item-icon-bg);
  color: var(--ezy-theme-color);
  border-radius: 50%;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -25px;
  box-shadow: var(--ezy-item-icon-shodow);
  z-index: 1;
}

.ezy__featured3_FbvkkW7Q-title {
  color: var(--bs-body-color);
}

.ezy__featured3_FbvkkW7Q-content {
  color: var(--bs-body-color);
  opacity: 0.7;
  font-size: 1rem;
}

.ezy__faq8_ps87Q02o {
  /* Bootstrap variables */
  --bs-body-color: #28303b;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: rgb(13, 110, 253);
  --ezy-theme-color-rgb: 13, 110, 253;
  --ezy-item-bg: #ffffff;
  --ezy-item-shadow: 0px 4px 44px rgba(159, 190, 218, 0.37);

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__faq8_ps87Q02o {
    padding: 50px 0;
  }
}

/* Gray Block Style */
.gray .ezy__faq8_ps87Q02o,
.ezy__faq8_ps87Q02o.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(246, 246, 246);
}

/* Dark Gray Block Style */
.dark-gray .ezy__faq8_ps87Q02o,
.ezy__faq8_ps87Q02o.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(11, 23, 39);
  --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.47);
}

/* Dark Block Style */
.dark .ezy__faq8_ps87Q02o,
.ezy__faq8_ps87Q02o.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: rgb(30, 39, 53);
  --ezy-item-shadow: 0px 4px 22px rgba(0, 0, 0, 0.2);
}

.ezy__faq8_ps87Q02o-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__faq8_ps87Q02o-heading {
    font-size: 45px;
    line-height: 45px;
  }
}

.ezy__faq8_ps87Q02o-sub-heading {
 font-size: 1rem;
    line-height: 25px;
    opacity: 0.8;
  color: var(--bs-body-color);
}

.ezy__faq8_ps87Q02o-item {
  background-color: transparent;
  border-radius: 10px;
}

.ezy__faq8_ps87Q02o-item * {
  color: var(--bs-body-color);
}

.ezy__faq8_ps87Q02o-btn-collapse [class*="fa-"] {
  transition: transform 0.25s ease-in-out;
}

.ezy__faq8_ps87Q02o-btn-collapse:focus {
  box-shadow: none;
}

.ezy__faq8_ps87Q02o-btn-collapse.active [class*="fa-"],
.ezy__faq8_ps87Q02o-btn-collapse[aria-expanded="true"] [class*="fa-"] {
  transform: rotate(-180deg);
}

.ezy__faq8_ps87Q02o .collapsing,
.ezy__faq8_ps87Q02o .collapse {
  background-color: var(--ezy-item-bg);
  box-shadow: var(--ezy-item-shadow);
  border-radius: 15px;
}

.ezy__faq8_ps87Q02o-btn {
  padding: 12px 30px;
  border-color: var(--ezy-theme-color);
  color: var(--ezy-theme-color);
}

.ezy__faq8_ps87Q02o-btn:hover {
  color: #fff;
  background-color: rgba(var(--ezy-theme-color-rgb), 0.9);
  border-color: rgba(var(--ezy-theme-color-rgb), 0.9);
}


/* ========  Ended ========== */

/* =============== Pricing comparison Section ====== */
.ezy__pricing5_E4ti5fqZ {
  /* Bootstrap variables */
  --bs-body-color: #252d39;
  --bs-body-bg: rgb(255, 255, 255);

  /* Easy Frontend variables */
  --ezy-theme-color: #7d344e;
  --ezy-theme-color-rgb: 125, 52, 78;
  --ezy-item-bg: #f7f7ff;
  --ezy-item-shadow: none;
  --ezy-item-active-bg: var(--bs-primary);
  --ezy-item-active-color: #fff;

  background-color: var(--bs-body-bg);
  overflow: hidden;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .ezy__pricing5_E4ti5fqZ {
    padding: 100px 0;
  }
}

/* Gray Block Style */
.gray .ezy__pricing5_E4ti5fqZ,
.ezy__pricing5_E4ti5fqZ.gray {
  /* Bootstrap variables */
  --bs-body-bg: rgb(239, 244, 253);

  /* Easy Frontend variables */
  --ezy-item-bg: #fff;
  --ezy-item-border-color: rgba(19, 19, 19, 0.08);
}

/* Dark Gray Block Style */
.dark-gray .ezy__pricing5_E4ti5fqZ,
.ezy__pricing5_E4ti5fqZ.dark-gray {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(30, 39, 53);

  /* Easy Frontend variables */
  --ezy-item-bg: #243548;
  --ezy-item-shadow: none;
}

/* Dark Block Style */
.dark .ezy__pricing5_E4ti5fqZ,
.ezy__pricing5_E4ti5fqZ.dark {
  /* Bootstrap variables */
  --bs-body-color: #ffffff;
  --bs-body-bg: rgb(11, 23, 39);

  /* Easy Frontend variables */
  --ezy-item-bg: #101d2c;
  --ezy-item-shadow: none;
}

.ezy__pricing5_E4ti5fqZ-heading {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  color: var(--bs-body-color);
}

@media (min-width: 768px) {
  .ezy__pricing5_E4ti5fqZ-heading {
    font-size: 30px;
        line-height: 30px;
  }
}

.ezy__pricing5_E4ti5fqZ-sub-heading {
  font-size: 1rem;
  line-height: 22px;
  color: var(--bs-body-color);
}

.ezy__pricing5_E4ti5fqZ-item {
  background-color: var(--ezy-item-bg);
  border-radius: 15px;
  box-shadow: var(--ezy-item-shadow);
  transition: transform 0.25s ease-in-out;
}

.ezy__pricing5_E4ti5fqZ-item.active {
  background-color: var(--ezy-theme-color);
}

.ezy__pricing5_E4ti5fqZ-price,
.ezy-pricing5-features,
.ezy__pricing5_E4ti5fqZ-note,
.ezy__pricing5_E4ti5fqZ-title {
  color: var(--bs-body-color);
}

.ezy__pricing5_E4ti5fqZ-item.active .ezy__pricing5_E4ti5fqZ-price,
.ezy__pricing5_E4ti5fqZ-item.active .ezy-pricing5-features,
.ezy__pricing5_E4ti5fqZ-item.active .ezy__pricing5_E4ti5fqZ-note,
.ezy__pricing5_E4ti5fqZ-item.active .ezy__pricing5_E4ti5fqZ-title {
  color: var(--ezy-item-active-color);
}

.ezy__pricing5_E4ti5fqZ-icon {
  width: 17px;
  text-align: center;
  display: inline-block;
}

.ezy__pricing5_E4ti5fqZ .btn-outline-primary {
  background-color: rgba(var(--ezy-theme-color-rgb), 0.15);
  color: rgba(var(--ezy-theme-color-rgb), 1) !important;
  border: none;
}

.ezy__pricing5_E4ti5fqZ .btn-outline-primary:hover {
  color: #fff !important;
  background-color: rgba(var(--ezy-theme-color-rgb), 0.75);
}

.ezy__pricing5_E4ti5fqZ .text-primary {
  color: var(--ezy-theme-color) !important;
}

.ezy__pricing5_E4ti5fqZ-btn {
  padding: 12px 30px;
}
/* ======= Ended ========== */


/* ====== Trables Section ====== */
.prize-tables {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3b3b3b;
  -webkit-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  /* background: #f9f7f7ba; */
}
@media screen and (max-width: 580px) {
  .prize-tables {
    font-size: 16px;
    line-height: 22px;
  }
}

.prize-tables .wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 80vw;
}

.prize-tables .table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .prize-tables .table {
    display: block;
  }
}

.prize-tables .row {
  display: table-row;
  background: #f6f6f6;
}
.prize-tables .row:nth-of-type(odd) {
  background: #e9e9e9;
}
.prize-tables .row.header {
  font-weight: 900;
  color: #ffffff;
  background: #ea6153;
}
.prize-tables .row.green {
  background: #27ae60;
}
.prize-tables .row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .prize-tables .row {
    padding: 14px 0 7px;
    display: block;
  }
  .prize-tables .row.header {
    padding: 0;
    height: 6px;
  }
  .prize-tables .row.header .cell {
    display: none;
  }
  .prize-tables .row .cell {
    margin-bottom: 10px;
  }
  .prize-tables .row .cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
}

.prize-tables .cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .prize-tables  .cell {
    padding: 2px 16px;
    display: block;
  }
}



a.coolBeans {
box-sizing: border-box;
border: 2px solid #ff0;
border-radius: 3rem;
color: white;
font-family: neulis-neue, sans-serif;
font-size: 0.8rem;
font-weight: 100;
overflow: hidden;
padding: 0.8rem 1.7rem;
position: relative;
text-decoration: none;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
display: inline-block;
}

a.coolBeans::after {
background-color: #ff0;
border-radius: 3rem;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}

a.coolBeans:hover::after {
transform: translate(0, 0);
}

a.coolBeans:hover {
border: 2px solid transparent;
color: #4b0082;
transform: scale(1.05);
will-change: transform;
}

a.coolBeans2 {
box-sizing: border-box;
border: 2px solid #3E8DA8;
border-radius: 3rem;
color: white;
font-family: neulis-neue, sans-serif;
font-size: 0.8rem;
font-weight: 100;
overflow: hidden;
padding: 0.5rem 1.2rem;
position: relative;
text-decoration: none;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
display: inline-block;
}

a.coolBeans2::after {
background-color: #3E8DA8;
border-radius: 3rem;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}

a.coolBeans2:hover::after {
transform: translate(0, 0);
}

a.coolBeans2:hover {
border: 2px solid transparent;
color: white;
transform: scale(1.05);
will-change: transform;
}






/* ======= ==================== Footer ======= ==================*/

.new_footer_area {
  background: #fbfbfd; 

}

.new_footer_area .containers .rows{
  display: flex;
  flex-wrap:wrap ;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 2rem;
  padding:10px 20px 0 20px;
}
.new_footer_area .containers .rows .column1{
  max-width: 250px;
}
.new_footer_top {
  padding: 120px 0px 220px;
  position: relative;
    overflow-x: hidden;
}
.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 27px 0px;
}
.new_footer_top .company_widget p {
  font-size: 0.8rem;
  font-weight: 300;
  color: #6a7695;
  padding: 0 !important;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}
.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}
.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
  text-decoration: none;
  outline: none;
}

.new_footer_top .f_widget.about-widget .f_list{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  text-align: left;
}
.new_footer_top .column1{
  /* margin-left:30px; */
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}
.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
  font-size:0.8rem;

}
.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}
.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.ti-facebook:before {
  content: "\e741";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
color:white;
}
.new_footer_top .f_social_icon a + a {
  margin-left: 4px;
}
.new_footer_top .f-title {
  margin-bottom: 30px;
  color: #263b5e;
}
.f_600 {
  font-weight: 600;
}
.f_size_18 {
  font-size: 18px;
}

.f_size_08rem {
  font-size: 0.8rem;
}
.new_footer_top .f_widget.about-widget .f_list li a {
  color: #6a7695;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
a.coolBeans {
box-sizing: border-box;
border: 2px solid #ff0;
border-radius: 3rem;
color: white;
font-family: neulis-neue, sans-serif;
font-size: 0.8rem;
font-weight: 100;
overflow: hidden;
padding: 0.5rem 1.2rem;
position: relative;
text-decoration: none;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
display: inline-block;
}

a.coolBeans::after {
background-color: #ff0;
border-radius: 3rem;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}

a.coolBeans:hover::after {
transform: translate(0, 0);
}

a.coolBeans:hover {
border: 2px solid transparent;
color: #4b0082;
transform: scale(1.05);
will-change: transform;
}

a.coolBeans2 {
box-sizing: border-box;
border: 2px solid #3E8DA8;
border-radius: 3rem;
color: white;
font-family: neulis-neue, sans-serif;
font-size: 0.8rem;
font-weight: 100;
overflow: hidden;
padding: 0.5rem 1.2rem;
position: relative;
text-decoration: none;
transition: 0.2s transform ease-in-out;
will-change: transform;
z-index: 0;
display: inline-block;
}

a.coolBeans2::after {
background-color: #3E8DA8;
border-radius: 3rem;
content: '';
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
transform: translate(-100%, 0) rotate(10deg);
transform-origin: top left;
transition: 0.2s transform ease-out;
will-change: transform;
z-index: -1;
}

a.coolBeans2:hover::after {
transform: translate(0, 0);
}

a.coolBeans2:hover {
border: 2px solid transparent;
color: white;
transform: scale(1.05);
will-change: transform;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("../Assets/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("../Assets/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
background-size:100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("../Assets/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
background-size:100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}
.new_footer_top .footer_bg .footer_bg_three {
background: url("../Assets/hand.gif") no-repeat center center;
width: 58px;
height: 100px;
background-size:100%;
bottom: 0;
left: 38%;
position: absolute;
-webkit-animation: myfirst 45s linear infinite;
animation: myfirst 15s linear infinite; 
mix-blend-mode: multiply;
}


@-moz-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@-webkit-keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}

@keyframes myfirst {
0% {
  left: -25%;
}
100% {
  left: 100%;
}
}
@media (max-width: 491px){
    .new_footer_top .column1{
        margin-left:0;
        max-width:360px;
    }
}
/*************footer End*****************/


/* ============= Subscribtion Form style here ============= */

.signUp-box  {
  width: 100%;
  /* padding: 40px; */
}


.signUp-box form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 20px;
}

.signUp-box input[type="email"] {
  padding: 5px;
  border: none;
  border-radius: 4px;
  /* width: 100%;
  max-width: 130px; */
  background-color: transparent;
  outline: none;
  color: #000000;
  font-size: 0.6rem;
  border: 2px solid #747db0;
}

.signUp-box input[type="email"]::placeholder {
  color: #080808;
  font-family: "Poppins", sans-serif;
  font-size: 0.6rem;
}

.signUp-box button {
  background-color: #9d50ff;
  border: none;
  padding: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 0.6rem;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  /* width: 100%;
  max-width: 70px; */
  /* height: 65px; */
}

.signUp-box button:hover {
  background-color: #7d3bb2;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}



.signUp-box a,
.signUp-box a:visited {
  color: #fff;
}
#messagesub{
  max-width: 200px;
  font-size: 0.6rem;
}
@media (max-width: 600px) {
  .new_footer_area .containers .rows{
    flex-direction: column;
    padding-left: 3rem;

  }}
@media (max-width: 800px) {
 
  
  .signUp-box body {
    overflow: auto;
  }
  #messagesub{
    margin: 0;
    padding: 0;
  }
  /* .container {
    margin: 50px auto;
  } */

  .signUp-box input[type="email"] {
    width: 100%;
    /* margin-bottom: 10px; */
  }

  .signUp-box button {
    width: 100%;
    height: auto;
  }
}
