@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800");
/*social media color*/
/*social media color*/
/* Gutter X */
.row.gutter-x-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-x-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutter-x-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-x-5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

/* / Gutter X */
.row .gutter-y-50, .form-row .gutter-y-50 {
  margin-top: -50px;
}
.row .gutter-y-50 > [class*=col], .form-row .gutter-y-50 > [class*=col] {
  margin-top: 50px;
}

.row .gutter-y-45, .form-row .gutter-y-45 {
  margin-top: -45px;
}
.row .gutter-y-45 > [class*=col], .form-row .gutter-y-45 > [class*=col] {
  margin-top: 45px;
}

.row .gutter-y-40, .form-row .gutter-y-40 {
  margin-top: -40px;
}
.row .gutter-y-40 > [class*=col], .form-row .gutter-y-40 > [class*=col] {
  margin-top: 40px;
}

.row .gutter-y-35, .form-row .gutter-y-35 {
  margin-top: -35px;
}
.row .gutter-y-35 > [class*=col], .form-row .gutter-y-35 > [class*=col] {
  margin-top: 35px;
}

.row .gutter-y-30, .form-row .gutter-y-30 {
  margin-top: -30px;
}
.row .gutter-y-30 > [class*=col], .form-row .gutter-y-30 > [class*=col] {
  margin-top: 30px;
}

.row .gutter-y-25, .form-row .gutter-y-25 {
  margin-top: -25px;
}
.row .gutter-y-25 > [class*=col], .form-row .gutter-y-25 > [class*=col] {
  margin-top: 25px;
}

.row .gutter-y-20, .form-row .gutter-y-20 {
  margin-top: -20px;
}
.row .gutter-y-20 > [class*=col], .form-row .gutter-y-20 > [class*=col] {
  margin-top: 20px;
}

.row .gutter-y-15, .form-row .gutter-y-15 {
  margin-top: -15px;
}
.row .gutter-y-15 > [class*=col], .form-row .gutter-y-15 > [class*=col] {
  margin-top: 15px;
}

.row .gutter-y-10, .form-row .gutter-y-10 {
  margin-top: -10px;
}
.row .gutter-y-10 > [class*=col], .form-row .gutter-y-10 > [class*=col] {
  margin-top: 10px;
}

.row .gutter-y-5, .form-row .gutter-y-5 {
  margin-top: -5px;
}
.row .gutter-y-5 > [class*=col], .form-row .gutter-y-5 > [class*=col] {
  margin-top: 5px;
}

/* sm */
@media (min-width: 576px) {
  .row.gutter-y-sm-50 {
    margin-top: -50px;
  }
  .row.gutter-y-sm-50 > [class*=col-] {
    margin-top: 50px;
  }
  .row.gutter-y-sm-45 {
    margin-top: -45px;
  }
  .row.gutter-y-sm-45 > [class*=col-] {
    margin-top: 45px;
  }
  .row.gutter-y-sm-40 {
    margin-top: -40px;
  }
  .row.gutter-y-sm-40 > [class*=col-] {
    margin-top: 40px;
  }
  .row.gutter-y-sm-35 {
    margin-top: -35px;
  }
  .row.gutter-y-sm-35 > [class*=col-] {
    margin-top: 35px;
  }
  .row.gutter-y-sm-30 {
    margin-top: -30px;
  }
  .row.gutter-y-sm-30 > [class*=col-] {
    margin-top: 30px;
  }
  .row.gutter-y-sm-25 {
    margin-top: -25px;
  }
  .row.gutter-y-sm-25 > [class*=col-] {
    margin-top: 25px;
  }
  .row.gutter-y-sm-20 {
    margin-top: -20px;
  }
  .row.gutter-y-sm-20 > [class*=col-] {
    margin-top: 20px;
  }
  .row.gutter-y-sm-15 {
    margin-top: -15px;
  }
  .row.gutter-y-sm-15 > [class*=col-] {
    margin-top: 15px;
  }
  .row.gutter-y-sm-10 {
    margin-top: -10px;
  }
  .row.gutter-y-sm-10 > [class*=col-] {
    margin-top: 10px;
  }
  .row.gutter-y-sm-5 {
    margin-top: -5px;
  }
  .row.gutter-y-sm-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* md */
@media (min-width: 768px) {
  .row.gutter-y-md-50 {
    margin-top: -50px;
  }
  .row.gutter-y-md-50 > [class*=col-] {
    margin-top: 50px;
  }
  .row.gutter-y-md-45 {
    margin-top: -45px;
  }
  .row.gutter-y-md-45 > [class*=col-] {
    margin-top: 45px;
  }
  .row.gutter-y-md-40 {
    margin-top: -40px;
  }
  .row.gutter-y-md-40 > [class*=col-] {
    margin-top: 40px;
  }
  .row.gutter-y-md-35 {
    margin-top: -35px;
  }
  .row.gutter-y-md-35 > [class*=col-] {
    margin-top: 35px;
  }
  .row.gutter-y-md-30 {
    margin-top: -30px;
  }
  .row.gutter-y-md-30 > [class*=col-] {
    margin-top: 30px;
  }
  .row.gutter-y-md-25 {
    margin-top: -25px;
  }
  .row.gutter-y-md-25 > [class*=col-] {
    margin-top: 25px;
  }
  .row.gutter-y-md-20 {
    margin-top: -20px;
  }
  .row.gutter-y-md-20 > [class*=col-] {
    margin-top: 20px;
  }
  .row.gutter-y-md-15 {
    margin-top: -15px;
  }
  .row.gutter-y-md-15 > [class*=col-] {
    margin-top: 15px;
  }
  .row.gutter-y-md-10 {
    margin-top: -10px;
  }
  .row.gutter-y-md-10 > [class*=col-] {
    margin-top: 10px;
  }
  .row.gutter-y-md-5 {
    margin-top: -5px;
  }
  .row.gutter-y-md-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* lg */
@media (min-width: 992px) {
  .row.gutter-y-lg-50 {
    margin-top: -50px;
  }
  .row.gutter-y-lg-50 > [class*=col-] {
    margin-top: 50px;
  }
  .row.gutter-y-lg-45 {
    margin-top: -45px;
  }
  .row.gutter-y-lg-45 > [class*=col-] {
    margin-top: 45px;
  }
  .row.gutter-y-lg-40 {
    margin-top: -40px;
  }
  .row.gutter-y-lg-40 > [class*=col-] {
    margin-top: 40px;
  }
  .row.gutter-y-lg-35 {
    margin-top: -35px;
  }
  .row.gutter-y-lg-35 > [class*=col-] {
    margin-top: 35px;
  }
  .row.gutter-y-lg-30 {
    margin-top: -30px;
  }
  .row.gutter-y-lg-30 > [class*=col-] {
    margin-top: 30px;
  }
  .row.gutter-y-lg-25 {
    margin-top: -25px;
  }
  .row.gutter-y-lg-25 > [class*=col-] {
    margin-top: 25px;
  }
  .row.gutter-y-lg-20 {
    margin-top: -20px;
  }
  .row.gutter-y-lg-20 > [class*=col-] {
    margin-top: 20px;
  }
  .row.gutter-y-lg-15 {
    margin-top: -15px;
  }
  .row.gutter-y-lg-15 > [class*=col-] {
    margin-top: 15px;
  }
  .row.gutter-y-lg-10 {
    margin-top: -10px;
  }
  .row.gutter-y-lg-10 > [class*=col-] {
    margin-top: 10px;
  }
  .row.gutter-y-lg-5 {
    margin-top: -5px;
  }
  .row.gutter-y-lg-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .row.gutter-y-xl-50 {
    margin-top: -50px;
  }
  .row.gutter-y-xl-50 > [class*=col-] {
    margin-top: 50px;
  }
  .row.gutter-y-xl-45 {
    margin-top: -45px;
  }
  .row.gutter-y-xl-45 > [class*=col-] {
    margin-top: 45px;
  }
  .row.gutter-y-xl-40 {
    margin-top: -40px;
  }
  .row.gutter-y-xl-40 > [class*=col-] {
    margin-top: 40px;
  }
  .row.gutter-y-xl-35 {
    margin-top: -35px;
  }
  .row.gutter-y-xl-35 > [class*=col-] {
    margin-top: 35px;
  }
  .row.gutter-y-xl-30 {
    margin-top: -30px;
  }
  .row.gutter-y-xl-30 > [class*=col-] {
    margin-top: 30px;
  }
  .row.gutter-y-xl-25 {
    margin-top: -25px;
  }
  .row.gutter-y-xl-25 > [class*=col-] {
    margin-top: 25px;
  }
  .row.gutter-y-xl-20 {
    margin-top: -20px;
  }
  .row.gutter-y-xl-20 > [class*=col-] {
    margin-top: 20px;
  }
  .row.gutter-y-xl-15 {
    margin-top: -15px;
  }
  .row.gutter-y-xl-15 > [class*=col-] {
    margin-top: 15px;
  }
  .row.gutter-y-xl-10 {
    margin-top: -10px;
  }
  .row.gutter-y-xl-10 > [class*=col-] {
    margin-top: 10px;
  }
  .row.gutter-y-xl-5 {
    margin-top: -5px;
  }
  .row.gutter-y-xl-5 > [class*=col-] {
    margin-top: 5px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: #e4e4e4;
  font-size: 16px;
}

a {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  color: #224099;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
  color: #224099;
}

p {
  font-size: 17px;
  color: #2B3034;
}

.border-secondary-light {
  border-color: #cccccc !important;
}

.h-100vh {
  height: 100vh;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1;
}

.z-index-999 {
  z-index: 999;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-top-10 {
  border-radius: 10px 10px 0 0;
}

.border-radius-bottom-10 {
  border-radius: 0 0 10px 10px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-bottom-5 {
  border-bottom: 5px solid #cccccc;
}

.border-top-5 {
  border-top: 5px solid #cccccc;
}

.bg-color-gray {
  background-color: #f6f6f6;
}

.btn-light {
  background: #e9e9e9;
  border-radius: 8px;
}

.bg-color-theme {
  background-color: var(--konpare-theme-primary-color);
}

.text-theme {
  color: var(--konpare-theme-primary-color);
}

.border-width-1 {
  border-width: 1px !important;
}

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-width-5 {
  border-width: 5px !important;
}

.border-width-6 {
  border-width: 6px !important;
}

.border-width-7 {
  border-width: 7px !important;
}

.border-width-8 {
  border-width: 8px !important;
}

.border-width-9 {
  border-width: 9px !important;
}

.border-width-10 {
  border-width: 10px !important;
}

/*social media color*/
.bg-Facebook {
  background-color: #43609d !important;
}

.bg-Twitter {
  background-color: #1da1f2 !important;
}

.bg-Youtube {
  background-color: #ee1c1b !important;
}

.bg-Instagram {
  background-color: #f56040 !important;
}

.bg-Whatsapp {
  background-color: #2ab200 !important;
}

.bg-Telegram {
  background-color: #2788cc !important;
}

.bg-Linkedin {
  background-color: #007bb6 !important;
}

.bg-Email {
  background-color: #dfa625 !important;
}

.bg-Wechat {
  color: #1aad19;
}

.bg-Viber {
  color: #665CAC;
}

/*text color*/
.text-Facebook {
  color: #43609d !important;
}

.text-Twitter {
  color: #1da1f2 !important;
}

.text-Youtube {
  color: #ee1c1b !important;
}

.text-Instagram {
  color: #f56040 !important;
}

.text-Whatsapp {
  color: #2ab200 !important;
}

.text-Telegram {
  color: #2788cc !important;
}

.text-Linkedin {
  color: #007bb6 !important;
}

.text-Email {
  color: #dfa625 !important;
}

.text-Wechat {
  color: #1aad19;
}

.text-Viber {
  color: #665CAC;
}

.color-secondary {
  color: #2B3034;
}

/*social media color*/
.box-shadow {
  box-shadow: 0px 9px 22px 0px rgba(137, 137, 137, 0.23);
}

.hw-70 {
  height: 70px;
  width: 70px;
  line-height: 65px;
}

.step-line-bg {
  content: "";
  background-color: red;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 35px;
}
.step-line-bg.step-line-bg-r50 {
  width: 50%;
  right: 0;
}
.step-line-bg.step-line-bg-l50 {
  width: 50%;
  left: 0;
}

.btn.btn-theme {
  background-color: var(--konpare-theme-primary-color) !important;
  border-color: #fff !important;
}
.btn.btn-theme:hover, .btn.btn-theme:focus {
  background-color: var(--konpare-theme-secondary-color) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.btn.btn-theme-red {
  background-color: var(--konpare-theme-secondary-color) !important;
  border-color: #fff !important;
}
.btn.btn-theme-red:hover, .btn.btn-theme-red:focus {
  background-color: var(--konpare-theme-primary-color) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.form-control {
  height: calc(2em + 0.75rem + 2px);
}
.form-control.form-control-theme {
  background-color: var(--konpare-theme-primary-color) !important;
  border-color: #fff;
}
.form-control.form-control-theme:hover, .form-control.form-control-theme:focus {
  background-color: var(--konpare-theme-primary-color) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}
.form-control.form-control-theme-red {
  background-color: var(--konpare-theme-secondary-color) !important;
  border-color: #fff !important;
}
.form-control.form-control-theme-red:hover, .form-control.form-control-theme-red:focus {
  background-color: var(--konpare-theme-primary-color) !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.color-fill-theme {
  fill: var(--konpare-theme-primary-color) !important;
}
.color-fill-theme:hover {
  fill: var(--konpare-theme-primary-color) !important;
}

body .fill-color-primary {
  fill: var(--konpare-theme-primary-color) !important;
  /* Replace with your desired color or CSS variable */
}

.h-100vh-137 {
  min-height: calc(100vh - 137px);
}

.h-100vh-80 {
  min-height: calc(100vh - 82px);
}

.font-size-1 {
  font-size: 1px;
}

.font-size-2 {
  font-size: 2px;
}

.font-size-3 {
  font-size: 3px;
}

.font-size-4 {
  font-size: 4px;
}

.font-size-5 {
  font-size: 5px;
}

.font-size-6 {
  font-size: 6px;
}

.font-size-7 {
  font-size: 7px;
}

.font-size-8 {
  font-size: 8px;
}

.font-size-9 {
  font-size: 9px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-31 {
  font-size: 31px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-33 {
  font-size: 33px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-39 {
  font-size: 39px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-41 {
  font-size: 41px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-43 {
  font-size: 43px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-45 {
  font-size: 45px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-47 {
  font-size: 47px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-49 {
  font-size: 49px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-51 {
  font-size: 51px;
}

.font-size-52 {
  font-size: 52px;
}

.font-size-53 {
  font-size: 53px;
}

.font-size-54 {
  font-size: 54px;
}

.font-size-55 {
  font-size: 55px;
}

.font-size-56 {
  font-size: 56px;
}

.font-size-57 {
  font-size: 57px;
}

.font-size-58 {
  font-size: 58px;
}

.font-size-59 {
  font-size: 59px;
}

.font-size-60 {
  font-size: 60px;
}

.line-height-normal {
  line-height: normal;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.form-group-bottom-border {
  position: relative;
}
.form-group-bottom-border .form-control {
  padding-left: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.form-group-bottom-border .form-control ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #224099;
  transition: 0.4s;
}
.form-group-bottom-border .form-control:focus {
  box-shadow: none;
}
.form-group-bottom-border .form-control:focus ~ .focus-border {
  width: 0;
  transition: 0.4s;
}

.table-striped-col tr th,
.table-striped-col tr td {
  background-color: #fff;
}
.table-striped-col tr th:nth-child(odd),
.table-striped-col tr td:nth-child(odd) {
  background-color: #f7f7f7;
}
.table-striped-col.table-striped-only-first tr th,
.table-striped-col.table-striped-only-first tr td {
  background-color: #fff !important;
  border-right: 1px solid #dee2e6;
}
.table-striped-col.table-striped-only-first tr th:first-child,
.table-striped-col.table-striped-only-first tr td:first-child {
  background-color: #f7f7f7 !important;
}

.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal.modal-left, .modal.modal-right {
  overflow: auto;
}
.modal.modal-left .collapse-more-btn, .modal.modal-right .collapse-more-btn {
  position: absolute;
  right: 100%;
  top: 50px;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
.modal.modal-left .collapse-more-btn i, .modal.modal-right .collapse-more-btn i {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.modal.modal-left .collapse-more-btn[aria-expanded=true] i, .modal.modal-right .collapse-more-btn[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal.modal-left .close:not(.initial)[data-dismiss=modal],
.modal.modal-left .close:not(.initial)[data-dismiss=thisModal],
.modal.modal-left .close:not(.initial), .modal.modal-right .close:not(.initial)[data-dismiss=modal],
.modal.modal-right .close:not(.initial)[data-dismiss=thisModal],
.modal.modal-right .close:not(.initial) {
  position: absolute;
  left: -50px;
  top: 26px;
  border: 2px solid #fff;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  font-size: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 100;
  color: #fff;
  cursor: pointer;
}
.modal.modal-left .close:not(.initial)[data-dismiss=modal]:hover,
.modal.modal-left .close:not(.initial)[data-dismiss=thisModal]:hover,
.modal.modal-left .close:not(.initial):hover, .modal.modal-right .close:not(.initial)[data-dismiss=modal]:hover,
.modal.modal-right .close:not(.initial)[data-dismiss=thisModal]:hover,
.modal.modal-right .close:not(.initial):hover {
  background: #fff;
  color: #e4e4e4;
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 1000px;
  max-width: 90%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.modal.modal-left .modal-dialog.width-initial, .modal.modal-right .modal-dialog.width-initial {
  width: 1000px !important;
}
.modal.modal-left .modal-content, .modal.modal-right .modal-content {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: relative;
  overflow: visible;
}
.modal.modal-left .modal-content .modal-header, .modal.modal-right .modal-content .modal-header {
  flex: 0 0 auto;
}
.modal.modal-left .modal-content > .modal-body, .modal.modal-right .modal-content > .modal-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.modal-left .modal-content .modal-footer, .modal.modal-right .modal-content .modal-footer {
  flex: 0 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 3;
  justify-content: center;
}
.modal.modal-left .modal-dialog {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal.modal-left.show .modal-dialog {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal.modal-right .modal-dialog {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.modal-right.show .modal-dialog {
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal.no-backdrop.modal-right, .modal[data-backdrop=false].modal-right {
  left: inherit;
}
.modal.no-backdrop.modal-right .modal-content .modal-header .close, .modal[data-backdrop=false].modal-right .modal-content .modal-header .close {
  color: #224099;
  border: 2px solid #224099;
}
.modal.no-backdrop.modal-right .modal-content .modal-header .close:hover, .modal[data-backdrop=false].modal-right .modal-content .modal-header .close:hover {
  color: #fff;
  background: #224099;
}
.modal.modal-full .modal-dialog {
  max-width: calc(100vw - 60px);
  width: 100%;
}

/* Add modal overlay count stackwise */
.modal.modal--2 {
  z-index: 1051;
}
.modal.modal--3 {
  z-index: 1052;
}
.modal.modal--4 {
  z-index: 1053;
}
.modal.modal--5 {
  z-index: 1054;
}
.modal .modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.modal--2 {
  z-index: 1050;
}
.modal-backdrop.modal--3 {
  z-index: 1051;
}
.modal-backdrop.modal--4 {
  z-index: 1052;
}
.modal-backdrop.modal--5 {
  z-index: 1053;
}

/* / Add modal overlay count stackwise */
.top-right-offer-panal {
  transform: rotate(45deg) translate(-15px, 35px);
  position: absolute;
  width: 100%;
  font-size: 9px;
  font-weight: normal;
  top: 0;
  right: -50%;
}

.top-top-offer-panal {
  position: absolute;
  font-size: 9px;
  font-weight: normal;
  top: 0;
  width: 90%;
  left: 5%;
  transform: translate(0, -50%);
}

.bg-color-animate {
  animation: bg-color-animate;
}
@-webkit-keyframes bg-color-animate {
  from {
    background-color: var(--konpare-theme-primary-color);
  }
  to {
    background-color: var(--konpare-theme-secondary-color);
  }
}
@keyframes bg-color-animate {
  from {
    background-color: var(--konpare-theme-primary-color);
  }
  to {
    background-color: var(--konpare-theme-secondary-color);
  }
}

.bg-color-animate-1 {
  animation: bg-color-animate-1;
}
@-webkit-keyframes bg-color-animate-1 {
  from {
    background-color: yellowgreen;
  }
  to {
    background-color: black;
  }
}
@keyframes bg-color-animate-1 {
  from {
    background-color: yellowgreen;
  }
  to {
    background-color: black;
  }
}

.nav-pills.nav-pills-style-1 .nav-link {
  border-radius: 0 !important;
  border: 0px !important;
  outline: none !important;
  background: #f4f4f4;
}
.nav-pills.nav-pills-style-1 .nav-link.active {
  color: #ffffff !important;
  background-color: var(--konpare-theme-primary-color);
}
.nav-pills.nav-pills-style-1 .nav-link.active .text-white-active {
  color: #ffffff !important;
}
.nav-pills.nav-pills-style-1 .show .nav-link {
  color: #fff;
  background-color: var(--konpare-theme-primary-color);
}

.active .text-white-active {
  color: #ffffff !important;
}

.rounded-10 {
  border-radius: 0.5rem !important;
}

.bg-primary-theme-1 {
  background-color: #fff8e5 !important;
}

.bg-color-theme-active.active {
  background-color: var(--konpare-theme-primary-color) !important;
  color: #fff !important;
}

.gradient-dark-light-t-b {
  position: relative;
  background: var(--konpare-theme-primary-color) linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}

.gradient-dark-light-b-t {
  position: relative;
}
.gradient-dark-light-b-t::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--konpare-theme-primary-color) linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0.8));
}

.cursor-pointer {
  cursor: pointer;
}

.shadow-light {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border-color: color-mix(in srgb, var(--konpare-theme-primary-color) 50%, white);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--konpare-theme-primary-color) 25%, transparent);
}

.bg-color-theme-0 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 0%, white);
}

.bg-color-theme-1 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 5%, white);
}

.bg-color-theme-2 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 10%, white);
}

.bg-color-theme-3 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 15%, white);
}

.bg-color-theme-4 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 20%, white);
}

.bg-color-theme-5 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 25%, white);
}

.bg-color-theme-6 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 30%, white);
}

.bg-color-theme-7 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 35%, white);
}

.bg-color-theme-8 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 40%, white);
}

.bg-color-theme-9 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 45%, white);
}

.bg-color-theme-10 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 50%, white);
}

.bg-color-theme-11 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 55%, white);
}

.bg-color-theme-12 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 60%, white);
}

.bg-color-theme-13 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 65%, white);
}

.bg-color-theme-14 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 70%, white);
}

.bg-color-theme-15 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 75%, white);
}

.bg-color-theme-16 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 80%, white);
}

.bg-color-theme-17 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 85%, white);
}

.bg-color-theme-18 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 90%, white);
}

.bg-color-theme-19 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 95%, white);
}

.bg-color-theme-20 {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 100%, white);
}

.top-sticky {
  position: sticky;
  top: 0;
}

/* 
.top-sticky-se {
	&.top-sticky-se-add {
		position   : sticky;
		top        : 90px;
		padding-top: 10px;
		z-index: 10;
	}
} */
.main-headerM .border-top-rs {
  border-top: 1px solid #dee2e6;
}

.py-p36 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

select.form-control {
  appearance: none; /* Remove the default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="%236c757d" d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.2rem center; /* Arrow position */
  background-size: 1.5rem; /* Arrow size */
  transition: border-color 0.3s, box-shadow 0.3s; /* Smooth effects */
  padding-right: 1.5rem;
  background-size: 1.5rem;
}

.color-facebook {
  color: #3b5999;
}

.color-twitter {
  color: #55acee;
}

.color-linkedin {
  color: #0077b5;
}

.color-rss {
  color: #ee802f;
}

.color-youtube {
  color: #dd4b39;
}

.color-instagram {
  color: #E1306C;
}

.header {
  padding: 15px 0;
}

/* main css */
.card.card-style-1 {
  color: #787878;
}
.card.card-style-1:hover {
  color: #fff;
  background: #0aaed9;
  background: -moz-linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
  background: -webkit-linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
  background: linear-gradient(132deg, #08bceb 25%, #002c4a 100%);
}
.card.card-style-1:hover .text-primary {
  color: #fff !important;
}

.text-color-1,
.active.text-color-1-active,
.text-color-1-hover:hover {
  color: var(--konpare-theme-primary-color) !important;
}

.border-primary-color-1,
.active.border-primary-color-1-active {
  border-color: var(--konpare-theme-primary-color) !important;
}

.border-secondary-color-1,
.active.border-secondary-color-1-active {
  border-color: var(--konpare-theme-secondary-color) !important;
}

.color-black {
  color: #000;
}

.btn-theam-primary {
  background-color: var(--konpare-theme-primary-color);
  color: #fff;
  border-radius: 8px;
}
.btn-theam-primary:hover, .btn-theam-primary:focus {
  color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.bg-color-theme-hover:hover {
  background-color: color-mix(in srgb, var(--konpare-theme-primary-color) 70%, black) !important;
}

.section-title {
  color: var(--konpare-theme-primary-color);
  position: relative;
}
.section-title::before {
  position: absolute;
  width: 30%;
  background-color: var(--konpare-theme-primary-color);
  height: 2px;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.color-white {
  color: #fff;
}

.section-area-of-study .card {
  border-radius: 10px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
}
.section-area-of-study .card .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-area-of-study .card .card-icon svg,
.section-area-of-study .card .card-icon img {
  height: 2.5em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.section-area-of-study .card .card-icon svg.fill {
  fill: var(--konpare-theme-primary-color);
}
.section-area-of-study .card .card-icon svg.stroke {
  stroke: var(--konpare-theme-primary-color);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.section-area-of-study .card .card-title {
  color: var(--konpare-theme-primary-color);
}
.section-area-of-study .card:hover, .section-area-of-study .card.active {
  background: var(--konpare-theme-secondary-color);
  border-color: var(--konpare-theme-secondary-color);
}
.section-area-of-study .card:hover .card-icon svg.fill, .section-area-of-study .card.active .card-icon svg.fill {
  fill: #fff;
}
.section-area-of-study .card:hover .card-icon svg.stroke, .section-area-of-study .card.active .card-icon svg.stroke {
  stroke: #fff;
}
.section-area-of-study .card:hover .card-title, .section-area-of-study .card.active .card-title {
  color: #fff;
}

.custom-input {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.custom-input svg.fill {
  fill: var(--konpare-theme-primary-color);
}
.custom-input svg.stroke {
  stroke: var(--konpare-theme-primary-color);
}
.custom-input .input-group-prepend .input-group-text {
  background: #f2f2f2;
  border: none;
  border-radius: 8px;
}
.custom-input .form-control {
  background: #f2f2f2;
  border: none;
  height: 46px;
  border-radius: 8px;
}
.custom-input .form-control:focus {
  box-shadow: none;
}
.custom-input:focus {
  border-color: red !important;
}

footer {
  width: 100%;
}
footer .copyright {
  background: var(--konpare-theme-primary-color);
}
footer .copyright a {
  color: #fff;
}

/* our partners grid design */
.partners-wrap li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 10px;
  position: relative;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-wrap li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  background: #b3b3b3;
  width: 1px;
}
.partners-wrap li:last-child:before {
  display: none;
}
.partners-wrap li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #b3b3b3;
  height: 1px;
}
.partners-wrap li:nth-child(5n+5):before {
  content: none;
}
.partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
  content: none;
}
.partners-wrap li img {
  max-height: 95px;
  max-width: 250px;
  width: 100%;
}
.partners-wrap li.p-open-list {
  flex: 100% !important;
  max-width: 100%;
  height: 60px;
}
.partners-wrap li.p-open-list a {
  color: var(--konpare-theme-primary-color);
}
.partners-wrap li.p-open-list::before {
  display: none;
}

/* our partners grid design */
/* Accordion Arrow */
.accordion .card-header {
  position: relative;
}

.accordion .card-header:after {
  font-family: "Line Awesome Free";
  content: "\f068";
  font-weight: 900;
  position: absolute;
  right: 13px;
  top: 13px;
}

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067";
}

.card-header-active {
  font-weight: bold;
}
.card-header-active.collapsed {
  font-weight: normal;
}

/* /Accordion Arrow */
.social-icone-con {
  height: 30px;
  width: 30px;
  text-align: center;
  background-color: #08bceb;
  border-radius: 30px;
  display: inline-block;
  opacity: 0.8;
}
.social-icone-con i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  color: #ffffff;
}
.social-icone-con:hover {
  opacity: 1;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFFFFF;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFFFFF;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFFFFF;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFFFFF;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFFFFF;
}

.bg-violet-light {
  background-color: #673c58 !important;
  color: #FFFFFF !important;
}

.bg-secondary-light {
  background-color: #C5C5C5 !important;
}

.PL-info-table {
  width: 330px;
  padding: 10px;
}

.show .PL-info-table::before {
  bottom: -5px;
  left: 19px;
  top: -17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #c3c3c3;
  border-width: 8px;
  margin-left: -10px;
}

.PL-info-table tr td {
  background-color: #fff !important;
  font-size: 12px;
}

.kp-theme-change-option {
  position: fixed;
  top: 25%;
  width: 307px;
  right: 0;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.kp-theme-change-option .btn-change-option {
  position: absolute;
  left: -46px;
  top: 1px;
  background: var(--konpare-theme-primary-color);
  color: #fff;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  padding: 0;
}
.kp-theme-change-option .btn-change-option:focus {
  box-shadow: none;
}
.kp-theme-change-option.show {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.h-w-38 {
  height: 38px;
  width: 38px;
}

.collapse-hideShow[aria-expanded=true] .d-none {
  display: block !important;
}
.collapse-hideShow[aria-expanded=true] .d-block {
  display: none !important;
}

.badge-best-offer {
  position: absolute;
  rotate: 30deg;
  top: 18px;
  right: -35px;
  width: 165px;
  z-index: 9;
}

.font-weight-600 {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .table-striped-col tr th, .table-striped-col tr td {
    width: 155px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 27px;
  }
  h2, .h2 {
    font-size: 23px;
  }
  h3, .h3 {
    font-size: 19px;
  }
  h4, .h4 {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  /* our partners grid design */
  .partners-wrap li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
    /* &:nth-last-child(2):after{content: none;} */
  }
  .partners-wrap li:nth-child(5n+5):before {
    content: "";
  }
  .partners-wrap li:nth-child(3n+3):before {
    content: "";
  }
  .partners-wrap li:nth-child(3n+3):before, .partners-wrap li:nth-child(5n+5):before {
    content: none;
  }
  .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1):after, .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+2):nth-child(2n+2):after, .partners-wrap li:nth-last-child(-n+2):nth-child(2n+2) ~ li:after {
    content: none !important;
  }
  /* our partners grid design */
}
/* / main css */

/*# sourceMappingURL=main.css.map */
