/* ---------------------------------------
##### - PLACE YOUR CUSTOM CSS HERE - #####
--------------------------------------- */
:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #1C1B1F;
  background-color: #ffffff;
  margin-top: 0px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Roboto", sans-serif; 
}

p {
  color: #787878;
  font-size: 14px;
  line-height: 2;
  font-weight: 400; }

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #fbf5f5;
  font-weight: 600;
  font-size: 1rem; 
}

a:hover, a:focus {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 1rem; 
}
  
* {
  margin: 0;
  padding: 0; }


ul,
ol {
  margin: 0; 
}
ul li,
ol li {
  list-style: none; 
}

img {
  height: auto;
  max-width: 100%; 
}

/* ======= header-section ======= */
.sign-in-section {
  overflow: hidden;
  position: relative;
}

.left-box {
  background-image: url(../img/login/bg-img.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 80px 20px 166px;
}

.logo-image {
  margin: 0 auto 70px;
}

.logo-image a {
  display: inline-block;
}

.left-box-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100%;
}

.top-title {
  padding-bottom: 10px;
}

.top-title h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
}

.testimonial-card-box {
  background: #FFFFFF;
  box-shadow: inset 0px 4px 15px rgba(175, 175, 175, 0.25);
  border-radius: 10px;
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding: 20px 20px 30px;
}

.testimonial-card-box .pic {
  margin: -70px auto 10px;
  max-width: 124px;
  width: 100%;
  height: 124px;
  border-radius: 50%;
  border: 3px solid #000;
  background: linear-gradient(0deg, #DECEA6, #DECEA6), #D9D9D9;
  padding: 5px;
}

.testimonial-card-box::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 26px;
  background-image: url(../img/icons/queta-icon.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonial-card-box::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 26px;
  background-image: url(../img/icons/quata-2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}

.testimonial-card-body h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #192328;
  margin-bottom: 8px;
}

.testimonial-card-body span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #192328;
  margin-bottom: 10px;
  display: block;
}

.testimonial-card-body .rating-star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  color: #F0B317;
  line-height: 1;
  border-radius: 1px;
}

.discription {
  text-align: center;
  max-width: 510px;
  width: 100%;
  margin: 20px auto 0;
}

.discription p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #192328;
}

.right-box {
  background-color: #fff;
  height: 100%;
  padding: 165px 30px;
  position: relative;
}

.login-logo {
  margin-bottom: 30px;
  text-align: center;
}

.login-box {
  background: #FFFFFF;
  border: 1px solid #EAEFF4;
  border-radius: 5px;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}

.login-box h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 120%;
  text-align: center;
  color: #192328;
  margin-bottom: 1rem;
  text-align: left;
}

.login-box h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #757B7E;
  margin-bottom: 30px;
  text-align: left;
}

.login-box h4 a {
  color: #CF2129;
  font-weight: 400;
}
.login-form .form-group {
  margin-bottom: 20px;
}

.login-form .form-group:last-child {
  margin-bottom: 0;
}

.login-form .form-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  display: block;
  color: #192328;
}


.login-form .form-control {
  background-color: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: #9FADB4;
  padding: 15px 18px;
  height: 100%;
}

.signin-btn {
  background: #CF2129;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  border: 0;
  padding: 15px 20px;
}

.login-form .form-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px;
}

.login-form .form-check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  gap: 6px;
}

.form-footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.signup-form .form-check {
  align-items: flex-start;
  gap: 10px;
}

.signup-form .form-footer .form-check-input[type=checkbox] {
  margin-top: 4px;
  border-color: #192328;
  border-radius: 0;
  padding: 8px;
}

.signup-form .form-footer .form-check-input[type=checkbox]:checked {
  background-color: #192328;
  color: #000;
}

.signup-form .form-check .form-check-label {
  text-align: left;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #757B7E;
}

.login-form .form-check-label {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #192328; 
  padding-left: 0px;
}

.login-form .form-check-input[type=checkbox] {
  border-color: #757B7E;
  margin-top: 0;
  margin-left: 0;
  box-shadow: none;
}

.login-form .form-links a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: right;
  color: #192328;
}

.form-links a:hover {
  text-decoration: underline;
}

.aternative-login {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.aternative-login a {
  opacity: .9;
  border: 1px solid transparent;
  border-radius: 5px;
}

.aternative-login a:hover {
  opacity: 1;
  border-color: #000;
}

.artical-card-box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  display: block;
  text-align: left;
}

.widget-card-body h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #192328;
  margin-bottom: 1rem;
  text-align: left;
}

.widget-card-body .discription p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #757B7E;
  text-align: left;
}

.widget-card-body .discription:last-child p {
  margin-bottom: 0;
}

.signup-section .logo-image {
  margin-bottom: 230px;
}

.signup-section .right-box {
  padding: 90px 50px;
}

.signup-section .login-box {
  max-width: 100%;
  
}

.signup-form .form-group {
  margin-bottom: 20px! important;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.package-box {
  background: #FFFFFF;
  border: 1px solid #9FADB4;
  border-radius: 5px; 
  padding: 18px 15px;
  margin-bottom: 30px;
}

.package-select {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  align-items: center;
  max-width: fit-content;
  width: 100%;
  margin-bottom: 10px;
}

.package-select h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0;
}

.select-plan {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
}

.select-plan span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #757B7E;
}

.select-plan .form-select {
  background-color: #9FADB4;
  border-radius: 100px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 5px 37px 5px 10px;
  background-size: 13% auto;
  background-position: right 8px center;
  box-shadow: none;
}

.select-plan .form-select option {
  background-color: #fff;
  color: #000;

}

/* ======= */

.radio-btn-check .grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .radio-btn-check .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1364px) {
  .radio-btn-check .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1080px) {
  .radio-btn-check .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}


@media (max-width: 767px) {
  .radio-btn-check .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .radio-btn-check .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.radio-btn-check .card {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  border: 0;
  outline: none;
  height: 100%;
  box-shadow: none;
}
.radio-btn-check .card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio-btn-check .radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio-btn-check .radio {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }
  .radio-btn-check .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  
  .radio-btn-check .radio:checked {
    background: #192328;
    border-color: #192328;
  }

  .radio-btn-check .card:hover .radio {
    border-color: #CF2129;
  }
  .radio-btn-check .card:hover .radio:checked {
    border-color: #CF2129;
  }
}
.radio-btn-check .plan-details {
  border: 2px solid #EAEFF4;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 10px;
  height: 100%;
  transition: border-color 0.2s ease-out;
}

.radio-btn-check .card:hover .plan-details {
  border-color: #CF2129;
}

.radio-btn-check .radio:checked ~ .plan-details {
  border-color: #CF2129;
}

.radio-btn-check .radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio-btn-check .radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio-btn-check .radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}

.radio-btn-check .card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.radio-btn-check .card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.radio-btn-check .plan-type {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #757B7E;
  margin-bottom: 0px;
}

.radio-btn-check .plan-cost {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #192328;
  margin-bottom: 0px;
}

.radio-btn-check .slash {
  font-weight: normal;
}

.radio-btn-check .plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.radio-btn-check .hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.plan-list-items ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.plan-list-items ul li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: rgba(25, 35, 40, .7);
  margin: 5px auto 10px;
}

.view-btn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #192328;
  margin-top: 10px;
}

.signup-btn-box {
  max-width: 265px;
  width: 100%;
}

.signup-btn {
  background: #CF2129;
  border-radius: 5px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 20.7879px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 20px;
  border: 0;
  width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: all .4s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span { 
  background: #FFFFFF;
  width: 40px;
}

.help-block ul {
  padding: 0! important;
}

.help-block ul li {
  padding: 5px 0;
  color: #CF2129;
  font-size: 1rem;
}

.validation-block {
  position: relative;
  margin-top: 15px;
  display: block;
  padding: 0;
  text-align: center;
}

.validation-block::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #CF2129 transparent;
}

.invalid-mail-block {
  text-align: left;
}

.invalid-mail-block::after {
  left: 20px;
}

.validation-block p {
  color: #fff;
  background-color: transparent;
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 500;
  padding: .5rem .5rem;
  border-radius: 10px;
}