body {
  font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  position: relative;
}

*,
::after,
::before {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

html {
  scroll-padding-top: 112px;
  /* height of sticky header */
}

header {
  max-height: 111.5px;
}

/* Font size classes */
.font-size-h1 {
  font-size: clamp(2.5rem, 4vw + 0.5rem, 5.7rem);
}

.font-size-48 {
  font-size: 48px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-37 {
  font-size: 37px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-h2 {
  font-size: clamp(1.8rem, 4vw + 0.5rem, 4rem);
}

.font-size-h3 {
  font-size: 32px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-h4 {
  font-size: 24px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-h5 {
  font-size: 22px;
}

.font-size-h6 {
  font-size: 20px;
}

.font-size-sm {
  font-size: 18px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-default {
  font-size: 16px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-8 {
  font-size: 8px;
}

/* Font weight classes  */
.font-black {
  font-weight: 900;
}

.font-extra-bold {
  font-weight: 800;
}

.font-bold {
  font-weight: 700;
}

.font-semi-bold {
  font-weight: 600;
}

.font-medium {
  font-weight: 500;
}

.font-regular {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

/* Text color classes */
.tc-primary {
  color: #2c3e50;
}

.tc-secondary {
  color: #e0e0e0;
}

.tc-white {
  color: #fff;
}

.tc-white-transparent {
  color: rgba(255, 255, 255, 0.5);
}

.tc-black {
  color: #000;
}

.tc-spanish-grey {
  color: #989898;
}

.tc-boulder {
  color: #7a7a7a;
}

.tc-dayflower {
  color: #3795d9;
}

.tc-rum {
  color: #6f6c90;
}

.tc-dayflower {
  color: #3795d9;
}

.tc-dayflower-shadow {
  color: rgba(55, 149, 217, 0.25);
}

/* Background color classes  */
.bcg-primary {
  background-color: #2c3e50;
}

.bcg-secondary {
  background-color: #e0e0e0;
}

.bcg-white {
  background-color: #fff;
}

.bcg-black {
  background-color: #000;
}

.bcg-fire-hydrant {
  background-color: #ff0d00;
}

.bcg-dayflower {
  background-color: #3795d9;
}

.bcg-dayflower-shadow {
  background-color: rgba(55, 149, 217, 0.25);
}

.bcg-celestial-blue {
  background-color: #3d97d2;
}

/* Shadow functions */
@media screen and (max-width: 1399px) {
  header {
    top: 58px;
  }

  .breadcrumb-section {
    top: 148px;
  }
}
@media screen and (min-width: 1200px) {
  .nav-item:hover .underline-hover {
    position: absolute;
    bottom: -4px;
    background-color: #3d97d2;
    height: 2px;
    width: 100%;
    opacity: 1;
  }
  .nav-item:hover .nav-link {
    color: #3d97d2 !important;
  }

  .nav-item:hover .active-nav-link + .sub-nav {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    min-width: 258px;
  }

  .nav-item:hover .nav-link + .sub-nav {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    min-width: 258px;
    z-index: 100;
  }

  .sub-nav-item:hover a + .sub-nav-2 {
    display: block !important;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    min-width: 258px;
    z-index: 100;
  }

  .sub-nav-item {
    position: relative;
  }

  .nav-item {
    position: relative;
  }

  .menu-wrap > .nav-item > .nav-link {
    position: relative;
    display: flex;
    font-size: 18px;
    line-height: 22px;
    margin: 18px 14px 18px 14px;
    padding: 4px 4px 4px 4px;
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  header nav {
    overflow: scroll !important;
  }
  header .icomoon-the7-font-the7-plus-02 {
    color: #fff !important;
  }
  header .sub-nav {
    display: flex !important;
    flex-direction: column;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    padding-left: 10px;
    box-sizing: border-box;
    min-width: 258px;
    opacity: 0;
    max-height: 0px !important;
    transition: all 0.4s ease;
  }
  header .sub-nav-2 {
    display: flex !important;
    flex-direction: column;
    left: 0;
    top: 0;
    background-color: transparent;
    padding-left: 10px;
    box-sizing: border-box;
    min-width: 258px;
    opacity: 0;
    max-height: 0px !important;
    transition: all 0.4s ease;
  }
  header .sub-nav-transition {
    max-height: 700px !important;
    opacity: 1 !important;
  }
  header .sub-nav-2-transition {
    max-height: 700px !important;
    opacity: 1 !important;
  }
  header .nav-item {
    z-index: 10;
  }
  header .sub-nav-item {
    z-index: 10;
  }
  header .sub-nav-item a {
    color: #fff !important;
  }
  header .sub-nav-item a:hover {
    color: #3d97d2 !important;
  }
  header .nav-link {
    color: #fff !important;
  }
  header .nav-link:hover {
    color: #3d97d2 !important;
  }
  header .js-big-plus {
    transition: transform 0.4s ease;
    transform: rotate(0deg);
  }
  header .js-small-plus {
    transition: transform 0.4s ease;
    transform: rotate(0deg);
  }
  header .rotate-plus {
    transform: rotate(45deg);
  }
  header .buy-online-holder {
    margin-left: auto !important;
    margin-right: 20px;
    padding-bottom: 12px;
  }
  header .mini-widgets {
    padding: 5px 15px !important;
  }
  header .login-btn {
    font-size: 1rem !important;
  }

  .breadcrumb-section .breadcrumb-holder {
    margin: auto;
  }
  .breadcrumb-section .breadcrumb-holder nav {
    margin-bottom: 0px !important;
  }
  .breadcrumb-section .holder {
    height: 120px;
  }

  .health-insurance-section-1 {
    margin-top: 274px;
  }

  .health-insurance-section-2 {
    margin-top: 274px;
  }

  .group-health-insurance-section-1 {
    margin-top: 274px;
  }

  .bih-assist-on-the-road-section-1 {
    margin-top: 274px;
  }

  .bih-assist-on-the-road-section-2 {
    margin-top: 274px;
  }

  .bih-assist-on-the-road-section-3 {
    margin-top: 274px;
  }

  .bih-assist-on-the-road-section-4 {
    margin-top: 274px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 576px) {
  header nav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 440px;
    padding: 65px 15px 30px 50px;
    display: flex !important;
    flex-direction: column !important;
    background-color: #2c3e50;
    transform: translate3d(100%, 0, 0);
    transition: right 0.5s ease;
    overflow: hidden;
  }
  header nav .close-menu-x {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 25px;
    right: 20px;
    cursor: pointer;
  }
  header nav .close-menu-x .close-line {
    position: relative;
    width: 26px;
    height: 1px;
    top: 13px;
    margin-top: -1px;
    background-color: #fff;
  }
  header nav .close-menu-x .close-line:first-child {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header nav .close-menu-x .close-line:last-child {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header nav .menu-wrap {
    flex-direction: column;
  }
  header nav .menu-wrap .icomoon-the7-font-the7-plus-02 {
    color: #000;
  }
  header nav .mini-widgets {
    padding: 18px 15px;
    margin: 0px !important;
    flex-direction: column;
    max-width: 184px;
    gap: 36px;
  }
  header .menu-slide {
    right: 440px !important;
  }
}
@media screen and (max-width: 992px) {
  .health-insurance-section-1 .form-holder .price-padding {
    width: unset !important;
  }
  .health-insurance-section-1 .form-holder .input-padding {
    max-width: unset !important;
  }
  .health-insurance-section-1 .form-holder .date-padding {
    max-width: unset !important;
  }
  .health-insurance-section-1 .form-holder .pop-up-text {
    position: absolute;
    bottom: -50px !important;
    left: 70px;
    max-height: 145px !important;
    min-width: 200px !important;
  }
  .health-insurance-section-1 .form-holder .cijeli-svijet-osim-sad-i-kanade {
    max-width: unset !important;
  }

  .health-insurance-section-2 .form-holder .form-control {
    max-width: unset !important;
  }
  .health-insurance-section-2 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    bottom: -30px !important;
  }

  .group-health-insurance-section-1 .form-holder .form-control {
    max-width: unset !important;
  }
  .group-health-insurance-section-1 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    bottom: -30px !important;
  }

  .bih-assist-on-the-road-section-1 .form-holder .form-control {
    max-width: unset !important;
  }

  .bih-assist-on-the-road-section-2 .form-holder .form-control {
    max-width: unset !important;
  }

  .bih-assist-on-the-road-section-3 .form-holder .form-control {
    max-width: unset !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    bottom: -30px !important;
  }
}
@media screen and (max-width: 767px) {
  header {
    top: 118px;
  }

  .health-insurance-section-1 {
    margin-top: 244px;
  }
  .health-insurance-section-1 .info-icon:hover + .pop-up-text {
    opacity: 0 !important;
  }
  .health-insurance-section-1 .info-icon-2:hover + .pop-up-text {
    opacity: 0 !important;
  }

  .health-insurance-section-2 {
    margin-top: 244px;
  }
  .health-insurance-section-2 .info-icon:hover + .pop-up-text {
    opacity: 0 !important;
  }
  .health-insurance-section-2 .add-more-osiguranik .add-more-btn:hover + .pop-up-text-2 {
    opacity: 0 !important;
  }

  .group-health-insurance-section-1 {
    margin-top: 244px;
  }
  .group-health-insurance-section-1 .info-icon:hover + .pop-up-text {
    opacity: 0 !important;
  }
  .group-health-insurance-section-1 .add-more-osiguranik .add-more-btn:hover + .pop-up-text-2 {
    opacity: 0 !important;
  }

  .bih-assist-on-the-road-section-1 {
    margin-top: 244px;
  }

  .bih-assist-on-the-road-section-2 {
    margin-top: 244px;
  }
  .bih-assist-on-the-road-section-2 .select-vehicle-type {
    height: 150px !important;
  }

  .bih-assist-on-the-road-section-3 {
    margin-top: 244px;
  }
  .bih-assist-on-the-road-section-3 .info-icon:hover + .pop-up-text {
    opacity: 0 !important;
  }

  .bih-assist-on-the-road-section-4 {
    margin-top: 244px;
  }

  .breadcrumb-section {
    top: 208px;
  }
  .breadcrumb-section .line {
    width: 78px !important;
  }
  .breadcrumb-section .line-md-width {
    width: 50px !important;
  }

  .choose-product {
    margin-top: 80px;
  }

  .health-insurance-section-1 .form-holder {
    max-width: 800px;
    padding: 35px 75px 61px 85px;
  }
  .health-insurance-section-1 .form-holder .form-control {
    display: flex;
    gap: 12px;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #7a7a7a;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eff0f6;
    outline: 1px solid transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
    border-radius: 16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .health-insurance-section-1 .form-holder .form-control label {
    max-width: 190px;
  }
  .health-insurance-section-1 .form-holder .pop-up-text {
    position: absolute;
    bottom: -50px !important;
    left: unset !important;
    right: 40px !important;
  }
  .health-insurance-section-1 .form-holder .input-padding {
    max-width: unset;
  }
  .health-insurance-section-1 .form-holder .osim-sad-i-kanade {
    max-width: unset;
  }
  .health-insurance-section-1 .form-holder .price-padding {
    width: unset;
  }
  .health-insurance-section-1 .form-holder .date-padding {
    max-width: unset;
  }
  .health-insurance-section-1 .form-holder .responsive-margin-left {
    margin-left: 137px !important;
  }

  .health-insurance-section-2 .form-holder {
    max-width: unset;
    width: 100%;
  }
  .health-insurance-section-2 .form-holder .form-control {
    max-width: unset;
    height: 70px;
  }
  .health-insurance-section-2 .form-holder .form-control .gap-45 {
    gap: 45px !important;
  }
  .health-insurance-section-2 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    left: unset !important;
    right: 40px !important;
    bottom: -30px !important;
  }

  .group-health-insurance-section-1 .form-holder {
    max-width: unset;
    width: 100%;
  }
  .group-health-insurance-section-1 .form-holder .form-control {
    max-width: unset;
  }
  .group-health-insurance-section-1 .form-holder .form-control .gap-45 {
    gap: 45px !important;
  }
  .group-health-insurance-section-1 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    left: unset !important;
    right: 40px !important;
    bottom: -30px !important;
  }

  .bih-assist-on-the-road-section-1 .form-holder .date-padding {
    max-width: unset;
  }
  .bih-assist-on-the-road-section-1 .form-holder .additional-policies {
    max-width: unset;
  }
  .bih-assist-on-the-road-section-1 .form-holder .bih-assist-1-padding {
    max-width: unset;
  }

  .bih-assist-on-the-road-section-2 .form-holder {
    max-width: unset;
    width: 100%;
  }
  .bih-assist-on-the-road-section-2 .form-holder .form-control {
    max-width: unset;
  }

  .bih-assist-on-the-road-section-3 .form-holder .form-control {
    max-width: unset;
  }
  .bih-assist-on-the-road-section-3 .form-holder .pop-up-text {
    max-height: 145px !important;
    min-width: 180px !important;
    left: unset !important;
    right: 40px !important;
    bottom: -30px !important;
  }

  .bih-assist-on-the-road-section-4 ul li {
    height: unset !important;
  }
  .bih-assist-on-the-road-section-4 ul li p {
    margin-bottom: 0;
  }
  .bih-assist-on-the-road-section-4 .blue-rectangle {
    min-width: unset !important;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  header {
    min-height: unset;
    height: 54px;
    top: 118px;
  }
  header nav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 320px !important;
    padding: 65px 15px 30px 30px;
    display: flex !important;
    flex-direction: column !important;
    background-color: #2c3e50;
    transform: translate3d(100%, 0, 0);
    transition: right 0.5s ease;
    overflow: hidden;
  }
  header nav .close-menu-x {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 25px;
    right: 20px;
    cursor: pointer;
  }
  header nav .close-menu-x .close-line {
    position: relative;
    width: 26px;
    height: 1px;
    top: 13px;
    margin-top: -1px;
    background-color: #fff;
  }
  header nav .close-menu-x .close-line:first-child {
    transform: rotate3d(0, 0, 1, 45deg);
  }
  header nav .close-menu-x .close-line:last-child {
    transform: rotate3d(0, 0, 1, -45deg);
  }
  header nav .menu-wrap {
    flex-direction: column;
  }
  header nav .menu-wrap .icomoon-the7-font-the7-plus-02 {
    color: #000;
  }
  header nav .mini-widgets {
    padding: 18px 15px;
    margin: 0px !important;
    flex-direction: column;
    max-width: 184px;
    gap: 36px;
  }
  header .logo-mobile {
    padding-bottom: 7px !important;
  }
  header .buy-online-holder {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 7px !important;
  }
  header .menu-btn-holder {
    padding-bottom: 7px !important;
  }
  header .sub-nav-2 {
    min-width: 230px !important;
  }
  header .buy-online-btn {
    background: linear-gradient(91deg, rgb(246, 186, 53) 0%, rgb(246, 183, 54) 19%, rgb(245, 174, 56) 38%, rgb(246, 159, 59) 71%, #f7913e 100%);
    padding: 6px 8px;
    border-radius: 12px;
    min-width: unset;
    max-width: 150px;
    color: #2c3e50;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    z-index: 10;
  }

  .menu-slide {
    right: 320px !important;
  }

  .choose-product {
    margin-top: 50px;
  }
  .choose-product .card {
    border: none;
    width: 250px;
    height: 250px;
  }

  .thank-you-for-buying h1 {
    margin-top: 60px;
  }

  .breadcrumb-section {
    top: 172px;
  }
  .breadcrumb-section .line {
    width: 30px !important;
  }
  .breadcrumb-section .holder {
    height: 88px;
  }

  .mobile-top {
    position: fixed;
    top: 172px;
  }

  .health-insurance-section-1 {
    margin-top: 164px;
  }
  .health-insurance-section-1 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .health-insurance-section-1 .p1 {
    font-size: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .health-insurance-section-1 .form-holder {
    padding: 29px 21px !important;
  }
  .health-insurance-section-1 .form-holder .mb-20 {
    margin-bottom: 20px !important;
  }
  .health-insurance-section-1 .form-holder .form-control label {
    line-height: 15px !important;
    font-size: 14px !important;
  }
  .health-insurance-section-1 .form-holder p {
    font-size: 16px !important;
  }
  .health-insurance-section-1 .form-holder .margin-left-prtljag {
    margin-left: 25px !important;
  }
  .health-insurance-section-1 .form-holder .top-left {
    top: -12px !important;
  }
  .health-insurance-section-1 .form-holder label {
    line-height: 15px !important;
    font-size: 14px !important;
  }
  .health-insurance-section-1 .form-holder input[type=text]::placeholder {
    line-height: 15px !important;
    font-size: 14px !important;
  }
  .health-insurance-section-1 .form-holder .unesite-drzavu {
    height: 60px !important;
    padding: 18px 0px 18px 32px !important;
  }
  .health-insurance-section-1 .form-holder .unesite-sport {
    height: 60px !important;
  }
  .health-insurance-section-1 .form-holder .input-padding {
    height: 60px !important;
    padding: 14px 0px 14px 32px !important;
  }
  .health-insurance-section-1 .form-holder .price-padding {
    height: 60px !important;
    padding: 18px 0px 18px 32px !important;
  }
  .health-insurance-section-1 .form-holder .date-padding {
    height: 60px !important;
    padding: 20px 0px 20px 31px !important;
  }
  .health-insurance-section-1 .form-holder input[type=date] {
    font-size: 14px !important;
  }
  .health-insurance-section-1 .form-holder label {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .health-insurance-section-1 .form-holder .responsive-margin-left {
    margin-left: 122px !important;
  }
  .health-insurance-section-1 .form-holder .responsive-margin-left-2 {
    margin-left: 107px !important;
  }
  .health-insurance-section-1 .form-holder .covid-label-width {
    min-width: 125px !important;
  }
  .health-insurance-section-1 .info-btn {
    width: 100%;
    padding: 30px 35px;
    max-width: unset !important;
    gap: 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
  }

  .health-insurance-section-2 {
    margin-top: 164px;
  }
  .health-insurance-section-2 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .health-insurance-section-2 .p1 {
    font-size: 18px !important;
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .health-insurance-section-2 .form-holder {
    padding: 29px 21px !important;
  }
  .health-insurance-section-2 .form-holder p {
    font-size: 16px !important;
  }
  .health-insurance-section-2 .form-holder .form-control {
    padding: 14px 0px 14px 32px !important;
    height: 60px !important;
    font-size: 14px !important;
  }
  .health-insurance-section-2 .form-holder .mb-30 {
    margin-bottom: 20px !important;
  }
  .health-insurance-section-2 .form-holder .gap-45 {
    gap: 15px !important;
  }
  .health-insurance-section-2 .form-holder .birth-padding {
    padding: 18px 0px 14px 32px !important;
  }
  .health-insurance-section-2 .form-holder .date-of-birth-label {
    padding: 3px 0px !important;
  }
  .health-insurance-section-2 .form-holder label {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .health-insurance-section-2 .form-holder input[type=date] {
    font-size: 14px !important;
  }
  .health-insurance-section-2 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }
  .health-insurance-section-2 .view-policy-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    max-width: unset !important;
    width: 100%;
  }
  .health-insurance-section-2 .info-icon:hover + .pop-up-text {
    opacity: 0 !important;
  }

  .group-health-insurance-section-1 {
    margin-top: 164px;
  }
  .group-health-insurance-section-1 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .group-health-insurance-section-1 .p1 {
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .group-health-insurance-section-1 .form-holder {
    padding: 29px 21px !important;
  }
  .group-health-insurance-section-1 .form-holder p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .group-health-insurance-section-1 .form-holder .osiguranik-font-size {
    font-size: 14px !important;
  }
  .group-health-insurance-section-1 .form-holder .form-control {
    padding: 14px 0px 14px 32px !important;
    height: 60px !important;
    font-size: 14px !important;
  }
  .group-health-insurance-section-1 .form-holder .mb-30 {
    margin-bottom: 20px !important;
  }
  .group-health-insurance-section-1 .form-holder .gap-45 {
    gap: 15px !important;
  }
  .group-health-insurance-section-1 .form-holder .birth-padding {
    padding: 18px 0px 14px 32px !important;
  }
  .group-health-insurance-section-1 .form-holder .date-of-birth-label {
    padding: 3px 0px !important;
  }
  .group-health-insurance-section-1 .form-holder label {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .group-health-insurance-section-1 .form-holder input[type=date] {
    font-size: 14px !important;
  }
  .group-health-insurance-section-1 .form-holder .add-more-osiguranik p {
    font-size: 14px !important;
  }
  .group-health-insurance-section-1 .form-holder .add-more-osiguranik .pop-up-text-2 {
    position: absolute;
    left: 0px;
    max-height: 100px;
    padding: 5px;
    opacity: 0;
    min-width: 255px;
    font-weight: 700;
    transition: all 0.3s ease;
    background-color: rgba(43, 42, 42, 0.8);
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
  }
  .group-health-insurance-section-1 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }
  .group-health-insurance-section-1 .view-policy-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    max-width: unset !important;
    width: 100%;
  }

  .bih-assist-on-the-road-section-1 {
    margin-top: 164px;
  }
  .bih-assist-on-the-road-section-1 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .bih-assist-on-the-road-section-1 .p1 {
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .bih-assist-on-the-road-section-1 .form-holder {
    padding: 29px 21px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder .form-control {
    padding: 14px 0px 14px 32px !important;
    height: 60px !important;
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder .date-padding {
    padding: 20px 0px 14px 32px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder label {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder input[type=date] {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder .apply-btn {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-1 .form-holder .mb-30 {
    margin-bottom: 20px !important;
  }
  .bih-assist-on-the-road-section-1 .info-btn {
    width: 100%;
    border-radius: 10px !important;
    gap: 10px !important;
    font-size: 14px !important;
    max-width: unset !important;
  }
  .bih-assist-on-the-road-section-1 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }

  .bih-assist-on-the-road-section-2 {
    margin-top: 164px;
  }
  .bih-assist-on-the-road-section-2 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .bih-assist-on-the-road-section-2 .p1 {
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .bih-assist-on-the-road-section-2 .form-holder {
    padding: 29px 21px !important;
  }
  .bih-assist-on-the-road-section-2 .form-holder p {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-2 .form-holder .form-control {
    padding: 14px 0px 14px 32px !important;
    height: 60px !important;
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-2 .form-holder label {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-2 .form-holder .mb-30 {
    margin-bottom: 20px !important;
  }
  .bih-assist-on-the-road-section-2 .form-holder .select-vehicle-type {
    height: 150px !important;
  }
  .bih-assist-on-the-road-section-2 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }
  .bih-assist-on-the-road-section-2 .view-policy-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    max-width: unset !important;
    width: 100%;
  }

  .bih-assist-on-the-road-section-3 {
    margin-top: 164px;
  }
  .bih-assist-on-the-road-section-3 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .bih-assist-on-the-road-section-3 .p1 {
    font-size: 14px !important;
    line-height: 18px;
    max-width: 566px;
  }
  .bih-assist-on-the-road-section-3 .form-holder {
    padding: 29px 21px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder p {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder .form-control {
    padding: 14px 0px 14px 32px !important;
    height: 60px !important;
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder .birth-padding {
    padding: 18px 0px 14px 32px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder .date-of-birth-label {
    padding: 3px 0px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder label {
    font-size: 14px !important;
    line-height: 15px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder input[type=date] {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-3 .form-holder .mb-30 {
    margin-bottom: 20px !important;
  }
  .bih-assist-on-the-road-section-3 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }
  .bih-assist-on-the-road-section-3 .view-policy-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    max-width: unset !important;
    width: 100%;
  }

  .bih-assist-on-the-road-section-4 {
    margin-top: 164px;
  }
  .bih-assist-on-the-road-section-4 h1 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .bih-assist-on-the-road-section-4 .p1 {
    font-size: 14px !important;
    line-height: 18px !important;
    max-width: 566px;
  }
  .bih-assist-on-the-road-section-4 .policy-holder {
    padding: 29px 21px !important;
  }
  .bih-assist-on-the-road-section-4 .policy-holder .policy-date {
    font-size: 14px;
  }
  .bih-assist-on-the-road-section-4 .policy-holder .review-policy {
    font-size: 18px !important;
  }
  .bih-assist-on-the-road-section-4 .policy-holder .responsive-font-size {
    font-size: 16px !important;
  }
  .bih-assist-on-the-road-section-4 .policy-holder ul li p {
    font-size: 14px !important;
  }
  .bih-assist-on-the-road-section-4 .back-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    width: 100%;
  }
  .bih-assist-on-the-road-section-4 .view-policy-btn {
    font-size: 14px !important;
    border-radius: 10px !important;
    max-width: unset !important;
    width: 100%;
  }
  .bih-assist-on-the-road-section-4 label {
    font-size: 14px !important;
  }

  .buy-help-on-the-road-section {
    padding: 120px 0px 80px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb-section .responsive-holder {
    height: 150px;
  }
  .breadcrumb-section .form-switcher {
    padding-bottom: 13px;
  }
  .breadcrumb-section .responsive-circles-4-5 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 472px) {
  .breadcrumb-section .form-switcher {
    flex-wrap: wrap;
    justify-content: center;
  }
  .breadcrumb-section .remove-line {
    opacity: 0;
  }

  .bih-assist-on-the-road-section-1 {
    margin-top: 250px;
  }

  .bih-assist-on-the-road-section-2 {
    margin-top: 250px;
  }

  .bih-assist-on-the-road-section-3 {
    margin-top: 250px;
  }

  .responsive-margin-top {
    margin-top: 250px;
  }
}
@media screen and (max-width: 436px) {
  .health-insurance-section-1 .form-holder .responsive-margin-left {
    margin-left: auto !important;
  }
  .health-insurance-section-1 .form-holder .responsive-margin-left-2 {
    margin-left: auto !important;
  }
}
@media screen and (max-width: 400px) {
  header .buy-online-holder {
    margin-right: 0px;
  }

  .breadcrumb-section .line {
    width: 9px !important;
  }

  .health-insurance-section-1 .form-holder .form-control label {
    max-width: 150px !important;
  }
  .health-insurance-section-1 .form-holder .ski-cover {
    margin-left: 0px !important;
  }

  .bih-assist-on-the-road-section-2 .form-holder .responsive-margin-right {
    margin-right: 5px !important;
  }
}
@media screen and (max-width: 381px) {
  .health-insurance-section-1 .info-btn {
    padding: 14px 62px;
  }
}
@media screen and (max-width: 340px) {
  footer .bottom-footer p {
    font-size: 16px;
  }
}
.top-bar-section {
  background: #2c3e50;
  border-bottom: 2px solid #e0e0e0;
}
.top-bar-section .icomoon-the7-font-the7-phone-06 {
  color: #3d97d2;
  font-size: 16px;
}
.top-bar-section .the7-mw-icon-mail-bold {
  color: #3d97d2;
  font-size: 16px;
}
.top-bar-section .invisible {
  opacity: 0 !important;
}
.top-bar-section .top-bar {
  min-height: 50px;
}
.top-bar-section .top-bar .widgets {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 20px;
}
.top-bar-section .top-bar .widgets a:hover {
  opacity: 0.7;
}

header {
  background-color: #2c3e50;
  min-height: 90px;
  position: fixed;
  top: 52px;
  width: 100%;
  z-index: 40;
}
header nav {
  width: 100%;
}
header .logo {
  padding-bottom: 12px;
}
header .logo-mobile {
  padding-bottom: 12px;
}
header .icomoon-the7-font-the7-arrow-05 {
  font-size: 8px;
}
header .icomoon-the7-font-the7-arrow-07 {
  font-size: 8px;
}
header .mini-widgets {
  padding-bottom: 12px;
}
header .mini-widgets .the7-mw-icon-login-bold {
  color: #3d97d2;
  font-size: 18px;
}
header .active-nav-link {
  color: #3d97d2 !important;
}
header .underline {
  position: absolute;
  bottom: -4px;
  background-color: #3d97d2;
  height: 2px;
  width: 100%;
}
header .underline-hover {
  position: absolute;
  bottom: -4px;
  background-color: #3d97d2;
  height: 2px;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
header .sub-nav-item {
  padding: 13px;
}
header .sub-nav-2-item {
  padding: 12px !important;
}
header .sub-nav-item a {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 22px;
}
header .sub-nav-item a:hover {
  color: #2880bb;
}
header .login-btn {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  z-index: 10;
}
header .login-btn:hover {
  opacity: 0.7;
}
header .buy-online-holder {
  margin-left: 20px;
  padding-bottom: 12px;
}
header .buy-online-btn {
  background: linear-gradient(91deg, rgb(246, 186, 53) 0%, rgb(246, 183, 54) 19%, rgb(245, 174, 56) 38%, rgb(246, 159, 59) 71%, #f7913e 100%);
  padding: 10px 8px;
  border-radius: 12px;
  min-width: 150px;
  color: #2c3e50;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  z-index: 10;
}
header .buy-online-btn:hover {
  color: #2880bb !important;
}
header .menu-btn-holder {
  padding-bottom: 12px;
}
header .menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  border: none;
}
header .menu-btn:hover .menu-line {
  background-color: #333333 !important;
  margin: 1.5px 0px;
}
header .menu-line {
  width: 22px;
  margin: 3px 0px;
  transition: all 0.2s ease;
  height: 2px;
  background-color: #fff !important;
}

footer {
  background-color: #2c3e50;
  min-height: 460px;
}
footer .main-footer {
  display: flex !important;
  position: relative;
  min-height: 390px;
}
footer .background-footer {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/Footer-bgrnd-img-1.png);
  background-color: #0a1215;
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  mix-blend-mode: overlay;
}
footer .logo {
  margin-bottom: 40px;
}
footer .social-media-icons .circle {
  height: 30px;
  width: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}
footer .social-media-icons .circle:hover {
  border-color: #f7913e;
}
footer .social-media-icons span {
  color: #fff;
}
footer h4 {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  margin-bottom: 20px;
}
footer ul li a {
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 31.3px;
}
footer a:hover {
  color: #2880bb;
}
footer .z-index-10 {
  position: relative;
  z-index: 10;
}
footer .bottom-footer {
  display: flex !important;
  min-height: 70px;
  background-color: transparent;
  background: linear-gradient(90deg, #1471af 0%, #3d97d2 100%);
}
footer .bottom-footer p {
  color: #fff;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  line-height: 31.3px;
}

form .health-insurance-section-1 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .health-insurance-section-1 p {
  line-height: 24px;
  max-width: 566px;
}
form .health-insurance-section-1 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .health-insurance-section-1 .form-holder label {
  position: relative;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .health-insurance-section-1 .form-holder .circle {
  position: relative;
}
form .health-insurance-section-1 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .health-insurance-section-1 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .health-insurance-section-1 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .health-insurance-section-1 .form-holder input[type=text]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .health-insurance-section-1 .form-holder input[type=text]:focus + label {
  display: block !important;
}
form .health-insurance-section-1 .form-holder input[type=text]:focus::placeholder {
  opacity: 0;
}
form .health-insurance-section-1 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .health-insurance-section-1 .form-holder input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .health-insurance-section-1 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .health-insurance-section-1 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .health-insurance-section-1 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .health-insurance-section-1 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .health-insurance-section-1 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .health-insurance-section-1 .form-holder input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .health-insurance-section-1 .form-holder input[type=date] {
  background-color: #fff;
  position: relative;
  border: none;
  min-width: 135px;
}
form .health-insurance-section-1 .form-holder input[type=date]:focus {
  outline: none;
}
form .health-insurance-section-1 .form-holder select {
  color: #7a7a7a !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}
form .health-insurance-section-1 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .health-insurance-section-1 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .health-insurance-section-1 .form-holder .form-control label {
  max-width: 190px;
}
form .health-insurance-section-1 .form-holder .unesite-drzavu {
  padding: 35px 0px 35px 31px;
  height: 90px;
}
form .health-insurance-section-1 .form-holder .unesite-sport {
  padding: 35px 0px 35px 31px;
  height: 90px;
}
form .health-insurance-section-1 .form-holder .input-padding {
  padding: 33px 0px 33px 32px;
  max-width: 300px;
  height: 90px;
}
form .health-insurance-section-1 .form-holder .teritorijalno-pokrice-padding {
  padding: 25px 0px 25px 32px;
  height: 90px;
}
form .health-insurance-section-1 .form-holder .price-padding {
  padding: 32px 0px 33px 32px;
  width: 200px;
  height: 90px;
}
form .health-insurance-section-1 .form-holder .date-padding {
  padding: 35px 0px 35px 31px;
  max-width: 300px;
  height: 90px;
  position: relative;
  z-index: 1;
}
form .health-insurance-section-1 .form-holder .ski-cover {
  display: flex;
  position: relative;
  gap: 13px;
  margin-left: 34px;
  margin-right: 13px;
}
form .health-insurance-section-1 .form-holder .ski-cover input[type=radio] {
  margin: auto !important;
}
form .health-insurance-section-1 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
}
form .health-insurance-section-1 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 10;
  background-color: #eff0f7;
}
form .health-insurance-section-1 .form-holder .info-icon-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  z-index: 10;
  background-color: #eff0f7;
}
form .health-insurance-section-1 .form-holder .covid-label-width {
  min-width: 125px;
}
form .health-insurance-section-1 .form-holder .responsive-margin-left {
  margin-left: 147px;
}
form .health-insurance-section-1 .form-holder .responsive-margin-left-2 {
  margin-left: 125px;
}
form .health-insurance-section-1 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
  z-index: 11;
}
form .health-insurance-section-1 .form-holder .info-icon-2:hover + .pop-up-text {
  opacity: 1;
  z-index: 11;
}
form .health-insurance-section-1 .form-holder .pop-up-text {
  position: absolute;
  bottom: -33px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}
form .health-insurance-section-1 .form-holder .left-70 {
  left: 70px;
}
form .health-insurance-section-1 .form-holder .left-40 {
  left: 40px;
}
form .health-insurance-section-1 .form-holder .mb-31 {
  margin-bottom: 31px;
}
form .health-insurance-section-1 .form-holder .margin-left-prtljag {
  margin-left: 30px;
}
form .health-insurance-section-2 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .health-insurance-section-2 p {
  line-height: 24px;
  max-width: 566px;
}
form .health-insurance-section-2 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .health-insurance-section-2 .form-holder label {
  position: relative;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
form .health-insurance-section-2 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .health-insurance-section-2 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .health-insurance-section-2 .form-holder input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .health-insurance-section-2 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  opacity: 0;
  max-width: 145px;
  z-index: 10;
}
form .health-insurance-section-2 .form-holder input[type=date]:focus {
  outline: none;
  opacity: 1;
}
form .health-insurance-section-2 .form-holder select {
  color: #7a7a7a !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}
form .health-insurance-section-2 .form-holder .date-of-birth-label {
  position: absolute;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  opacity: 1;
  font-weight: 500;
}
form .health-insurance-section-2 .form-holder .date-of-birth-top-left {
  position: absolute !important;
  top: -15px !important;
  left: 21px !important;
  margin-top: 5px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #7a7a7a !important;
  font-weight: 500 !important;
}
form .health-insurance-section-2 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .health-insurance-section-2 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .health-insurance-section-2 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .health-insurance-section-2 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .health-insurance-section-2 .form-holder input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .health-insurance-section-2 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .health-insurance-section-2 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  padding: 25px 0px 25px 31px;
  max-width: 300px;
  height: 70px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .health-insurance-section-2 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .health-insurance-section-2 .form-holder .mb-19 {
  margin-bottom: 19px;
}
form .health-insurance-section-2 .form-holder .gap-45 {
  gap: 45px;
}
form .health-insurance-section-2 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .health-insurance-section-2 .form-holder .name-and-surname {
  max-width: 636px;
}
form .health-insurance-section-2 .form-holder .name-and-surname-osiguranik {
  max-width: 636px;
}
form .health-insurance-section-2 .form-holder input[type=email] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .health-insurance-section-2 .form-holder input[type=text]:focus,
form .health-insurance-section-2 .form-holder input[type=email]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .health-insurance-section-2 .form-holder input[type=text]:focus::placeholder,
form .health-insurance-section-2 .form-holder input[type=email]:focus::placeholder {
  opacity: 0;
}
form .health-insurance-section-2 .form-holder input[type=text]:focus + label,
form .health-insurance-section-2 .form-holder input[type=email]:focus + label {
  display: block !important;
}
form .health-insurance-section-2 .form-holder .contractor {
  display: flex;
  position: relative;
  gap: 13px;
  margin-right: 13px;
}
form .health-insurance-section-2 .form-holder .contractor input[type=radio] {
  margin: unset !important;
}
form .health-insurance-section-2 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .health-insurance-section-2 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .health-insurance-section-2 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .health-insurance-section-2 .form-holder .add-more-osiguranik {
  display: flex;
  margin-top: 5px;
}
form .health-insurance-section-2 .form-holder .add-more-osiguranik .add-more-btn {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #3d97d2;
  border: none;
  justify-content: center;
  align-items: center;
}
form .health-insurance-section-2 .form-holder .add-more-osiguranik .add-more-btn:hover + .pop-up-text-2 {
  opacity: 1;
}
form .health-insurance-section-2 .form-holder .add-more-osiguranik .add-more-btn + p {
  color: #7a7a7a;
}
form .health-insurance-section-2 .form-holder .add-more-osiguranik .pop-up-text-2 {
  position: absolute;
  top: 50px;
  right: 100px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}
form .health-insurance-section-2 .form-holder .pop-up-text {
  position: absolute;
  bottom: -20px;
  left: 80px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .health-insurance-section-2 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .group-health-insurance-section-1 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .group-health-insurance-section-1 p {
  line-height: 24px;
}
form .group-health-insurance-section-1 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .group-health-insurance-section-1 .form-holder label {
  position: relative;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
form .group-health-insurance-section-1 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .group-health-insurance-section-1 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .group-health-insurance-section-1 .form-holder input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .group-health-insurance-section-1 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .group-health-insurance-section-1 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .group-health-insurance-section-1 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  opacity: 0;
  max-width: 145px;
  z-index: 10;
}
form .group-health-insurance-section-1 .form-holder input[type=date]:focus {
  outline: none;
  opacity: 1;
}
form .group-health-insurance-section-1 .form-holder .date-of-birth-label {
  position: absolute;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  opacity: 1;
  font-weight: 500;
}
form .group-health-insurance-section-1 .form-holder .date-of-birth-top-left {
  position: absolute !important;
  top: -15px !important;
  left: 21px !important;
  margin-top: 5px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #7a7a7a !important;
  font-weight: 500 !important;
}
form .group-health-insurance-section-1 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .group-health-insurance-section-1 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .group-health-insurance-section-1 .form-holder input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .group-health-insurance-section-1 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .group-health-insurance-section-1 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  padding: 25px 0px 25px 31px;
  max-width: 300px;
  height: 70px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .group-health-insurance-section-1 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .group-health-insurance-section-1 .form-holder .mb-19 {
  margin-bottom: 19px;
}
form .group-health-insurance-section-1 .form-holder .mt-19 {
  margin-top: 19px;
}
form .group-health-insurance-section-1 .form-holder .gap-45 {
  gap: 45px;
}
form .group-health-insurance-section-1 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .group-health-insurance-section-1 .form-holder select {
  color: #7a7a7a !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}
form .group-health-insurance-section-1 .form-holder input[type=email] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .group-health-insurance-section-1 .form-holder .name-and-surname {
  max-width: 636px;
}
form .group-health-insurance-section-1 .form-holder .name-and-surname-osiguranik {
  max-width: 636px;
}
form .group-health-insurance-section-1 .form-holder input[type=text]:focus,
form .group-health-insurance-section-1 .form-holder input[type=email]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .group-health-insurance-section-1 .form-holder input[type=text]:focus::placeholder,
form .group-health-insurance-section-1 .form-holder input[type=email]:focus::placeholder {
  opacity: 0;
}
form .group-health-insurance-section-1 .form-holder input[type=text]:focus + label,
form .group-health-insurance-section-1 .form-holder input[type=email]:focus + label {
  display: block !important;
}
form .group-health-insurance-section-1 .form-holder .contractor {
  display: flex;
  position: relative;
  gap: 13px;
  margin-right: 13px;
}
form .group-health-insurance-section-1 .form-holder .contractor input[type=radio] {
  margin: unset !important;
}
form .group-health-insurance-section-1 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .group-health-insurance-section-1 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .group-health-insurance-section-1 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .group-health-insurance-section-1 .form-holder .pop-up-text {
  position: absolute;
  bottom: -20px;
  left: 80px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .group-health-insurance-section-1 .form-holder .add-more-osiguranik {
  display: flex;
  margin-top: 5px;
}
form .group-health-insurance-section-1 .form-holder .add-more-osiguranik .add-more-btn {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #3d97d2;
  border: none;
  justify-content: center;
  align-items: center;
}
form .group-health-insurance-section-1 .form-holder .add-more-osiguranik .add-more-btn:hover + .pop-up-text-2 {
  opacity: 1;
}
form .group-health-insurance-section-1 .form-holder .add-more-osiguranik .pop-up-text-2 {
  position: absolute;
  top: 50px;
  right: 100px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  font-size: 10px;
}
form .group-health-insurance-section-1 .form-holder .add-more-osiguranik .add-more-btn + p {
  color: #7a7a7a;
}
form .group-health-insurance-section-1 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .bih-assist-on-the-road-section-1 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .bih-assist-on-the-road-section-1 p {
  line-height: 24px;
}
form .bih-assist-on-the-road-section-1 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .bih-assist-on-the-road-section-1 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .bih-assist-on-the-road-section-1 .form-holder label {
  position: relative;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-1 .form-holder .circle {
  position: relative;
}
form .bih-assist-on-the-road-section-1 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .bih-assist-on-the-road-section-1 .form-holder .wiener-polisa {
  font-size: 17px;
  color: #7a7a7a;
  margin-top: 0px;
  line-height: 24px;
}
form .bih-assist-on-the-road-section-1 .form-holder .additional-policies {
  max-width: 150px;
  height: 90px;
  padding: 32px 0px 32px 32px;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-1 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .bih-assist-on-the-road-section-1 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .bih-assist-on-the-road-section-1 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff;
  position: relative;
  border: none;
  min-width: 135px;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=date]:focus {
  outline: none;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=text]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=text]:focus::placeholder {
  opacity: 0;
}
form .bih-assist-on-the-road-section-1 .form-holder input[type=text]:focus + label {
  display: block !important;
}
form .bih-assist-on-the-road-section-1 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .bih-assist-on-the-road-section-1 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .bih-assist-on-the-road-section-1 .form-holder .date-padding {
  max-width: 300px;
  height: 90px;
  padding: 35px 176px 35px 31px;
  position: relative;
  z-index: 1;
}
form .bih-assist-on-the-road-section-1 .form-holder .ski-cover {
  display: flex;
  position: relative;
  gap: 13px;
  margin-left: 34px;
  margin-right: 13px;
}
form .bih-assist-on-the-road-section-1 .form-holder .ski-cover input[type=radio] {
  margin: unset !important;
}
form .bih-assist-on-the-road-section-1 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-1 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .bih-assist-on-the-road-section-1 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .bih-assist-on-the-road-section-1 .form-holder .pop-up-text {
  position: absolute;
  top: -95px;
  left: -100px;
  max-height: 85px;
  padding: 5px;
  opacity: 0;
  min-width: 300px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .bih-assist-on-the-road-section-1 .form-holder .mb-40 {
  margin-bottom: 40px;
}
form .bih-assist-on-the-road-section-1 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .bih-assist-on-the-road-section-1 .form-holder .mb-31 {
  margin-bottom: 31px;
}
form .bih-assist-on-the-road-section-1 .form-holder .bih-assist-1-padding {
  max-width: 300px;
  height: 70px;
  padding: 25px 0px 25px 31px;
}
form .bih-assist-on-the-road-section-2 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .bih-assist-on-the-road-section-2 p {
  line-height: 24px;
}
form .bih-assist-on-the-road-section-2 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .bih-assist-on-the-road-section-2 .form-holder label {
  position: relative;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-2 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-2 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .bih-assist-on-the-road-section-2 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-2 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .bih-assist-on-the-road-section-2 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  padding: 25px 0px 25px 31px;
  max-width: 300px;
  height: 70px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .bih-assist-on-the-road-section-2 .form-holder .registarske-oznake {
  max-width: 635px !important;
}
form .bih-assist-on-the-road-section-2 .form-holder .select-vehicle-type {
  max-width: unset;
  max-width: 635px;
}
form .bih-assist-on-the-road-section-2 .form-holder .motorcycle {
  margin-right: 35px;
}
form .bih-assist-on-the-road-section-2 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .bih-assist-on-the-road-section-2 .form-holder .mb-19 {
  margin-bottom: 19px;
}
form .bih-assist-on-the-road-section-2 .form-holder .mt-19 {
  margin-top: 19px;
}
form .bih-assist-on-the-road-section-2 .form-holder .gap-45 {
  gap: 45px;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-2 .form-holder select {
  color: #7a7a7a !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=text]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  color: rgba(122, 122, 122, 0.5);
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=email]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=text]:focus::placeholder,
form .bih-assist-on-the-road-section-2 .form-holder input[type=email]:focus::placeholder {
  opacity: 0;
}
form .bih-assist-on-the-road-section-2 .form-holder input[type=text]:focus + label,
form .bih-assist-on-the-road-section-2 .form-holder input[type=email]:focus + label {
  display: block !important;
}
form .bih-assist-on-the-road-section-2 .form-holder .contractor {
  display: flex;
  position: relative;
  gap: 13px;
  margin-right: 13px;
}
form .bih-assist-on-the-road-section-2 .form-holder .contractor input[type=radio] {
  margin: unset !important;
}
form .bih-assist-on-the-road-section-2 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-2 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .bih-assist-on-the-road-section-2 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .bih-assist-on-the-road-section-2 .form-holder .pop-up-text {
  position: absolute;
  top: -80px;
  left: -100px;
  max-height: 85px;
  padding: 5px;
  opacity: 0;
  min-width: 300px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .bih-assist-on-the-road-section-2 .form-holder .add-more-osiguranik {
  display: flex;
  margin-top: 28px;
}
form .bih-assist-on-the-road-section-2 .form-holder .add-more-osiguranik .add-more-btn {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #3d97d2;
  border: none;
  justify-content: center;
  align-items: center;
}
form .bih-assist-on-the-road-section-2 .form-holder .add-more-osiguranik .add-more-btn + p {
  color: #7a7a7a;
}
form .bih-assist-on-the-road-section-2 .btns-container {
  max-width: 800px !important;
  justify-content: space-between;
}
form .bih-assist-on-the-road-section-3 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .bih-assist-on-the-road-section-3 p {
  line-height: 24px;
}
form .bih-assist-on-the-road-section-3 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .bih-assist-on-the-road-section-3 .form-holder label {
  position: relative;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-3 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-3 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .bih-assist-on-the-road-section-3 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff;
  border: none;
  opacity: 0;
  max-width: 145px;
  z-index: 10;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=date]:focus {
  outline: none;
  opacity: 1;
}
form .bih-assist-on-the-road-section-3 .form-holder .date-of-birth-label {
  position: absolute;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  opacity: 1;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-3 .form-holder .date-of-birth-top-left {
  position: absolute !important;
  top: -15px !important;
  left: 21px !important;
  margin-top: 5px !important;
  padding-left: 9px !important;
  padding-right: 9px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  color: #7a7a7a !important;
  font-weight: 500 !important;
}
form .bih-assist-on-the-road-section-3 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 25px;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-3 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .bih-assist-on-the-road-section-3 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  padding: 25px 0px 25px 31px;
  max-width: 300px;
  height: 70px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .bih-assist-on-the-road-section-3 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .bih-assist-on-the-road-section-3 .form-holder .mb-19 {
  margin-bottom: 19px;
}
form .bih-assist-on-the-road-section-3 .form-holder .mt-19 {
  margin-top: 19px;
}
form .bih-assist-on-the-road-section-3 .form-holder .gap-45 {
  gap: 45px;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-3 .form-holder .name-and-surname {
  max-width: 636px;
}
form .bih-assist-on-the-road-section-3 .form-holder select {
  color: #7a7a7a !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 10px 30px !important;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=email] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=text]:focus,
form .bih-assist-on-the-road-section-3 .form-holder input[type=email]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=text]:focus::placeholder,
form .bih-assist-on-the-road-section-3 .form-holder input[type=email]:focus::placeholder {
  opacity: 0;
}
form .bih-assist-on-the-road-section-3 .form-holder input[type=text]:focus + label,
form .bih-assist-on-the-road-section-3 .form-holder input[type=email]:focus + label {
  display: block !important;
}
form .bih-assist-on-the-road-section-3 .form-holder .invalid {
  border: 2px solid #ff0000 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-3 .form-holder .valid {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-3 .form-holder .contractor {
  display: flex;
  position: relative;
  gap: 13px;
  margin-right: 13px;
}
form .bih-assist-on-the-road-section-3 .form-holder .contractor input[type=radio] {
  margin: unset !important;
}
form .bih-assist-on-the-road-section-3 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-3 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .bih-assist-on-the-road-section-3 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .bih-assist-on-the-road-section-3 .form-holder .pop-up-text {
  position: absolute;
  bottom: -20px;
  left: 80px;
  max-height: 100px;
  padding: 5px;
  opacity: 0;
  min-width: 255px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .bih-assist-on-the-road-section-3 .form-holder .add-more-osiguranik {
  display: flex;
  margin-top: 28px;
}
form .bih-assist-on-the-road-section-3 .form-holder .add-more-osiguranik .add-more-btn {
  display: flex;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #3d97d2;
  border: none;
  justify-content: center;
  align-items: center;
}
form .bih-assist-on-the-road-section-3 .form-holder .add-more-osiguranik .add-more-btn + p {
  color: #7a7a7a;
}
form .bih-assist-on-the-road-section-3 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .bih-assist-on-the-road-section-4 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .bih-assist-on-the-road-section-4 p {
  line-height: 24px;
  margin-bottom: 11px;
}
form .bih-assist-on-the-road-section-4 .policy-date {
  font-size: 16px;
  font-weight: 700;
  color: #7a7a7a;
  line-height: 20px;
  margin-top: 5px;
}
form .bih-assist-on-the-road-section-4 .policy-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .bih-assist-on-the-road-section-4 .policy-title-date-holder {
  border-bottom: 1px solid #2c3e50;
  margin-bottom: 29px;
}
form .bih-assist-on-the-road-section-4 ul li {
  border-bottom: 1px solid rgba(122, 122, 122, 0.5);
  height: 25px;
  margin-bottom: 5px;
}
form .bih-assist-on-the-road-section-4 ul li p:nth-child(odd) {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #7a7a7a;
}
form .bih-assist-on-the-road-section-4 ul li p:nth-child(even) {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #7a7a7a;
}
form .bih-assist-on-the-road-section-4 .mb-29 {
  margin-bottom: 29px;
}
form .bih-assist-on-the-road-section-4 .mb-31 {
  margin-bottom: 31px;
}
form .bih-assist-on-the-road-section-4 .blue-rectangle {
  display: flex;
  flex-direction: column;
  max-width: 640px;
  height: 165px;
  background-color: #3d97d2;
}
form .bih-assist-on-the-road-section-4 .blue-rectangle .text-box {
  margin: auto;
  height: 125px;
  max-width: 200px;
}
form .bih-assist-on-the-road-section-4 .blue-rectangle .text-box p {
  text-align: center;
}
form .bih-assist-on-the-road-section-4 .blue-rectangle .bottom-line {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #2c3e50;
}
form .bih-assist-on-the-road-section-4 .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  padding: 25px 0px 25px 31px;
  max-width: 640px;
  height: 90px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .bih-assist-on-the-road-section-4 .kupon-holder {
  max-width: 640px;
}
form .bih-assist-on-the-road-section-4 .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  font-size: 14px;
  color: #7a7a7a;
  font-weight: 500;
}
form .bih-assist-on-the-road-section-4 input[type=text]::placeholder {
  color: #7a7a7a;
  font-weight: 500;
  font-size: 18px;
}
form .bih-assist-on-the-road-section-4 input[type=text]:focus::placeholder {
  opacity: 0;
}
form .bih-assist-on-the-road-section-4 input[type=text]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .bih-assist-on-the-road-section-4 input[type=text]:focus + label {
  display: block !important;
}
form .bih-assist-on-the-road-section-4 input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-4 input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .bih-assist-on-the-road-section-4 .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .bih-assist-on-the-road-section-4 .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .bih-assist-on-the-road-section-4 input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-4 input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .bih-assist-on-the-road-section-4 label {
  line-height: 20px;
}
form .bih-assist-on-the-road-section-4 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .insurance-of-the-house-1 h1 {
  line-height: 36px;
  margin-bottom: 30px;
  max-width: 680px;
}
form .insurance-of-the-house-1 p {
  line-height: 24px;
}
form .insurance-of-the-house-1 .btns-container {
  max-width: 800px !important;
  margin: auto;
  justify-content: space-between;
}
form .insurance-of-the-house-1 .form-holder {
  max-width: 800px;
  border: 1px solid #eff0f6;
  padding: 55px 75px 55px 75px;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
  border-radius: 34px;
}
form .insurance-of-the-house-1 .form-holder label {
  position: relative;
  text-align: center;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .insurance-of-the-house-1 .form-holder .circle {
  position: relative;
}
form .insurance-of-the-house-1 .form-holder p {
  margin-top: 36px;
  margin-bottom: 15px;
  color: #2c3e50;
}
form .insurance-of-the-house-1 .form-holder .wiener-polisa {
  font-size: 17px;
  color: #7a7a7a;
  margin-top: 0px;
  line-height: 24px;
}
form .insurance-of-the-house-1 .form-holder .additional-policies {
  max-width: 150px;
  height: 90px;
  padding: 32px 0px 32px 32px;
}
form .insurance-of-the-house-1 .form-holder input[type=radio] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .insurance-of-the-house-1 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .insurance-of-the-house-1 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .insurance-of-the-house-1 .form-holder .active-border {
  border: 2px solid #3d97d2 !important;
  box-shadow: 0px 2px 11px rgba(69, 65, 164, 0.06), 0px 4px 10px rgba(31, 37, 89, 0.07) !important;
}
form .insurance-of-the-house-1 .form-holder input[type=radio]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .insurance-of-the-house-1 .form-holder input[type=text] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
form .insurance-of-the-house-1 .form-holder .insurance-length-select-field {
  appearance: none;
  background: transparent;
  background-image: url("../../assets/images/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-position-x: 90%;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  border: none;
  color: #7a7a7a;
  padding: 30px 0px 30px 31px;
}
form .insurance-of-the-house-1 .form-holder .insurance-length-select-field:focus {
  outline: unset;
}
form .insurance-of-the-house-1 .form-holder input[type=date] {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  background-color: #fff;
  position: relative;
  border: none;
  min-width: 135px;
}
form .insurance-of-the-house-1 .form-holder .city-select-field {
  padding-left: 31px;
  max-width: 300px;
  height: 90px;
  font-weight: 500 !important;
}
form .insurance-of-the-house-1 .form-holder .street-and-number {
  padding-left: 31px;
  max-width: 300px;
  height: 90px;
}
form .insurance-of-the-house-1 .form-holder .surface-text {
  color: #7a7a7a;
}
form .insurance-of-the-house-1 .form-holder .surface-field {
  padding-left: 31px;
  max-width: 300px;
  height: 70px;
  font-weight: 500 !important;
}
form .insurance-of-the-house-1 .form-holder .ski-cover {
  display: flex;
  position: relative;
  gap: 13px;
  margin-left: 34px;
  margin-right: 13px;
}
form .insurance-of-the-house-1 .form-holder .ski-cover input[type=radio] {
  margin: auto !important;
}
form .insurance-of-the-house-1 .form-holder input[type=checkbox] {
  border: 1.2px solid #d9dbe9;
  height: 25px;
  width: 25px;
  opacity: 0;
  margin: auto;
  z-index: 10;
}
form .insurance-of-the-house-1 .form-holder .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  border: 1.2px solid #d9dbe9;
  z-index: 0;
}
form .insurance-of-the-house-1 .form-holder .checkmark-inside {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
}
form .insurance-of-the-house-1 .form-holder .ski-cover {
  display: flex;
  position: relative;
  gap: 14px;
  margin-left: 15px;
  margin-right: 13px;
}
form .insurance-of-the-house-1 .form-holder .ski-cover input[type=radio] {
  margin: unset !important;
}
form .insurance-of-the-house-1 .form-holder input[type=checkbox]:checked + .checkmark {
  background-color: #3d97d2;
  border: none;
}
form .insurance-of-the-house-1 .form-holder input[type=date]:focus {
  outline: none;
}
form .insurance-of-the-house-1 .form-holder input[type=text]:focus {
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
}
form .insurance-of-the-house-1 .form-holder input[type=text]:focus::placeholder {
  opacity: 0;
}
form .insurance-of-the-house-1 .form-holder input[type=text]:focus + label {
  display: block !important;
}
form .insurance-of-the-house-1 .form-holder ::-webkit-calendar-picker-indicator {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
form .insurance-of-the-house-1 .form-holder .form-control {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #7a7a7a;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eff0f6;
  outline: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(19, 18, 66, 0.07);
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .insurance-of-the-house-1 .form-holder .date-padding {
  max-width: 300px;
  height: 90px;
  padding: 35px 176px 35px 31px;
  position: relative;
  z-index: 1;
}
form .insurance-of-the-house-1 .form-holder .top-left {
  position: absolute !important;
  top: -15px;
  left: 21px;
  margin-top: 5px;
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fff;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 500;
}
form .insurance-of-the-house-1 .form-holder .info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #eff0f7;
}
form .insurance-of-the-house-1 .form-holder .info-icon:hover + .pop-up-text {
  opacity: 1;
}
form .insurance-of-the-house-1 .form-holder .pop-up-text {
  position: absolute;
  top: -95px;
  left: -100px;
  max-height: 85px;
  padding: 5px;
  opacity: 0;
  min-width: 300px;
  font-weight: 700;
  transition: all 0.3s ease;
  background-color: rgba(43, 42, 42, 0.8);
  border-radius: 5px;
  color: #fff;
  z-index: 1;
  font-size: 10px;
}
form .insurance-of-the-house-1 .form-holder .secure-helpful-objects {
  color: #6f6c90 !important;
}
form .insurance-of-the-house-1 .form-holder .mb-43 {
  margin-bottom: 43px;
}
form .insurance-of-the-house-1 .form-holder .mb-40 {
  margin-bottom: 40px;
}
form .insurance-of-the-house-1 .form-holder .mb-30 {
  margin-bottom: 30px;
}
form .insurance-of-the-house-1 .form-holder .mb-31 {
  margin-bottom: 31px;
}
form .insurance-of-the-house-1 .form-holder .bih-assist-1-padding {
  max-width: 300px;
  height: 70px;
  padding: 25px 0px 25px 31px;
}

.scroll-top-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: -40px;
  bottom: 10px;
  z-index: 20;
  transition: all ease 0.2s;
  opacity: 0;
}

.show-to-top-btn {
  opacity: 1;
  right: 10px;
}

.scroll-top-btn::before {
  content: "\f0290";
  font-family: icomoon-the7-font;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-size: 20px;
  line-height: 1;
  color: #fff;
}

.choose-product {
  min-height: calc(100vh - 52px - 550px);
  margin-top: 90px;
}
.choose-product .card {
  border: none;
  width: 300px;
  height: 300px;
  background: linear-gradient(90deg, #1471af 0%, #3d97d2 100%);
  border-radius: 5%;
}

.breadcrumb-section {
  position: fixed;
  top: 142px;
  width: 100%;
  background-color: #fff;
  z-index: 30;
  box-shadow: 0px 5px 16px rgba(8, 15, 52, 0.06);
}
.breadcrumb-section * {
  outline: 1px solid red;
}
.breadcrumb-section .holder {
  height: 88px;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}
.breadcrumb-section .breadcrumb .breadcrumb-item {
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  font-weight: 700;
  padding-left: 4px;
}
.breadcrumb-section .breadcrumb .breadcrumb-item::before {
  padding-right: 4px;
}
.breadcrumb-section .form-switcher {
  display: flex;
  gap: 18px;
  padding-bottom: 20px;
}
.breadcrumb-section .form-switcher .gap-18 {
  gap: 18px;
}
.breadcrumb-section .form-switcher .circle {
  position: relative;
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #eff0f6;
}
.breadcrumb-section .form-switcher .circle .circle-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 700;
  color: #7a7a7a;
}
.breadcrumb-section .form-switcher .circle .active-circle-number {
  color: #fff !important;
}
.breadcrumb-section .form-switcher .circle p {
  position: absolute;
  bottom: -37px;
  left: -15px;
  width: 65px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  color: #7a7a7a;
}
.breadcrumb-section .form-switcher .circle .personal-data {
  position: absolute;
  bottom: -37px;
  left: -20px;
  width: 70px;
}
.breadcrumb-section .form-switcher .active-circle {
  background-color: #3d97d2 !important;
}
.breadcrumb-section .form-switcher .active-line {
  background-color: #3d97d2 !important;
}
.breadcrumb-section .form-switcher .active-circle-number {
  color: #fff !important;
}
.breadcrumb-section .form-switcher .line-holder {
  height: 34px;
  display: flex;
}
.breadcrumb-section .form-switcher .line-holder .line {
  margin: auto 0;
  height: 6px;
  width: 98px;
  background-color: #eff0f6;
  border-radius: 40px;
}

.health-insurance-section-1 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.health-insurance-section-1 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.health-insurance-section-1 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.health-insurance-section-1 .p2 {
  line-height: 20px;
  max-width: 172px;
  margin-bottom: 31px;
}
.health-insurance-section-1 .info-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.health-insurance-section-1 .info-btn:hover {
  background-color: #388ac0;
}

.health-insurance-section-2 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.health-insurance-section-2 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.health-insurance-section-2 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.health-insurance-section-2 .p2 {
  line-height: 20px;
  margin-bottom: 35px;
}
.health-insurance-section-2 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.health-insurance-section-2 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.health-insurance-section-2 .view-policy-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.health-insurance-section-2 .view-policy-btn:hover {
  background-color: #388ac0;
}

.group-health-insurance-section-1 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.group-health-insurance-section-1 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.group-health-insurance-section-1 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.group-health-insurance-section-1 .p2 {
  line-height: 20px;
  margin-bottom: 35px;
}
.group-health-insurance-section-1 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.group-health-insurance-section-1 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.group-health-insurance-section-1 .view-policy-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.group-health-insurance-section-1 .view-policy-btn:hover {
  background-color: #388ac0;
}

.bih-assist-on-the-road-section-1 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.bih-assist-on-the-road-section-1 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.bih-assist-on-the-road-section-1 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.bih-assist-on-the-road-section-1 .p2 {
  line-height: 20px;
  margin-bottom: 31px;
}
.bih-assist-on-the-road-section-1 .apply-btn {
  background-color: #fff;
  padding: 20px 44px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-1 .apply-btn:hover {
  background-color: rgb(240, 240, 240);
}
.bih-assist-on-the-road-section-1 .info-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-1 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-1 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.bih-assist-on-the-road-section-1 .info-btn:hover {
  background-color: #388ac0;
}

.bih-assist-on-the-road-section-2 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.bih-assist-on-the-road-section-2 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.bih-assist-on-the-road-section-2 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.bih-assist-on-the-road-section-2 .p2 {
  line-height: 20px;
  margin-bottom: 35px;
}
.bih-assist-on-the-road-section-2 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-2 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.bih-assist-on-the-road-section-2 .view-policy-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-2 .view-policy-btn:hover {
  background-color: #388ac0;
}

.bih-assist-on-the-road-section-3 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.bih-assist-on-the-road-section-3 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.bih-assist-on-the-road-section-3 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.bih-assist-on-the-road-section-3 .p2 {
  line-height: 20px;
  margin-bottom: 35px;
}
.bih-assist-on-the-road-section-3 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-3 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.bih-assist-on-the-road-section-3 .view-policy-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-3 .view-policy-btn:hover {
  background-color: #388ac0;
}

.bih-assist-on-the-road-section-4 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.bih-assist-on-the-road-section-4 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.bih-assist-on-the-road-section-4 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.bih-assist-on-the-road-section-4 .p2 {
  line-height: 20px;
  margin-bottom: 35px;
}
.bih-assist-on-the-road-section-4 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-4 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.bih-assist-on-the-road-section-4 .view-policy-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  max-width: 420px;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.bih-assist-on-the-road-section-4 .view-policy-btn:hover {
  background-color: #388ac0;
}

.thank-you-for-buying {
  margin-top: 90px;
}
.thank-you-for-buying h1 {
  margin-top: 135px;
}
.thank-you-for-buying p {
  margin-bottom: 73px !important;
}
.thank-you-for-buying .btn-holder {
  margin-bottom: 85px;
}
.thank-you-for-buying .back-to-shop-btn {
  padding: 30px 52px;
  background-color: #3d97d2;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.thank-you-for-buying .back-to-shop-btn:hover {
  background-color: #388ac0;
}

.buy-help-on-the-road-section {
  padding: 220px 0px 150px;
}
.buy-help-on-the-road-section h2 {
  color: #2c3e50;
  font-weight: 700;
}
.buy-help-on-the-road-section p {
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 40px !important;
}
.buy-help-on-the-road-section h5 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.buy-help-on-the-road-section .card {
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.buy-help-on-the-road-section .card-body {
  padding: 40px;
}
.buy-help-on-the-road-section img {
  border-radius: 0px 0px 12px 12px;
}
.buy-help-on-the-road-section .premium-basic {
  background: linear-gradient(180deg, #3d97d2 64%, #1c4966 100%);
}
.buy-help-on-the-road-section .premium-plus {
  background: linear-gradient(180deg, #f60000 50%, #610303 100%);
}
.buy-help-on-the-road-section .premium-gold {
  background: linear-gradient(180deg, #f9cc1b 50%, #79630f 100%);
}

.hidden-breadcrumb {
  opacity: 0;
}

.insurance-of-the-house-1 {
  margin-top: 241px;
  margin-bottom: 80px;
}
.insurance-of-the-house-1 h1 {
  line-height: 36px;
  margin-bottom: 18px;
  max-width: 680px;
}
.insurance-of-the-house-1 .p1 {
  line-height: 24px;
  max-width: 566px;
}
.insurance-of-the-house-1 .p2 {
  line-height: 20px;
  margin-bottom: 31px;
}
.insurance-of-the-house-1 .apply-btn {
  background-color: #fff;
  padding: 20px 44px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.insurance-of-the-house-1 .apply-btn:hover {
  background-color: rgb(240, 240, 240);
}
.insurance-of-the-house-1 .info-btn {
  background-color: #3d97d2;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border: none;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.insurance-of-the-house-1 .back-btn {
  background-color: #fff;
  padding: 30px 33px;
  color: #3d97d2;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  border: 2px solid #3d97d2 !important;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.insurance-of-the-house-1 .back-btn:hover {
  background-color: rgb(240, 240, 240);
}
.insurance-of-the-house-1 .info-btn:hover {
  background-color: #388ac0;
}

/*# sourceMappingURL=style.css.map */
