:root {
  --color_red__I: #da1212;
  --color_red__II: #ff1700;
  --color_red__III: #dc3545;
  --color_black__I: #000;
  --color_black__II: #2f3043;
  --color_white: #fff;
  --color-pink: #fcf4e8;
  --color-blue: #dfebfb;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
}
.parsley-required {
  list-style-type: none;
  color: var(--color_red__I);
}

/*index Page style*/
.logo_ {
  width: 312px;
  object-fit: contain;
}
.logo__{
  height: 93px;
  object-fit: contain;
}
.slide_image{
  width: 100%;
  height: 285px;
  object-fit: contain;
}
.section__height {
  min-height: 60vh;
}
.mt-8 {
  margin-top: 8em;
}
.font_sm {
  font-size: 12px;
}

.reg_heading{
    color: var(--color_red__I);
    text-align:center;
    margin-bottom:1.5em;.slide_image
}

.slide_content h4 {
  color: var(--color_red__I);
  font-size: 1.6em;
}
.slide_content h4 span {
  font-size: 1em;
  color: var(--color_red__II);
}
/*index Page style*/
.custom-form-control,
.custom-form-select {
  border: none;
  border-bottom: 1px solid var(--color_black__I);
  border-radius: 0;
  background: transparent;
}
.custom-form-control:focus,
.custom-form-select:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--color_black__I);
}

/*Step 3*/
.line_height {
  font-size: 2em;
  color: var(--color_red__I);
  text-align: center;
}

/*User Dashboard*/
.dashboard_box {
  min-height: 74vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logout_icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.navigation_boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color_red__II);
  height: 190px;
  padding: 1em;
}
.navigation_boxes .icon_box .img_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1em;
}
.navigation_boxes a {
  text-decoration: none;
}
.navigation_boxes a,
.navigation_boxes p {
  color: var(--color_red__I);
  text-align: center;
  font-weight: bold;
}
.form-control-file {
  border: 1px solid var(--color_red__I);
}

/*package css*/
.price_card {
  list-style-type: none;
  padding: 0;
}
.price_card li {
  margin-bottom: 1.5em;
  padding: 0;
  background: var(--color-blue);
}
.price_card li:nth-child(odd) {
  background: var(--color-pink);
}

.price_card__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right:0.5em;
}
.packdetails {
  position: absolute;
  top: -20%;
  right: 0;
  z-index: 4;
  color: var(--color_black__II);
  text-decoration: underline;
  outline: none;
  border: none;
  background: transparent;
}

.price_card__container .price_box {
  background-color: var(--color_black__II);
  color: var(--color_white);
  width: 250px;
}
.price_box {
  padding: 1em;
}
.price_box span {
  font-size: 14px;
}
.price_card__container .price {
  display: flex;
  justify-content: center;
}
.price_card__container .price p {
  font-size: 40px;
  margin: 0;
  color: var(--color_white);
}
.price h4 {
  font-size: 40px;
  padding-top: 0.1em;
  font-weight: bold;
  margin: 0;
}
/* .package_details_container {
  display: flex;
  justify-content: space-between;
  padding: 0 0.8em;
  width: 100%;
} */
.package_details_container .pname,
.package_details_container .pspeed,
.package_details_container .pvalidity {
  font-size: 16px;
  color: var(--color_black__I);
  font-weight: bold;
}
/* .package_details_container .pname p,
.package_details_container .pspeed p,
.package_details_container .pvalidity p {
  /* margin-bottom: 0; */
/* } */ 
.plan {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
/*responsive*/
@media screen and (max-width: 992px) {
  .price_box {
    padding: 0.6em;
  }
  .line_height {
    flex-direction: column;
  }
  .price_card__container .price p {
    font-size: 25px;
  }
  .price h4 {
    font-size: 25px;
  }
  .price_card__container {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  .mt-8 {
    margin-top: 3rem;
  }
  .packdetails {
    bottom: -92%;
    left: 4%;
    color: var(--color_white);
  }
  .price_card__container {
    display: grid;
    grid-template-columns: 115px 1fr 1fr;
    grid-template-rows: 130px;
  }
  .price_card__container .price_box {
    width: 100%;
  }
  .price_box {
    height: 100%;
  }
  /* .package_details_container {
    height: 100%;
    justify-content: space-between;
    align-items: center;
  } */
}
@media screen and (max-width: 575px) {
  .packdetails {
    bottom: -92%;
    left: -70%;
    color: var(--color_white);
  }
  .section__height {
    min-height: unset;
  }
  .mt-8 {
    margin-top: 0;
  }
  .slide_content h4 {
    color: var(--color_red__I);
    font-size: 1.4em;
  }
  .line_height {
    font-size: 2em;
  }
  .price_card__container {
    grid-template-columns: 100px 1fr 1fr;
    grid-template-rows: 110px;
  }
  .price_card__container .price_box {
    width: 100%;
  }
  .price_box span {
    font-size: 12px;
  }
  .price_card__container .price p {
    font-size: 20px;
  }
  .price h4 {
    font-size: 20px;
  }
  /* .package_details_container {
    padding: 0.5em;
  } */
  /* .package_details_container .pname,
  .package_details_container .pspeed,
  .package_details_container .pvalidity {
    font-size: 13px; 
     font-weight: 500;
  } */
}

/* Custom check box style */
/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: var(--color_red__III);
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */price_card__container
.container-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
