body {
  font-family: "Helvetica", sans-serif;
  background-color: #fff; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica", sans-serif;     font-weight: 600;}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: 100vh;
  min-height: 700px; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; } }

.half .contents {
  background: #fff; }

.half .contents, .half .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; } }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 44px;
    background: #F5F5F5; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #008C00;
  text-decoration: none; }

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px; }

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #fb771a; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #fb8633; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: 'icomoon';
  content: '\e5ca';
  position: absolute;
  display: none;
  font-size: 16px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }
  

  .pricing {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .pricing-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.1);
  }
  
  .pricing-card-heading {
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .pricing-card-heading-free {
    background-color: #FFFBE8;
    color: #000;
  }
  
  .pricing-card-heading-lite {
    background: linear-gradient(
      90deg,
      rgba(194, 209, 255, 1) 0%,
      rgba(179, 114, 254, 1) 100%
    );
    color: #fff;
  }
  
  .pricing-card-heading-pro {
    background: linear-gradient(
      90deg,
      rgba(255, 177, 195, 1) 0%,
      rgba(255, 203, 112, 1) 100%
    );
    color: #fff;
  }
  
  .pricing-card-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
  }
  
  .pricing-card-list-item {
    position: relative;
  }
  
  .icon-yes::before {
    position: absolute;
    left: -30px;
    top: -5px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 25px;
    background: url("https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/png/check-4x.png")
      no-repeat;
    background-size: 15px;
    background-position: bottom center;
    filter: invert(75%) sepia(27%) saturate(459%) hue-rotate(76deg)
      brightness(90%) contrast(88%);
  }
  
  .icon-no::before {
    position: absolute;
    left: -27px;
    top: -5px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 25px;
    background: url("https://cdnjs.cloudflare.com/ajax/libs/open-iconic/1.1.1/png/plus-4x.png")
      no-repeat;
    background-size: 15px;
    background-position: bottom center;
    filter: invert(45%) sepia(88%) saturate(908%) hue-rotate(312deg)
      brightness(90%) contrast(86%);
    transform: rotate(45deg);
  }
  
  .icon-no {
    color: #999;
    text-decoration: line-through;
  }
  
  .pricing-card-btn {
    width: 85%;
    font-size: 16px;
    padding: 15px;
    margin-left: 7.5%;
    border: 1px solid #27264b;
    border-radius: 5px;
    background-color: #fff;
    color: #27264b;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-color 250ms ease-in-out;
  }
  
  .pricing-card-btn:hover {
    background-color: rgb(228, 228, 240);
  }
  
  .pricing-card-highlight .pricing-card-btn {
    border: none;
    color: #fff;
    background-color: #27264b;
  }
  
  .pricing-card-highlight .pricing-card-btn:hover {
    background-color: #9390db;
  }
  
  .pricing-card-price {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .pricing-card-price-text {
    font-weight: 400;
    font-size: 20px;
  }
  a {
    color: #008C00;
    text-decoration: none;
}
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  font-size: 16px !important;
  height: 51px;
}

.boxshadow{
  background: #FFFFFF;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
border-radius: 20px;
}
.boxshadowcolor{
  background-color: #FFFBE8;
  border-radius: 21px;
}
.stripgreeen{
background-color: #E3FFE3;
border-radius: 20px;
}

.btn-outline-success{
  background: #fff !important;
  font-size: 15px;
  border: 2px solid green;
  width: 210px;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754 !important;
  border-color: #198754 !important;
}
.btn-outline-success:hover img{
  color: #fff;
  filter: brightness(0) invert(1);
}

.btn-outline-success:hover svg{
  color: #fff;
  filter: brightness(0) invert(1);
}

.btn-outline-success:focus{
  color: #198754;
}
form{
  color: #1F1F1F;
}

/* .elementor-313 .elementor-element.elementor-element-fb2857e:not(.elementor-motion-effects-element-type-background), .elementor-313 .elementor-element.elementor-element-fb2857e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url(https://carbonwp.winayak.com/wp-content/uploads/2024/05/main-banner-main.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none !important;
  visibility: hidden!important;
} */
body{
  color: #000000!important;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: none;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
  text-align: center;
  color: #000;
  justify-content: center;
}

.modal-content{
  border-radius: 10px;
}   