/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cp {
  cursor: pointer;
}

/* Extra */
div#checkdv_1 {
  display: none;
}

/* Login Page */
.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.form-container {
  width: 50%;
  padding: 50px;
}

.form-container-wrap {
  max-width: 350px;
  margin: auto;
}

.form-container-wrap h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(35, 59, 88, 1);
  margin-bottom: 50px;
}

.form-container-wrap a,
.form-container-wrap p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}

.form-container-wrap a {
  color: rgba(71, 77, 220, 1);
}

/* ========= */
/* site form */
/* ========= */
.site-form label {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: rgba(164, 164, 164, 1);
  margin-bottom: 10px;
}

.site-form select,
.site-form textarea,
.site-form input:not([type="radio"]):not([type="checkbox"]) {
  min-height: 60px;
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 4px;
  width: 100%;
  box-shadow: none !important;
  outline: none !important;
}

.site-form select {
  height: 60px;
}

.site-form input[type="radio"],
.site-form input[type="checkbox"] {
  width: 25px;
  height: 25px;
}

.have-icon {
  position: relative;
}

.have-icon i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: rgba(164, 164, 164, 1);
  cursor: pointer;
}

.site-form input:focus {
  border-color: rgba(37, 71, 134, 1);
}

.google-btn {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 10px 0px rgba(224, 228, 238, 1);
  color: rgba(35, 59, 88, 1);
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none
}

.image-container {
  width: 50%;
  height: 100vh;
  background-image: url("../images/login-bg.png");
  background-size: cover;
  background-position: center;
}

.signup-bg {
  background-image: url("../images/signup-bg.png");
}


input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #254786;
  padding: 15px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.iti {
  display: block !important;
}



.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #254786;
}

.custom-control-input:checked~.custom-control-label.red::before {
  background-color: #254786;
}

.custom-control-input:checked~.custom-control-label.green::before {
  background-color: #254786;
}


/* ========= */
/* Site Tabs */
/* ========= */
.site-tabs ul#myTabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-tabs ul li a {
  position: relative;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;
  color: #DFDFDF;
  padding: 40px 50px;
}

.site-tabs ul li a.active {
  color: #254786;
}

.site-tabs ul li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 6px;
  background-color: #254786;
  opacity: 0;
  visibility: hidden;
}

.site-tabs ul li a.active:after {
  opacity: 1;
  visibility: visible;
}

/* form-tab-content */
.form-tab-content h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 41px;
  letter-spacing: 0px;
  text-align: left;
  color: #254786;
}

/* ================ */
/* Profile Picture */
/* ================ */
.profile-pic-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.profile-pic {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edit-icon {
  position: absolute;
  bottom: -5px;
  right: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 9px 2px #0000003b;
}

.edit-icon label {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #254786;
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

#image-upload {
  display: none;
}

/* Profile Menu Dropdown */
.profile-dropdown-pic {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===== */
/* Modal */
/* ===== */
.termsConditionModal .modal-title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #254786;
}

.termsConditionModal ul {
  list-style: inside;
}

.termsConditionModal ul li {
  display: list-item;
}

.termsConditionModal ul li::marker {
  color: gray;
  font-size: 20px;
}

.termsConditionModal h6,
.termsConditionModal ul li,
.termsConditionModal p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
  color: #000;
}

.termsConditionModal h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

/* Package Page */
.package-card {
  position: relative;
  overflow: hidden;
  max-width: 450px;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}


.package-card-content h3,
.package-card h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.3;
  letter-spacing: 0px;
  text-align: center;
  color: #254786;
  margin: 10px 0px 0px;
}

.package-card-content h3 {
  text-align: left;
  line-height: 1;
  margin-bottom: 10px;
}

.package-card-content p,
.package-card p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  margin: 0px;
}

.package-card ul {
  max-width: 400px;
  margin: 10px auto 0px;
  color: #000;
}

.package-card ul li {
  margin: 10px auto 0px;
}

/* company-owner-section */
.company-owner-section {
  background: linear-gradient(90deg, rgba(1, 103, 149, 1) 0%, rgba(0, 128, 128, 1) 50%, rgba(0, 0, 128, 1) 100%);
  border-color: rgb(1, 103, 149);
}

.owner-profile {
  border-radius: 21px;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 3px #0000001c;
  margin: 10px 0px;
}

.owner-profile .owner-profile-thumb {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  height: 284px;
  background: #008080;
  text-align: center;
  overflow: hidden;
}

.owner-profile .owner-profile-thumb img {
  max-width: 100%;
  height: 100%;
  margin: 0px auto;
}

.owner-profile-content {
  min-height: 270px;
}

.owner-profile-content h4 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
}

.owner-profile-content p {
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #515151;
  max-width: 84%;
  margin: 0px auto;
  padding-bottom: 10px;
}

.owner-profile-content p.b {
  font-weight: bold;
  padding: 10px 0px;
  color: #908090;
}


.social-links a {
  font-size: 20px;
  margin-right: 15px;
  color: rgb(1, 103, 149);
}

/* =========== */
/* Media Query */
/* =========== */
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 668px) {
  .form-container {
    width: 100%;
  }

  .image-container {
    display: none;
  }

  .lg-1-item-main p {
    font-size: 14px;
  }

  .jumbotron-2-content-inner h1 {
    font-size: 25px;
  }

  .text-md {
    font-size: 16px;
  }

}